| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 2016-03-25 | 1 | -0/+1 |
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 2016-03-25 | 1 | -0/+1 |
* | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-03-24 | 1 | -1/+1 |
|\ |
|
| * | x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c | Li Bin | 2016-03-18 | 1 | -1/+1 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-24 | 2 | -3/+19 |
|\ \ |
|
| * | | x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flag | Huang Rui | 2016-03-21 | 1 | -0/+4 |
| * | | perf/x86/amd: Move nodes_per_socket into bsp_init_amd() | Huang Rui | 2016-03-21 | 1 | -2/+12 |
| * | | perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init | Vikas Shivappa | 2016-03-21 | 1 | -1/+3 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-24 | 19 | -48/+136 |
|\ \ \
| |/ / |
|
| * | | x86/hpet: Use proper mask to modify hotplug action | Thomas Gleixner | 2016-03-19 | 1 | -1/+1 |
| * | | x86/apic/uv: Fix the hotplug notifier | Thomas Gleixner | 2016-03-19 | 1 | -1/+2 |
| * | | x86/apb/timer: Use proper mask to modify hotplug action | Thomas Gleixner | 2016-03-19 | 1 | -1/+1 |
| * | | x86/topology: Use total_cpus not nr_cpu_ids for logical packages | Thomas Gleixner | 2016-03-19 | 1 | -1/+6 |
| * | | x86/topology: Fix Intel HT disable | Peter Zijlstra | 2016-03-19 | 1 | -1/+14 |
| * | | x86/topology: Fix logical package mapping | Peter Zijlstra | 2016-03-19 | 1 | -5/+0 |
| * | | x86/irq: Cure live lock in fixup_irqs() | Thomas Gleixner | 2016-03-18 | 1 | -18/+70 |
| * | | x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known() | Thomas Gleixner | 2016-03-18 | 1 | -1/+5 |
| * | | x86/iopl: Fix iopl capability check on Xen PV | Andy Lutomirski | 2016-03-17 | 1 | -3/+9 |
| * | | x86/iopl/64: Properly context-switch IOPL on Xen PV | Andy Lutomirski | 2016-03-17 | 1 | -0/+12 |
| * | | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 | 13 | -16/+16 |
| |\ \ |
|
| | * | | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 15 | -18/+18 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-22 | 4 | -1/+15 |
|\ \ \ \ |
|
| * | | | | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 3 | -0/+14 |
| * | | | | x86/compat: remove is_compat_task() | Andy Lutomirski | 2016-03-22 | 1 | -1/+1 |
* | | | | | 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-20 | 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-20 | 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-20 | 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 |