Age | Commit message (Expand) | Author |
2016-02-18 | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen |
2016-02-18 | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen |
2016-02-18 | um, pkeys: Add UML arch_*_access_permitted() methods | Dave Hansen |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen |
2016-02-18 | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Add functions to fetch PKRU | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen |
2016-02-18 | signals, ia64, mips: Update arch-specific siginfos with pkeys field | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Add arch-specific VMA protection bits | Dave Hansen |
2016-02-18 | mm/core, x86/mm/pkeys: Store protection bits in high VMA flags | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Add new 'PF_PK' page fault error code bit | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Add PTE bits for storing protection key | Dave Hansen |
2016-02-16 | x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures | Dave Hansen |
2016-02-16 | x86/cpu, x86/mm/pkeys: Define new CR4 bit | Dave Hansen |
2016-02-16 | x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions | Dave Hansen |
2016-02-16 | x86/mm/pkeys: Add Kconfig option | Dave Hansen |
2016-02-16 | x86/fpu: Add placeholder for 'Processor Trace' XSAVE state | Dave Hansen |
2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen |
2016-02-16 | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar |
2016-02-16 | x86/cpufeature: Speed up cpu_feature_enabled() | Borislav Petkov |
2016-02-14 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-02-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-02-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2016-02-14 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds |
2016-02-14 | x86/mm: Fix INVPCID asm constraint | Borislav Petkov |
2016-02-13 | Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg... | Linus Torvalds |
2016-02-12 | Merge branch 'akpm'(patches from Andrew) | Linus Torvalds |
2016-02-12 | Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-02-12 | ARC: mm: Introduce explicit super page size support | Vineet Gupta |
2016-02-11 | arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI | Andrew Morton |
2016-02-11 | ARM: 8519/1: ICST: try other dividends than 1 | Linus Walleij |
2016-02-11 | mips: Differentiate between 32 and 64 bit ELF header | Daniel Wagner |
2016-02-11 | irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor | Tirumalesh Chalamarla |
2016-02-10 | MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon III | Zubair Lutfullah Kakakhel |
2016-02-10 | MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe() | Wei Yongjun |
2016-02-10 | ARCv2: intc: Allow interruption by lowest priority interrupt | Vineet Gupta |
2016-02-09 | MIPS: Fix early CM probing | Paul Burton |
2016-02-09 | x86/fpu: Default eagerfpu=on on all CPUs | Andy Lutomirski |
2016-02-09 | x86/fpu: Speed up lazy FPU restores slightly | Andy Lutomirski |
2016-02-09 | x86/fpu: Fold fpu_copy() into fpu__copy() | Andy Lutomirski |
2016-02-09 | x86/fpu: Fix FNSAVE usage in eagerfpu mode | Andy Lutomirski |
2016-02-09 | x86/fpu: Fix math emulation in eager fpu mode | Andy Lutomirski |
2016-02-09 | x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap() | Matthew Wilcox |
2016-02-09 | x86/dmi: Switch dmi_remap() from ioremap() [uncached] to ioremap_cache() | Andy Lutomirski |
2016-02-09 | x86/mm: If INVPCID is available, use it to flush global mappings | Andy Lutomirski |
2016-02-09 | x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID | Andy Lutomirski |
2016-02-09 | x86/mm: Add INVPCID helpers | Andy Lutomirski |
2016-02-09 | x86/kasan: Write protect kasan zero shadow | Andrey Ryabinin |
2016-02-09 | x86/kasan: Clear kasan_zero_page after TLB flush | Andrey Ryabinin |