| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Fix generic strnlen_user for 32-bit big-endian machines | Paul Mackerras | 2012-05-27 | 1 | -1/+1 |
* | Merge branch 'generic-string-functions' | Linus Torvalds | 2012-05-26 | 4 | -40/+149 |
|\ |
|
| * | lib: add generic strnlen_user() function | Linus Torvalds | 2012-05-26 | 3 | -0/+142 |
| * | word-at-a-time: make the interfaces truly generic | Linus Torvalds | 2012-05-26 | 1 | -40/+7 |
* | | Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-05-26 | 3 | -0/+85 |
|\ \
| |/
|/| |
|
| * | lib: add support for stmp-style devices | Wolfram Sang | 2012-04-20 | 3 | -0/+85 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-05-24 | 3 | -0/+151 |
|\ \ |
|
| * | | lib: Sparc's strncpy_from_user is generic enough, move under lib/ | David S. Miller | 2012-05-24 | 3 | -0/+151 |
* | | | Merge tag 'md-3.5' of git://neil.brown.name/md | Linus Torvalds | 2012-05-23 | 8 | -62/+491 |
|\ \ \ |
|
| * | | | lib/raid6: cleanup gen_syndrome function selection | Jim Kukunas | 2012-05-22 | 1 | -47/+57 |
| * | | | lib/raid6: update test program for recovery functions | Jim Kukunas | 2012-05-22 | 3 | -17/+32 |
| * | | | lib/raid6: Add SSSE3 optimized recovery functions | Jim Kukunas | 2012-05-22 | 5 | -5/+409 |
| * | | | lib/raid6: fix test program build | Jim Kukunas | 2012-05-22 | 1 | -1/+1 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li... | Linus Torvalds | 2012-05-23 | 1 | -0/+9 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | debug: Add CONFIG_READABLE_ASM | Andi Kleen | 2012-03-30 | 1 | -0/+9 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | lib: Change mail address of Oskar Schirmer | Oskar Schirmer | 2012-05-17 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-22 | 6 | -87/+295 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | printk() - restore timestamp printing at console output | Kay Sievers | 2012-05-09 | 1 | -6/+10 |
| * | | | | kobject: fix the uncorrect comment | Zhi Yong Wu | 2012-05-07 | 1 | -1/+1 |
| * | | | | Revert "dynamic_debug: remove unneeded includes" | Greg Kroah-Hartman | 2012-05-07 | 1 | -0/+10 |
| * | | | | dynamic_debug: remove unneeded includes | Jim Cromie | 2012-05-04 | 1 | -10/+0 |
| * | | | | Merge 3.4-rc5 into driver-core-next | Greg Kroah-Hartman | 2012-05-02 | 2 | -9/+10 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | ddr: add LPDDR2 data from JESD209-2 | Aneesh V | 2012-05-02 | 3 | -0/+145 |
| * | | | | dynamic_debug: init with early_initcall, not arch_initcall | Jim Cromie | 2012-04-30 | 1 | -2/+2 |
| * | | | | dynamic_debug: update Documentation/*, Kconfig.debug | Jim Cromie | 2012-04-30 | 1 | -6/+11 |
| * | | | | dynamic_debug: add modname arg to exec_query callchain | Jim Cromie | 2012-04-30 | 1 | -8/+13 |
| * | | | | dynamic_debug: print ram usage by ddebug tables if verbose | Jim Cromie | 2012-04-30 | 1 | -1/+11 |
| * | | | | dynamic_debug: simplify dynamic_debug_init error exit | Jim Cromie | 2012-04-30 | 1 | -11/+8 |
| * | | | | dynamic_debug: combine parse_args callbacks together | Jim Cromie | 2012-04-30 | 1 | -16/+20 |
| * | | | | dynamic_debug: deprecate ddebug_query, suggest dyndbg instead | Jim Cromie | 2012-04-30 | 1 | -0/+2 |
| * | | | | dynamic_debug: make dynamic-debug work for module initialization | Jim Cromie | 2012-04-30 | 1 | -0/+49 |
| * | | | | dynamic_debug: replace if (verbose) pr_info with macro vpr_info | Jim Cromie | 2012-04-30 | 1 | -46/+35 |
| * | | | | lib/kobject.c : Remove redundant check in create_dir | yan | 2012-04-23 | 1 | -7/+5 |
| * | | | | Revert "driver core: check start node in klist_iter_init_node" | Greg Kroah-Hartman | 2012-04-19 | 1 | -10/+4 |
| * | | | | driver core: check start node in klist_iter_init_node | Hannes Reinecke | 2012-04-18 | 1 | -4/+10 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-05-21 | 1 | -0/+22 |
|\ \ \ \ |
|
| * | | | | rcu: List-debug variants of rcu list routines. | Dave Jones | 2012-04-24 | 1 | -0/+22 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2012-05-21 | 1 | -6/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | debugobjects: Fill_pool() returns void now | Dan Carpenter | 2012-04-18 | 1 | -1/+1 |
| * | | | debugobjects: printk with irqs enabled | Thomas Gleixner | 2012-04-11 | 1 | -1/+1 |
| * | | | debugobjects: Remove unused return value from fill_pool() | Thomas Gleixner | 2012-04-11 | 1 | -4/+3 |
| |/ / |
|
* | | | mpi: Avoid using freed pointer in mpi_lshift_limbs() | Jesper Juhl | 2012-04-18 | 1 | -2/+3 |
| |/
|/| |
|
* | | kobject: provide more diagnostic info for kobject_add_internal() failures | Dan Williams | 2012-04-10 | 1 | -7/+7 |
|/ |
|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-03-29 | 1 | -0/+1 |
|\ |
|
| * | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage | Raghavendra K T | 2012-03-23 | 1 | -0/+1 |
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-28 | 3 | -270/+188 |
|\ \ |
|
| * | | crc32: add help text for the algorithm select option | Darrick J. Wong | 2012-03-28 | 1 | -0/+4 |
| * | | radix-tree: rewrite gang lookup using iterator | Konstantin Khlebnikov | 2012-03-28 | 1 | -258/+33 |
| * | | radix-tree: introduce bit-optimized iterator | Konstantin Khlebnikov | 2012-03-28 | 1 | -0/+151 |