summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-06-056-18/+307
|\
| * Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfixH. Peter Anvin2014-05-2116-20/+62
| |\
| | * Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin2014-05-211-3/+1
| * | x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin2014-05-043-0/+25
| * | x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin2014-05-042-2/+2
| * | x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin2014-05-011-0/+1
| * | x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin2014-04-301-5/+0
| * | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-04-305-15/+285
* | | Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-046-14/+17
|\ \ \
| * | | kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-041-1/+1
| * | | hwpoison: remove unused global variable in do_machine_check()Chen Yucong2014-06-041-5/+0
| * | | arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...Akinobu Mita2014-06-041-1/+6
| * | | cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-041-1/+1
| * | | x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-042-4/+7
| * | | x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita2014-06-041-2/+2
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-042-109/+26
|\ \ \ \ | |/ / / |/| | |
| * | | x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner2014-05-161-3/+0
| * | | x86: Remove create/destroy_irq()Thomas Gleixner2014-05-161-105/+1
| * | | x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-161-5/+0
| * | | x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-13/+10
| * | | x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-3/+2
| * | | x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner2014-05-161-0/+33
* | | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-7/+5
|\ \ \ \
| * \ \ \ Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-1315-20/+61
| |\ \ \ \ | | |/ / /
| * | | | x86: use FDT accessors for FDT blob header dataRob Herring2014-04-301-7/+5
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-1/+1
|\ \ \ \
| * | | | x86: fix page fault tracing when KVM guest support enabledDave Hansen2014-05-221-1/+1
* | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-031-5/+21
|\ \ \ \ \
| * | | | | x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3Dimitri Sivanich2014-04-011-5/+21
* | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-9/+41
|\ \ \ \ \ \
| * | | | | | mce: Panic when a core has reached a timeoutBorislav Petkov2014-05-301-2/+1
| * | | | | | x86/mce: Improve mcheck_init_device() error handlingMathieu Souchaud2014-05-301-7/+40
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+12
|\ \ \ \ \ \ \
| * | | | | | | x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong2014-05-091-2/+5
| * | | | | | | x86, iosf: Add Quark X1000 PCI IDOng Boon Leong2014-05-091-0/+1
| * | | | | | | x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box2014-05-091-0/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-06-032-0/+43
|\ \ \ \ \ \ \
| * | | | | | | x86, microcode: Add a disable chicken bitBorislav Petkov2014-05-202-0/+43
| |/ / / / / /
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-105/+80
|\ \ \ \ \ \ \
| * | | | | | | x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski2014-05-211-25/+22
| * | | | | | | x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski2014-05-211-88/+64
| * | | | | | | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotationsAndy Lutomirski2014-05-211-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-11/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-2217-21/+65
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra2014-05-081-11/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-033-205/+369
|\ \ \ \ \ \ \
| * | | | | | | fix Haswell precise store data source encodingStephane Eranian2014-05-191-3/+19
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar2014-05-073-2/+15
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-04-253-13/+12
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf/x86: Export perf_assign_events()Yan, Zheng2014-04-181-0/+1
OpenPOWER on IntegriCloud