| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2010-08-12 | 12 | -129/+123 |
|\ |
|
| * | Further tidyup of raid6 naming in lib/raid6 | NeilBrown | 2010-08-12 | 6 | -11/+11 |
| * | Make lib/raid6/test build correctly. | NeilBrown | 2010-08-12 | 1 | -1/+1 |
| * | Rename raid6 files now they're in a 'raid6' directory. | David Woodhouse | 2010-08-11 | 11 | -117/+111 |
* | | MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader | David Howells | 2010-08-12 | 1 | -0/+2 |
* | | lib/decompress_bunzip2.c: fix checkstack warning | Prarit Bhargava | 2010-08-11 | 1 | -3/+7 |
* | | lib/bug.c: add oops end marker to WARN implementation | Anton Blanchard | 2010-08-11 | 1 | -0/+1 |
* | | lib/bug.c: make WARN implementation match the kernel/panic.c one | Anton Blanchard | 2010-08-11 | 1 | -4/+7 |
|/ |
|
* | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2010-08-10 | 15 | -0/+1593 |
|\ |
|
| * | Merge branch 'async' of macbook:git/btrfs-unstable | David Woodhouse | 2010-08-09 | 15 | -0/+1593 |
| |\ |
|
| | * | md: Factor out RAID6 algorithms into lib/ | David Woodhouse | 2009-10-29 | 15 | -0/+1614 |
* | | | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Linus Torvalds | 2010-08-10 | 2 | -5/+25 |
|\ \ \ |
|
| * | | | lib/scatterlist: Hook sg_kmalloc into kmemleak (v2) | Chris Wilson | 2010-07-28 | 1 | -5/+18 |
| * | | | kmemleak: Introduce a default off mode for kmemleak | Jason Baron | 2010-07-19 | 1 | -0/+7 |
* | | | | rwsem: smaller wrappers around rwsem_down_failed_common | Michel Lespinasse | 2010-08-09 | 1 | -15/+10 |
* | | | | rwsem: wake queued readers when writer blocks on active read lock | Michel Lespinasse | 2010-08-09 | 1 | -4/+15 |
* | | | | rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threads | Michel Lespinasse | 2010-08-09 | 1 | -11/+17 |
* | | | | rwsem: lighter active count checks when waking up readers | Michel Lespinasse | 2010-08-09 | 1 | -25/+32 |
* | | | | rwsem: fully separate code paths to wake writers vs readers | Michel Lespinasse | 2010-08-09 | 1 | -27/+34 |
* | | | | flex_array: add helpers to get and put to make pointers easy to use | Eric Paris | 2010-08-09 | 1 | -1/+24 |
* | | | | lib: vsprintf: useless strlen() removed | Michal Nazarewicz | 2010-08-09 | 1 | -10/+4 |
* | | | | list debugging: warn when deleting a deleted entry | Baruch Siach | 2010-08-09 | 1 | -0/+6 |
* | | | | iommu: inline iommu_num_pages | Anton Blanchard | 2010-08-09 | 1 | -9/+0 |
* | | | | radix-tree: omplement function radix_tree_range_tag_if_tagged | Jan Kara | 2010-08-09 | 1 | -0/+94 |
* | | | | tmpfs: add accurate compare function to percpu_counter library | Tim Chen | 2010-08-09 | 1 | -0/+27 |
| |/ /
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-08-06 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | debugfs: no longer needs to depend on SYSFS | Randy Dunlap | 2010-08-05 | 1 | -1/+0 |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | x86, ioremap: Fix incorrect physical address handling in PAE mode | Kenji Kaneshige | 2010-07-09 | 1 | -5/+5 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -15/+20 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 | 1 | -15/+20 |
| |\ \ \ \ \ |
|
| | * | | | | | lockup_detector: Don't enable the lockup detector by default | Frederic Weisbecker | 2010-05-19 | 1 | -1/+0 |
| | * | | | | | lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTOR | Frederic Weisbecker | 2010-05-16 | 1 | -0/+3 |
| | * | | | | | lockup_detector: Update some config | Frederic Weisbecker | 2010-05-16 | 1 | -22/+3 |
| | * | | | | | lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTOR | Frederic Weisbecker | 2010-05-13 | 1 | -1/+1 |
| | * | | | | | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 2010-05-12 | 1 | -10/+20 |
| | * | | | | | Merge commit 'v2.6.34-rc7' into perf/nmi | Frederic Weisbecker | 2010-05-12 | 35 | -269/+1308 |
| | |\ \ \ \ \ |
|
| | * | | | | | | nmi_watchdog: Turn it off by default | Ingo Molnar | 2010-02-28 | 1 | -1/+0 |
| | * | | | | | | nmi_watchdog: Use a boolean config flag for compiling | Don Zickus | 2010-02-14 | 1 | -2/+1 |
| | * | | | | | | nmi_watchdog: Only enable on x86 for now | Ingo Molnar | 2010-02-09 | 1 | -0/+1 |
| | * | | | | | | nmi_watchdog: Config option to enable new nmi_watchdog | Don Zickus | 2010-02-08 | 1 | -0/+13 |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'linus' into core/rcu | Ingo Molnar | 2010-07-01 | 2 | -3/+2 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | tree/tiny rcu: Add debug RCU head objects | Mathieu Desnoyers | 2010-06-14 | 1 | -0/+6 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2010-08-05 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | Merge commit 'v2.6.35' into kbuild/kbuild | Michal Marek | 2010-08-04 | 46 | -983/+2160 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Kbuild: Add option to set -femit-struct-debug-baseonly | Andi Kleen | 2010-07-14 | 1 | -0/+13 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-08-05 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | microblaze: Disable FRAME_POINTER selection | Michal Simek | 2010-08-04 | 1 | -3/+3 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-08-04 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|