aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-03lib: cordic: add library module providing cordic angle calculationGravatar Arend van Spriel 3-0/+110
2011-06-03lib: crc8: add new library module providing crc8 algorithmGravatar Arend van Spriel 3-0/+94
2011-06-01tile: enable CONFIG_BUGVERBOSEGravatar Chris Metcalf 1-1/+1
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-1/+1
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Gravatar Akinobu Mita 3-22/+2
2011-05-26bitops: add #ifndef for each of find bitopsGravatar Akinobu Mita 2-0/+16
2011-05-26flex_array: avoid divisions when accessing elementsGravatar Jesse Gross 1-22/+29
2011-05-26rcu: Fix unpaired rcu_irq_enter() from locking selftestsGravatar Frederic Weisbecker 1-1/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-0/+2
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionGravatar Stephen Boyd 1-0/+9
2011-05-25lib/genalloc.c: add support for specifying the physical addressGravatar Jean-Christophe PLAGNIOL-VILLARD 1-8/+37
2011-05-25lib: consolidate DEBUG_PER_CPU_MAPSGravatar Stephen Boyd 1-0/+11
2011-05-25lib: add kstrto*_from_user()Gravatar Alexey Dobriyan 1-0/+26
2011-05-25lru_cache: use correct type in sizeof for allocationGravatar Ilia Mirkin 1-1/+1