summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-065-61/+49Star
* x86/irq: Get rid of an indentation levelThomas Gleixner2015-08-061-37/+35Star
* x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-063-14/+13Star
* x86/irq: Replace numeric constantThomas Gleixner2015-08-061-2/+2
* x86/irq: Protect smp_cleanup_moveThomas Gleixner2015-08-061-4/+14
* Merge branch 'linus' into x86/apicThomas Gleixner2015-08-0612-146/+183
|\
| * 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/+52Star
| * | 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/+7Star
| * 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/+4Star
| * x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-062-34/+2Star
| * 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
* | x86/apic: Drop local_irq_save/restore in timer callbacksThomas Gleixner2015-07-301-15/+3Star
* | x86/apic: Migrate apic timer to new set_state interfaceViresh Kumar2015-07-301-35/+51
* | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-133-4/+6
* | x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu2015-07-132-3/+3
* | x86/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-131-4/+4
|/
* 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/+3Star
| |\
| | * x86/boot/setup: Clean up the e820_reserve_setup_data() codeWei Yang2015-06-051-4/+3Star
| * | 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/+13Star
|\ \ \
| * | | perf/x86: Fix 'active_events' imbalancePeter Zijlstra2015-06-301-23/+13Star
| |/ /
* | | 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/+3Star
|\ \ \ \
| * | | | x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1Star
| * | | | x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1Star
| * | | | 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-07-012-7/+7
* | | | x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-07-011-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-251-32/+60
| * | | | e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-281-4/+24
| | |_|/ | |/| |