Age | Commit message (Expand) | Author | Files | Lines |
2016-02-18 | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 5 | -2/+138 |
2016-02-18 | x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flags | Dave Hansen | 1 | -0/+6 |
2016-02-18 | x86/mm/pkeys: Allow kernel to modify user pkey rights register | Dave Hansen | 3 | -2/+80 |
2016-02-18 | x86/fpu: Allow setting of XSAVE state | Dave Hansen | 3 | -2/+161 |
2016-02-18 | x86/mm: Factor out LDT init from context init | Dave Hansen | 2 | -7/+18 |
2016-02-18 | mm/core, x86/mm/pkeys: Add arch_validate_pkey() | Dave Hansen | 2 | -0/+7 |
2016-02-18 | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() | Dave Hansen | 1 | -2/+3 |
2016-02-18 | x86/mm/pkeys: Actually enable Memory Protection Keys in the CPU | Dave Hansen | 1 | -0/+43 |
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 | 4 | -5/+12 |
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 | 4 | -5/+9 |
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 | 7 | -1/+136 |
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 | 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 | 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 | 8 | -18/+10 |
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 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+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 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 20 | -63/+46 |
2016-02-14 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -2/+7 |
2016-02-14 | x86/mm: Fix INVPCID asm constraint | Borislav Petkov | 1 | -2/+2 |
2016-02-13 | Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg... | Linus Torvalds | 11 | -61/+119 |
2016-02-12 | Merge branch 'akpm'(patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2016-02-12 | Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -17/+16 |
2016-02-12 | ARC: mm: Introduce explicit super page size support | Vineet Gupta | 2 | -19/+45 |
2016-02-11 | arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI | Andrew Morton | 1 | -0/+1 |
2016-02-11 | ARM: 8519/1: ICST: try other dividends than 1 | Linus Walleij | 1 | -0/+1 |
2016-02-11 | mips: Differentiate between 32 and 64 bit ELF header | Daniel Wagner | 3 | -4/+9 |
2016-02-11 | irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor | Tirumalesh Chalamarla | 1 | -0/+1 |
2016-02-10 | MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon III | Zubair Lutfullah Kakakhel | 1 | -1/+2 |
2016-02-10 | MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe() | Wei Yongjun | 1 | -4/+4 |
2016-02-10 | ARCv2: intc: Allow interruption by lowest priority interrupt | Vineet Gupta | 2 | -19/+29 |
2016-02-09 | MIPS: Fix early CM probing | Paul Burton | 3 | -18/+1 |