Age | Commit message (Expand) | Author | Files | Lines |
2014-01-22 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -5/+3 |
2014-01-21 | x86/mm: memblock: switch to use NUMA_NO_NODE | Grygorii Strashko | 2 | -2/+2 |
2014-01-21 | x86: memblock: set current limit to max low memory address | Santosh Shilimkar | 1 | -1/+1 |
2014-01-20 | Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2014-01-20 | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds | 1 | -0/+10 |
2014-01-20 | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -14/+26 |
2014-01-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -0/+86 |
2014-01-20 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -9/+17 |
2014-01-20 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -1/+365 |
2014-01-20 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 11 | -113/+185 |
2014-01-20 | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -2/+346 |
2014-01-20 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+30 |
2014-01-20 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 24 | -43/+12 |
2014-01-20 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+57 |
2014-01-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -91/+272 |
2014-01-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -1/+680 |
2014-01-20 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -18/+25 |
2014-01-16 | x86, tsc, apic: Unbreak static (MSR) calibration when CONFIG_X86_LOCAL_APIC=n | H. Peter Anvin | 1 | -0/+2 |
2014-01-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 5 | -15/+62 |
2014-01-16 | perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10h | Robert Richter | 1 | -8/+45 |
2014-01-15 | x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCs | Bin Gao | 3 | -1/+136 |
2014-01-15 | x86: Add check for number of available vectors before CPU down | Prarit Bhargava | 2 | -0/+76 |
2014-01-15 | x86, apic: Make disabled_cpu_apicid static read_mostly, fix typos | H. Peter Anvin | 1 | -3/+3 |
2014-01-15 | x86, apic, kexec: Add disable_cpu_apicid kernel parameter | HATAYAMA Daisuke | 1 | -0/+49 |
2014-01-15 | x86, cpu, amd: Fix a shadowed variable situation | Borislav Petkov | 1 | -7/+3 |
2014-01-14 | x86, cpu, amd: Add workaround for family 16h, erratum 793 | Borislav Petkov | 1 | -0/+10 |
2014-01-14 | x86/apic: Read Error Status Register correctly | Richard Weinberger | 1 | -9/+8 |
2014-01-13 | x86, microcode: Move to a proper location | Borislav Petkov | 10 | -9/+8 |
2014-01-13 | x86, microcode, AMD: Fix early ucode loading | Borislav Petkov | 2 | -85/+167 |
2014-01-13 | x86, microcode: Share native MSR accessing variants | Borislav Petkov | 1 | -10/+0 |
2014-01-13 | x86, ramdisk: Export relocated ramdisk VA | Borislav Petkov | 1 | -9/+10 |
2014-01-13 | Merge branch 'x86/idle' into sched/core | Ingo Molnar | 2 | -23/+2 |
2014-01-13 | sched/clock, x86: Avoid a runtime condition in native_sched_clock() | Peter Zijlstra | 1 | -1/+6 |
2014-01-13 | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra | 4 | -6/+6 |
2014-01-13 | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs | Peter Zijlstra | 2 | -28/+215 |
2014-01-13 | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt() | Prarit Bhargava | 1 | -1/+1 |
2014-01-13 | sched/clock, x86: Move some cyc2ns() code around | Peter Zijlstra | 1 | -51/+61 |
2014-01-12 | Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2 | -8/+14 |
2014-01-12 | Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes. | Ingo Molnar | 2 | -4/+14 |
2014-01-12 | x86, mce: Fix mce_start_timer semantics | Borislav Petkov | 1 | -4/+4 |
2014-01-12 | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs | Prarit Bhargava | 3 | -17/+24 |
2014-01-12 | perf/x86/intel: Add Intel RAPL PP1 energy counter support | Stephane Eranian | 1 | -7/+24 |
2014-01-09 | ftrace/x86: Load ftrace_ops in parameter not the variable holding it | Steven Rostedt | 2 | -3/+3 |
2014-01-08 | arch: x86: New MailBox support driver for Intel SOC's | David E. Box | 2 | -0/+227 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 23 | -23/+0 |
2014-01-05 | Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflicts | Ingo Molnar | 3 | -4/+25 |
2014-01-03 | x86, cpu: Detect more TLB configuration | Kirill A. Shutemov | 2 | -3/+30 |
2014-01-03 | x86: ksysfs.c build fix | Dave Young | 1 | -0/+1 |
2013-12-29 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+2 |
2013-12-29 | x86: Reserve setup_data ranges late after parsing memmap cmdline | Dave Young | 1 | -2/+2 |