index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
8
-0
/
+8
*
x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping
Len Brown
2017-10-12
1
-1
/
+11
*
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors
Paolo Bonzini
2017-10-12
1
-1
/
+2
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-12
1
-1
/
+1
|
\
|
*
x86/cpu: Remove unused and undefined __generic_processor_info() declaration
Dou Liyang
2017-09-11
1
-1
/
+1
*
|
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
2017-09-09
1
-1
/
+1
|
/
*
x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...
Hans de Goede
2017-08-31
1
-1
/
+5
*
x86/apic: Remove the duplicated tracing versions of interrupts
Thomas Gleixner
2017-08-29
1
-33
/
+10
*
x86/apic: Use this_cpu_ptr() in local_timer_interrupt()
Thomas Gleixner
2017-08-29
1
-3
/
+3
*
x86/apic: Remove the duplicated tracing version of local_timer_interrupt()
Thomas Gleixner
2017-08-29
1
-19
/
+0
*
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
2017-08-29
2
-3
/
+1
*
x86/ioapic: Print the IRTE's index field correctly when enabling INTR
raymond pang
2017-08-23
1
-1
/
+1
*
x86/ioapic: Pass the correct data to unmask_ioapic_irq()
Seunghun Han
2017-07-20
1
-1
/
+1
*
kernel/watchdog: split up config options
Nicholas Piggin
2017-07-13
1
-1
/
+1
*
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-07-04
1
-0
/
+80
|
\
|
*
x86/apic: Add TSC_DEADLINE quirk due to errata
Peter Zijlstra
2017-06-04
1
-0
/
+79
|
*
x86/apic: Change the lapic name in deadline mode
Peter Zijlstra
2017-06-04
1
-0
/
+1
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-04
13
-90
/
+166
|
\
\
|
*
|
x86/apic: Mark single target interrupts
Thomas Gleixner
2017-06-22
1
-0
/
+7
|
*
|
x86/apic: Implement effective irq mask update
Thomas Gleixner
2017-06-22
2
-0
/
+7
|
*
|
x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()
Thomas Gleixner
2017-06-22
4
-15
/
+27
|
*
|
x86/apic: Move cpumask and to core code
Thomas Gleixner
2017-06-22
10
-32
/
+22
|
*
|
x86/apic: Move online masking to core code
Thomas Gleixner
2017-06-22
3
-35
/
+22
|
*
|
x86/uv: Use default_cpu_mask_to_apicid_and()
Thomas Gleixner
2017-06-22
1
-15
/
+4
|
*
|
x86/apic: Move flat_cpu_mask_to_apicid_and() into C source
Thomas Gleixner
2017-06-22
1
-0
/
+16
|
*
|
x86/msi: Create named irq domains
Thomas Gleixner
2017-06-22
1
-9
/
+33
|
*
|
x86/msi: Remove unused remap irq domain interface
Thomas Gleixner
2017-06-22
1
-6
/
+0
|
*
|
x86/msi: Provide new iommu irqdomain interface
Thomas Gleixner
2017-06-22
1
-0
/
+15
|
*
|
x86/htirq: Create named domain
Thomas Gleixner
2017-06-22
1
-5
/
+16
|
*
|
x86/ioapic: Create named irq domain
Thomas Gleixner
2017-06-22
1
-2
/
+20
|
*
|
x86/vector: Create named irq domain
Thomas Gleixner
2017-06-22
1
-2
/
+7
|
*
|
x86/apic: Add name to irq chip
Thomas Gleixner
2017-06-22
1
-0
/
+1
|
|
/
*
|
x86/apic: Make arch_init_msi/htirq_domain __init
Dou Liyang
2017-06-22
2
-2
/
+2
*
|
x86/apic: Make init_legacy_irqs() __init
Dou Liyang
2017-06-22
1
-2
/
+2
*
|
x86/ioapic: Remove unused IO_APIC_irq_trigger() function
Matthias Kaehlcke
2017-05-26
1
-22
/
+0
|
/
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-05-02
1
-3
/
+3
|
\
|
*
x86/apic: Fix a comment in init_apic_mappings()
Dou Liyang
2017-03-13
1
-2
/
+2
|
*
x86/apic: Remove the SET_APIC_ID(x) macro
Dou Liyang
2017-03-13
1
-1
/
+1
*
|
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-05-02
4
-3
/
+4
|
\
\
|
*
\
Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...
Ingo Molnar
2017-03-01
5
-284
/
+315
|
|
\
\
|
*
|
|
x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()
Ingo Molnar
2017-01-28
1
-1
/
+1
|
*
|
|
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
2017-01-28
1
-0
/
+1
|
*
|
|
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
Ingo Molnar
2017-01-28
2
-2
/
+2
*
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-05-02
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
2017-04-14
1
-0
/
+4
*
|
|
|
|
x86/platform/uv: Fix calculation of Global Physical Address
Mike Travis
2017-03-22
1
-1
/
+2
|
/
/
/
/
*
|
|
/
x86/acpi: Restore the order of CPU IDs
Dou Liyang
2017-03-11
1
-19
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()
Dou Liyang
2017-03-01
1
-13
/
+4
*
|
|
x86/apic: Fix a warning message in logical CPU IDs allocation
Dou Liyang
2017-03-01
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-02-28
2
-5
/
+5
|
\
\
[next]