aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+44
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+13
2010-05-18Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-2/+175
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+69
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-05-15lib/btree: fix possible NULL pointer dereferencekirjanov@gmail.com1-1/+2
2010-05-12rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse1-2/+3
2010-05-10Debugobjects transition checkMathieu Desnoyers1-3/+56
2010-05-10rcu: enable CPU_STALL_VERBOSE by defaultPaul E. McKenney1-1/+1
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan1-0/+12
2010-04-29Merge branch 'x86/asm' into x86/atomicH. Peter Anvin37-167/+1613
2010-04-24lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)Hans Verkuil1-0/+1
2010-04-24lib: fix the use of LZO to decompress initramfs imagesAlbin Tonnerre1-7/+15
2010-04-24flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao1-1/+1
2010-04-15Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-04-14vsprintf: Change struct printf_spec.precision from s8 to s16Joe Perches1-5/+5
2010-04-13Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgentIngo Molnar1-1/+1
2010-04-13Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller19-19/+51
2010-04-12sparc64: Support kmemleak.David S. Miller1-1/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-1/+16
2010-04-09radix_tree_tag_get() is not as safe as the docs make out [ver #2]David Howells1-6/+6
2010-04-07rwsem generic spinlock: use IRQ save/restore spinlocksKevin Hilman1-6/+8
2010-04-07Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2010-04-07ratelimit: fix the return value when __ratelimit() fails to acquire the lockYong Zhang1-1/+1
2010-04-07ratelimit: annotate ___ratelimit()Yong Zhang1-2/+7
2010-04-07dma-debug: Cleanup for copy-loop in filter_write()Dan Carpenter1-1/+1
2010-04-07microblaze: Enable memory leak detectorMichal Simek1-1/+1
2010-04-06x86: Add optimized popcnt variantsBorislav Petkov2-10/+13
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra1-9/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo14-2/+12
2010-03-26debugobjects: Section mismatch cleanupHenrik Kretzschmar1-2/+2
2010-03-24blackfin: enable DEBUG_SECTION_MISMATCHMike Frysinger1-1/+2
2010-03-19Merge branch 'master' into for-linusJens Axboe5-46/+55
2010-03-15block: Fix overrun in lcm() and move it to libMartin K. Petersen2-1/+16
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown19-239/+1261
2010-03-14resource: add window supportBjorn Helgaas1-1/+3
2010-03-14resource: add bus number supportBjorn Helgaas1-0/+9
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+8
2010-03-12inflate_fast: sout is already a short so ptr arith was off by one.Joakim Tjernlund1-1/+1
2010-03-12zlib: make new optimized inflate endian independentJoakim Tjernlund1-40/+30
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar17-197/+1183
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy2-3/+3
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds2-5/+1
2010-03-06vsprintf: move %pR resource printf_specs off the stackBjorn Helgaas1-21/+24
2010-03-06vsprintf: clarify comments for printf_spec flagsBjorn Helgaas1-2/+2
2010-03-06vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytesJoe Perches1-10/+12
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds3-0/+801
2010-03-06crc32: some minor cleanupsJoakim Tjernlund1-16/+14
2010-03-06bitmap: use for_each_set_bit()Akinobu Mita1-9/+4