summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/cpufeature: Add 5-level paging detectionKirill A. Shutemov2017-03-091-1/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-0719-40/+67
|\
| * x86/build/x86_64_defconfig: Enable CONFIG_R8169Andy Shevchenko2017-03-061-0/+1
| * x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-03-061-0/+8
| * x86/hpet: Prevent might sleep splat on resumeThomas Gleixner2017-03-021-1/+1
| * x86/boot: Correct setup_header.start_sys nameBorislav Petkov2017-03-011-1/+1
| * x86/purgatory: Fix sparse warning, symbol not declaredTobin C. Harding2017-03-013-0/+10
| * x86/purgatory: Make functions and variables staticTobin C. Harding2017-03-011-5/+5
| * x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-014-6/+6
| * x86/pkeys: Check against max pkey to avoid overflowsDave Hansen2017-03-011-6/+9
| * x86/PCI: Implement pcibios_release_device to release IRQ from IOAPICRui Wang2017-03-011-0/+9
| * x86/intel_rdt: Remove duplicate inclusion of linux/cpu.hMasanari Iida2017-03-011-1/+0Star
| * x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida2017-03-011-1/+0Star
| * x86/hyperv: Hide unused labelArnd Bergmann2017-03-011-1/+1
| * x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-03-011-0/+8
| * x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack registerAndrew Banman2017-03-011-1/+0Star
| * x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang2017-03-011-13/+4Star
| * x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang2017-03-011-3/+3
| * x86/kdebugfs: Move boot params hierarchy under (debugfs)/x86/Borislav Petkov2017-03-011-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-077-28/+23Star
|\ \
| * | sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra2017-03-027-28/+23Star
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-073-5/+5
|\ \ \
| * | | Merge branch 'linus' into perf/urgent, to resolve conflictIngo Molnar2017-03-021-2/+0Star
| |\| |
| * | | kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu2017-03-013-5/+5
| | |/ | |/|
* | | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-045-17/+37
|\ \ \
| * | | KVM: nVMX: Fix pending events injectionWanpeng Li2017-03-011-2/+6
| * | | x86/kvm/vmx: remove unused variable in segment_base()Jérémy Lefaure2017-03-011-1/+0Star
| * | | x86/asm: Tidy up TSS limit codeAndy Lutomirski2017-03-013-11/+21
| * | | KVM: x86: never specify a sample period for virtualized in_tx_cp countersRobert O'Callahan2017-03-011-3/+10
* | | | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-0/+2
|\ \ \ \
| * | | | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-032-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-0366-7/+92
|\ \ \ \
| * | | | sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/a...Ingo Molnar2017-03-031-1/+0Star
| * | | | sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
| * | | | sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-022-0/+4
| * | | | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-022-0/+3
| * | | | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-022-0/+4
| * | | | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-022-0/+2
| * | | | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-027-2/+9
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0221-0/+21
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0213-0/+14
| * | | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
| * | | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-022-0/+2
| * | | | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-023-0/+3
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-2/+4
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0211-0/+11
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2