index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-06
riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
Clément Léger
2
-3
/
+4
2025-07-06
s390/mm: Fix in_atomic() handling in do_secure_storage_access()
Heiko Carstens
1
-0
/
+2
2025-07-06
riscv: add a data fence for CMODX in the kernel mode
Andy Chiu
1
-1
/
+14
2025-07-06
um: use proper care when taking mmap lock during segfault
Benjamin Berg
1
-12
/
+117
2025-07-06
um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
Sami Tolvanen
2
-0
/
+8
2025-06-27
x86/mm: Fix early boot use of INVPLGB
Rik van Riel
1
-1
/
+1
2025-06-27
RISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
Anup Patel
1
-2
/
+2
2025-06-27
RISC-V: KVM: Fix the size parameter check in SBI SFENCE calls
Anup Patel
1
-2
/
+2
2025-06-27
arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()
Tengda Wu
1
-1
/
+1
2025-06-27
x86/its: Fix an ifdef typo in its_alloc()
Lukas Bulwahn
1
-1
/
+1
2025-06-27
perf/x86/intel: Fix crash in icl_update_topdown_event()
Kan Liang
1
-1
/
+1
2025-06-27
x86/mm: Disable INVLPGB when PTI is enabled
Dave Hansen
1
-0
/
+5
2025-06-27
KVM: arm64: VHE: Synchronize restore of host debug registers
Mark Rutland
1
-0
/
+3
2025-06-27
arm64: Restrict pagetable teardown to avoid false warning
Dev Jain
1
-1
/
+2
2025-06-27
x86/virt/tdx: Avoid indirect calls to TDX assembly functions
Kai Huang
2
-3
/
+4
2025-06-27
Revert "mm/execmem: Unify early execmem_cache behaviour"
Mike Rapoport (Microsoft)
2
-6
/
+0
2025-06-27
x86/its: explicitly manage permissions for ITS pages
Peter Zijlstra (Intel)
1
-22
/
+52
2025-06-27
x86/its: move its_pages array to struct mod_arch_specific
Mike Rapoport (Microsoft)
2
-9
/
+18
2025-06-27
x86/Kconfig: only enable ROX cache in execmem when STRICT_MODULE_RWX is set
Mike Rapoport (Microsoft)
1
-1
/
+1
2025-06-27
x86/mm/pat: don't collapse pages without PSE set
Juergen Gross
1
-0
/
+3
2025-06-27
LoongArch: Fix panic caused by NULL-PMD in huge_pte_offset()
Tianyang Zhang
1
-1
/
+2
2025-06-27
LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg
Huacai Chen
1
-4
/
+12
2025-06-27
LoongArch: vDSO: Correctly use asm parameters in syscall wrappers
Thomas Weißschuh
2
-4
/
+4
2025-06-27
powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery
Narayana Murty N
1
-0
/
+2
2025-06-27
powerpc/vdso: Fix build of VDSO32 with pcrel
Christophe Leroy
2
-2
/
+2
2025-06-27
ARM: OMAP2+: Fix l4ls clk domain handling in STANDBY
Sukrut Bellary
3
-2
/
+15
2025-06-27
x86/sgx: Prevent attempts to reclaim poisoned pages
Andrew Zaborowski
1
-0
/
+2
2025-06-27
nios2: force update_mmu_cache on spurious tlb-permission--related pagefaults
Simon Schuster
1
-0
/
+16
2025-06-27
mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGS
Khem Raj
1
-0
/
+1
2025-06-27
KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
Lorenzo Stoakes
1
-4
/
+4
2025-06-27
KVM: VMX: Flush shadow VMCS on emergency reboot
Chao Gao
1
-1
/
+4
2025-06-27
KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUs
Yosry Ahmed
1
-1
/
+1
2025-06-27
parisc: fix building with gcc-15
Arnd Bergmann
1
-0
/
+1
2025-06-27
parisc/unaligned: Fix hex output to show 8 hex chars
Helge Deller
1
-1
/
+1
2025-06-27
ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4
Andreas Kemnade
1
-1
/
+5
2025-06-27
ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap()
Ross Stutterheim
1
-3
/
+1
2025-06-27
arm64/mm: Close theoretical race where stale TLB entry remains valid
Ryan Roberts
1
-4
/
+5
2025-06-27
s390/pci: Serialize device addition and removal
Niklas Schnelle
1
-0
/
+7
2025-06-27
s390/pci: Allow re-add of a reserved but not yet removed device
Niklas Schnelle
3
-16
/
+45
2025-06-27
s390/pci: Remove redundant bus removal and disable from zpci_release_device()
Niklas Schnelle
1
-6
/
+0
2025-06-27
s390/pci: Fix __pcilg_mio_inuser() inline assembly
Heiko Carstens
1
-1
/
+1
2025-06-27
powerpc/bpf: fix JIT code size calculation of bpf trampoline
Hari Bathini
4
-39
/
+35
2025-06-27
powerpc64/ftrace: fix clobbered r15 during livepatching
Hari Bathini
1
-1
/
+1
2025-06-27
powerpc/pseries/msi: Avoid reading PCI device registers in reduced power states
Gautam Menghani
1
-1
/
+6
2025-06-19
x86/fred/signal: Prevent immediate repeat of single step trap on return from ...
Xin Li (Intel)
3
-0
/
+30
2025-06-19
x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
Roman Kisel
4
-42
/
+63
2025-06-19
x86/iopl: Cure TIF_IO_BITMAP inconsistencies
Thomas Gleixner
2
-4
/
+15
2025-06-19
xen/arm: call uaccess_ttbr0_enable for dm_op hypercall
Stefano Stabellini
1
-1
/
+20
2025-06-19
powerpc/kernel: Fix ppc_save_regs inclusion in build
Madhavan Srinivasan
1
-2
/
+0
2025-06-19
powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()
Haren Myneni
1
-0
/
+9
[prev]
[next]