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
2013-08-20
s390: Fix broken build
Guenter Roeck
1
-1
/
+1
2013-08-20
m68k/atari: ARAnyM - Fix NatFeat module support
Geert Uytterhoeven
1
-4
/
+19
2013-08-20
m68k: Truncate base in do_div()
Andreas Schwab
1
-4
/
+5
2013-08-20
ARM: 7809/1: perf: fix event validation for software group leaders
Will Deacon
1
-0
/
+3
2013-08-20
Fix TLB gather virtual address range invalidation corner cases
Linus Torvalds
6
-13
/
+30
2013-08-20
ARM: KVM: clear exclusive monitor on all exception returns
Marc Zyngier
1
-0
/
+3
2013-08-20
ARM: KVM: add missing dsb before invalidating Stage-2 TLBs
Marc Zyngier
1
-0
/
+1
2013-08-20
ARM: KVM: perform save/restore of PAR
Marc Zyngier
4
-13
/
+35
2013-08-20
x86 get_unmapped_area(): use proper mmap base for bottom-up direction
Radu Caragea
2
-2
/
+2
2013-08-20
microblaze: fix clone syscall
Michal Simek
2
-1
/
+7
2013-08-20
perf/arm: Fix armpmu_map_hw_event()
Stephen Boyd
1
-1
/
+6
2013-08-20
perf/x86: Fix intel QPI uncore event definitions
Vince Weaver
1
-2
/
+2
2013-08-14
MIPS: Expose missing pci_io{map,unmap} declarations
Markos Chandras
2
-1
/
+6
2013-08-14
powerpc/tm: Fix context switching TAR, PPR and DSCR SPRs
Michael Neuling
3
-0
/
+27
2013-08-14
powerpc: Save the TAR register earlier
Michael Neuling
3
-9
/
+19
2013-08-14
powerpc: Fix context switch DSCR on POWER8
Michael Neuling
2
-25
/
+60
2013-08-14
powerpc: Rework setting up H/FSCR bit definitions
Michael Neuling
1
-11
/
+20
2013-08-14
powerpc: Fix hypervisor facility unavaliable vector number
Michael Neuling
1
-2
/
+3
2013-08-14
powerpc: On POWERNV enable PPC_DENORMALISATION by default
Anton Blanchard
1
-1
/
+1
2013-08-11
x86/iommu/vt-d: Expand interrupt remapping quirk to cover x58 chipset
Neil Horman
1
-2
/
+12
2013-08-11
s390/bitops: fix find_next_bit_left
Martin Schwidefsky
1
-1
/
+1
2013-08-11
s390: add support for IBM zBC12 machine
Heiko Carstens
4
-4
/
+7
2013-08-11
x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.daz
H.J. Lu
1
-1
/
+1
2013-08-11
parisc: Fix interrupt routing for C8000 serial ports
Thomas Bogendoerfer
2
-0
/
+4
2013-08-11
parisc: Fix cache routines to ignore vma's with an invalid pfn
John David Anglin
1
-64
/
+71
2013-08-11
powerpc: VPHN topology change updates all siblings
Robert Jennings
2
-15
/
+48
2013-08-11
ARM: 7791/1: a.out: remove partial a.out support
Will Deacon
5
-85
/
+0
2013-08-11
ARM: 7790/1: Fix deferred mm switch on VIVT processors
Catalin Marinas
3
-5
/
+18
2013-08-11
ARM: 7784/1: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2
Will Deacon
3
-7
/
+8
2013-08-11
ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...
Russell King
2
-1
/
+6
2013-08-11
ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)
Russell King
2
-26
/
+24
2013-08-11
ARM: make vectors page inaccessible from userspace
Russell King
3
-1
/
+12
2013-08-11
ARM: move signal handlers into a vdso-like page
Russell King
6
-30
/
+86
2013-08-11
ARM: allow kuser helpers to be removed from the vector page
Russell King
3
-9
/
+51
2013-08-11
ARM: update FIQ support for relocation of vectors
Russell King
2
-5
/
+17
2013-08-11
ARM: use linker magic for vectors and vector stubs
Russell King
2
-18
/
+27
2013-08-11
ARM: move vector stubs
Russell King
4
-30
/
+37
2013-08-11
ARM: poison memory between kuser helpers
Russell King
1
-9
/
+16
2013-08-11
ARM: poison the vectors page
Russell King
1
-0
/
+10
2013-08-04
x86: Fix /proc/mtrr with base/size more than 44bits
Yinghai Lu
2
-17
/
+20
2013-08-04
powerpc/modules: Module CRC relocation fix causes perf issues
Anton Blanchard
2
-6
/
+2
2013-08-04
x86: make sure IDT is page aligned
Kees Cook
1
-1
/
+1
2013-08-04
x86, suspend: Handle CPUs which fail to #GP on RDMSR
H. Peter Anvin
1
-2
/
+16
2013-08-04
ARM: 7722/1: zImage: Convert 32bits memory size and address from ATAG to 64bi...
Gregory CLEMENT
1
-6
/
+38
2013-07-28
ARM: footbridge: fix overlapping PCI mappings
Mike Frysinger
1
-2
/
+0
2013-07-28
ARM: S3C24XX: Add missing clkdev entries for s3c2440 UART
Sylwester Nawrocki
3
-63
/
+106
2013-07-28
MIPS: Oceton: Fix build error.
Ralf Baechle
1
-1
/
+2
2013-07-28
sparc32: vm_area_struct access for old Sun SPARCs.
Olivier DANET
5
-16
/
+18
2013-07-25
MIPS: Octeon: Don't clobber bootloader data structures.
David Daney
1
-1
/
+1
2013-07-25
xtensa: adjust boot parameters address when INITIALIZE_XTENSA_MMU_INSIDE_VMLI...
Max Filippov
2
-3
/
+12
[next]