summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_entries.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen8-7/+154
2016-02-18x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flagsDave Hansen1-0/+6
2016-02-18x86/mm/pkeys: Allow kernel to modify user pkey rights registerDave Hansen4-2/+85
2016-02-18x86/fpu: Allow setting of XSAVE stateDave Hansen3-2/+161
2016-02-18x86/mm: Factor out LDT init from context initDave Hansen2-7/+18
2016-02-18mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen4-0/+34
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen7-11/+12
2016-02-18x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen2-0/+46
2016-02-18x86/mm/pkeys: Add Kconfig prompt to existing config optionDave Hansen1-0/+10
2016-02-18x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen2-0/+23
2016-02-18x86/mm/pkeys: Dump PKRU with other kernel registersDave Hansen1-0/+2
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen8-8/+24
2016-02-18x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen1-0/+15
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen10-14/+33
2016-02-18um, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen1-0/+14
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen10-4/+166
2016-02-18x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen1-16/+22
2016-02-18mm/gup: Factor out VMA fault permission checkingDave Hansen1-3/+13
2016-02-18x86/mm/pkeys: Add functions to fetch PKRUDave Hansen2-0/+30
2016-02-18x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen2-1/+68
2016-02-18signals, pkeys: Notify userspace about protection key faultsDave Hansen2-5/+16
2016-02-18signals, ia64, mips: Update arch-specific siginfos with pkeys fieldDave Hansen2-8/+18
2016-02-18x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen1-22/+28
2016-02-18x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen4-2/+44
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen3-0/+15
2016-02-18x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen1-0/+8
2016-02-18x86/mm/pkeys: Add PTE bits for storing protection keyDave Hansen1-3/+19
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen3-2/+19
2016-02-16x86/cpu, x86/mm/pkeys: Define new CR4 bitDave Hansen1-0/+2
2016-02-16x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen5-21/+63
2016-02-16x86/mm/pkeys: Add Kconfig optionDave Hansen1-0/+4
2016-02-16x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen2-2/+9
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen29-64/+44
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen4-46/+158
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen11-27/+77
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2016-02-15MAINTAINERS: Update mailing list for Renesas ARM64 SoC DevelopmentSimon Horman1-2/+2
2016-02-14Linux 4.5-rc4v4.5-rc4Linus Torvalds1-1/+1
2016-02-14x86/mm: Fix INVPCID asm constraintBorislav Petkov1-2/+2
2016-02-13ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov1-1/+0
2016-02-12IB/mlx5: Fix RC transport send queue overhead computationLeon Romanovsky1-5/+7
2016-02-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2016-02-12EVM: Use crypto_memneq() for digest comparisonsRyan Ware1-1/+2
2016-02-12ARC: mm: Introduce explicit super page size supportVineet Gupta2-19/+45
2016-02-12arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFIAndrew Morton1-0/+1
2016-02-12mm: fix pfn_t vs highmemDan Williams3-12/+11
2016-02-12kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton2-25/+21
2016-02-12mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-12mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-02-12mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1