Age | Commit message (Expand) | Author | Files | Lines |
2016-02-18 | x86/mm/pkeys: Add Kconfig prompt to existing config option | Dave Hansen | 1 | -0/+10 |
2016-02-18 | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen | 1 | -0/+9 |
2016-02-18 | x86/mm/pkeys: Dump PKRU with other kernel registers | Dave Hansen | 1 | -0/+2 |
2016-02-18 | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2 | -3/+10 |
2016-02-18 | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen | 1 | -0/+15 |
2016-02-18 | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 1 | -2/+3 |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 4 | -1/+103 |
2016-02-18 | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 1 | -16/+22 |
2016-02-18 | x86/mm/pkeys: Add functions to fetch PKRU | Dave Hansen | 2 | -0/+30 |
2016-02-18 | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 2 | -1/+68 |
2016-02-18 | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen | 1 | -22/+28 |
2016-02-18 | x86/mm/pkeys: Add arch-specific VMA protection bits | Dave Hansen | 3 | -2/+37 |
2016-02-18 | mm/core, x86/mm/pkeys: Store protection bits in high VMA flags | Dave Hansen | 1 | -0/+1 |
2016-02-18 | x86/mm/pkeys: Add new 'PF_PK' page fault error code bit | Dave Hansen | 1 | -0/+8 |
2016-02-18 | x86/mm/pkeys: Add PTE bits for storing protection key | Dave Hansen | 1 | -3/+19 |
2016-02-16 | x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures | Dave Hansen | 3 | -2/+19 |
2016-02-16 | x86/cpu, x86/mm/pkeys: Define new CR4 bit | Dave Hansen | 1 | -0/+2 |
2016-02-16 | x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions | Dave Hansen | 5 | -21/+63 |
2016-02-16 | x86/mm/pkeys: Add Kconfig option | Dave Hansen | 1 | -0/+4 |
2016-02-16 | x86/fpu: Add placeholder for 'Processor Trace' XSAVE state | Dave Hansen | 2 | -2/+9 |
2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2 | -3/+3 |
2016-02-16 | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar | 84 | -985/+950 |
2016-02-16 | x86/cpufeature: Speed up cpu_feature_enabled() | Borislav Petkov | 1 | -2/+1 |
2016-02-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+2 |
2016-02-14 | x86/mm: Fix INVPCID asm constraint | Borislav Petkov | 1 | -2/+2 |
2016-02-11 | arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI | Andrew Morton | 1 | -0/+1 |
2016-02-09 | x86/fpu: Default eagerfpu=on on all CPUs | Andy Lutomirski | 1 | -8/+5 |
2016-02-09 | x86/fpu: Speed up lazy FPU restores slightly | Andy Lutomirski | 1 | -1/+1 |
2016-02-09 | x86/fpu: Fold fpu_copy() into fpu__copy() | Andy Lutomirski | 1 | -21/+11 |
2016-02-09 | x86/fpu: Fix FNSAVE usage in eagerfpu mode | Andy Lutomirski | 1 | -3/+15 |
2016-02-09 | x86/fpu: Fix math emulation in eager fpu mode | Andy Lutomirski | 3 | -3/+3 |
2016-02-09 | x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap() | Matthew Wilcox | 1 | -2/+2 |
2016-02-09 | x86/dmi: Switch dmi_remap() from ioremap() [uncached] to ioremap_cache() | Andy Lutomirski | 1 | -1/+1 |
2016-02-09 | x86/mm: If INVPCID is available, use it to flush global mappings | Andy Lutomirski | 1 | -0/+9 |
2016-02-09 | x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID | Andy Lutomirski | 1 | -0/+16 |
2016-02-09 | x86/mm: Add INVPCID helpers | Andy Lutomirski | 1 | -0/+48 |
2016-02-09 | x86/kasan: Write protect kasan zero shadow | Andrey Ryabinin | 1 | -2/+8 |
2016-02-09 | x86/kasan: Clear kasan_zero_page after TLB flush | Andrey Ryabinin | 1 | -3/+8 |
2016-02-09 | x86/asm/bitops: Force inlining of test_and_set_bit and friends | Denys Vlasenko | 1 | -18/+18 |
2016-02-08 | x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug() | Ingo Molnar | 1 | -1/+3 |
2016-02-08 | x86/mm/numa: Clean up numa_clear_kernel_node_hotplug() | Ingo Molnar | 1 | -23/+42 |
2016-02-08 | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix | Ingo Molnar | 55 | -394/+1663 |
2016-02-08 | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels | Ingo Molnar | 1 | -1/+1 |
2016-02-05 | mm, hugetlb: don't require CMA for runtime gigantic pages | Vlastimil Babka | 1 | -2/+2 |
2016-02-05 | x86: Fix KASAN false positives in thread_saved_pc() | Dmitry Vyukov | 1 | -1/+1 |
2016-02-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+4 |
2016-02-01 | x86/entry/traps: Refactor preemption and interrupt flag handling | Alexander Kuleshov | 1 | -28/+19 |
2016-02-01 | x86/syscalls/64: Mark sys_iopl() as using ptregs | Andy Lutomirski | 1 | -1/+1 |
2016-02-01 | x86/entry/64: Fix fast-path syscall return register state | Andy Lutomirski | 1 | -1/+3 |
2016-02-01 | x86/entry/64: Fix an IRQ state error on ptregs-using syscalls | Andy Lutomirski | 1 | -6/+13 |