| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/compat: remove is_compat_task() | Andy Lutomirski | 2016-03-22 | 2 | -2/+3 |
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 14 | -32/+310 |
|\ |
|
| * | x86/mm/pkeys: Fix mismerge of protection keys CPUID bits | Dave Hansen | 2016-03-11 | 2 | -4/+4 |
| * | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 | 1 | -0/+25 |
| * | 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 | 2 | -2/+6 |
| * | x86/fpu: Allow setting of XSAVE state | Dave Hansen | 2016-02-18 | 1 | -0/+2 |
| * | x86/mm: Factor out LDT init from context init | Dave Hansen | 2016-02-18 | 1 | -5/+16 |
| * | mm/core, x86/mm/pkeys: Add arch_validate_pkey() | Dave Hansen | 2016-02-18 | 1 | -0/+6 |
| * | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2016-02-18 | 1 | -1/+4 |
| * | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 2016-02-18 | 1 | -2/+3 |
| * | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2016-02-18 | 2 | -0/+78 |
| * | 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 | 1 | -0/+5 |
| * | x86/mm/pkeys: Add arch-specific VMA protection bits | Dave Hansen | 2016-02-18 | 3 | -2/+37 |
| * | 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 | 2 | -1/+13 |
| * | 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 | 4 | -21/+62 |
| * | x86/fpu: Add placeholder for 'Processor Trace' XSAVE state | Dave Hansen | 2016-02-16 | 1 | -0/+1 |
| *---. | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar | 2016-02-16 | 23 | -494/+462 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 1 | -1/+27 |
|\ \ \ \ \ |
|
| * | | | | | x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables | Sai Praneeth | 2016-02-22 | 1 | -1/+1 |
| * | | | | | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes | Ingo Molnar | 2016-02-22 | 2 | -2/+2 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece... | Ingo Molnar | 2016-02-03 | 54 | -484/+1127 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86/efi: Build our own page table structures | Matt Fleming | 2015-11-29 | 1 | -0/+1 |
| * | | | | | | | x86/efi: Hoist page table switching code into efi_call_virt() | Matt Fleming | 2015-11-29 | 1 | -0/+25 |
* | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-03-20 | 6 | -16/+38 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'ras/core' into core/objtool, to pick up the new exception table... | Ingo Molnar | 2016-02-25 | 3 | -24/+36 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes | Ingo Molnar | 2016-02-25 | 33 | -516/+548 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]() | Josh Poimboeuf | 2016-02-24 | 1 | -2/+11 |
| | * | | | | | | | | | x86/locking: Create stack frame in PV unlock | Josh Poimboeuf | 2016-02-24 | 1 | -0/+4 |
| | * | | | | | | | | | x86/uaccess: Add stack frame output operand in get_user() inline asm | Chris J Arges | 2016-02-24 | 1 | -2/+3 |
| | * | | | | | | | | | x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNK | Josh Poimboeuf | 2016-02-24 | 1 | -2/+7 |
| | * | | | | | | | | | x86/paravirt: Add stack frame dependency to PVOP inline asm calls | Josh Poimboeuf | 2016-02-24 | 1 | -8/+10 |
| | * | | | | | | | | | x86/xen: Add stack frame dependency to hypercall inline asm calls | Josh Poimboeuf | 2016-02-24 | 1 | -2/+3 |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 3 | -12/+9 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 2016-03-13 | 2 | -3/+2 |
| * | | | | | | | | | | | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 2016-03-13 | 2 | -8/+6 |
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 3 | -2/+30 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | perf: generalize perf_callchain | Alexei Starovoitov | 2016-02-20 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-03-17 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | klp: remove CONFIG_LIVEPATCH dependency from klp headers | Jiri Kosina | 2016-03-06 | 1 | -2/+0 |
| * | | | | | | | | | | | | klp: remove superfluous errors in asm/livepatch.h | Miroslav Benes | 2016-03-06 | 1 | -2/+0 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-03-17 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu... | Linus Walleij | 2016-03-09 | 2 | -6/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | gpio: Remove unused asm/gpio.h files | Bjorn Helgaas | 2016-02-16 | 1 | -4/+0 |
* | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-03-17 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | efi: stub: use high allocation for converted command line | Ard Biesheuvel | 2016-02-24 | 1 | -0/+2 |
| | |_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | |
|