aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport1-1/+2
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+8
2018-09-27x86/apic: Add Hygon Dhyana supportPu Wen2-0/+8
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang1-5/+4
2018-09-08x86/apic/vector: Make error return value negativeThomas Gleixner1-1/+1
2018-08-14x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_threadVlastimil Babka1-0/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-0/+19
2018-08-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+6
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-3/+57
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange4-0/+4
2018-07-30x86/apic: Trivial coding style fixesYi Wang2-2/+2
2018-07-30x86/platform/UV: Mark memblock related init code and data correctlyDou Liyang1-2/+2
2018-07-24x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown1-0/+3
2018-07-02Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner1-19/+0
2018-06-21x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com1-0/+11
2018-06-21x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com1-3/+46
2018-06-21x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner1-0/+19
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner1-0/+15
2018-06-06x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner1-13/+14
2018-06-06x86/ioapic: Use apic_ack_irq()Thomas Gleixner1-1/+1
2018-06-06x86/apic: Provide apic_ack_irq()Thomas Gleixner1-2/+7
2018-06-06x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner1-0/+9
2018-05-19x86/vector: Merge allocate_vector() into assign_vector_locked()Dou Liyang1-13/+4
2018-05-17x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner1-0/+1
2018-04-12Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar3-64/+65
2018-04-10x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing5-5/+5
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-64/+65
2018-03-01x86/apic: Drop logical_smp_processor_id() inlineDou Liyang1-5/+5
2018-03-01x86/apic: Modernize the pending interrupt codeDou Liyang1-9/+8
2018-03-01x86/apic: Move pending interrupt check code into it's own functionDou Liyang1-45/+55
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner1-3/+22
2018-02-20x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich1-1/+1
2018-02-17x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He1-1/+1
2018-02-17x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He1-2/+2
2018-02-17x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He1-13/+0
2018-02-17x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He1-1/+1
2018-02-17x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He1-0/+5
2018-02-16x86/apic: Make setup_local_APIC() staticDou Liyang1-1/+1
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+12
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-3/+3
2018-02-13x86/x2apic: Mark set_x2apic_phys_mode() as __initDou Liyang1-1/+1
2018-02-13x86/platform/UV: Fix GAM Range Table entries less than 1GBmike.travis@hpe.com1-3/+12
2018-01-30Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2018-01-29Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-54/+66