summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-02-18x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-18um, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen
2016-02-18x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen
2016-02-18x86/mm/pkeys: Add functions to fetch PKRUDave Hansen
2016-02-18x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen
2016-02-18signals, ia64, mips: Update arch-specific siginfos with pkeys fieldDave Hansen
2016-02-18x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen
2016-02-18x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen
2016-02-18x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen
2016-02-18x86/mm/pkeys: Add PTE bits for storing protection keyDave Hansen
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen
2016-02-16x86/cpu, x86/mm/pkeys: Define new CR4 bitDave Hansen
2016-02-16x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen
2016-02-16x86/mm/pkeys: Add Kconfig optionDave Hansen
2016-02-16x86/fpu: Add placeholder for 'Processor Trace' XSAVE stateDave Hansen
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov
2016-02-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-02-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-02-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-02-14x86/mm: Fix INVPCID asm constraintBorislav Petkov
2016-02-13Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2016-02-12Merge branch 'akpm'(patches from Andrew)Linus Torvalds
2016-02-12Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-02-12ARC: mm: Introduce explicit super page size supportVineet Gupta
2016-02-11arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFIAndrew Morton
2016-02-11ARM: 8519/1: ICST: try other dividends than 1Linus Walleij
2016-02-11mips: Differentiate between 32 and 64 bit ELF headerDaniel Wagner
2016-02-11irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla
2016-02-10MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon IIIZubair Lutfullah Kakakhel
2016-02-10MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()Wei Yongjun
2016-02-10ARCv2: intc: Allow interruption by lowest priority interruptVineet Gupta
2016-02-09MIPS: Fix early CM probingPaul Burton
2016-02-09x86/fpu: Default eagerfpu=on on all CPUsAndy Lutomirski
2016-02-09x86/fpu: Speed up lazy FPU restores slightlyAndy Lutomirski
2016-02-09x86/fpu: Fold fpu_copy() into fpu__copy()Andy Lutomirski
2016-02-09x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski
2016-02-09x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski
2016-02-09x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox
2016-02-09x86/dmi: Switch dmi_remap() from ioremap() [uncached] to ioremap_cache()Andy Lutomirski
2016-02-09x86/mm: If INVPCID is available, use it to flush global mappingsAndy Lutomirski
2016-02-09x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski
2016-02-09x86/mm: Add INVPCID helpersAndy Lutomirski
2016-02-09x86/kasan: Write protect kasan zero shadowAndrey Ryabinin
2016-02-09x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin