Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -87/+295 |
2012-05-22 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+22 |
2012-05-22 | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -6/+5 |
2012-05-10 | printk() - restore timestamp printing at console output | Kay Sievers | 1 | -6/+10 |
2012-05-08 | kobject: fix the uncorrect comment | Zhi Yong Wu | 1 | -1/+1 |
2012-05-08 | Revert "dynamic_debug: remove unneeded includes" | Greg Kroah-Hartman | 1 | -0/+10 |
2012-05-05 | dynamic_debug: remove unneeded includes | Jim Cromie | 1 | -10/+0 |
2012-05-03 | Merge 3.4-rc5 into driver-core-next | Greg Kroah-Hartman | 2 | -9/+10 |
2012-05-02 | ddr: add LPDDR2 data from JESD209-2 | Aneesh V | 3 | -0/+145 |
2012-05-01 | dynamic_debug: init with early_initcall, not arch_initcall | Jim Cromie | 1 | -2/+2 |
2012-05-01 | dynamic_debug: update Documentation/*, Kconfig.debug | Jim Cromie | 1 | -6/+11 |
2012-05-01 | dynamic_debug: add modname arg to exec_query callchain | Jim Cromie | 1 | -8/+13 |
2012-05-01 | dynamic_debug: print ram usage by ddebug tables if verbose | Jim Cromie | 1 | -1/+11 |
2012-05-01 | dynamic_debug: simplify dynamic_debug_init error exit | Jim Cromie | 1 | -11/+8 |
2012-05-01 | dynamic_debug: combine parse_args callbacks together | Jim Cromie | 1 | -16/+20 |
2012-05-01 | dynamic_debug: deprecate ddebug_query, suggest dyndbg instead | Jim Cromie | 1 | -0/+2 |
2012-04-30 | dynamic_debug: make dynamic-debug work for module initialization | Jim Cromie | 1 | -0/+49 |
2012-04-30 | dynamic_debug: replace if (verbose) pr_info with macro vpr_info | Jim Cromie | 1 | -46/+35 |
2012-04-25 | rcu: List-debug variants of rcu list routines. | Dave Jones | 1 | -0/+22 |
2012-04-24 | lib/kobject.c : Remove redundant check in create_dir | yan | 1 | -7/+5 |
2012-04-20 | Revert "driver core: check start node in klist_iter_init_node" | Greg Kroah-Hartman | 1 | -10/+4 |
2012-04-19 | driver core: check start node in klist_iter_init_node | Hannes Reinecke | 1 | -4/+10 |
2012-04-18 | debugobjects: Fill_pool() returns void now | Dan Carpenter | 1 | -1/+1 |
2012-04-18 | mpi: Avoid using freed pointer in mpi_lshift_limbs() | Jesper Juhl | 1 | -2/+3 |
2012-04-11 | debugobjects: printk with irqs enabled | Thomas Gleixner | 1 | -1/+1 |
2012-04-11 | debugobjects: Remove unused return value from fill_pool() | Thomas Gleixner | 1 | -4/+3 |
2012-04-11 | kobject: provide more diagnostic info for kobject_add_internal() failures | Dan Williams | 1 | -7/+7 |
2012-03-30 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2012-03-29 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 3 | -270/+188 |
2012-03-29 | crc32: add help text for the algorithm select option | Darrick J. Wong | 1 | -0/+4 |
2012-03-29 | radix-tree: rewrite gang lookup using iterator | Konstantin Khlebnikov | 1 | -258/+33 |
2012-03-29 | radix-tree: introduce bit-optimized iterator | Konstantin Khlebnikov | 1 | -0/+151 |
2012-03-29 | lib/cpumask.c: remove __any_online_cpu() | Srivatsa S. Bhat | 1 | -12/+0 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2 | -2/+1 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 2 | -2/+0 |
2012-03-28 | Disintegrate asm/system.h for PowerPC | David Howells | 1 | -0/+1 |
2012-03-28 | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+5 |
2012-03-25 | Introduce CONFIG_GENERIC_IO | Richard Weinberger | 1 | -0/+5 |
2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 63 | -63/+71 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 8 | -0/+9 |
2012-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 1 | -8/+0 |
2012-03-24 | procfs: add num_to_str() to speed up /proc/stat | KAMEZAWA Hiroyuki | 1 | -0/+20 |
2012-03-24 | crc32: select an algorithm via Kconfig | Darrick J. Wong | 2 | -0/+61 |
2012-03-24 | crc32: add self-test code for crc32c | Darrick J. Wong | 1 | -102/+261 |
2012-03-24 | crc32: bolt on crc32c | Darrick J. Wong | 4 | -34/+95 |
2012-03-24 | crc32: add note about this patchset to crc32.c | Bob Pearson | 1 | -0/+4 |
2012-03-24 | crc32: optimize loop counter for x86 | Bob Pearson | 1 | -0/+13 |
2012-03-24 | crc32: add slice-by-8 algorithm to existing code | Bob Pearson | 3 | -35/+75 |
2012-03-24 | crc32: make CRC_*_BITS definition correspond to actual bit counts | Bob Pearson | 3 | -12/+34 |
2012-03-24 | crc32: fix mixing of endian-specific types | Bob Pearson | 1 | -6/+6 |