summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-292-36/+85
|\
| * libnvdimm: Set numa_node to NVDIMM devicesToshi Kani2015-06-261-0/+1
| * libnvdimm, pmem: add libnvdimm support to the pmem driverDan Williams2015-06-241-32/+60
| * e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-4/+24
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-0/+1
|\ \
| * \ Merge tag 'v4.1-rc6' into drm-nextDave Airlie2015-06-042-2/+20
| |\ \
| * \ \ Backmerge v4.1-rc4 into into drm-nextDave Airlie2015-05-205-40/+64
| |\ \ \
| * \ \ \ Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie2015-05-081-0/+1
| |\ \ \ \
| | * | | | drm/i915/bxt: Broxton uses the same GMS values as SkylakeDamien Lespiau2015-04-091-0/+1
* | | | | | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-241-0/+3
* | | | | | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-242-2/+4
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-242-4/+14
|\ \ \ \ \ \
| * | | | | | x86: kvmclock: set scheduler clock stableLuiz Capitulino2015-05-291-2/+12
| * | | | | | kvm: x86: Make functions that have no external callers staticNicholas Krause2015-05-201-2/+2
| * | | | | | Revert "kvmclock: set scheduler clock stable"Paolo Bonzini2015-05-191-3/+0
| * | | | | | kvmclock: set scheduler clock stableLuiz Capitulino2015-05-071-0/+3
| |/ / / / /
* | | | | | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-2/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2015-06-221-2/+4
| |\ \ \ \ \ \
| | * | | | | | x86: Load __USER_DS into DS/ES after resumeIngo Molnar2015-06-221-2/+4
| | |/ / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-232-2/+3
|\ \ \ \ \ \ \
| * | | | | | | x86: introduce kaslr_offset()Jiri Kosina2015-04-292-2/+3
* | | | | | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas2015-06-081-1/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-222-6/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2015-05-1911-91/+105
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | x86: perf: uncore: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
| * | | | | | | | x86: perf: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
* | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2254-5050/+1843
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-2234-3768/+568
| |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang2015-06-181-2/+6
| | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-032-0/+2
| | * | | | | | | | | | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2015-06-081-1/+1
| | * | | | | | | | | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-0815-3622/+39
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-082-4/+3
| | | * | | | | | | | | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-2/+2
| | | * | | | | | | | | | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-083-3/+3
| | | * | | | | | | | | | x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-047-539/+0
| | | * | | | | | | | | | x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-033-2692/+1
| | | * | | | | | | | | | x86/asm/entry/64: Fold identical code pathsJan Beulich2015-06-021-8/+2
| | | * | | | | | | | | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-022-500/+156
| | | * | | | | | | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-243-25/+30
| | * | | | | | | | | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-077-44/+218
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27
| | | * | | | | | | | | | | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-072-0/+46
| | | * | | | | | | | | | | x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-271-4/+1
| | | * | | | | | | | | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-116-34/+144
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | x86/mce/amd: Zap changelogBorislav Petkov2015-05-071-10/+2
| | | | * | | | | | | | | | x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-071-17/+0
| | | | * | | | | | | | | | x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-071-2/+2
| | | | * | | | | | | | | | x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-075-0/+113
OpenPOWER on IntegriCloud