summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/tboot: Convert to hotplug state machineRichard Cochran2016-07-151-17/+8
* x86/apb_timer: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-19/+10
* x86/hpet: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-35/+34
* Merge branch 'timers/core' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-132-4/+4
|\
| * timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner2016-07-071-2/+2
| * timers, x86/apic/uv: Initialize the UV heartbeat timer as pinnedThomas Gleixner2016-07-071-2/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-081-2/+2
|\ \ | |/ |/|
| * x86/amd_nb: Fix boot crash on non-AMD systemsBorislav Petkov2016-07-011-2/+2
* | pvclock: Get rid of __pvclock_read_cycles in function pvclock_read_flagsMinfei Huang2016-06-271-2/+5
* | pvclock: Add CPU barriers to get correct version valueMinfei Huang2016-06-271-0/+4
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-251-0/+12
|\ \
| * | kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu2016-06-141-0/+12
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-241-1/+1
|\ \
| * | x86: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
* | | x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds2016-06-242-3/+1
|/ /
* | x86: avoid avoid passing around 'thread_info' in stack dumping codeLinus Torvalds2016-06-233-20/+14
|/
* x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang2016-06-101-1/+1
* x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski2016-06-101-10/+10
* x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov2016-06-081-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-255-4/+51
|\
| * x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2016-05-202-4/+4
| * Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-2063-818/+1514
| |\
| * | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-202-0/+40
| * | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-161-0/+4
| * | x86/tsc: Add missing Cherrytrail frequency to the tableJeremy Compostella2016-05-121-0/+3
* | | kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-05-231-0/+45
* | | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-221-1/+2
|\ \ \
| * | | ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt2016-05-201-1/+2
* | | | printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-1/+0
* | | | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-3/+2
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-14/+4
|\ \ \ \
| * | | | KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-061-14/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-172-71/+0
|\ \ \ \ \
| * | | | | livepatch: reuse module loader code to write relocationsJessica Yu2016-04-012-71/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\ \ \ \ \ \
| * | | | | | treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-162-4/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki2016-05-161-1/+0
| |\ \ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | ACPI,PCI,IRQ: remove SCI penalize functionSinan Kaya2016-05-051-1/+0
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi'Rafael J. Wysocki2016-05-161-3/+9
| |\ \ \ \ \ \ \ \ | | | | |/ / / / / | | | | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | ACPI / x86: Cleanup initrd related codeLv Zheng2016-04-181-3/+9
| | | * | | | | ACPI / tables: Move table override mechanisms to tables.cLv Zheng2016-04-181-1/+1
| | |/ / / / /
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-183/+667
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/platform, to resolve conflictIngo Molnar2016-05-051-3/+1
| |\ \ \ \ \ \ \
| * | | | | | | | x86/platform/UV: Fix incorrect nodes and pnodes for cpuless and memoryless nodesDimitri Sivanich2016-05-041-30/+28
| * | | | | | | | x86/platform/UV: Update physical address conversions for UV4Mike Travis2016-05-041-1/+95
| * | | | | | | | x86/platform/UV: Build GAM reference tablesMike Travis2016-05-041-0/+139
| * | | | | | | | x86/platform/UV: Support UV4 socket address changesMike Travis2016-05-041-8/+120
| * | | | | | | | x86/platform/UV: Add UV4 addressing discovery functionMike Travis2016-05-041-13/+72
| * | | | | | | | x86/platform/UV: Fold blade info into per node hub info structsMike Travis2016-05-041-111/+101
OpenPOWER on IntegriCloud