summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-182-4/+69
|\
| * Debugobjects transition checkMathieu Desnoyers2010-05-101-3/+56
| * rcu: enable CPU_STALL_VERBOSE by defaultPaul E. McKenney2010-05-101-1/+1
| * rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan2010-05-101-0/+12
* | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2010-05-181-2/+2
|\ \
| * | debugobjects: Section mismatch cleanupHenrik Kretzschmar2010-03-261-2/+2
* | | lib/btree: fix possible NULL pointer dereferencekirjanov@gmail.com2010-05-151-1/+2
* | | rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse2010-05-121-2/+3
| |/ |/|
* | lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)Hans Verkuil2010-04-241-0/+1
* | lib: fix the use of LZO to decompress initramfs imagesAlbin Tonnerre2010-04-241-7/+15
* | flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao2010-04-241-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-151-1/+1
|\ \
| * \ Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-04-131-1/+1
| |\ \
| | * | dma-debug: Cleanup for copy-loop in filter_write()Dan Carpenter2010-04-071-1/+1
* | | | vsprintf: Change struct printf_spec.precision from s8 to s16Joe Perches2010-04-141-5/+5
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1319-19/+51
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-092-1/+16
| |\ \ \
| | * \ \ Merge branch 'master' into for-linusJens Axboe2010-03-195-46/+55
| | |\ \ \ | | | | |/ | | | |/|
| | * | | block: Fix overrun in lcm() and move it to libMartin K. Petersen2010-03-152-1/+16
| * | | | radix_tree_tag_get() is not as safe as the docs make out [ver #2]David Howells2010-04-091-6/+6
| * | | | rwsem generic spinlock: use IRQ save/restore spinlocksKevin Hilman2010-04-071-6/+8
| * | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-04-071-1/+1
| |\ \ \ \
| | * | | | microblaze: Enable memory leak detectorMichal Simek2010-04-071-1/+1
| * | | | | ratelimit: fix the return value when __ratelimit() fails to acquire the lockYong Zhang2010-04-071-1/+1
| * | | | | ratelimit: annotate ___ratelimit()Yong Zhang2010-04-071-2/+7
| |/ / / /
| * | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-2/+12
| | |_|/ | |/| |
* | | | sparc64: Support kmemleak.David S. Miller2010-04-121-1/+1
|/ / /
* | | blackfin: enable DEBUG_SECTION_MISMATCHMike Frysinger2010-03-241-1/+2
| |/ |/|
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-1419-239/+1261
|\ \ \ \ \ \
| | | | * | | resource: add window supportBjorn Helgaas2010-03-141-1/+3
| | | | * | | resource: add bus number supportBjorn Helgaas2010-03-141-0/+9
| | | * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-0/+8
| | | |\ \ \ \
| | | | * \ \ \ Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-0917-197/+1183
| | | | |\ \ \ \ | | | | | |/ / /
| | | | * | | | perf: Remove pointless breakpoint unionFrederic Weisbecker2010-02-271-3/+5
| | | | * | | | perf lock: Fix and add misc documentally thingsHitoshi Mitake2010-02-271-0/+6
| | |_|/ / / / | |/| | | | |
| | | * | | | inflate_fast: sout is already a short so ptr arith was off by one.Joakim Tjernlund2010-03-121-1/+1
| | | * | | | zlib: make new optimized inflate endian independentJoakim Tjernlund2010-03-121-40/+30
| | | |/ / /
| | | * | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
| | | * | | kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-072-3/+3
| | | | |/ | | | |/|
| | | * | Revert "lib: build list_sort() only if needed"Linus Torvalds2010-03-072-5/+1
| | | * | vsprintf: move %pR resource printf_specs off the stackBjorn Helgaas2010-03-061-21/+24
| | | * | vsprintf: clarify comments for printf_spec flagsBjorn Helgaas2010-03-061-2/+2
| | | * | vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytesJoe Perches2010-03-061-10/+12
| | | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-03-063-0/+801
| | | |\ \
| | | | * | [LogFS] add new flash file systemJoern Engel2009-11-203-0/+801
| | | * | | crc32: some minor cleanupsJoakim Tjernlund2010-03-061-16/+14
| | | * | | bitmap: use for_each_set_bit()Akinobu Mita2010-03-061-9/+4
| | | * | | lib: fix first line of kernel-doc for a few functionsBen Hutchings2010-03-061-3/+3
| | | * | | lib: build list_sort() only if neededDon Mullis2010-03-062-1/+5
| | | * | | lib: revise list_sort() header commentDon Mullis2010-03-061-7/+8
OpenPOWER on IntegriCloud