summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26fault-injection: use debugfs_remove_recursiveAkinobu Mita
2011-07-26fault-injection: cleanup simple attribute of stacktrace_depthAkinobu Mita
2011-07-26fault-injection: do not include unneeded headerAkinobu Mita
2011-07-26cpumask: alloc_cpumask_var() use NUMA_NO_NODEKOSAKI Motohiro
2011-07-26cpumask: convert for_each_cpumask() with for_each_cpu()KOSAKI Motohiro
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25lib: make _tolower() publicAndy Shevchenko
2011-07-25lib/lcm.c: quiet sparse noiseH Hartley Sweeten
2011-07-25devres: fix possible use after freeMaxin B John
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24XZ: Fix missing <linux/kernel.h> includeLasse Collin
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-07-22iomap: make IOPORT/PCI mapping functions conditionalJonas Bonn
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar
2011-07-14lib/vsprintf: replace link to Draft by final RFC numberJan Engelhardt
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
2011-07-07lib/checksum.c: optimize do_csum a bitIan Abbott
2011-07-05lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP o...Anton Blanchard
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-20debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-15lib/bitmap.c: fix kernel-doc notationRandy Dunlap
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2011-06-10sched: Make sleeping inside spinlock detection working in !CONFIG_PREEMPTFrederic Weisbecker
2011-06-09Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2011-06-09vsprintf: Update %pI6c to not compress a single 0Joe Perches
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori
2011-06-03lib: cordic: add library module providing cordic angle calculationArend van Spriel
2011-06-03lib: crc8: add new library module providing crc8 algorithmArend van Spriel
2011-06-01tile: enable CONFIG_BUGVERBOSEChris Metcalf
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita
2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita
2011-05-26flex_array: avoid divisions when accessing elementsJesse Gross
2011-05-26rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd
2011-05-25lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD
2011-05-25lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan
2011-05-25lru_cache: use correct type in sizeof for allocationIlia Mirkin