Age | Commit message (Expand) | Author |
2016-04-12 | x86/irq: Cure live lock in fixup_irqs() | Thomas Gleixner |
2016-04-12 | x86/microcode: Untangle from BLK_DEV_INITRD | Borislav Petkov |
2016-04-12 | x86/microcode/intel: Make early loader look for builtin microcode too | Borislav Petkov |
2016-03-09 | PM / sleep / x86: Fix crash on graph trace through x86 suspend | Todd E Brandt |
2016-03-03 | x86/irq: Plug vector cleanup race | Thomas Gleixner |
2016-03-03 | x86/irq: Call irq_force_move_complete with irq descriptor | Thomas Gleixner |
2016-03-03 | x86/irq: Remove outgoing CPU from vector cleanup mask | Thomas Gleixner |
2016-03-03 | x86/irq: Remove the cpumask allocation from send_cleanup_vector() | Thomas Gleixner |
2016-03-03 | x86/irq: Clear move_in_progress before sending cleanup IPI | Thomas Gleixner |
2016-03-03 | x86/irq: Remove offline cpus from vector cleanup | Thomas Gleixner |
2016-03-03 | x86/irq: Get rid of code duplication | Thomas Gleixner |
2016-03-03 | x86/irq: Copy vectormask instead of an AND operation | Thomas Gleixner |
2016-03-03 | x86/irq: Check vector allocation early | Thomas Gleixner |
2016-03-03 | x86/irq: Reorganize the search in assign_irq_vector | Thomas Gleixner |
2016-03-03 | x86/irq: Reorganize the return path in assign_irq_vector | Thomas Gleixner |
2016-03-03 | x86/irq: Do not use apic_chip_data.old_domain as temporary buffer | Jiang Liu |
2016-03-03 | x86/irq: Validate that irq descriptor is still active | Thomas Gleixner |
2016-03-03 | x86/irq: Fix a race in x86_vector_free_irqs() | Jiang Liu |
2016-03-03 | x86/irq: Call chip->irq_set_affinity in proper context | Thomas Gleixner |
2016-01-31 | x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[] | Mario Kleiner |
2015-12-30 | x86/numachip: Fix NumaConnect2 MMCFG PCI access | Daniel J Blueman |
2015-12-19 | x86/paravirt: Prevent rtc_cmos platform device init on PV guests | David Vrabel |
2015-12-19 | x86/mce: Ensure offline CPUs don't participate in rendezvous process | Ashok Raj |
2015-12-08 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-12-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-12-06 | perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macro | Jiri Olsa |
2015-12-06 | perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on Haswell | Yuanfang Chen |
2015-12-05 | x86/signal: Fix restart_syscall number for x32 tasks | Dmitry V. Levin |
2015-11-30 | libnvdimm, e820: skip module loading when no type-12 | Dan Williams |
2015-11-25 | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUs | Len Brown |
2015-11-23 | x86/microcode: Initialize the driver late when facilities are up | Borislav Petkov |
2015-11-23 | treewide: Remove old email address | Peter Zijlstra |
2015-11-23 | perf/x86: Fix LBR call stack save/restore | Andi Kleen |
2015-11-23 | perf/core: Robustify the perf_cgroup_from_task() RCU checks | Stephane Eranian |
2015-11-22 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-11-19 | x86/cpu: Fix SMAP check in PVOPS environments | Andrew Cooper |
2015-11-19 | x86/ftrace: Add comment on static function tracing | Namhyung Kim |
2015-11-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-11-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-11-12 | perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macro | Huang Rui |
2015-11-12 | x86/fpu: Fix get_xsave_addr() behavior under virtualization | Huaitong Han |
2015-11-12 | x86/fpu: Fix 32-bit signal frame handling | Dave Hansen |
2015-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-11-07 | x86/cpu: Call verify_cpu() after having entered long mode too | Borislav Petkov |
2015-11-07 | x86/setup: Fix low identity map for >= 2GB kernel range | Krzysztof Mazur |
2015-11-07 | x86/AMD: Fix last level cache topology for AMD Fam17h systems | Aravind Gopalakrishnan |
2015-11-07 | x86/irq: Probe for PIC presence before allocating descs for legacy IRQs | Vitaly Kuznetsov |
2015-11-07 | x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for Merrifield | Andy Shevchenko |
2015-11-06 | arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extension | Martin Kepplinger |