| Commit message (Expand) | Author | Files | Lines |
2016-02-18 | x86/mm/pkeys: Actually enable Memory Protection Keys in the CPU | Dave Hansen | 2 | -0/+46 |
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 | 2 | -0/+23 |
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 | 8 | -8/+24 |
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 | 10 | -14/+33 |
2016-02-18 | um, pkeys: Add UML arch_*_access_permitted() methods | Dave Hansen | 1 | -0/+14 |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 10 | -4/+166 |
2016-02-18 | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 1 | -16/+22 |
2016-02-18 | mm/gup: Factor out VMA fault permission checking | Dave Hansen | 1 | -3/+13 |
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 | signals, pkeys: Notify userspace about protection key faults | Dave Hansen | 2 | -5/+16 |
2016-02-18 | signals, ia64, mips: Update arch-specific siginfos with pkeys field | Dave Hansen | 2 | -8/+18 |
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 | 4 | -2/+44 |
2016-02-18 | mm/core, x86/mm/pkeys: Store protection bits in high VMA flags | Dave Hansen | 3 | -0/+15 |
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 | 29 | -64/+44 |
2016-02-16 | mm/gup: Overload get_user_pages() functions | Dave Hansen | 4 | -46/+158 |
2016-02-16 | mm/gup: Introduce get_user_pages_remote() | Dave Hansen | 11 | -27/+77 |
2016-02-16 | x86/cpufeature: Speed up cpu_feature_enabled() | Borislav Petkov | 1 | -2/+1 |
2016-02-15 | MAINTAINERS: Update mailing list for Renesas ARM64 SoC Development | Simon Horman | 1 | -2/+2 |
2016-02-14 | Linux 4.5-rc4v4.5-rc4 | Linus Torvalds | 1 | -1/+1 |
2016-02-14 | x86/mm: Fix INVPCID asm constraint | Borislav Petkov | 1 | -2/+2 |
2016-02-13 | ALSA: usb-audio: avoid freeing umidi object twice | Andrey Konovalov | 1 | -1/+0 |
2016-02-12 | IB/mlx5: Fix RC transport send queue overhead computation | Leon Romanovsky | 1 | -5/+7 |
2016-02-12 | IB/ipoib: fix for rare multicast join race condition | Alex Estrin | 1 | -7/+17 |
2016-02-12 | EVM: Use crypto_memneq() for digest comparisons | Ryan Ware | 1 | -1/+2 |
2016-02-12 | ARC: mm: Introduce explicit super page size support | Vineet Gupta | 2 | -19/+45 |
2016-02-12 | arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI | Andrew Morton | 1 | -0/+1 |
2016-02-12 | mm: fix pfn_t vs highmem | Dan Williams | 3 | -12/+11 |
2016-02-12 | kernel/locking/lockdep.c: convert hash tables to hlists | Andrew Morton | 2 | -25/+21 |
2016-02-12 | mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE | Vineet Gupta | 1 | -2/+2 |
2016-02-12 | mm,thp: khugepaged: call pte flush at the time of collapse | Vineet Gupta | 1 | -1/+3 |
2016-02-12 | mm/backing-dev.c: fix error path in wb_init() | Rasmus Villemoes | 1 | -1/+1 |
2016-02-12 | mm, dax: check for pmd_none() after split_huge_pmd() | Kirill A. Shutemov | 2 | -2/+6 |
2016-02-12 | vsprintf: kptr_restrict is okay in IRQ when 2 | Jason A. Donenfeld | 1 | -13/+13 |
2016-02-12 | mm: fix filemap.c kernel doc warning | Randy Dunlap | 1 | -0/+1 |
2016-02-12 | ubsan: cosmetic fix to Kconfig text | Yang Shi | 1 | -1/+3 |
2016-02-11 | IB/core: Fix reading capability mask of the port info class | Eran Ben Elisha | 1 | -3/+2 |
2016-02-11 | net/mlx4: fix some error handling in mlx4_multi_func_init() | Rasmus Villemoes | 1 | -1/+1 |
2016-02-11 | Revert "mmc: block: don't use parameter prefix if built as module" | Ulf Hansson | 1 | -3/+0 |