summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Plug vector cleanup raceThomas Gleixner2016-03-031-10/+53
* x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-03-032-5/+8
* x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-03-031-2/+16
* x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-03-031-13/+3
* x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-03-031-1/+3
* x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-03-031-2/+6
* x86/irq: Get rid of code duplicationThomas Gleixner2016-03-031-18/+15
* x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-03-031-1/+1
* x86/irq: Check vector allocation earlyThomas Gleixner2016-03-031-13/+25
* x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-03-031-8/+16
* x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-03-031-14/+8
* x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-03-031-3/+5
* x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-03-031-0/+9
* x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-03-031-8/+8
* x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-03-031-1/+5
* x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner2016-01-311-0/+8
* x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman2015-12-301-4/+1
* x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-0/+3
* x86/mce: Ensure offline CPUs don't participate in rendezvous processAshok Raj2015-12-191-0/+11
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-086-7/+10
|\
| * perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macroJiri Olsa2015-12-061-1/+1
| * perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on HaswellYuanfang Chen2015-12-061-1/+1
| * treewide: Remove old email addressPeter Zijlstra2015-11-233-3/+3
| * perf/x86: Fix LBR call stack save/restoreAndi Kleen2015-11-232-1/+4
| * perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-064-13/+16
|\ \
| * | x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2015-12-051-7/+10
| * | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-251-4/+5
| * | x86/microcode: Initialize the driver late when facilities are upBorislav Petkov2015-11-232-2/+1
| |/
* | libnvdimm, e820: skip module loading when no type-12Dan Williams2015-11-301-0/+12
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-224-9/+12
|\
| * x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper2015-11-191-2/+1
| * x86/ftrace: Add comment on static function tracingNamhyung Kim2015-11-191-0/+6
| * x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han2015-11-121-1/+0
| * x86/fpu: Fix 32-bit signal frame handlingDave Hansen2015-11-121-6/+5
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-6/+0
|\ \
| * | perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui2015-11-121-6/+0
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-157-15/+56
|\ \ \ | | |/ | |/|
| * | x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2015-11-072-5/+15
| * | x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur2015-11-071-1/+1
| * | x86/AMD: Fix last level cache topology for AMD Fam17h systemsAravind Gopalakrishnan2015-11-071-0/+13
| * | x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2015-11-072-9/+26
| * | x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for MerrifieldAndy Shevchenko2015-11-071-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-072-5/+4
|\ \
| * | arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-061-4/+3
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-4/+5
|\ \ \
| * | | livepatch: Fix crash with !CONFIG_DEBUG_SET_MODULE_RONXJosh Poimboeuf2015-11-061-4/+5
* | | | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | ftrace: Calculate the correct dyn_ftrace number to report to the userspaceMinfei Huang2015-10-221-0/+4
OpenPOWER on IntegriCloud