aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-1/+1
2010-05-26revert "crc32: use __BYTE_ORDER macro for endian detection"Andrew Morton1-1/+1
2010-05-25crc32: use __BYTE_ORDER macro for endian detection.Joakim Tjernlund1-1/+1
2010-05-25crc32: major optimizationJoakim Tjernlund2-24/+47
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko1-0/+18
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches1-17/+19
2010-05-25DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz1-8/+8
2010-05-25dynamic_debug: small cleanup in ddebug_proc_write()Dan Carpenter1-1/+1
2010-05-25vsprintf.c: use noinline_for_stackJoe Perches1-25/+42
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-1/+1
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-1/+23
2010-05-21hotplug: netns aware uevent_helperEric W. Biederman1-2/+17
2010-05-21kobj: Send hotplug events in the proper namespace.Eric W. Biederman1-2/+20
2010-05-21kobject: Send hotplug events in all network namespacesEric W. Biederman1-8/+60
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-0/+11
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-0/+1
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-0/+103
2010-05-21kref: remove kref_setNeilBrown1-13/+2
2010-05-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2010-05-20mips,kgdb: kdb low level trap catch and stack traceJason Wessel1-1/+1
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-0/+9
2010-05-20kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel1-0/+7
2010-05-20kgdb: core changes to support kdbJason Wessel1-1/+7
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings1-1/+1
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-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse23-34/+76
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