aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-21XZ: Fix incorrect XZ_BUF_ERRORGravatar Lasse Collin 1-7/+20
2011-09-13lib/sha1.c: quiet sparse noise about symbol not declaredGravatar H Hartley Sweeten 1-0/+1
2011-08-30bitops: Move find_next_bit.o from lib-y to obj-yGravatar Geert Uytterhoeven 1-2/+2
2011-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-1/+96
2011-08-06crypto: Move md5_transform to lib/md5.cGravatar David S. Miller 2-1/+96
2011-08-06lib/sha1: use the git implementation of SHA-1Gravatar Mandeep Singh Baines 1-54/+158
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-59/+377
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffGravatar Hugh Dickins 1-0/+92
2011-08-03radix_tree: exceptional entries and indicesGravatar Hugh Dickins 1-10/+19
2011-08-03ida: simplified functions for id allocationGravatar Rusty Russell 1-0/+67
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryGravatar Akinobu Mita 1-13/+7
2011-08-03Merge branch 'apei' into apei-releaseGravatar Len Brown 5-59/+377
2011-08-03lib, Make gen_pool memory allocator locklessGravatar Huang Ying 2-59/+243
2011-08-03lib, Add lock-less NULL terminated single listGravatar Huang Ying 3-0/+134
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 4-4/+4
2011-07-26fault-injection: use debugfs_remove_recursiveGravatar Akinobu Mita 1-88/+27
2011-07-26fault-injection: cleanup simple attribute of stacktrace_depthGravatar Akinobu Mita 1-15/+15
2011-07-26fault-injection: do not include unneeded headerGravatar Akinobu Mita 1-1/+0
2011-07-26cpumask: alloc_cpumask_var() use NUMA_NO_NODEGravatar KOSAKI Motohiro 1-1/+1
2011-07-26cpumask: convert for_each_cpumask() with for_each_cpu()Gravatar KOSAKI Motohiro 1-1/+1
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Gravatar Michal Hocko 1-1/+1
2011-07-25Merge 'akpm' patch seriesGravatar Linus Torvalds 4-19/+12
2011-07-25lib: make _tolower() publicGravatar Andy Shevchenko 2-18/+10
2011-07-25lib/lcm.c: quiet sparse noiseGravatar H Hartley Sweeten 1-0/+1
2011-07-25devres: fix possible use after freeGravatar Maxin B John 1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2011-07-24XZ: Fix missing <linux/kernel.h> includeGravatar Lasse Collin 1-1/+1
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxGravatar Linus Torvalds 1-0/+4
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+6
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-8/+3
2011-07-22iomap: make IOPORT/PCI mapping functions conditionalGravatar Jonas Bonn 1-0/+4
2011-07-21Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-1/+1
2011-07-14lib/vsprintf: replace link to Draft by final RFC numberGravatar Jan Engelhardt 1-2/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2011-07-08plist: Remove the need to supply locks to plist headsGravatar Dima Zavin 1-6/+1
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Gravatar Linus Torvalds 1-1/+1
2011-07-07lib/checksum.c: optimize do_csum a bitGravatar Ian Abbott 1-8/+5
2011-07-05lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP o...Gravatar Anton Blanchard 1-2/+2
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-3/+6
2011-06-23sched: Generalize sleep inside spinlock detectionGravatar Frederic Weisbecker 1-3/+5
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 4-19/+18
2011-06-20debugobjects: Fix boot crash when kmemleak and debugobjects enabledGravatar Marcin Slusarz 1-1/+1
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-17/+9
2011-06-15lib/bitmap.c: fix kernel-doc notationGravatar Randy Dunlap 1-1/+1
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itGravatar Al Viro 1-17/+9
2011-06-10sched: Make sleeping inside spinlock detection working in !CONFIG_PREEMPTGravatar Frederic Weisbecker 1-0/+1
2011-06-09Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+5
2011-06-09vsprintf: Update %pI6c to not compress a single 0Gravatar Joe Perches 1-1/+3
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 4-0/+204
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.Gravatar FUJITA Tomonori 1-0/+5