| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 85 | -241/+1406 |
|\ |
|
| * | x86/mm/pkeys: Fix mismerge of protection keys CPUID bits | Dave Hansen | 2016-03-11 | 2 | -4/+4 |
| * | mm/pkeys: Fix siginfo ABI breakage caused by new u64 field | Dave Hansen | 2016-03-05 | 3 | -3/+3 |
| * | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA | Dave Hansen | 2016-03-03 | 1 | -18/+0 |
| * | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 | 8 | -7/+154 |
| * | x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flags | Dave Hansen | 2016-02-18 | 1 | -0/+6 |
| * | x86/mm/pkeys: Allow kernel to modify user pkey rights register | Dave Hansen | 2016-02-18 | 4 | -2/+85 |
| * | x86/fpu: Allow setting of XSAVE state | Dave Hansen | 2016-02-18 | 3 | -2/+161 |
| * | x86/mm: Factor out LDT init from context init | Dave Hansen | 2016-02-18 | 2 | -7/+18 |
| * | mm/core, x86/mm/pkeys: Add arch_validate_pkey() | Dave Hansen | 2016-02-18 | 4 | -0/+34 |
| * | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() | Dave Hansen | 2016-02-18 | 7 | -11/+12 |
| * | x86/mm/pkeys: Actually enable Memory Protection Keys in the CPU | Dave Hansen | 2016-02-18 | 2 | -0/+46 |
| * | x86/mm/pkeys: Add Kconfig prompt to existing config option | Dave Hansen | 2016-02-18 | 1 | -0/+10 |
| * | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen | 2016-02-18 | 2 | -0/+23 |
| * | x86/mm/pkeys: Dump PKRU with other kernel registers | Dave Hansen | 2016-02-18 | 1 | -0/+2 |
| * | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2016-02-18 | 8 | -8/+24 |
| * | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen | 2016-02-18 | 1 | -0/+15 |
| * | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 2016-02-18 | 10 | -14/+33 |
| * | um, pkeys: Add UML arch_*_access_permitted() methods | Dave Hansen | 2016-02-18 | 1 | -0/+14 |
| * | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2016-02-18 | 10 | -4/+166 |
| * | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 2016-02-18 | 1 | -16/+22 |
| * | mm/gup: Factor out VMA fault permission checking | Dave Hansen | 2016-02-18 | 1 | -3/+13 |
| * | x86/mm/pkeys: Add functions to fetch PKRU | Dave Hansen | 2016-02-18 | 2 | -0/+30 |
| * | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 2016-02-18 | 2 | -1/+68 |
| * | signals, pkeys: Notify userspace about protection key faults | Dave Hansen | 2016-02-18 | 2 | -5/+16 |
| * | signals, ia64, mips: Update arch-specific siginfos with pkeys field | Dave Hansen | 2016-02-18 | 2 | -8/+18 |
| * | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen | 2016-02-18 | 1 | -22/+28 |
| * | x86/mm/pkeys: Add arch-specific VMA protection bits | Dave Hansen | 2016-02-18 | 4 | -2/+44 |
| * | mm/core, x86/mm/pkeys: Store protection bits in high VMA flags | Dave Hansen | 2016-02-18 | 3 | -0/+15 |
| * | x86/mm/pkeys: Add new 'PF_PK' page fault error code bit | Dave Hansen | 2016-02-18 | 1 | -0/+8 |
| * | x86/mm/pkeys: Add PTE bits for storing protection key | Dave Hansen | 2016-02-18 | 1 | -3/+19 |
| * | x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures | Dave Hansen | 2016-02-16 | 3 | -2/+19 |
| * | x86/cpu, x86/mm/pkeys: Define new CR4 bit | Dave Hansen | 2016-02-16 | 1 | -0/+2 |
| * | x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions | Dave Hansen | 2016-02-16 | 5 | -21/+63 |
| * | x86/mm/pkeys: Add Kconfig option | Dave Hansen | 2016-02-16 | 1 | -0/+4 |
| * | x86/fpu: Add placeholder for 'Processor Trace' XSAVE state | Dave Hansen | 2016-02-16 | 2 | -2/+9 |
| * | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2016-02-16 | 29 | -64/+44 |
| * | mm/gup: Overload get_user_pages() functions | Dave Hansen | 2016-02-16 | 4 | -46/+158 |
| * | mm/gup: Introduce get_user_pages_remote() | Dave Hansen | 2016-02-16 | 11 | -27/+77 |
| *---. | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar | 2016-02-16 | 94 | -1001/+1129 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 23 | -323/+512 |
|\ \ \ \ \ |
|
| * | | | | | x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPU | Matt Fleming | 2016-03-16 | 1 | -1/+1 |
| * | | | | | x86/efi: Only map kernel text for EFI mixed mode | Sai Praneeth | 2016-02-22 | 1 | -1/+1 |
| * | | | | | x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables | Sai Praneeth | 2016-02-22 | 4 | -8/+50 |
| * | | | | | x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() | Sai Praneeth | 2016-02-22 | 2 | -4/+7 |
| * | | | | | efi/arm*: Perform hardware compatibility check | Ard Biesheuvel | 2016-02-22 | 2 | -0/+6 |
| * | | | | | efi/arm64: Check for h/w support before booting a >4 KB granular kernel | Ard Biesheuvel | 2016-02-22 | 1 | -0/+20 |
| * | | | | | efi/arm: Check for LPAE support before booting a LPAE kernel | Ard Biesheuvel | 2016-02-22 | 1 | -0/+17 |
| * | | | | | efi/arm-init: Use read-only early mappings | Ard Biesheuvel | 2016-02-22 | 1 | -7/+7 |
| * | | | | | efi/efistub: Prevent __init annotations from being used | Ard Biesheuvel | 2016-02-22 | 1 | -0/+10 |