index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/apic/vector: Print APIC control bits in debugfs
Thomas Gleixner
2018-06-06
1
-13
/
+14
*
x86/ioapic: Use apic_ack_irq()
Thomas Gleixner
2018-06-06
1
-1
/
+1
*
x86/apic: Provide apic_ack_irq()
Thomas Gleixner
2018-06-06
1
-2
/
+7
*
x86/apic/vector: Prevent hlist corruption and leaks
Thomas Gleixner
2018-06-06
1
-0
/
+9
*
x86/apic/x2apic: Initialize cluster ID properly
Thomas Gleixner
2018-05-17
1
-0
/
+1
*
Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready
Ingo Molnar
2018-04-12
3
-64
/
+65
|
\
|
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
3
-64
/
+65
|
|
\
|
|
*
x86/apic: Drop logical_smp_processor_id() inline
Dou Liyang
2018-03-01
1
-5
/
+5
|
|
*
x86/apic: Modernize the pending interrupt code
Dou Liyang
2018-03-01
1
-9
/
+8
|
|
*
x86/apic: Move pending interrupt check code into it's own function
Dou Liyang
2018-03-01
1
-45
/
+55
|
|
*
x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specified
Baoquan He
2018-02-17
1
-1
/
+1
|
|
*
x86/apic: Rename variables and functions related to x86_io_apic_ops
Baoquan He
2018-02-17
1
-2
/
+2
|
|
*
x86/apic: Remove the (now) unused disable_IO_APIC() function
Baoquan He
2018-02-17
1
-13
/
+0
|
|
*
x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y
Baoquan He
2018-02-17
1
-1
/
+1
|
|
*
x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()
Baoquan He
2018-02-17
1
-0
/
+5
|
|
*
x86/apic: Make setup_local_APIC() static
Dou Liyang
2018-02-16
1
-1
/
+1
|
|
*
x86/x2apic: Mark set_x2apic_phys_mode() as __init
Dou Liyang
2018-02-13
1
-1
/
+1
*
|
|
x86/apic: Fix signedness bug in APIC ID validity checks
Li RongQing
2018-04-10
5
-5
/
+5
|
/
/
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-26
1
-1
/
+1
|
\
\
|
*
|
x86/IO-APIC: Avoid warning in 32-bit builds
Jan Beulich
2018-02-20
1
-1
/
+1
*
|
|
x86/apic/vector: Handle vector release on CPU unplug correctly
Thomas Gleixner
2018-02-23
1
-3
/
+22
*
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-02-14
1
-3
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
x86/platform/UV: Fix GAM Range Table entries less than 1GB
mike.travis@hpe.com
2018-02-13
1
-3
/
+12
|
|
/
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-14
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2018-02-15
1
-3
/
+3
*
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-01-30
1
-6
/
+2
|
\
\
|
*
|
x86/apic: Remove local var in flat_send_IPI_allbutself()
Borislav Petkov
2017-12-11
1
-6
/
+2
*
|
|
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-01-29
3
-54
/
+66
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86/platform/UV: Fix GAM MMR references in the UV x2apic code
Mike Travis
2018-01-16
1
-46
/
+37
|
*
|
x86/platform/UV: Add references to access fixed UV4A HUB MMRs
Mike Travis
2018-01-16
1
-0
/
+2
|
*
|
x86/platform/UV: Fix UV4A support on new Intel Processors
Mike Travis
2018-01-16
1
-3
/
+11
|
*
|
x86/jailhouse: Enable APIC and SMP support
Jan Kiszka
2018-01-14
1
-1
/
+3
|
*
|
x86: Introduce and use MP IRQ trigger and polarity defines
Jan Kiszka
2018-01-14
1
-10
/
+10
|
*
|
x86/platform: Control warm reset setup via legacy feature flag
Jan Kiszka
2018-01-14
1
-0
/
+1
|
*
|
x86/apic: Install an empty physflat_init_apic_ldr
Jan Kiszka
2018-01-14
1
-2
/
+10
*
|
|
x86/apic/vector: Fix off by one in error path
Thomas Gleixner
2018-01-17
1
-2
/
+5
*
|
|
Revert "x86/apic: Remove init_bsp_APIC()"
Ville Syrjälä
2018-01-14
1
-0
/
+49
|
/
/
*
|
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2017-12-31
6
-10
/
+8
|
\
\
|
*
|
x86/apic: Switch all APICs to Fixed delivery mode
Thomas Gleixner
2017-12-29
5
-10
/
+6
|
*
|
x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
Dou Liyang
2017-12-28
1
-0
/
+2
|
|
/
*
|
genirq/msi, x86/vector: Prevent reservation mode for non maskable MSI
Thomas Gleixner
2017-12-29
1
-1
/
+11
*
|
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
2017-12-29
2
-4
/
+4
*
|
x86/vector: Use IRQD_CAN_RESERVE flag
Thomas Gleixner
2017-12-29
1
-0
/
+2
|
/
*
x86: Fix Sparse warnings about non-static functions
Colin Ian King
2017-12-06
1
-2
/
+2
*
x86/PCI: Remove unused HyperTransport interrupt support
Bjorn Helgaas
2017-11-23
3
-202
/
+2
*
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-13
1
-0
/
+43
|
\
|
*
x86/platform/UV: Mark tsc_check_sync as an init function
mike.travis@hpe.com
2017-10-24
1
-1
/
+1
|
*
x86/platform/UV: Add check of TSC state set by UV BIOS
mike.travis@hpe.com
2017-10-16
1
-0
/
+43
*
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-13
14
-826
/
+1040
|
\
\
|
*
\
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
2017-11-07
9
-2
/
+21
|
|
\
\
[next]