| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | dynamic_debug: Consolidate prefix output to single routine | Joe Perches | 2011-08-22 | 1 | -20/+18 |
| * | | | | dynamic_debug: Add __dynamic_dev_dbg | Joe Perches | 2011-08-22 | 1 | -0/+38 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 | 3 | -22/+21 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2011-09-15 | 15 | -244/+862 |
| |\ \ \ \ |
|
| * | | | | | Remove unneeded version.h include from lib/ | Jesper Juhl | 2011-09-15 | 1 | -1/+0 |
| * | | | | | Kconfig: Copyedit: DEBUG_SECTION_MISMATCH | Michael Witten | 2011-09-15 | 1 | -19/+19 |
| * | | | | | lib: Kconfig.debug: Typo remove extra "it" | Justin P. Mattock | 2011-08-23 | 1 | -1/+1 |
| * | | | | | Fix kernel-doc comment typo '@id' | Paul Bolle | 2011-08-04 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-linus' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/... | Linus Torvalds | 2011-10-25 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-----. \ \ \ \ \ | Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v... | Russell King | 2011-10-25 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \
| | | | | |_|_|/ / /
| | | | |/| | | / /
| | | | |_|_|_|/ /
| | | |/| | | | /
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | * | | | | | | ARM: always use ARM_UNWIND for thumb2 kernels | Arnd Bergmann | 2011-10-01 | 1 | -2/+2 |
| | | |/ / / /
| | |/| | | | |
|
* | | | | | | | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2011-10-25 | 1 | -4/+11 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | lib: add error checking to hex2bin | Mimi Zohar | 2011-09-20 | 1 | -4/+11 |
| |/ / / / / |
|
* | | | | | | XZ: Fix incorrect XZ_BUF_ERROR | Lasse Collin | 2011-09-21 | 1 | -7/+20 |
| |_|_|_|/
|/| | | | |
|
* | | | | | lib/sha1.c: quiet sparse noise about symbol not declared | H Hartley Sweeten | 2011-09-13 | 1 | -0/+1 |
| |/ / /
|/| | | |
|
* | | | | bitops: Move find_next_bit.o from lib-y to obj-y | Geert Uytterhoeven | 2011-08-30 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-08-06 | 2 | -1/+96 |
|\ \ \ |
|
| * | | | crypto: Move md5_transform to lib/md5.c | David S. Miller | 2011-08-06 | 2 | -1/+96 |
* | | | | lib/sha1: use the git implementation of SHA-1 | Mandeep Singh Baines | 2011-08-06 | 1 | -54/+158 |
|/ / / |
|
* | | | Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-08-03 | 5 | -59/+377 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'apei' into apei-release | Len Brown | 2011-08-03 | 5 | -59/+377 |
| |\ \ |
|
| | * | | lib, Make gen_pool memory allocator lockless | Huang Ying | 2011-08-03 | 2 | -59/+243 |
| | * | | lib, Add lock-less NULL terminated single list | Huang Ying | 2011-08-03 | 3 | -0/+134 |
* | | | | tmpfs radix_tree: locate_item to speed up swapoff | Hugh Dickins | 2011-08-03 | 1 | -0/+92 |
* | | | | radix_tree: exceptional entries and indices | Hugh Dickins | 2011-08-03 | 1 | -10/+19 |
* | | | | ida: simplified functions for id allocation | Rusty Russell | 2011-08-03 | 1 | -0/+67 |
* | | | | fault-injection: add ability to export fault_attr in arbitrary directory | Akinobu Mita | 2011-08-03 | 1 | -13/+7 |
|/ / / |
|
* | | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 4 | -4/+4 |
* | | | fault-injection: use debugfs_remove_recursive | Akinobu Mita | 2011-07-26 | 1 | -88/+27 |
* | | | fault-injection: cleanup simple attribute of stacktrace_depth | Akinobu Mita | 2011-07-26 | 1 | -15/+15 |
* | | | fault-injection: do not include unneeded header | Akinobu Mita | 2011-07-26 | 1 | -1/+0 |
* | | | cpumask: alloc_cpumask_var() use NUMA_NO_NODE | KOSAKI Motohiro | 2011-07-26 | 1 | -1/+1 |
* | | | cpumask: convert for_each_cpumask() with for_each_cpu() | KOSAKI Motohiro | 2011-07-26 | 1 | -1/+1 |
* | | | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Michal Hocko | 2011-07-26 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 4 | -19/+12 |
|\ \ |
|
| * | | lib: make _tolower() public | Andy Shevchenko | 2011-07-25 | 2 | -18/+10 |
| * | | lib/lcm.c: quiet sparse noise | H Hartley Sweeten | 2011-07-25 | 1 | -0/+1 |
| * | | devres: fix possible use after free | Maxin B John | 2011-07-25 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -2/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | lib/vsprintf: replace link to Draft by final RFC number | Jan Engelhardt | 2011-07-14 | 1 | -2/+1 |
| |/ |
|
* | | XZ: Fix missing <linux/kernel.h> include | Lasse Collin | 2011-07-24 | 1 | -1/+1 |
* | | Merge branch 'for-upstream' of git://openrisc.net/jonas/linux | Linus Torvalds | 2011-07-24 | 1 | -0/+4 |
|\ \ |
|
| * | | iomap: make IOPORT/PCI mapping functions conditional | Jonas Bonn | 2011-07-22 | 1 | -0/+4 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 | 1 | -3/+6 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into sched/core | Ingo Molnar | 2011-07-21 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-07-01 | 1 | -3/+6 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | sched: Generalize sleep inside spinlock detection | Frederic Weisbecker | 2011-06-23 | 1 | -3/+5 |
| | * | | sched: Make sleeping inside spinlock detection working in !CONFIG_PREEMPT | Frederic Weisbecker | 2011-06-10 | 1 | -0/+1 |
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-07-22 | 2 | -8/+3 |
|\ \ \ \ |
|
| * | | | | plist: Remove the need to supply locks to plist heads | Dima Zavin | 2011-07-08 | 1 | -6/+1 |