summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/mm, kasan: Silence KASAN warnings in get_wchan()Andrey Ryabinin2015-10-201-3/+3
* x86/smpboot: Fix CPU #1 boot timeoutLen Brown2015-10-191-2/+6
* x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehaviorLen Brown2015-10-191-2/+5
* x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov2015-10-161-0/+4
* x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini2015-10-161-0/+8
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-036-62/+66
|\
| * x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3
| * x86/process: Unify 32bit and 64bit implementations of get_wchan()Thomas Gleixner2015-09-303-84/+55
| * x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner2015-09-301-10/+42
| * x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov2015-09-301-5/+7
| * x86/cpufeatures: Correct spelling of the HWP_NOTIFY flagKristen Carlson Accardi2015-09-231-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-273-4/+18
|\ \ | |/ |/|
| * perf/x86: Change test_aperfmperf() and test_intel() to staticGeliang Tang2015-09-251-2/+2
| * perf/x86/intel: Fix Skylake FRONTEND MSR extrareg maskAndi Kleen2015-09-181-1/+5
| * perf/x86/intel/pebs: Add PEBS frontend profiling for SkylakeAndi Kleen2015-09-182-1/+11
| * perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specificAndi Kleen2015-09-181-1/+1
* | x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-09-221-4/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-183-16/+9
|\ \
| * | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-13/+8
| * | genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-3/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\ \ \ | |_|/ |/| |
| * | x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura2015-09-171-1/+1
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-177-13/+56
|\ \
| * | x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2015-09-161-7/+10
| * | x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
| * | x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner2015-09-141-2/+3
| * | x86/ldt: Fix small LDT allocation for XenJan Beulich2015-09-141-2/+2
| * | x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
| * | x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-0/+27
| * | Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar2015-09-0580-1860/+2150
| |\ \
| * | | x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner2015-09-031-0/+5
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-172-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf/x86/intel: Fix constraint accessPeter Zijlstra2015-09-131-1/+4
| * | | perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the n...Alexander Shishkin2015-09-111-0/+1
* | | | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-11/+0
* | | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-40/+9
* | | | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-105-8/+8
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-21/+1
|\ \ \ \
| * | | | x86: use generic early mem copyMark Salter2015-09-081-21/+1
* | | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-082-72/+9
|\ \ \ \ \
| * | | | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams2015-08-192-72/+9
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-1/+3
|\ \ \ \ \ \
| * | | | | | PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-1/+3
* | | | | | | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-081-129/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | nmi: x86: convert to generic nmi handlerRussell King2015-07-171-129/+4
* | | | | | | watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-041-2/+2
* | | | | | | watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-041-2/+5
* | | | | | | kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-041-1/+1
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-032-13/+11
|\ \ \ \ \ \ \
| * | | | | | | x86, tsc, locking/static_keys: Employ static_branch_likely()Peter Zijlstra2015-08-031-12/+10
OpenPOWER on IntegriCloud