| Commit message (Expand) | Author | Age | Files | Lines |
* | kvm, rt: change async pagefault code locking for PREEMPT_RT | Rik van Riel | 2016-03-22 | 1 | -18/+19 |
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-21 | 6 | -6/+301 |
|\ |
|
| * | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 | 1 | -2/+0 |
| * | x86/mm/pkeys: Allow kernel to modify user pkey rights register | Dave Hansen | 2016-02-18 | 1 | -0/+74 |
| * | x86/fpu: Allow setting of XSAVE state | Dave Hansen | 2016-02-18 | 2 | -2/+159 |
| * | x86/mm: Factor out LDT init from context init | Dave Hansen | 2016-02-18 | 1 | -2/+2 |
| * | x86/mm/pkeys: Actually enable Memory Protection Keys in the CPU | Dave Hansen | 2016-02-18 | 1 | -0/+43 |
| * | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen | 2016-02-18 | 1 | -0/+9 |
| * | x86/mm/pkeys: Dump PKRU with other kernel registers | Dave Hansen | 2016-02-18 | 1 | -0/+2 |
| * | x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structures | Dave Hansen | 2016-02-16 | 1 | -1/+6 |
| * | x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions | Dave Hansen | 2016-02-16 | 1 | -0/+1 |
| * | x86/fpu: Add placeholder for 'Processor Trace' XSAVE state | Dave Hansen | 2016-02-16 | 1 | -2/+8 |
| *---. | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar | 2016-02-16 | 25 | -108/+115 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-21 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes | Ingo Molnar | 2016-02-22 | 1 | -0/+2 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece... | Ingo Molnar | 2016-02-03 | 77 | -648/+1618 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | x86/mm: Page align the '_end' symbol to avoid pfn conversion bugs | Matt Fleming | 2015-11-29 | 1 | -0/+1 |
* | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-03-21 | 5 | -34/+49 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standard | Josh Poimboeuf | 2016-02-29 | 1 | -0/+2 |
| * | | | | | | | objtool: Add STACK_FRAME_NON_STANDARD() macro | Josh Poimboeuf | 2016-02-29 | 1 | -1/+4 |
| * | | | | | | | objtool: Mark non-standard object files and directories | Josh Poimboeuf | 2016-02-29 | 1 | -3/+8 |
| * | | | | | | | Merge branch 'ras/core' into core/objtool, to pick up the new exception table... | Ingo Molnar | 2016-02-25 | 5 | -68/+145 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes | Ingo Molnar | 2016-02-25 | 29 | -136/+214 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
| | * | | | | | | | x86/kprobes: Get rid of kretprobe_trampoline_holder() | Josh Poimboeuf | 2016-02-24 | 1 | -29/+28 |
| | * | | | | | | | x86/asm/acpi: Create a stack frame in do_suspend_lowlevel() | Josh Poimboeuf | 2016-02-24 | 1 | -0/+3 |
| | * | | | | | | | x86/amd: Set ELF function type for vide() | Josh Poimboeuf | 2016-02-24 | 1 | -1/+4 |
* | | | | | | | | | x86/kallsyms: fix GOLD link failure with new relative kallsyms table format | Ard Biesheuvel | 2016-03-20 | 1 | -4/+4 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 2 | -9/+15 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 1 | -0/+7 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | perf: generalize perf_callchain | Alexei Starovoitov | 2016-02-20 | 3 | -11/+17 |
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | param: convert some "on"/"off" users to strtobool | Kees Cook | 2016-03-17 | 1 | -10/+2 |
* | | | | | | | | | | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 2016-03-17 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-16 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86: query dynamic DEBUG_PAGEALLOC setting | Christian Borntraeger | 2016-03-16 | 1 | -3/+2 |
* | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | arch/hotplug: Call into idle with a proper state | Thomas Gleixner | 2016-03-01 | 1 | -1/+1 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-15 | 2 | -1/+61 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytes | Denys Vlasenko | 2016-03-08 | 1 | -1/+1 |
| * | | | | | | | | | | | x86/apic: Deinline __default_send_IPI_*, save ~200 bytes | Denys Vlasenko | 2016-03-08 | 1 | -0/+60 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-15 | 1 | -0/+59 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86/tsc: Always Running Timer (ART) correlated clocksource | Christopher S. Hall | 2016-03-03 | 1 | -0/+59 |
* | | | | | | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-15 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86/tsc: Use topology functions | Thomas Gleixner | 2016-02-21 | 1 | -4/+4 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-03-15 | 2 | -0/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID | Andy Lutomirski | 2016-02-09 | 1 | -0/+16 |
| * | | | | | | | | | | | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix | Ingo Molnar | 2016-02-08 | 13 | -109/+211 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | x86/mm/32: Set NX in __supported_pte_mask before enabling paging | Andy Lutomirski | 2016-01-20 | 1 | -0/+6 |
* | | | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-03-15 | 4 | -189/+188 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86/microcode/intel: Drop orig_sum from ext signature checksum | Borislav Petkov | 2016-03-08 | 1 | -3/+3 |