summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis2016-05-041-15/+44
| * | | | | | | x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis2016-05-041-1/+1
| * | | | | | | x86/platform/UV: Move scir info to the per cpu info structMike Travis2016-05-041-9/+9
| * | | | | | | x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis2016-05-041-5/+10
| * | | | | | | x86/platform/UV: Update MMIOH setup function to work for both UV3 and UV4Mike Travis2016-05-041-1/+2
| * | | | | | | x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis2016-05-041-1/+0
| * | | | | | | x86/platform/UV: Prep for UV4 MMR updatesMike Travis2016-05-041-84/+124
| * | | | | | | x86/platform/UV: Add UV MMR Illegal Access FunctionMike Travis2016-05-041-0/+12
| * | | | | | | x86/platform/UV: Add UV4 Specific DefinesMike Travis2016-05-041-3/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-161-13/+6
|\ \ \ \ \ \ \
| * | | | | | | x86/dumpstack: Combine some printk()sRasmus Villemoes2016-03-311-13/+6
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-162-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Fix non-static inlinesDenys Vlasenko2016-04-162-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-1614-36/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu2016-04-292-1/+2
| * | | | | | | | x86/init: Disable pnpbios and rtc for X86_SUBARCH_CE4100Luis R. Rodriguez2016-04-222-3/+1
| * | | | | | | | x86/init: Disable pnpbios for X86_SUBARCH_INTEL_MIDLuis R. Rodriguez2016-04-221-3/+1
| * | | | | | | | x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-222-9/+0
| * | | | | | | | x86/init: Rename EBDA code fileLuis R. Rodriguez2016-04-222-1/+1
| * | | | | | | | x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICESLuis R. Rodriguez2016-04-221-0/+5
| * | | | | | | | x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez2016-04-221-0/+11
| * | | | | | | | x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez2016-04-221-1/+1
| * | | | | | | | x86/tboot: Remove paravirt_enabled() useLuis R. Rodriguez2016-04-221-6/+0
| * | | | | | | | x86/apm32: Remove paravirt_enabled() useLuis R. Rodriguez2016-04-221-1/+1
| * | | | | | | | x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez2016-04-222-1/+5
| * | | | | | | | x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot codeLuis R. Rodriguez2016-04-222-8/+4