summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-281-3/+3
| * | | x86/intel: Aggregate big core client namingPeter Zijlstra2019-08-281-4/+4
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-121-0/+4
|\ \ \ \
| * | | | x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek2019-09-081-0/+4
| | |/ / | |/| |
* / | | Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-071-4/+0
|/ / /
* | | x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-08-261-0/+4
* | | x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-08-261-22/+2
* | | x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-08-261-1/+7
|/ /
* | x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-191-15/+53
* | x86/apic/32: Fix yet another implicit fallthrough warningBorislav Petkov2019-08-121-1/+2
|/
* x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-161-1/+1
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-2/+2
|\
| * x86/hpet: Move clockevents into channelsThomas Gleixner2019-06-281-2/+2
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-085-30/+117
|\ \
| * | x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-031-11/+22
| * | x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner2019-07-031-2/+2
| * | x86/ioapic: Implement irq_get_irqchip_state() callbackThomas Gleixner2019-07-031-0/+46
| * | x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner2019-06-292-0/+31
| * | x86/apic: Use non-atomic operations when possibleNadav Amit2019-06-232-3/+3
| * | x86/apic: Make apic_bsp_setup() staticThomas Gleixner2019-06-161-4/+3
| * | x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake2019-05-091-10/+10
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-291-1/+2
|\ \ \ | |_|/ |/| |
| * | x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-06-221-1/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
|/ /
* | 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-061-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-071-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-051-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/+4
|/
* 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-141-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/+0
| * | 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-131-2/+2
|\ \ \