aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-06-23idr: fix RCU lockdep splat in idr_get_next()Paul E. McKenney1-2/+2
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+3
2010-06-04lib: add s390 to atomic64_dec_if_positive archsHeiko Carstens1-1/+2
2010-06-04kobject: free memory if netlink_kernel_create() failsDan Carpenter1-0/+1
2010-06-04lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton1-0/+2
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-1/+1
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-1/+54
2010-05-27radix-tree: fix radix_tree_prev_hole() underflow caseCesar Eduardo Barros1-2/+2
2010-05-27swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori1-31/+0
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt1-21/+17
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak1-1/+4
2010-05-27fault-injection: add CPU notifier error injection moduleAkinobu Mita3-0/+76
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...Alexey Dobriyan1-1/+1
2010-05-24lib/atomic64_test: fix missing include of linux/kernel.hPeter Huewe1-0/+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/jwe...Linus 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-19Unified UUID/GUID definitionHuang Ying2-1/+54
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...Linus Torvalds1-4/+44
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+13
2010-05-18Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-2/+175
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+69
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus 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/torval...David 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/kern...Linus 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/j...Ingo 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 imp...Tejun Heo14-2/+12
2010-03-26debugobjects: Section mismatch cleanupHenrik Kretzschmar1-2/+2
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse18-239/+1234
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', 'bugzill...Len 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/ker...Linus 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
2010-03-06lib: fix first line of kernel-doc for a few functionsBen Hutchings1-3/+3
2010-03-06lib: build list_sort() only if neededDon Mullis2-1/+5
2010-03-06lib: revise list_sort() header commentDon Mullis1-7/+8
2010-03-06lib: more scalable list_sort()Don Mullis1-69/+183
2010-03-06lib/string.c: simplify strnstr()André Goddard Rosa1-3/+3
2010-03-06lib/string.c: simplify stricmp()André Goddard Rosa1-19/+15
2010-03-06lkdtm: add debugfs access and loosen KPROBE tiesSimon Kagstrom1-3/+2
2010-03-06mm: use the same log level for show_mem()Amerigo Wang1-7/+7
2010-03-01x86, atomic64: In selftest, distinguish x86-64 from 586+H. Peter Anvin1-6/+8
2010-03-01lib: Fix atomic64_inc_not_zero testLuca Barbieri1-3/+3
2010-03-01lib: Fix atomic64_add_unless return value conventionLuca Barbieri1-2/+2
2010-03-01lib: Fix atomic64_add_unless testLuca Barbieri1-2/+2
2010-03-01x86: Implement atomic[64]_dec_if_positive()Luca Barbieri1-1/+1
2010-03-01lib: Only test atomic64_dec_if_positive on archs having itLuca Barbieri1-0/+4
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-21/+64
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-17/+42
2010-02-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+11
2010-02-27perf: Remove pointless breakpoint unionFrederic Weisbecker1-3/+5
2010-02-27perf lock: Fix and add misc documentally thingsHitoshi Mitake1-0/+6
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse15-27/+468
2010-02-25lib: Add self-test for atomic64_tLuca Barbieri3-0/+167
2010-02-26Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+3
2010-02-25idr: export idr_get_next()Ben Hutchings1-1/+1
2010-02-25rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney1-0/+12
2010-02-25idr: Apply lockdep-based diagnostics to rcu_dereference() usesPaul E. McKenney1-4/+4
2010-02-25radix-tree: Disable RCU lockdep checking in radix treePaul E. McKenney1-12/+12
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2-0/+13
2010-02-25Merge commit 'v2.6.33' into core/rcuIngo Molnar4-5/+60
2010-02-22idr: fix a critical misallocation bug, take#2Tejun Heo1-1/+3
2010-02-18rbtree: Add support for augmented rbtreesPallipadi, Venkatesh1-4/+44
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-02-04idr: revert misallocation bug fixTejun Heo1-3/+4
2010-02-03lmb: Add lmb_free()Michael Ellerman1-2/+11
2010-02-02idr: fix a critical misallocation bugTejun Heo1-4/+3
2010-02-02Merge branch 'sh/stable-updates'Paul Mundt1-1/+1
2010-01-27sh: kmemleak support.Chris Smith1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-20/+434
2010-01-22Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel1-1/+1
2010-01-22lib/dma-debug.c: mark file-local struct symbol static.Thiago Farina1-1/+1
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+26
2010-01-16rcu: 1Q2010 update for RCU documentationPaul E. McKenney1-2/+2
2010-01-14lib: Introduce strnstr()Li Zefan1-1/+26
2010-01-13lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little...Joe Perches1-5/+31
2010-01-13zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt1-2/+30
2010-01-12lib: Introduce generic list_sort functionDave Chinner2-1/+103
2010-01-11vsnprintf: fix reference for compressed ipv6 addressesUwe Kleine-König1-2/+2
2010-01-11lib/rational.c needs module.hSascha Hauer1-0/+1
2010-01-11Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre3-0/+10
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre2-3/+215
2010-01-11zlib: optimize inffast when copying direct from outputJoakim Tjernlund1-11/+44
2010-01-11dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with DMA_FROM_DEVICE...Krzysztof Halasa1-4/+3
2010-01-11lib: Kill bit-reversed FDDI MAC output case, it's bogus.Joe Perches1-8/+2
2010-01-07lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addressesJoe Perches1-2/+18
2009-12-31Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2009-12-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2009-12-31dma-debug: Fix bug causing build warningIngo Molnar1-3/+2
2009-12-28x86, core: Optimize hweight32()Akinobu Mita1-0/+7
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar20-494/+626
2009-12-22lib/string.c: fix kernel-doc warningsRandy Dunlap1-3/+3
2009-12-21dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell1-0/+5
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+9
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+1
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König1-1/+12
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+6
2009-12-16genalloc: use bitmap_find_next_zero_areaAkinobu Mita1-21/+12
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-50/+9
2009-12-16bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_areaAkinobu Mita1-0/+81
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich1-2/+2
2009-12-15bzip2: Add missing checks for malloc returning NULLPhillip Lougher1-1/+9
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-83/+85
2009-12-15crc32: minor optimizations and cleanupJoakim Tjernlund1-77/+44
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro1-3/+3
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsJoe Perches1-1/+61
2009-12-15parser: remove unnecessary strlen()André Goddard Rosa1-4/+7
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa3-23/+9
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa1-2/+2
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa1-4/+15
2009-12-15ctype: constify read-only _ctype stringAndré Goddard Rosa1-25/+25
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsAndré Goddard Rosa1-34/+14
2009-12-15vsprintf: factor out skip_space code in a separate functionAndré Goddard Rosa1-8/+11
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesAndré Goddard Rosa1-36/+28
2009-12-15vsprintf: reduce code size by avoiding extra checkAndré Goddard Rosa1-1/+2
2009-12-15vsprintf: use TOLOWER whenever possibleAndré Goddard Rosa1-8/+7
2009-12-15vsprintf: give it some care to please checkpatch.plAndré Goddard Rosa1-86/+98
2009-12-15vsprintf: pre-calculate final string length for later useAndré Goddard Rosa1-4/+5
2009-12-15vsprintf: factorize "(null)" stringAndré Goddard Rosa1-3/+3
2009-12-15Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan1-1/+1
2009-12-15rwsem: fix rwsem_is_locked() bugsAmerigo Wang1-0/+13
2009-12-15rwsem-spinlock: remove useless function exportsAmerigo Wang1-9/+1
2009-12-14debugobjects: Convert to raw_spinlocksThomas Gleixner1-37/+37
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner1-3/+5
2009-12-14bkl: Fixup core_lock falloutThomas Gleixner1-2/+2
2009-12-14locking: Further name space cleanupsThomas Gleixner2-18/+18
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-12/+12
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner1-8/+8
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner1-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-4/+4
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-1/+1
2009-12-12powerpc: allow ioremap within reserved memory regionsAlbert Herranz1-1/+6
2009-12-12[BKL] add 'might_sleep()' to the outermost lock takerLinus Torvalds1-1/+3
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-6/+8
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-17/+70
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+8
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+6
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-0/+565