index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-13
locking, rwsem: Annotate inner lock as raw
Thomas Gleixner
2
-26
/
+26
2011-09-13
locking, printk: Annotate logbuf_lock as raw
Thomas Gleixner
1
-2
/
+2
2011-09-13
locking, lib/proportions: Annotate prop_local_percpu::lock as raw
Thomas Gleixner
1
-6
/
+6
2011-09-13
locking, percpu_counter: Annotate ::lock as raw
Thomas Gleixner
1
-9
/
+9
2011-08-30
bitops: Move find_next_bit.o from lib-y to obj-y
Geert Uytterhoeven
1
-2
/
+2
2011-08-23
dma-debug: hash_bucket_find needs to allow for offsets within an entry
Neil Horman
1
-7
/
+61
2011-08-23
lib: Kconfig.debug: Typo remove extra "it"
Justin P. Mattock
1
-1
/
+1
2011-08-23
kobj_uevent: Ignore if some listeners cannot handle message
Milan Broz
1
-1
/
+1
2011-08-23
dynamic_debug: make netdev_dbg() call __netdev_printk()
Jason Baron
1
-0
/
+25
2011-08-23
dynamic_debug: Convert printks to pr_<level>
Joe Perches
1
-33
/
+26
2011-08-23
dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix
Joe Perches
1
-11
/
+23
2011-08-23
dynamic_debug: Consolidate prefix output to single routine
Joe Perches
1
-20
/
+18
2011-08-23
dynamic_debug: Add __dynamic_dev_dbg
Joe Perches
1
-0
/
+38
2011-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-1
/
+96
2011-08-07
crypto: Move md5_transform to lib/md5.c
David S. Miller
2
-1
/
+96
2011-08-06
lib/sha1: use the git implementation of SHA-1
Mandeep Singh Baines
1
-54
/
+158
2011-08-04
Fix kernel-doc comment typo '@id'
Paul Bolle
1
-1
/
+1
2011-08-04
Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-59
/
+377
2011-08-04
tmpfs radix_tree: locate_item to speed up swapoff
Hugh Dickins
1
-0
/
+92
2011-08-04
radix_tree: exceptional entries and indices
Hugh Dickins
1
-10
/
+19
2011-08-04
ida: simplified functions for id allocation
Rusty Russell
1
-0
/
+67
2011-08-04
fault-injection: add ability to export fault_attr in arbitrary directory
Akinobu Mita
1
-13
/
+7
2011-08-03
Merge branch 'apei' into apei-release
Len Brown
5
-59
/
+377
2011-08-03
lib, Make gen_pool memory allocator lockless
Huang Ying
2
-59
/
+243
2011-08-03
lib, Add lock-less NULL terminated single list
Huang Ying
3
-0
/
+134
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
4
-4
/
+4
2011-07-27
fault-injection: use debugfs_remove_recursive
Akinobu Mita
1
-88
/
+27
2011-07-27
fault-injection: cleanup simple attribute of stacktrace_depth
Akinobu Mita
1
-15
/
+15
2011-07-27
fault-injection: do not include unneeded header
Akinobu Mita
1
-1
/
+0
2011-07-27
cpumask: alloc_cpumask_var() use NUMA_NO_NODE
KOSAKI Motohiro
1
-1
/
+1
2011-07-27
cpumask: convert for_each_cpumask() with for_each_cpu()
KOSAKI Motohiro
1
-1
/
+1
2011-07-27
cpusets: randomize node rotor used in cpuset_mem_spread_node()
Michal Hocko
1
-1
/
+1
2011-07-26
Merge 'akpm' patch series
Linus Torvalds
4
-19
/
+12
2011-07-26
lib: make _tolower() public
Andy Shevchenko
2
-18
/
+10
2011-07-26
lib/lcm.c: quiet sparse noise
H Hartley Sweeten
1
-0
/
+1
2011-07-26
devres: fix possible use after free
Maxin B John
1
-1
/
+1
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+1
2011-07-24
XZ: Fix missing <linux/kernel.h> include
Lasse Collin
1
-1
/
+1
2011-07-24
Merge branch 'for-upstream' of git://openrisc.net/jonas/linux
Linus Torvalds
1
-0
/
+4
2011-07-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+6
2011-07-23
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-8
/
+3
2011-07-22
iomap: make IOPORT/PCI mapping functions conditional
Jonas Bonn
1
-0
/
+4
2011-07-21
Merge branch 'linus' into sched/core
Ingo Molnar
1
-1
/
+1
2011-07-14
lib/vsprintf: replace link to Draft by final RFC number
Jan Engelhardt
1
-2
/
+1
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-07-08
plist: Remove the need to supply locks to plist heads
Dima Zavin
1
-6
/
+1
2011-07-08
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...
Linus Torvalds
1
-1
/
+1
2011-07-07
lib/checksum.c: optimize do_csum a bit
Ian Abbott
1
-8
/
+5
2011-07-05
lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP o...
Anton Blanchard
1
-2
/
+2
2011-07-01
Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-3
/
+6
[prev]
[next]