aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner1-0/+11
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu3-4/+6
2015-07-13x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu2-3/+3
2015-07-13x86/irq: Use accessor irq_data_get_node()Jiang Liu1-4/+4
2015-07-08x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-VVitaly Kuznetsov1-4/+7
2015-07-07x86/irq: Retrieve irq data after locking irq_descThomas Gleixner1-1/+6
2015-07-07x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner1-1/+12
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner2-16/+7
2015-07-07x86/irq, context_tracking: Document how IRQ context tracking works and add an RCU assertionAndy Lutomirski1-0/+15
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski4-67/+25
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception entriesAndy Lutomirski1-0/+9
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2-228/+2
2015-07-06x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atomAndy Shevchenko2-466/+0
2015-07-06x86/platform/intel/pmc_atom: Add Cherrytrail PMC interfaceAndy Shevchenko1-29/+89
2015-07-06x86/platform/intel/pmc_atom: Supply register mappings via PMC objectAndy Shevchenko1-17/+32
2015-07-06x86/platform/intel/pmc_atom: Print index of device in loopAndy Shevchenko1-63/+63
2015-07-06x86/platform/intel/pmc_atom: Export accessors to PMC registersAndy Shevchenko1-15/+34
2015-07-06x86/earlyprintk: Allow early_printk() to use console style parameters like '115200n8'Steven Rostedt1-1/+3
2015-07-06x86/compat: Remove unneeded #includeBrian Gerst1-1/+0
2015-07-06x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst1-1/+1
2015-07-06x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst1-64/+74
2015-07-06x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst1-2/+2
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2-0/+96
2015-07-06x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriersAndy Lutomirski1-8/+6
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski1-6/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski8-18/+18
2015-07-06x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski1-3/+3
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski7-14/+14
2015-07-06x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2-4/+0
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2-8/+2
2015-07-06x86/espfix: Init espfix on the boot CPU sideZhu Guihua2-15/+20
2015-07-06x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua2-5/+4
2015-07-06x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2-34/+2
2015-07-06x86/init: Clear 'init_level4_pgt' earlierAndrey Ryabinin1-1/+2
2015-07-06x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate()Adrian Hunter1-1/+10
2015-07-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+8
2015-07-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+13
2015-07-04x86/fpu: Fix boot crash in the early FPU codeIngo Molnar1-3/+4
2015-07-02Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-5/+3
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2015-06-30x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bitJosh Triplett2-7/+7
2015-06-30x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel command-line.KarimAllah Ahmed1-5/+6
2015-06-30perf/x86: Fix 'active_events' imbalancePeter Zijlstra1-23/+13
2015-06-30Merge branch 'x86/boot' into x86/urgentIngo Molnar1-4/+3
2015-06-30x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is enabledIngo Molnar1-1/+1
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimmLinus Torvalds2-36/+85
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2015-06-26libnvdimm: Set numa_node to NVDIMM devicesToshi Kani1-0/+1