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
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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-26
netlink: validate NLA_MSECS length
Johannes Berg
1
-0
/
+1
2011-11-07
kobj_uevent: Ignore if some listeners cannot handle message
Milan Broz
1
-1
/
+1
2011-08-15
crypto: Move md5_transform to lib/md5.c
David S. Miller
2
-1
/
+96
2011-07-13
debugobjects: Fix boot crash when kmemleak and debugobjects enabled
Marcin Slusarz
1
-1
/
+1
2011-06-23
rcu: Fix unpaired rcu_irq_enter() from locking selftests
Frederic Weisbecker
1
-1
/
+1
2011-03-03
Revert "swiotlb: fix wrong panic"
Greg Kroah-Hartman
1
-4
/
+2
2011-03-02
swiotlb: fix wrong panic
FUJITA Tomonori
1
-2
/
+4
2010-12-09
percpu: fix list_head init bug in __percpu_counter_init()
Masanori ITOH
1
-0
/
+1
2010-05-12
flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO
Changli Gao
1
-1
/
+1
2010-04-01
block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34
Martin K. Petersen
2
-1
/
+16
2010-03-15
idr: fix a critical misallocation bug, take#2
Tejun Heo
1
-1
/
+3
2010-01-18
dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...
Krzysztof Halasa
1
-4
/
+3
2010-01-18
lib/rational.c needs module.h
Sascha Hauer
1
-0
/
+1
2010-01-06
dma-debug: Fix bug causing build warning
Ingo Molnar
1
-3
/
+2
2010-01-06
dma-debug: Do not add notifier when dma debugging is disabled.
Shaun Ruffell
1
-0
/
+5
2009-11-19
FS-Cache: Don't delete pending pages from the page-store tracking tree
David Howells
1
-2
/
+0
2009-11-19
FS-Cache: Use radix tree preload correctly in tracking of pages to be stored
David Howells
1
-0
/
+3
2009-11-18
strcmp: fix overflow and possibly signedness error
Linus Torvalds
1
-6
/
+14
2009-11-05
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+4
2009-10-29
dma-debug: Fix compile warning with PAE enabled
Joerg Roedel
1
-2
/
+4
2009-10-27
powerpc: Minor cleanup to lib/Kconfig.debug
Kumar Gala
1
-1
/
+1
2009-10-11
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-3
/
+4
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2
-0
/
+2
2009-10-06
[S390] Enable kmemleak on s390.
Heiko Carstens
1
-3
/
+4
2009-10-01
sscanf(): fix %*s%n
Andy Spencer
1
-1
/
+1
2009-09-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
8
-56
/
+147
2009-09-24
lzma/gzip: fix potential oops when input data is truncated
Phillip Lougher
2
-1
/
+17
2009-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
1
-0
/
+8
2009-09-22
lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c
Joe Perches
1
-10
/
+15
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...
Linus Torvalds
1
-0
/
+3
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2009-09-22
flex_array: add missing kerneldoc annotations
David Rientjes
1
-1
/
+11
2009-09-22
flex_array: introduce DEFINE_FLEX_ARRAY
David Rientjes
1
-26
/
+10
2009-09-22
flex_array: add flex_array_shrink function
David Rientjes
1
-0
/
+40
2009-09-22
flex_array: poison free elements
David Rientjes
1
-8
/
+7
2009-09-22
flex_array: add flex_array_clear function
David Rientjes
1
-0
/
+26
2009-09-22
vsprintf: use WARN_ON_ONCE
Marcin Slusarz
1
-12
/
+2
2009-09-21
trivial: fix typo "to to" in multiple files
Anand Gadiyar
1
-2
/
+2
2009-09-20
kernel hacking: move STRIP_ASM_SYMS from General
Randy Dunlap
1
-0
/
+8
2009-09-17
vsnprintf: remove duplicate comment of vsnprintf
Steven Rostedt
1
-6
/
+4
2009-09-17
vsprintf: add %ps that is the same as %pS but is like %pf
Steven Rostedt
1
-2
/
+4
2009-09-15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-1
/
+1
2009-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-0
/
+15
2009-09-15
Nicolas Pitre has a new email address
Nicolas Pitre
1
-1
/
+1
2009-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-47
/
+152
2009-09-11
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2009-09-11
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-80
/
+44
2009-09-11
Merge branch 'next' into for-linus
James Morris
2
-24
/
+52
2009-09-04
Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
11
-41
/
+357
2009-09-04
Merge branch 'linus' into core/rcu
Ingo Molnar
4
-37
/
+46
[next]