index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2018-10-13
ARC: clone syscall to setp r25 as thread pointer
Vineet Gupta
1
-0
/
+20
2018-10-13
powerpc/lib: fix book3s/32 boot failure due to code patching
Christophe Leroy
1
-8
/
+12
2018-10-13
powerpc: Avoid code patching freed init sections
Michael Neuling
3
-0
/
+10
2018-10-13
powerpc/lib/code-patching: refactor patch_instruction()
Christophe Leroy
1
-15
/
+15
2018-10-13
x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski
1
-4
/
+4
2018-10-13
x86/vdso: Only enable vDSO retpolines when enabled and supported
Andy Lutomirski
1
-2
/
+14
2018-10-13
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
Andy Lutomirski
1
-8
/
+10
2018-10-13
KVM: x86: fix L1TF's MMIO GFN calculation
Sean Christopherson
1
-4
/
+20
2018-10-10
arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
Miguel Ojeda
1
-2
/
+2
2018-10-10
hexagon: modify ffs() and fls() to return int
Randy Dunlap
1
-2
/
+2
2018-10-10
arch/hexagon: fix kernel/dma.c build warning
Randy Dunlap
1
-1
/
+1
2018-10-10
perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUs
Jacek Tomaka
1
-0
/
+4
2018-10-10
ARC: atomics: unbork atomic_fetch_##op()
Will Deacon
1
-1
/
+1
2018-10-10
KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
Paul Mackerras
1
-1
/
+1
2018-10-03
arm64: KVM: Sanitize PSTATE.M when being set from userspace
Marc Zyngier
2
-1
/
+14
2018-10-03
x86/pti: Fix section mismatch warning/error
Randy Dunlap
1
-1
/
+1
2018-10-03
ARM: dts: omap4-droid4: Fix emmc errors seen on some devices
Tony Lindgren
1
-1
/
+1
2018-10-03
Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"
Leonard Crestez
1
-4
/
+8
2018-10-03
arm64: KVM: Tighten guest core register access from userspace
Dave Martin
1
-0
/
+45
2018-10-03
x86/mm: Expand static page table for fixmap space
Feng Tang
6
-8
/
+42
2018-10-03
ARM: dts: dra7: fix DCAN node addresses
Kevin Hilman
1
-2
/
+2
2018-10-03
perf/x86/intel/lbr: Fix incomplete LBR call stack
Kan Liang
2
-6
/
+27
2018-10-03
MIPS: boot: fix build rule of vmlinux.its.S
Masahiro Yamada
1
-2
/
+4
2018-10-03
arm: dts: mediatek: Add missing cooling device properties for CPUs
Viresh Kumar
1
-0
/
+3
2018-10-03
ARM: mvebu: declare asm symbols as character arrays in pmsu.c
Ethan Tuttle
1
-3
/
+3
2018-10-03
s390/extmem: fix gcc 8 stringop-overflow warning
Vasily Gorbik
1
-2
/
+2
2018-10-03
s390/sysinfo: add missing #ifdef CONFIG_PROC_FS
Heiko Carstens
1
-0
/
+4
2018-10-03
powerpc/powernv/ioda2: Reduce upper limit for DMA window size
Alexey Kardashevskiy
1
-1
/
+1
2018-10-03
ARM: dts: ls1021a: Add missing cooling device properties for CPUs
Viresh Kumar
1
-0
/
+1
2018-10-03
x86/entry/64: Add two more instruction suffixes
Jan Beulich
1
-2
/
+2
2018-10-03
ARM: hwmod: RTC: Don't assume lock/unlock will be called with irq enabled
Dave Gerlach
1
-4
/
+8
2018-10-03
x86/tsc: Add missing header to tsc_msr.c
Andy Shevchenko
1
-0
/
+1
2018-10-03
powerpc/kdump: Handle crashkernel memory reservation failure
Hari Bathini
1
-1
/
+6
2018-10-03
s390/mm: correct allocate_pgste proc_handler callback
Vasily Gorbik
1
-1
/
+1
2018-10-03
x86/numa_emulation: Fix emulated-to-physical node mapping
Dan Williams
1
-1
/
+1
2018-09-29
xen/x86/vpmu: Zero struct pt_regs before calling into sample handling code
Boris Ostrovsky
1
-1
/
+1
2018-09-26
ARM: hisi: check of_iomap and fix missing of_node_put
Nicholas Mc Guire
1
-5
/
+9
2018-09-26
ARM: hisi: fix error handling and missing of_node_put
Nicholas Mc Guire
1
-4
/
+4
2018-09-26
ARM: hisi: handle of_iomap and fix missing of_node_put
Nicholas Mc Guire
1
-6
/
+13
2018-09-26
MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG reads
Paul Burton
1
-1
/
+1
2018-09-26
KVM: PPC: Book3S HV: Add of_node_put() in success path
Nicholas Mc Guire
1
-0
/
+2
2018-09-26
arm64: dts: uniphier: Add missing cooling device properties for CPUs
Viresh Kumar
1
-0
/
+2
2018-09-26
x86/EISA: Don't probe EISA bus for Xen PV guests
Boris Ostrovsky
1
-2
/
+8
2018-09-26
xtensa: ISS: don't allocate memory in platform_setup
Max Filippov
1
-10
/
+15
2018-09-26
s390/crypto: Fix return code checking in cbc_paes_crypt()
Ingo Franzki
1
-1
/
+1
2018-09-26
x86/mm/pti: Add an overflow check to pti_clone_pmds()
Joerg Roedel
1
-0
/
+4
2018-09-26
x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
Jiang Biao
1
-3
/
+7
2018-09-26
x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
Jiang Biao
1
-2
/
+9
2018-09-26
ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci
Bhushan Shah
1
-0
/
+2
2018-09-26
arm64: dts: qcom: db410c: Fix Bluetooth LED trigger
Loic Poulain
1
-1
/
+1
[next]