summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* atomic: use <linux/atomic.h>Arun Sharma2011-07-264-4/+4
* fault-injection: use debugfs_remove_recursiveAkinobu Mita2011-07-261-88/+27
* fault-injection: cleanup simple attribute of stacktrace_depthAkinobu Mita2011-07-261-15/+15
* fault-injection: do not include unneeded headerAkinobu Mita2011-07-261-1/+0
* cpumask: alloc_cpumask_var() use NUMA_NO_NODEKOSAKI Motohiro2011-07-261-1/+1
* cpumask: convert for_each_cpumask() with for_each_cpu()KOSAKI Motohiro2011-07-261-1/+1
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-261-1/+1
* Merge 'akpm' patch seriesLinus Torvalds2011-07-254-19/+12
|\
| * lib: make _tolower() publicAndy Shevchenko2011-07-252-18/+10
| * lib/lcm.c: quiet sparse noiseH Hartley Sweeten2011-07-251-0/+1
| * devres: fix possible use after freeMaxin B John2011-07-251-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+1
|\ \ | |/ |/|
| * lib/vsprintf: replace link to Draft by final RFC numberJan Engelhardt2011-07-141-2/+1
* | XZ: Fix missing <linux/kernel.h> includeLasse Collin2011-07-241-1/+1
* | Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2011-07-241-0/+4
|\ \
| * | iomap: make IOPORT/PCI mapping functions conditionalJonas Bonn2011-07-221-0/+4
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-221-3/+6
|\ \ \
| * \ \ Merge branch 'linus' into sched/coreIngo Molnar2011-07-211-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-011-3/+6
| |\ \ \ | | |_|/ | |/| |
| | * | sched: Generalize sleep inside spinlock detectionFrederic Weisbecker2011-06-231-3/+5
| | * | sched: Make sleeping inside spinlock detection working in !CONFIG_PREEMPTFrederic Weisbecker2011-06-101-0/+1
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-222-8/+3
|\ \ \ \
| * | | | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-081-6/+1
| * | | | lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP o...Anton Blanchard2011-07-051-2/+2
| |/ / /
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2011-07-071-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz2011-06-201-1/+1
* | | | lib/checksum.c: optimize do_csum a bitIan Abbott2011-07-071-8/+5
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-204-19/+18
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-161-17/+9
| |\ \ \
| | * | | Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-17/+9
| * | | | lib/bitmap.c: fix kernel-doc notationRandy Dunlap2011-06-151-1/+1
| |/ / /
| * | | Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2011-06-091-0/+5
| |\ \ \
| | * | | swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori2011-06-061-0/+5
| * | | | vsprintf: Update %pI6c to not compress a single 0Joe Perches2011-06-091-1/+3
| | |/ / | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-084-0/+204
|\ \ \ \ | |/ / / |/| | |
| * | | lib: cordic: add library module providing cordic angle calculationArend van Spriel2011-06-033-0/+110
| * | | lib: crc8: add new library module providing crc8 algorithmArend van Spriel2011-06-033-0/+94
* | | | tile: enable CONFIG_BUGVERBOSEChris Metcalf2011-06-011-1/+1
* | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker2011-05-261-1/+1
* | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-263-22/+2
* | | | bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-262-0/+16
* | | | flex_array: avoid divisions when accessing elementsJesse Gross2011-05-261-22/+29
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-251-0/+2
|\ \ \ \
| * | | | audit: support the "standard" <asm-generic/unistd.h>Chris Metcalf2011-05-041-0/+2
* | | | | lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd2011-05-251-0/+9
* | | | | lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD2011-05-251-8/+37
* | | | | lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd2011-05-251-0/+11
* | | | | lib: add kstrto*_from_user()Alexey Dobriyan2011-05-251-0/+26