summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2015-11-05x86/apic: Wire up single IPI for apic_numachipThomas Gleixner
2015-11-05x86/apic: Wire up single IPI for x2apic_uvThomas Gleixner
2015-11-05x86/apic: Implement single IPI for x2apic_physThomas Gleixner
2015-11-05x86/apic: Wire up single IPI for bigsmp_apicThomas Gleixner
2015-11-05x86/apic: Remove pointless indirections from bigsmp_apicThomas Gleixner
2015-11-05x86/apic: Wire up single IPI for apic_physflatThomas Gleixner
2015-11-05x86/apic: Remove pointless indirections from apic_physflatThomas Gleixner
2015-11-05x86/apic: Implement default single target IPI functionThomas Gleixner
2015-11-05x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds
2015-11-05x86/apic: Add a single-target IPI function to the apicLinus Torvalds
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-11-03Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-11-03Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-11-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-11-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-11-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-11-03Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-11-01x86/cpu: Add CLZERO detectionWan Zongshun
2015-11-01x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init()Borislav Petkov
2015-11-01x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan
2015-10-31x86/vm86: Set thread.vm86 to NULL on fork/cloneAndy Lutomirski
2015-10-27x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko
2015-10-26x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä
2015-10-21x86/microcode/intel: Move #ifdef DEBUG inside the functionBorislav Petkov
2015-10-21x86/microcode/amd: Remove maintainers from commentsBorislav Petkov
2015-10-21x86/microcode: Remove modularization leftoversBorislav Petkov
2015-10-21x86/microcode: Merge the early microcode loaderBorislav Petkov
2015-10-21x86/microcode: Unmodularize the microcode driverBorislav Petkov
2015-10-21timers/x86/hpet: Type adjustmentsJan Beulich
2015-10-21x86/mce: Fix thermal throttling reporting after kexecAndi Kleen
2015-10-21x86/setup/crash: Check memblock_reserve() retvalBorislav Petkov
2015-10-21x86/setup/crash: Cleanup some moreBorislav Petkov
2015-10-21x86/setup/crash: Remove alignment variableBorislav Petkov
2015-10-21x86/setup: Cleanup crashkernel reservation functionsBorislav Petkov
2015-10-21x86/setup: Do not reserve crashkernel high memory if low reservation failedBaoquan He
2015-10-20x86/mm, kasan: Silence KASAN warnings in get_wchan()Andrey Ryabinin
2015-10-20perf/x86: Add support for PERF_SAMPLE_BRANCH_CALLStephane Eranian
2015-10-20perf/x86: Fix time_shift in perf_event_mmap_pageAdrian Hunter
2015-10-19sched/x86: Fix typo in __switch_to() commentsChuck Ebbert
2015-10-19x86/smpboot: Fix CPU #1 boot timeoutLen Brown
2015-10-19x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehaviorLen Brown
2015-10-16x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov
2015-10-16x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar