aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2-9/+26
2015-11-07x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for MerrifieldAndy Shevchenko1-0/+1
2015-11-06arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger1-4/+3
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+4
2015-11-06livepatch: Fix crash with !CONFIG_DEBUG_SET_MODULE_RONXJosh Poimboeuf1-4/+5
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+35
2015-11-05drm/i915/kbl: Kabylake uses the same GMS values as SkylakeDeepak S1-0/+1
2015-11-05x86/smp: Remove single IPI wrapperThomas Gleixner1-14/+2
2015-11-05x86/apic: Use default send single IPI wrapperThomas Gleixner2-0/+2
2015-11-05x86/apic: Provide default send single IPI wrapperThomas Gleixner1-0/+8
2015-11-05x86/apic: Implement single IPI for apic_noopThomas Gleixner1-0/+2
2015-11-05x86/apic: Wire up single IPI for apic_numachipThomas Gleixner1-0/+2
2015-11-05x86/apic: Wire up single IPI for x2apic_uvThomas Gleixner1-0/+1
2015-11-05x86/apic: Implement single IPI for x2apic_physThomas Gleixner1-0/+9
2015-11-05x86/apic: Wire up single IPI for bigsmp_apicThomas Gleixner1-0/+1
2015-11-05x86/apic: Remove pointless indirections from bigsmp_apicThomas Gleixner1-7/+2
2015-11-05x86/apic: Wire up single IPI for apic_physflatThomas Gleixner1-0/+1
2015-11-05x86/apic: Remove pointless indirections from apic_physflatThomas Gleixner1-14/+3
2015-11-05x86/apic: Implement default single target IPI functionThomas Gleixner1-0/+10
2015-11-05x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds1-0/+9
2015-11-05x86/apic: Add a single-target IPI function to the apicLinus Torvalds1-2/+14
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+18
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-12/+14
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-72/+354
2015-11-03Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+11
2015-11-03Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-11-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+5
2015-11-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2015-11-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+2
2015-11-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-65/+165
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+1
2015-11-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-1577/+1526
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-50/+918
2015-11-03Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-17/+16
2015-11-01x86/cpu: Add CLZERO detectionWan Zongshun1-0/+1
2015-11-01x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init()Borislav Petkov1-0/+2
2015-11-01x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan1-0/+2
2015-10-31x86/vm86: Set thread.vm86 to NULL on fork/cloneAndy Lutomirski1-0/+3
2015-10-27x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko1-1/+3
2015-10-26x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä1-2/+3
2015-10-25Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted'Rafael J. Wysocki1-4/+18
2015-10-22ftrace: Calculate the correct dyn_ftrace number to report to the userspaceMinfei Huang1-0/+4
2015-10-21x86/microcode/intel: Move #ifdef DEBUG inside the functionBorislav Petkov1-6/+2
2015-10-21x86/microcode/amd: Remove maintainers from commentsBorislav Petkov1-4/+0
2015-10-21x86/microcode: Remove modularization leftoversBorislav Petkov4-39/+12
2015-10-21x86/microcode: Merge the early microcode loaderBorislav Petkov8-1437/+1387
2015-10-21x86/microcode: Unmodularize the microcode driverBorislav Petkov4-36/+7
2015-10-21timers/x86/hpet: Type adjustmentsJan Beulich3-17/+16