Age | Commit message (Expand) | Author | Files | Lines |
2011-01-10 | Merge branch 'master' into next | James Morris | 8 | -20/+190 |
2011-01-08 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -5/+3 |
2011-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 4 | -11/+77 |
2011-01-06 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -1/+108 |
2010-12-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+0 |
2010-12-23 | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP... | Don Zickus | 1 | -1/+2 |
2010-12-17 | percpucounter: Optimize __percpu_counter_add a bit through the use of this_cp... | Christoph Lameter | 1 | -5/+3 |
2010-12-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -8/+12 |
2010-12-11 | timerqueue: Make timerqueue_getnext() static inline | Thomas Gleixner | 1 | -14/+0 |
2010-12-10 | timers: Fixup allmodconfig build issue | John Stultz | 1 | -2/+5 |
2010-12-10 | timers: Rename timerlist infrastructure to timerqueue | John Stultz | 2 | -21/+21 |
2010-12-06 | lib: Improve EWMA efficiency by using bitshifts | Bruno Randolf | 1 | -8/+12 |
2010-12-03 | timers: Introduce timerlist infrastructure. | John Stultz | 2 | -1/+119 |
2010-11-30 | Revert "debug_locks: set oops_in_progress if we will log messages." | Dave Airlie | 1 | -2/+0 |
2010-11-29 | lib: hex2bin converts ascii hexadecimal string to binary | Mimi Zohar | 1 | -0/+16 |
2010-11-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -0/+62 |
2010-11-18 | lib: Add generic exponentially weighted moving average (EWMA) function | Bruno Randolf | 3 | -0/+62 |
2010-11-16 | netlink: let nlmsg and nla functions take pointer-to-const args | Jan Engelhardt | 1 | -11/+11 |
2010-11-12 | radix-tree: fix RCU bug | Nick Piggin | 1 | -25/+58 |
2010-10-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -0/+13 |
2010-10-27 | docbook: add idr/ida to kernel-api docbook | Randy Dunlap | 1 | -24/+25 |
2010-10-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 1 | -1/+1 |
2010-10-27 | div64_u64(): improve precision on 32bit platforms | Brian Behlendorf | 1 | -10/+42 |
2010-10-27 | lib/parser: cleanup match_number() | Namhyung Kim | 1 | -3/+4 |
2010-10-27 | percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr() | Christoph Lameter | 1 | -3/+3 |
2010-10-27 | lib/list_sort: test: check element addresses | Artem Bityutskiy | 1 | -8/+67 |
2010-10-27 | lib/list_sort: test: unify test messages | Artem Bityutskiy | 1 | -9/+10 |
2010-10-27 | lib/list_sort: test: improve errors handling | Artem Bityutskiy | 1 | -27/+38 |
2010-10-27 | lib/list_sort: test: use generic random32 | Artem Bityutskiy | 1 | -12/+15 |
2010-10-27 | lib/list_sort: test: use more reasonable printk levels | Artem Bityutskiy | 1 | -8/+8 |
2010-10-27 | lib/Kconfig.debug: add list_sort debugging switch | Artem Bityutskiy | 2 | -2/+11 |
2010-10-27 | percpu_counter: add debugobj support | Tejun Heo | 2 | -0/+56 |
2010-10-27 | idr: fix idr_pre_get() locking description | Naohiro Aota | 1 | -11/+13 |
2010-10-27 | lib/bitmap.c: use hex_to_bin() | Andy Shevchenko | 1 | -2/+1 |
2010-10-27 | lib: fix scnprintf() if @size is == 0 | Changli Gao | 1 | -2/+6 |
2010-10-27 | vsprintf.c: use default pointer field size for "(null)" strings | Joe Perches | 1 | -2/+9 |
2010-10-27 | percpu: fix list_head init bug in __percpu_counter_init() | Masanori ITOH | 1 | -0/+1 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -6/+7 |
2010-10-24 | Merge branch 'master' into for-linus | Pekka Enberg | 8 | -83/+183 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2 | -25/+112 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
2010-10-22 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+9 |
2010-10-22 | kobject: Introduce kset_find_obj_hinted. | Robin Holt | 1 | -0/+39 |
2010-10-22 | Dynamic Debug: Initialize dynamic debug earlier via arch_initcall | Thomas Renninger | 1 | -10/+23 |
2010-10-22 | Dynamic Debug: Introduce ddebug_query= boot parameter | Thomas Renninger | 1 | -0/+25 |
2010-10-22 | Dynamic Debug: Split out query string parsing/setup from proc_write | Thomas Renninger | 1 | -15/+25 |
2010-10-22 | Merge branch 'stable/swiotlb-0.9' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+9 |
2010-10-21 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -43/+7 |
2010-10-21 | BKL: introduce CONFIG_BKL. | Arnd Bergmann | 1 | -0/+9 |
2010-10-18 | jump_label: Use more consistent naming | Peter Zijlstra | 1 | -2/+2 |