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
/
apic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Add support for 0x22/0x23 port I/O configuration space
Maciej W. Rozycki
2021-08-10
1
-6
/
+3
*
x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
Thomas Gleixner
2021-05-29
1
-0
/
+1
*
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
2021-03-21
1
-0
/
+5
|
\
|
*
x86/apic/of: Fix CPU devicetree-node lookups
Johan Hovold
2021-03-19
1
-0
/
+5
*
|
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-5
/
+5
|
/
*
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-25
1
-12
/
+19
|
\
|
*
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
2021-02-12
1
-0
/
+4
|
|
\
|
*
|
x86/apic: Split out spurious handling code
Thomas Gleixner
2021-02-10
1
-12
/
+19
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-02-21
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86/apic: Export x2apic_mode for use by KVM in "warm" path
Sean Christopherson
2021-02-04
1
-0
/
+1
|
|
/
*
/
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
2021-02-04
1
-0
/
+4
|
/
*
x86/apic: Support 15 bits of APIC ID in MSI where available
David Woodhouse
2020-10-28
1
-2
/
+24
*
x86/msi: Provide msi message shadow structs
Thomas Gleixner
2020-10-28
1
-16
/
+19
*
x86/apic: Always provide irq_compose_msi_msg() method for vector domain
David Woodhouse
2020-10-28
1
-0
/
+32
*
x86/apic: Cleanup destination mode
Thomas Gleixner
2020-10-28
1
-1
/
+1
*
x86/apic: Get rid of apic:: Dest_logical
Thomas Gleixner
2020-10-28
1
-1
/
+1
*
x86/apic: Fix x2apic enablement without interrupt remapping
David Woodhouse
2020-10-28
1
-6
/
+8
*
x86/irq: Move apic_post_init() invocation to one place
Thomas Gleixner
2020-09-16
1
-0
/
+3
*
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-08-11
1
-0
/
+1
|
\
|
*
x86/headers: Remove APIC headers from <asm/smp.h>
Ingo Molnar
2020-08-06
1
-0
/
+1
*
|
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
|
/
*
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-13
1
-20
/
+19
|
\
|
*
x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
1
-18
/
+5
|
*
x86/entry: Use idtentry for interrupts
Thomas Gleixner
2020-06-11
1
-15
/
+8
|
*
x86/irq: Convey vector as argument and not in ptregs
Thomas Gleixner
2020-06-11
1
-6
/
+25
*
|
Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-06-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
x86/apic: Make TSC deadline timer detection message visible
Borislav Petkov
2020-05-26
1
-1
/
+1
*
|
x86/apic: Convert the TSC deadline timer matching to steppings macro
Borislav Petkov
2020-05-07
1
-45
/
+12
|
/
*
x86/apic: Move TSC deadline timer debug printk
Thomas Gleixner
2020-05-01
1
-13
/
+14
*
x86/kernel: Convert to new CPU match macros
Thomas Gleixner
2020-03-24
1
-19
/
+13
*
x86/apic: Mask IOAPIC entries when disabling the local APIC
Tony W Wang-oc
2020-02-07
1
-0
/
+7
*
x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode
Thomas Gleixner
2020-01-29
1
-5
/
+18
*
-
.
Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...
Linus Torvalds
2019-11-26
1
-1
/
+1
|
\
\
|
|
*
x86/apic, x86/uprobes: Correct parameter names in kernel-doc comments
Yi Wang
2019-10-27
1
-1
/
+1
|
|
/
*
|
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-11-26
1
-22
/
+19
|
\
\
|
*
|
x86: Use pr_warn instead of pr_warning
Kefeng Wang
2019-10-18
1
-22
/
+19
*
|
|
x86/apic/32: Avoid bogus LDR warnings
Jan Beulich
2019-11-05
1
-13
/
+15
|
|
/
|
/
|
*
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-09-17
1
-73
/
+115
|
\
\
|
*
|
x86/apic: Annotate global config variables as "read-only after init"
Sean Christopherson
2019-08-07
1
-13
/
+13
|
*
|
x86/hotplug: Silence APIC and NMI when CPU is dead
Thomas Gleixner
2019-07-25
1
-11
/
+24
|
*
|
x86/apic: Make apic_pending_intr_clear() more robust
Thomas Gleixner
2019-07-25
1
-44
/
+63
|
*
|
x86/apic: Soft disable APIC before initializing it
Thomas Gleixner
2019-07-25
1
-0
/
+8
|
*
|
x86/apic: Invoke perf_events_lapic_init() after enabling APIC
Thomas Gleixner
2019-07-25
1
-3
/
+2
|
*
|
x86/apic: Initialize TPR to block interrupts 16-31
Andy Lutomirski
2019-07-22
1
-2
/
+5
*
|
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-09-17
1
-10
/
+10
|
\
\
\
|
*
\
\
Merge branch 'linus' into x86/cpu, to resolve conflicts
Ingo Molnar
2019-09-02
1
-0
/
+4
|
|
\
\
\
|
*
|
|
|
x86/intel: Aggregate microserver naming
Peter Zijlstra
2019-08-28
1
-1
/
+1
|
*
|
|
|
x86/intel: Aggregate big core graphics naming
Peter Zijlstra
2019-08-28
1
-2
/
+2
|
*
|
|
|
x86/intel: Aggregate big core mobile naming
Peter Zijlstra
2019-08-28
1
-3
/
+3
|
*
|
|
|
x86/intel: Aggregate big core client naming
Peter Zijlstra
2019-08-28
1
-4
/
+4
[next]