summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-161-2/+2
|\
| * x86/ldt: Correct LDT access in single stepping logicJuergen Gross2015-08-081-2/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-142-12/+19
|\ \
| * | perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming2015-08-121-5/+3
| * | perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra2015-08-121-7/+16
* | | Revert x86 sigcontext cleanupsLinus Torvalds2015-08-131-15/+11
| |/ |/|
* | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-315-130/+158
* | x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()Jiang Liu2015-07-301-1/+1
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
|\
| * perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
* | x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-183-72/+93
|\
| * x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-182-9/+10
| * x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-182-1/+40
| * x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-171-2/+2
| * x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski2015-07-171-71/+52
* | genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-151-0/+11
|/
* x86/irq: Retrieve irq data after locking irq_descThomas Gleixner2015-07-071-1/+6
* x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner2015-07-071-1/+12
* x86/irq: Plug irq vector hotplug raceThomas Gleixner2015-07-072-16/+7
* x86/earlyprintk: Allow early_printk() to use console style parameters like '1...Steven Rostedt2015-07-061-1/+3
* x86/espfix: Init espfix on the boot CPU sideZhu Guihua2015-07-062-15/+20
* x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua2015-07-062-5/+4
* x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-062-34/+2
* x86/init: Clear 'init_level4_pgt' earlierAndrey Ryabinin2015-07-061-1/+2
* x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate()Adrian Hunter2015-07-061-1/+10
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-043-8/+8
|\
| * x86/fpu: Fix boot crash in the early FPU codeIngo Molnar2015-07-041-3/+4
| * Merge branch 'x86/boot' into x86/urgentIngo Molnar2015-06-301-4/+3
| |\
| | * x86/boot/setup: Clean up the e820_reserve_setup_data() codeWei Yang2015-06-051-4/+3
| * | x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar2015-06-301-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-041-23/+13
|\ \ \
| * | | perf/x86: Fix 'active_events' imbalancePeter Zijlstra2015-06-301-23/+13
| |/ /
* | | Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-021-1/+1
|\ \ \
| * | | x86: replace __init_or_module with __init in non-modular vsmp_64.cPaul Gortmaker2015-06-161-1/+1
* | | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-023-5/+3
|\ \ \ \
| * | | | x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
| * | | | x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
| * | | | x86: don't use module_init for non-modular core bootflag codePaul Gortmaker2015-06-161-1/+1
| |/ / /
* | | | Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-021-1/+1
|\ \ \ \
| * | | | x86: don't use module_init in non-modular devicetree.c codePaul Gortmaker2015-06-161-1/+1
| |/ / /
* | | | x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bitJosh Triplett2015-06-302-7/+7
* | | | x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-06-301-5/+6
* | | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-292-36/+85
|\ \ \ \
| * | | | libnvdimm: Set numa_node to NVDIMM devicesToshi Kani2015-06-261-0/+1
| * | | | libnvdimm, pmem: add libnvdimm support to the pmem driverDan Williams2015-06-241-32/+60
| * | | | e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-4/+24
| | |_|/ | |/| |
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'v4.1-rc6' into drm-nextDave Airlie2015-06-042-2/+20
| |\ \ \ \
| * \ \ \ \ Backmerge v4.1-rc4 into into drm-nextDave Airlie2015-05-205-40/+64
| |\ \ \ \ \
OpenPOWER on IntegriCloud