index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2026-08-18
Merge tag 'x86_cleanups_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-10
/
+3
2026-07-20
x86/apic: Ensure ICR register write value is handled as 32 bits
Melody Wang
3
-10
/
+3
2026-07-06
x86/cpu: Hide and rename static_cpu_has()
Borislav Petkov (AMD)
1
-1
/
+1
2026-07-02
x86/apic: Stop using 32-bit MSR interfaces
Juergen Gross
1
-19
/
+20
2026-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2026-06-24
x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC
Sean Christopherson
1
-1
/
+0
2026-06-15
Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2026-05-26
x86/irq: Move IOAPIC misrouted and PIC/APIC error counts into irq_stats
Thomas Gleixner
2
-4
/
+2
2026-05-26
x86/irq: Suppress unlikely interrupt stats by default
Thomas Gleixner
2
-2
/
+2
2026-05-26
x86/irq: Make irqstats array based
Thomas Gleixner
2
-3
/
+3
2026-05-06
treewide: Explicitly include the x86 CPUID headers
Ahmed S. Darwish
1
-0
/
+1
2026-04-14
Merge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+6
2026-04-11
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-2
/
+16
2026-04-04
x86/apic: Drop AMD Extended Interrupt LVT macros
Naveen N Rao (AMD)
1
-6
/
+6
2026-03-21
Merge tag 'v7.0-rc4' into timers/core, to resolve conflict
Ingo Molnar
1
-0
/
+6
2026-03-20
x86/platform/uv: Handle deconfigured sockets
Kyle Meyer
1
-2
/
+16
2026-03-10
x86/apic: Disable x2apic on resume if the kernel expects so
Shashank Balaji
1
-0
/
+6
2026-02-27
x86/apic: Enable TSC coupled programming mode
Thomas Gleixner
1
-6
/
+6
2026-02-27
x86/apic: Avoid the PVOPS indirection for the TSC deadline timer
Thomas Gleixner
1
-3
/
+10
2026-02-27
x86/apic: Remove pointless fence in lapic_next_deadline()
Thomas Gleixner
1
-9
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-26
x86/apic: Inline __x2apic_send_IPI_dest()
Eric Dumazet
2
-7
/
+9
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-8
/
+21
2025-12-02
Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+4
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
2
-8
/
+21
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
2
-2
/
+4
2025-11-07
x86/apic: Fix frequency in apic=verbose log output
Julian Stecklina
1
-6
/
+9
2025-10-21
x86/ioapic: Simplify mp_irqdomain_alloc() slightly
Christophe JAILLET
1
-1
/
+1
2025-09-04
x86/apic/savic: Do not use snp_abort()
Borislav Petkov (AMD)
1
-3
/
+3
2025-09-01
x86/apic: Enable Secure AVIC in the control MSR
Neeraj Upadhyay
1
-1
/
+2
2025-09-01
x86/apic: Add kexec support for Secure AVIC
Neeraj Upadhyay
2
-0
/
+11
2025-09-01
x86/apic: Handle EOI writes for Secure AVIC guests
Neeraj Upadhyay
1
-1
/
+30
2025-09-01
x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
Neeraj Upadhyay
1
-10
/
+10
2025-09-01
x86/apic: Allow NMI to be injected from hypervisor for Secure AVIC
Neeraj Upadhyay
1
-0
/
+2
2025-09-01
x86/apic: Add support to send NMI IPI for Secure AVIC
Neeraj Upadhyay
1
-9
/
+17
2025-09-01
x86/apic: Support LAPIC timer for Secure AVIC
Neeraj Upadhyay
2
-2
/
+7
2025-09-01
x86/apic: Add support to send IPI for Secure AVIC
Neeraj Upadhyay
1
-3
/
+135
2025-09-01
x86/apic: Add an update_vector() callback for Secure AVIC
Neeraj Upadhyay
1
-0
/
+23
2025-09-01
x86/apic: Add update_vector() callback for APIC drivers
Neeraj Upadhyay
1
-11
/
+17
2025-09-01
x86/apic: Initialize APIC ID for Secure AVIC
Neeraj Upadhyay
1
-0
/
+6
2025-08-31
x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
Neeraj Upadhyay
1
-2
/
+120
2025-08-31
x86/apic: Initialize Secure AVIC APIC backing page
Neeraj Upadhyay
2
-0
/
+38
2025-08-28
x86/apic: Add new driver for Secure AVIC
Neeraj Upadhyay
2
-0
/
+64
2025-08-25
x86/apic: Make the ISR clearing sane
Thomas Gleixner
1
-40
/
+37
2025-07-15
x86/apic: Move apic_update_irq_cfg() call to apic_update_vector()
Neeraj Upadhyay
1
-2
/
+2
2025-06-03
Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
3
-3
/
+9
2025-05-27
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
[next]