index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Lines
2026-01-26
arm: make initialization of zero page independent of the memory map
Klara Modin
-20
/
+4
2026-01-26
arm: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
-7
/
+12
2026-01-26
arc: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
-14
/
+20
2026-01-26
alpha: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
-5
/
+10
2026-01-26
lib/glob: convert selftest to KUnit
Kir Chou
-12
/
+0
2026-01-26
x86/kexec: add a sanity check on previous kernel's ima kexec buffer
Harshit Mogalapalli
-0
/
+6
2026-01-26
lib/tests: convert test_min_heap module to KUnit
Ryota Sakamoto
-14
/
+1
2026-01-26
mm/zone_device: reinitialize large zone device private folios
Matthew Brost
-1
/
+1
2026-01-27
m68knommu: Replace deprecated strcpy with strscpy in init_ucsimm
Thorsten Blum
-1
/
+2
2026-01-27
m68k: nommu: fix memmove() with differently aligned src and dest for 68000
Daniel Palmer
-0
/
+18
2026-01-27
m68k: defconfig: Clean up references to non-existing configs
Lukas Bulwahn
-4
/
+0
2026-01-26
sparc: Implement ARCH_HAS_CC_CAN_LINK
Thomas Weißschuh
-0
/
+11
2026-01-26
Merge tag 'imx-dt-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sh...
Arnd Bergmann
-29
/
+347
2026-01-26
x86/apic: Inline __x2apic_send_IPI_dest()
Eric Dumazet
-7
/
+9
2026-01-26
Merge tag 'qcom-arm64-for-6.20' of https://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
-462
/
+17911
2026-01-26
Merge tag 'qcom-arm32-for-6.20' of https://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
-100
/
+52
2026-01-26
Merge tag 'zynqmp-dt-for-6.20' of https://github.com/Xilinx/linux-xlnx into s...
Arnd Bergmann
-51
/
+13
2026-01-26
Merge tag 'tegra-for-6.20-arm64-dt' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
-46
/
+83
2026-01-26
Merge tag 'tegra-for-6.20-arm-dt' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
-0
/
+12
2026-01-26
ARM: dts: samsung: Drop s3c6400.dtsi
Rob Herring (Arm)
-38
/
+0
2026-01-26
ARM: dts: nuvoton: Minor whitespace cleanup
Krzysztof Kozlowski
-2
/
+2
2026-01-26
Merge tag 'samsung-dt64-6.20' of https://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
-1
/
+35
2026-01-26
Merge tag 'dt64-cleanup-6.20' of https://git.kernel.org/pub/scm/linux/kernel/...
Arnd Bergmann
-214
/
+42
2026-01-26
Merge tag 'renesas-dts-for-v6.20-tag2' of git://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
-986
/
+1420
2026-01-26
KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fi...
Sean Christopherson
-7
/
+4
2026-01-26
KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
Sean Christopherson
-10
/
+92
2026-01-26
m68k: sun3: Replace vsprintf() with bounded vsnprintf()
Thorsten Blum
-2
/
+2
2026-01-25
riscv/mm: update write protect to work on shadow stacks
Deepak Gupta
-2
/
+10
2026-01-25
riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
Deepak Gupta
-0
/
+23
2026-01-25
riscv/mm: manufacture shadow stack ptes
Deepak Gupta
-0
/
+10
2026-01-25
riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITE
Deepak Gupta
-1
/
+38
2026-01-25
riscv: Add usercfi state for task and save/restore of CSR_SSP on trap entry/exit
Deepak Gupta
-0
/
+62
2026-01-25
riscv: add Zicfiss / Zicfilp extension CSR and bit definitions
Deepak Gupta
-0
/
+14
2026-01-25
riscv: zicfiss / zicfilp enumeration
Deepak Gupta
-0
/
+36
2026-01-25
riscv: defconfig: enable NLS_ISO8859_1
Javier Carrasco
-1
/
+1
2026-01-25
riscv: mm: define copy_user_page() as copy_page()
Florian Schmaus
-2
/
+1
2026-01-25
errata/sifive: remove unreliable warn_miss_errata
Andreas Schwab
-18
/
+0
2026-01-25
riscv: fix minor typo in syscall.h comment
Austin Kim
-1
/
+1
2026-01-25
riscv: signal: fix some warnings reported by sparse
Paul Walmsley
-3
/
+3
2026-01-25
KVM: arm64: Simplify PAGE_S2_MEMATTR
Marc Zyngier
-5
/
+4
2026-01-25
KVM: arm64: Kill KVM_PGTABLE_S2_NOFWB
Marc Zyngier
-20
/
+8
2026-01-25
KVM: arm64: Switch pKVM host S2 over to KVM_PGTABLE_S2_AS_S1
Marc Zyngier
-1
/
+3
2026-01-25
KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flag
Marc Zyngier
-1
/
+15
2026-01-25
arm64: Add MT_S2{,_FWB}_AS_S1 encodings
Marc Zyngier
-3
/
+8
2026-01-24
Merge tag 'riscv-for-linus-6.19-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-5
/
+19
2026-01-24
bpf,x86: add fsession support for x86_64
Menglong Dong
-12
/
+40
2026-01-24
bpf,x86: introduce emit_store_stack_imm64() for trampoline
Menglong Dong
-12
/
+14
2026-01-24
Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+11
2026-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-38
/
+73
2026-01-24
alpha: fix user-space corruption during memory compaction
Magnus Lindholm
-3
/
+148
[prev]
[next]