summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen5-2/+138
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 Hansen3-2/+80
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 Hansen2-0/+7
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-2/+3
2016-02-18x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen1-0/+43
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 Hansen1-0/+9
2016-02-18x86/mm/pkeys: Dump PKRU with other kernel registersDave Hansen1-0/+2
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen4-5/+12
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 Hansen4-5/+9
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 Hansen7-1/+136
2016-02-18x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen1-16/+22
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, 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 Hansen3-2/+37
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen1-0/+1
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 Hansen8-18/+10
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar84-985/+950
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2016-02-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2016-02-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds20-63/+46
2016-02-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+7
2016-02-14x86/mm: Fix INVPCID asm constraintBorislav Petkov1-2/+2
2016-02-13Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds11-61/+119
2016-02-13Merge branch 'akpm'(patches from Andrew)Linus Torvalds1-0/+1
2016-02-12Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+16
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-11ARM: 8519/1: ICST: try other dividends than 1Linus Walleij1-0/+1
2016-02-11mips: Differentiate between 32 and 64 bit ELF headerDaniel Wagner3-4/+9
2016-02-11irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla1-0/+1
2016-02-10MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon IIIZubair Lutfullah Kakakhel1-1/+2
2016-02-10MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()Wei Yongjun1-4/+4
2016-02-10ARCv2: intc: Allow interruption by lowest priority interruptVineet Gupta2-19/+29
2016-02-09MIPS: Fix early CM probingPaul Burton3-18/+1