aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'stable/swiotlb-0.9' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+9
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-43/+7
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-2/+2
2010-10-11swiotlb: Use page alignment for early buffer allocationYinghai Lu1-8/+8
2010-10-11swiotlb: make io_tlb_overflow staticFUJITA Tomonori1-1/+1
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2-5/+3
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar3-7/+15
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar3-17/+54
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-4/+2
2010-10-01lib/list_sort: do not pass bad pointers to cmp callbackDon Mullis1-1/+1
2010-09-23rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameterPaul E. McKenney1-0/+4
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron1-39/+3
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-2/+16
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+12
2010-08-31tracing/lockdep: Fix dependency of TRACE_IRQFLAGSSteven Rostedt1-4/+4
2010-08-30scatterlist: prevent invalid free when alloc failsJeffrey Carlyle1-2/+12
2010-08-30Move .gitignore from drivers/md to lib/raid6NeilBrown1-0/+4
2010-08-23kobject_uevent: fix typo in commentsXiaotian Feng1-2/+2
2010-08-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2-1/+38
2010-08-22Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dg...Linus Torvalds1-15/+48
2010-08-23radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tagsDave Chinner1-13/+44
2010-08-23radix-tree: clear all tags in radix_tree_node_rcu_freeDave Chinner1-2/+4
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara1-1/+4
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney1-0/+13
2010-08-19radix-tree: __rcu annotationsArnd Bergmann1-1/+1
2010-08-19rcu: make CPU stall warning timeout configurablePaul E. McKenney1-0/+11
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney1-0/+13
2010-08-17latencytop: Fix kconfig dependency warningsRandy Dunlap1-1/+4
2010-08-12Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds12-129/+123
2010-08-12MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderDavid Howells1-0/+2
2010-08-12Further tidyup of raid6 naming in lib/raid6NeilBrown6-11/+11
2010-08-12Make lib/raid6/test build correctly.NeilBrown1-1/+1
2010-08-11lib/decompress_bunzip2.c: fix checkstack warningPrarit Bhargava1-3/+7
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-0/+1
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard1-4/+7
2010-08-11Rename raid6 files now they're in a 'raid6' directory.David Woodhouse11-117/+111
2010-08-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds15-0/+1593
2010-08-10Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2-5/+25
2010-08-09rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse1-15/+10
2010-08-09rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse1-4/+15
2010-08-09rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse1-11/+17
2010-08-09rwsem: lighter active count checks when waking up readersMichel Lespinasse1-25/+32
2010-08-09rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse1-27/+34
2010-08-09flex_array: add helpers to get and put to make pointers easy to useEric Paris1-1/+24
2010-08-09lib: vsprintf: useless strlen() removedMichal Nazarewicz1-10/+4
2010-08-09list debugging: warn when deleting a deleted entryBaruch Siach1-0/+6
2010-08-09iommu: inline iommu_num_pagesAnton Blanchard1-9/+0
2010-08-09radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara1-0/+94
2010-08-09tmpfs: add accurate compare function to percpu_counter libraryTim Chen1-0/+27
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse15-0/+1593
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+0
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+20
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+13
2010-08-05debugfs: no longer needs to depend on SYSFSRandy Dunlap1-1/+0
2010-08-05Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-3/+3
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-15/+20
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-3/+3
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+9
2010-08-04Merge branch 'stable/swiotlb-0.8.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-56/+81
2010-08-04Merge branch 'master' into for-nextJiri Kosina8-595/+76
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek46-983/+2160
2010-08-04microblaze: Disable FRAME_POINTER selectionMichal Simek1-3/+3
2010-07-28lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson1-5/+18
2010-07-27ARM: 6213/1: atomic64_test: add ARM as supported architectureWill Deacon1-1/+1
2010-07-21Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> FaultTakuya Yoshikawa1-1/+1
2010-07-19kmemleak: Introduce a default off mode for kmemleakJason Baron1-0/+7
2010-07-14Kbuild: Add option to set -femit-struct-debug-baseonlyAndi Kleen1-0/+13
2010-07-14lmb: rename to memblockYinghai Lu3-546/+0
2010-07-11lib/devres.c: fix comment typoKulikov Vasiliy1-1/+1
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige1-5/+5
2010-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-44/+72
2010-07-05rbtree: Undo augmented trees performance damage and regressionPeter Zijlstra1-44/+72
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh1-1/+1
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+9
2010-07-01Merge branch 'linus' into core/rcuIngo Molnar2-3/+2
2010-06-29genalloc: fix allocation from end of poolImre Deak1-1/+0
2010-06-23idr: fix RCU lockdep splat in idr_get_next()Paul E. McKenney1-2/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina16-134/+296
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-14tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers1-0/+6
2010-06-07swiotlb: Make swiotlb bookkeeping functions visible in the header file.Konrad Rzeszutek Wilk1-15/+14
2010-06-07swiotlb: search and replace "int dir" with "enum dma_data_direction dir"Konrad Rzeszutek Wilk1-10/+13
2010-06-07swiotlb: Make internal bookkeeping functions have 'swiotlb_tbl' prefix.Konrad Rzeszutek Wilk1-11/+13
2010-06-07swiotlb: add the swiotlb initialization function with iotlb memoryFUJITA Tomonori1-18/+30
2010-06-07swiotlb: add swiotlb_tbl_map_single library functionFUJITA Tomonori1-8/+17
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-19lockup_detector: Don't enable the lockup detector by defaultFrederic Weisbecker1-1/+0
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-16lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker1-0/+3
2010-05-16lockup_detector: Update some configFrederic Weisbecker1-22/+3
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-13lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTORFrederic Weisbecker1-1/+1
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus1-10/+20
2010-05-12Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker35-269/+1308
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-28nmi_watchdog: Turn it off by defaultIngo Molnar1-1/+0