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
2013-02-11
x86-64: Replace left over sti/cli in ia32 audit exit code
Jan Beulich
1
-2
/
+2
2013-02-11
powerpc/mm: Fix hash computation function
Aneesh Kumar K.V
1
-27
/
+35
2013-02-03
x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI
H. Peter Anvin
1
-0
/
+2
2013-02-03
x86, efi: Set runtime_version to the EFI spec revision
Matt Fleming
1
-1
/
+1
2013-02-03
efi, x86: Pass a proper identity mapping in efi_call_phys_prelog
Nathan Zimmer
1
-5
/
+17
2013-02-03
x86, efi: Fix 32-bit EFI handover protocol entry point
David Woodhouse
1
-0
/
+2
2013-02-03
x86, efi: Fix display detection in EFI boot stub
David Woodhouse
1
-2
/
+1
2013-02-03
efi: Make 'efi_enabled' a function to query EFI facilities
Matt Fleming
4
-38
/
+50
2013-02-03
x86/msr: Add capabilities check
Alan Cox
1
-0
/
+3
2013-02-03
s390/thp: implement pmdp_set_wrprotect()
Gerald Schaefer
1
-0
/
+12
2013-02-03
ARM: virt: simplify __hyp_stub_install epilog
Marc Zyngier
1
-9
/
+3
2013-02-03
ARM: virt: boot secondary CPUs through the right entry point
Marc Zyngier
1
-1
/
+1
2013-02-03
ARM: virt: Avoid bx instruction for compatibility with <=ARMv4
Dave Martin
1
-3
/
+3
2013-02-03
ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area
Nicolas Pitre
1
-0
/
+3
2013-02-03
ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone
Stephen Boyd
2
-5
/
+5
2013-02-03
ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
Dimitris Papastamos
1
-1
/
+1
2013-02-03
ARM: at91: rm9200: remake the BGA as default version
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+2
2013-02-03
ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport
Luciano Coelho
1
-0
/
+6
2013-02-03
ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem
Russell King
1
-8
/
+10
2013-02-03
powerpc/book3e: Disable interrupt after preempt_schedule_irq
Tiejun Chen
1
-0
/
+13
2013-02-03
KVM: PPC: Emulate dcbf
Alexander Graf
1
-0
/
+2
2013-01-27
arm64: elf: fix core dumping to match what glibc expects
Will Deacon
1
-1
/
+4
2013-01-27
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
1
-4
/
+5
2013-01-27
perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel side
David Ahern
1
-6
/
+0
2013-01-21
xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.
Frediano Ziglio
1
-1
/
+0
2013-01-21
x86/Sandy Bridge: reserve pages when integrated graphics is present
Jesse Barnes
1
-0
/
+78
2013-01-21
s390/time: fix sched_clock() overflow
Heiko Carstens
3
-2
/
+30
2013-01-21
arm64: mm: only wrprotect clean ptes if they are present
Will Deacon
1
-7
/
+9
2013-01-21
sh: Fix FDPIC binary loader
Thomas Schwinge
1
-2
/
+2
2013-01-17
KVM: PPC: 44x: fix DCR read/write
Alexander Graf
1
-0
/
+2
2013-01-17
Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."
Ralf Baechle
1
-16
/
+0
2013-01-17
ALSA: pxa27x: fix ac97 warm reset
Mike Dunn
2
-2
/
+5
2013-01-17
OMAP: board-files: fix i2c_bus for tfp410
Tomi Valkeinen
6
-0
/
+6
2013-01-17
MIPS: Fix poweroff failure when HOTPLUG_CPU configured.
Huacai Chen
1
-3
/
+1
2013-01-17
KVM: PPC: e500: fix allocation size error on g2h_tlb1_map
Scott Wood
1
-1
/
+1
2013-01-17
powerpc: Add missing NULL terminator to avoid boot panic on PPC40x
Gabor Juhos
1
-1
/
+2
2013-01-17
powerpc/vdso: Remove redundant locking in update_vsyscall_tz()
Shan Hai
1
-5
/
+0
2013-01-17
powerpc: Fix CONFIG_RELOCATABLE=y CONFIG_CRASH_DUMP=n build
Anton Blanchard
1
-1
/
+1
2013-01-17
s390/kvm: Fix address space mixup
Christian Borntraeger
1
-5
/
+20
2013-01-17
s390/kvm: dont announce RRBM support
Christian Borntraeger
1
-1
/
+1
2013-01-11
CRIS: fix I/O macros
Corey Minyard
1
-6
/
+33
2013-01-11
PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)
Myron Stowe
1
-1
/
+2
2013-01-11
ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUs
Will Deacon
1
-2
/
+4
2013-01-11
ARM: 7607/1: realview: fix private peripheral memory base for EB rev. B boards
Will Deacon
1
-1
/
+1
2013-01-11
ARM: missing ->mmap_sem around find_vma() in swp_emulate.c
Al Viro
1
-0
/
+2
2013-01-11
ARM: mm: use pteval_t to represent page protection values
Will Deacon
1
-1
/
+1
2013-01-11
arm64: compat for clock_adjtime(2) is miswired
Al Viro
1
-1
/
+1
2013-01-11
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.
David S. Miller
1
-0
/
+3
2013-01-11
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.
David S. Miller
1
-0
/
+6
2013-01-11
sparc64: Fix ECB looping constructs in AES code.
David S. Miller
1
-0
/
+1
[next]