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
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
2018-04-24
hypfs_kill_super(): deal with failed allocations
Al Viro
1
-1
/
+1
2018-04-24
powerpc/lib: Fix off-by-one in alternate feature patching
Michael Ellerman
1
-1
/
+1
2018-04-24
powerpc/eeh: Fix enabling bridge MMIO windows
Michael Neuling
1
-1
/
+2
2018-04-24
MIPS: memset.S: Fix clobber of v1 in last_fixup
Matt Redfearn
1
-1
/
+1
2018-04-24
MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
Matt Redfearn
1
-1
/
+1
2018-04-24
MIPS: memset.S: EVA & fault support for small_memset
Matt Redfearn
1
-1
/
+6
2018-04-24
MIPS: uaccess: Add micromips clobbers to bzero invocation
Matt Redfearn
1
-2
/
+9
2018-04-24
um: Use POSIX ucontext_t instead of struct ucontext
Krzysztof Mazur
2
-2
/
+2
2018-04-24
um: Compile with modern headers
Jason A. Donenfeld
3
-0
/
+3
2018-04-24
powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops
Nicholas Piggin
1
-1
/
+6
2018-04-24
powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
Nicholas Piggin
1
-0
/
+3
2018-04-24
powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
Nicholas Piggin
2
-5
/
+2
2018-04-24
powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
Nicholas Piggin
1
-0
/
+4
2018-04-24
ARM: dts: at91: sama5d4: fix pinctrl compatible string
Santiago Esteban
1
-1
/
+1
2018-04-24
ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250
Marek Szyprowski
1
-4
/
+4
2018-04-24
ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
Nicolas Ferre
1
-1
/
+1
2018-04-20
arm64: futex: Mask __user pointers prior to dereference
Will Deacon
1
-3
/
+6
2018-04-20
s390/ipl: ensure loadparm valid flag is set
Vasily Gorbik
1
-0
/
+1
2018-04-20
arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
Mark Rutland
3
-70
/
+13
2018-04-20
arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
Mark Rutland
4
-3
/
+3235
2018-04-20
arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
Mark Rutland
1
-2
/
+18
2018-04-20
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
Mark Rutland
3
-1
/
+19
2018-04-20
arm/arm64: KVM: Turn kvm_psci_version into a static inline
Mark Rutland
2
-18
/
+14
2018-04-20
arm64: KVM: Make PSCI_VERSION a fast path
Mark Rutland
1
-0
/
+13
2018-04-20
arm/arm64: KVM: Advertise SMCCC v1.1
Mark Rutland
3
-3
/
+25
2018-04-20
arm/arm64: KVM: Implement PSCI 1.0 support
Mark Rutland
1
-1
/
+44
2018-04-20
arm/arm64: KVM: Add smccc accessors to PSCI code
Mark Rutland
1
-10
/
+42
2018-04-20
arm/arm64: KVM: Add PSCI_VERSION helper
Mark Rutland
1
-3
/
+1
2018-04-20
arm/arm64: KVM: Consolidate the PSCI include files
Mark Rutland
6
-58
/
+8
2018-04-20
arm64: KVM: Increment PC after handling an SMC trap
Mark Rutland
1
-0
/
+9
2018-04-20
arm64: Branch predictor hardening for Cavium ThunderX2
Mark Rutland
1
-0
/
+10
2018-04-20
arm64: Implement branch predictor hardening for affected Cortex-A CPUs
Mark Rutland
2
-0
/
+66
2018-04-20
arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
Mark Rutland
1
-0
/
+7
2018-04-20
arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
Mark Rutland
1
-0
/
+6
2018-04-20
arm64: entry: Apply BP hardening for suspicious interrupts from EL0
Mark Rutland
2
-0
/
+11
2018-04-20
arm64: entry: Apply BP hardening for high-priority synchronous exceptions
Mark Rutland
2
-2
/
+13
2018-04-20
arm64: KVM: Use per-CPU vector when BP hardening is enabled
Mark Rutland
4
-2
/
+57
2018-04-20
arm64: Move BP hardening to check_and_switch_context
Mark Rutland
1
-2
/
+3
2018-04-20
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Mark Rutland
11
-5
/
+219
2018-04-20
arm64: Move post_ttbr_update_workaround to C code
Mark Rutland
3
-15
/
+10
2018-04-20
arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
Mark Rutland
2
-5
/
+15
2018-04-20
arm64: cpufeature: Pass capability structure to ->enable callback
Mark Rutland
1
-2
/
+2
2018-04-20
arm64: Run enable method for errata work arounds on late CPUs
Mark Rutland
1
-3
/
+6
2018-04-20
arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
Mark Rutland
1
-2
/
+1
2018-04-20
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Mark Rutland
4
-15
/
+17
2018-04-20
arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
Mark Rutland
1
-26
/
+36
2018-04-20
arm64: uaccess: Prevent speculative use of the current addr_limit
Mark Rutland
1
-0
/
+7
2018-04-20
arm64: entry: Ensure branch through syscall table is bounded under speculation
Mark Rutland
2
-0
/
+12
2018-04-20
arm64: Use pointer masking to limit uaccess speculation
Mark Rutland
1
-3
/
+23
2018-04-20
arm64: Make USER_DS an inclusive limit
Mark Rutland
4
-22
/
+33
[next]