index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-21
KVM: arm64: vgic-v3: Kill kvm_vgic_global_state.ich_vtr_el2
Marc Zyngier
5
-13
/
+10
2026-07-21
KVM: arm64: vgic-v3: Simplify initial GICv3 configuration sampling
Marc Zyngier
4
-28
/
+8
2026-07-21
KVM: arm64: Convert most ICH_VTR_EL2 accesses to inlined literal value
Marc Zyngier
1
-9
/
+9
2026-07-21
KVM: arm64: Add a helper providing an inlined literal value for ICH_VTR_EL2
Marc Zyngier
3
-0
/
+73
2026-07-21
KVM: arm64: Move GICv3 broken SEIS implementation detection to a CPU errrata
Marc Zyngier
3
-25
/
+19
2026-07-21
KVM: arm64: vgic-v3: Make vtr_to_* helpers use architectural field symbols
Marc Zyngier
1
-3
/
+3
2026-07-12
Merge tag 's390-7.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
3
-4
/
+8
2026-07-12
Merge tag 'riscv-for-linus-7.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-0
/
+10
2026-07-12
Merge tag 'm68knommu-fixes-on-top-off-7.2-rc2' of git://git.kernel.org/pub/sc...
Linus Torvalds
2
-4
/
+4
2026-07-11
Merge tag 'perf-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-10
/
+15
2026-07-11
Merge tag 'x86-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-9
/
+16
2026-07-11
perf/x86/amd/brs: Fix kernel address leakage
Sandipan Das
1
-5
/
+5
2026-07-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
8
-104
/
+43
2026-07-10
perf/x86/amd/lbr: Fix kernel address leakage
Sandipan Das
1
-1
/
+2
2026-07-08
riscv: defconfig: enable ARCH_ULTRARISC
Jia Wang
1
-0
/
+1
2026-07-08
riscv: add UltraRISC SoC family Kconfig support
Jia Wang
1
-0
/
+6
2026-07-08
s390: Add build salt to the vDSO
Bastian Blank
1
-0
/
+3
2026-07-08
s390/mm: Fix type mismatch in get_align_mask().
Gerald Schaefer
1
-1
/
+1
2026-07-08
s390/diag: Add missing array_index_nospec() call to memtop_get_page_count()
Heiko Carstens
1
-3
/
+4
2026-07-08
m68k: coldfire: fix breakage of missed IO access updates
Greg Ungerer
2
-4
/
+4
2026-07-08
perf/x86/amd/core: Avoid enabling BRS from the SVM reload path
Sandipan Das
1
-4
/
+8
2026-07-07
x86/virt/sev: Revert "Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_EN"
Tycho Andersen (AMD)
1
-0
/
+2
2026-07-07
x86/video: Only fall back to vga_default_device() without screen info
Mario Limonciello
1
-9
/
+14
2026-07-06
riscv: Prevent NULL pointer dereference in machine_kexec_prepare()
Tao Liu
1
-0
/
+3
2026-07-05
Merge tag 'x86-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+5
2026-07-05
Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+18
2026-07-04
Merge tag 'mips-fixes_7.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-6
/
+35
2026-07-03
Merge tag 'riscv-for-linus-7.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-10
/
+16
2026-07-03
Merge tag 'for-linus-7.2a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+8
2026-07-02
Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
24
-26
/
+9
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
18
-18
/
+3
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...
Uwe Kleine-König (The Capable Hub)
5
-9
/
+5
2026-07-03
parisc: #include <linux/compiler.h> for unlikely() in <asm/ptrace.h>
Uwe Kleine-König (The Capable Hub)
1
-0
/
+1
2026-07-03
LoongArch: KVM: Add include defining struct cpu_feature
Uwe Kleine-König (The Capable Hub)
1
-0
/
+1
2026-07-02
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
8
-15
/
+62
2026-07-02
uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
Jiri Olsa
1
-7
/
+7
2026-07-02
x86/uprobes: Keep shadow stack in sync for emulated CALLs
David Windsor
1
-1
/
+11
2026-07-02
arm64/sysreg: Fix BWE field encoding in ID_AA64DFR2_EL1
Jia He
1
-1
/
+1
2026-07-02
x86/Xen: correct commentary and parameter naming of xen_exchange_memory()
Jan Beulich
1
-7
/
+8
2026-07-01
x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...
Reinette Chatre
1
-0
/
+5
2026-07-01
bpf: Restrict JIT predictor flush to cBPF
Pawan Gupta
6
-10
/
+13
2026-07-01
x86/bugs: Enable IBPB flush on BPF JIT allocation
Pawan Gupta
2
-5
/
+49
2026-06-30
riscv: probes: save original sp in rethook trampoline
Martin Kaiser
1
-0
/
+3
2026-06-29
arm64/mm: Optimize TLB flush in unmap_hotplug_[pmd|pud]_range()
Anshuman Khandual
1
-2
/
+9
2026-06-29
arm64: Avoid eager DVMSync reclaim batches with C1-Pro SME erratum
Catalin Marinas
4
-87
/
+17
2026-06-29
cpu/hotplug: Fix NULL kobject warning in cpuhp_smt_enable()
Jinjie Ruan
2
-1
/
+13
2026-06-29
arm64: smp: Fix hot-unplug tearing by forcing unregistration
Jinjie Ruan
1
-13
/
+3
2026-06-29
MIPS: configs: Enable the current Ingenic USB PHY symbol
Pengpeng Hou
3
-3
/
+3
2026-06-29
MIPS: loongson64: add IRQ work based on self-IPI
Xi Ruoyao
3
-0
/
+21
2026-06-29
MIPS: mm: Add check for highmem before removing memory block
Kyle Hendry
1
-2
/
+3
[next]