summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner2019-05-303-3/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-1/+1
|\
| * x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-1/+1
* | x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan2019-04-251-26/+31
|/
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+5
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-081-0/+2
|\
| * x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-261-0/+2
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-3/+4
|/
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-084-5/+8
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+2
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-232-0/+8
|\
| * x86/apic: Add Hygon Dhyana supportPu Wen2018-09-272-0/+8
* | irq/matrix: Spread managed interrupts on allocationDou Liyang2018-09-181-5/+4Star
|/
* x86/apic/vector: Make error return value negativeThomas Gleixner2018-09-081-1/+1
* x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka2018-08-151-0/+2
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-144-0/+19
|\
| * Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-3/+57
| |\
| * | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-054-0/+4
| * | Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner2018-07-021-19/+0Star
| * | x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2018-06-211-0/+19
| * | x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2018-06-211-0/+15
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-141-2/+2
|\ \ \
| * | | x86/platform/UV: Mark memblock related init code and data correctlyDou Liyang2018-07-301-2/+2
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-132-15/+6Star
|\ \ \
| * | | x86/apic: Trivial coding style fixesYi Wang2018-07-302-2/+2
| * | | x86/vector: Merge allocate_vector() into assign_vector_locked()Dou Liyang2018-05-191-13/+4Star
* | | | x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown2018-07-241-0/+3
| |/ / |/| |
* | | x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com2018-06-211-0/+11
* | | x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com2018-06-211-3/+46
| |/ |/|
* | x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner2018-06-061-13/+14
* | x86/ioapic: Use apic_ack_irq()Thomas Gleixner2018-06-061-1/+1
* | x86/apic: Provide apic_ack_irq()Thomas Gleixner2018-06-061-2/+7
* | x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner2018-06-061-0/+9
* | x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner2018-05-171-0/+1
|/
* Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-123-64/+65
|\
| * Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-023-64/+65
| |\
| | * x86/apic: Drop logical_smp_processor_id() inlineDou Liyang2018-03-011-5/+5
| | * x86/apic: Modernize the pending interrupt codeDou Liyang2018-03-011-9/+8Star
| | * x86/apic: Move pending interrupt check code into it's own functionDou Liyang2018-03-011-45/+55
| | * x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He2018-02-171-1/+1
| | * x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-171-2/+2
| | * x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He2018-02-171-13/+0Star
| | * x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He2018-02-171-1/+1
| | * x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He2018-02-171-0/+5
| | * x86/apic: Make setup_local_APIC() staticDou Liyang2018-02-161-1/+1