summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-10
|\
| * scatterlist: prevent invalid free when alloc failsJeffrey Carlyle2010-08-30
* | Move .gitignore from drivers/md to lib/raid6NeilBrown2010-08-30
* | kobject_uevent: fix typo in commentsXiaotian Feng2010-08-23
|/
* Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dg...Linus Torvalds2010-08-22
|\
| * radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tagsDave Chinner2010-08-23
| * radix-tree: clear all tags in radix_tree_node_rcu_freeDave Chinner2010-08-23
* | lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara2010-08-20
* | latencytop: Fix kconfig dependency warningsRandy Dunlap2010-08-17
|/
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-12
|\
| * Further tidyup of raid6 naming in lib/raid6NeilBrown2010-08-12
| * Make lib/raid6/test build correctly.NeilBrown2010-08-12
| * Rename raid6 files now they're in a 'raid6' directory.David Woodhouse2010-08-11
* | MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderDavid Howells2010-08-12
* | lib/decompress_bunzip2.c: fix checkstack warningPrarit Bhargava2010-08-11
* | lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-11
* | lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard2010-08-11
|/
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-10
|\
| * Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse2010-08-09
| |\
| | * md: Factor out RAID6 algorithms into lib/David Woodhouse2009-10-29
* | | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2010-08-10
|\ \ \
| * | | lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson2010-07-28
| * | | kmemleak: Introduce a default off mode for kmemleakJason Baron2010-07-19
* | | | rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse2010-08-09
* | | | rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse2010-08-09
* | | | rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse2010-08-09
* | | | rwsem: lighter active count checks when waking up readersMichel Lespinasse2010-08-09
* | | | rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse2010-08-09
* | | | flex_array: add helpers to get and put to make pointers easy to useEric Paris2010-08-09
* | | | lib: vsprintf: useless strlen() removedMichal Nazarewicz2010-08-09
* | | | list debugging: warn when deleting a deleted entryBaruch Siach2010-08-09
* | | | iommu: inline iommu_num_pagesAnton Blanchard2010-08-09
* | | | radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara2010-08-09
* | | | tmpfs: add accurate compare function to percpu_counter libraryTim Chen2010-08-09
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-06
|\ \ \
| * | | debugfs: no longer needs to depend on SYSFSRandy Dunlap2010-08-05
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-06
|\ \ \ \
| * | | | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-09
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-06
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-05
| |\ \ \ \ \
| | * | | | | lockup_detector: Don't enable the lockup detector by defaultFrederic Weisbecker2010-05-19
| | * | | | | lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker2010-05-16
| | * | | | | lockup_detector: Update some configFrederic Weisbecker2010-05-16
| | * | | | | lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTORFrederic Weisbecker2010-05-13
| | * | | | | lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-12
| | * | | | | Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker2010-05-12
| | |\ \ \ \ \
| | * | | | | | nmi_watchdog: Turn it off by defaultIngo Molnar2010-02-28
| | * | | | | | nmi_watchdog: Use a boolean config flag for compilingDon Zickus2010-02-14
| | * | | | | | nmi_watchdog: Only enable on x86 for nowIngo Molnar2010-02-09
| | * | | | | | nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus2010-02-08