- 9779714 Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 16 years ago
- 89a6c8c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 16 years ago
- 90d3417 Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
- cdd854b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
- c3d1f17 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
- 81d4450 vt,console,kdb: automatically set kdb LINES variable by Jason Wessel · 16 years ago
- 3fa43ab debug_core,kdb: fix crash when arch does not have single step by Jason Wessel · 16 years ago
- 19063c7 ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump by Jason Wessel · 16 years ago
- 955b61e ftrace,kdb: Extend kdb to be able to dump the ftrace buffer by Jason Wessel · 16 years ago
- 6d855b1 gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set() by Jason Wessel · 16 years ago
- 5575114 gdbstub: Implement gdbserial 'p' and 'P' packets by Jason Wessel · 16 years ago
- 534af10 kgdb,kdb: individual register set and and get API by Jason Wessel · 16 years ago
- 84a0bd5 gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocol by Jason Wessel · 16 years ago
- a9fa20a kgdb: remove custom hex_to_bin()implementation by Andy Shevchenko · 16 years ago
- 034260d printk: fix delayed messages from CPU hotplug events by Kevin Cernekee · 16 years ago
- 51f3d0f module: cleanup comments, remove noinline by Rusty Russell · 16 years ago
- 811d66a module: group post-relocation functions into post_relocation() by Rusty Russell · 16 years ago
- 6526c53 module: move module args strndup_user to just before use by Rusty Russell · 16 years ago
- 4966868 module: pass load_info into other functions by Rusty Russell · 16 years ago
- 36b0360 module: fix sysfs cleanup for !CONFIG_SYSFS by Rusty Russell · 16 years ago
- 8f6d037 module: sysfs cleanup by Rusty Russell · 16 years ago
- d913188 module: layout_and_allocate by Rusty Russell · 16 years ago
- 511ca6a module: fix crash in get_ksymbol() when oopsing in module init by Rusty Russell · 16 years ago
- eded41c module: kallsyms functions take struct load_info by Rusty Russell · 16 years ago
- d6df72a module: refactor out section header rewriting: FIX modversions by Rusty Russell · 16 years ago
- 8b5f61a module: refactor out section header rewriting by Rusty Russell · 16 years ago
- 3264d3f module: add load_info by Linus Torvalds · 16 years ago
- 44032e6 module: reduce stack usage for each_symbol() by Linus Torvalds · 16 years ago
- 22e268e module: refactor load_module part 5 by Rusty Russell · 16 years ago
- 9f85a4b module: refactor load_module part 4 by Rusty Russell · 16 years ago
- 40dd256 module: refactor load_module part 3 by Rusty Russell · 16 years ago
- 65b8a9b module: refactor load_module part 2 by Linus Torvalds · 16 years ago
- f91a13b module: refactor load_module by Linus Torvalds · 16 years ago
- 2409e74 module: module_unload_init() cleanup by Eric Dumazet · 16 years ago
- 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
- b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
- 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
- 694f690 CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks by David Howells · 16 years ago
- f46e991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
- d790d4d Merge branch 'master' into for-next by Jiri Kosina · 16 years ago
- 412a4ac Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 16 years ago
- 8cadd283 timer: add on-stack deferrable timer interfaces by Jesse Barnes · 16 years ago
- 0500e9b padata: Remove padata_get_cpumask by Steffen Klassert · 16 years ago
- c635696 padata: Pass the padata cpumasks to the cpumask_change_notifier chain by Steffen Klassert · 16 years ago
- 65ff577 padata: Rearrange set_cpumask functions by Steffen Klassert · 16 years ago
- e6cc117 padata: Rename padata_alloc functions by Steffen Klassert · 16 years ago
- de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 16 years ago
- d7926ee cgroups: Add an API to attach a task to current task's cgroup by Sridhar Samudrala · 16 years ago
- b82bab4 dynamic debug: move ddebug_remove_module() down into free_module() by Jason Baron · 16 years ago
- 7424713 padata: Check for valid cpumasks by Steffen Klassert · 16 years ago
- b89661d padata: Allocate cpumask dependend recources in any case by Steffen Klassert · 16 years ago
- fad3a90 padata: Fix cpu index counting by Steffen Klassert · 16 years ago
- edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 16 years ago
- b0679c6 debug_core,kdb: fix kgdb_connected bit set in the wrong place by Jason Wessel · 16 years ago
- 9e8b624 Fix merge regression from external kdb to upstream kdb by Jason Wessel · 16 years ago
- fb82c0f repair gdbstub to match the gdbserial protocol specification by Jason Wessel · 16 years ago
- 1396a21 kdb: break out of kdb_ll() when command is terminated by Martin Hicks · 16 years ago
- 70d4bf6 drop_monitor: convert some kfree_skb call sites to consume_skb by Neil Horman · 16 years ago
- 9078370 kmemleak: Add support for NO_BOOTMEM configurations by Catalin Marinas · 16 years ago
- a253129 update email address by Pavel Machek · 16 years ago
- 5e017dc padata: Added sysfs primitives to padata subsystem by Dan Kruchinin · 16 years ago
- e15bacb padata: Make two separate cpumasks by Dan Kruchinin · 16 years ago
- ce44101 PM / Suspend: Fix ordering of calls in suspend error paths by Rafael J. Wysocki · 16 years ago
- d074ee0 PM / Hibernate: Fix snapshot error code path by Rafael J. Wysocki · 16 years ago
- f6f71f1 PM / Hibernate: Fix hibernation_platform_enter() by Rafael J. Wysocki · 16 years ago
- 82f6825 pm_qos: Get rid of the allocation in pm_qos_add_request() by James Bottomley · 16 years ago
- 5f27984 pm_qos: Reimplement using plists by James Bottomley · 16 years ago
- c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 16 years ago
- 9013367 PM / Hibernate: Fix typos in comments in kernel/power/swap.c by Cesar Eduardo Barros · 16 years ago
- 5f1a8c1 padata: simplify serialization mechanism by Steffen Klassert · 16 years ago
- 83f619f padata: make padata_do_parallel to return zero on success by Steffen Klassert · 16 years ago
- 33e5445 padata: Handle empty padata cpumasks by Steffen Klassert · 16 years ago
- ee83655 padata: Block until the instance is unused on stop by Steffen Klassert · 16 years ago
- 4c87917 padata: Check for valid padata instance on start by Steffen Klassert · 16 years ago
- 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 16 years ago
- 5f07aa7 Merge commit 'paulus-perf/master' into next by Benjamin Herrenschmidt · 16 years ago
- ff49d74 module: initialize module dynamic debug later by Yehuda Sadeh · 16 years ago
- 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 16 years ago
- 7a0ea09 futex: futex_find_get_task remove credentails check by Michal Hocko · 16 years ago
- e05bd33 kexec: fix Oops in crash_shrink_memory() by Pavan Naregundi · 16 years ago
- 5904b3b Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f3866db Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f014d93 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- cf91b41 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- e6cb628 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 0d98bb2 sched: Prevent compiler from optimising the sched_avg_update() loop by Will Deacon · 16 years ago
- 8695159 sched: silence PROVE_RCU in sched_fork() by Peter Zijlstra · 16 years ago
- f3b577d rcu: apply RCU protection to wake_affine() by Daniel J Blueman · 16 years ago
- f7136c5 hw_breakpoints: Allow arch-specific cleanup before breakpoint unregistration by K.Prasad · 16 years ago
- 3c93717 sched: Fix over-scheduling bug by Alex,Shi · 16 years ago
- 3310d4d nohz: Fix nohz ratelimit by Peter Zijlstra · 16 years ago
- 5c1469d user_ns: Introduce user_nsmap_uid and user_ns_map_gid. by Eric W. Biederman · 16 years ago
- f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 16 years ago
- 732bee7 fix typos concerning "hierarchy" by Uwe Kleine-König · 16 years ago
- 42de553 Merge branch 'bugzilla-13931-sleep-nvs' into release by Len Brown · 16 years ago
- a8fb260 perf/tracing: Fix regression of perf losing kprobe events by Steven Rostedt · 16 years ago
- 85ca788 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- dd4c4f1 suspend: Move NVS save/restore code to generic suspend functionality by Matthew Garrett · 16 years ago
- 4673247 genirq: Deal with desc->set_type() changing desc->chip by Thomas Gleixner · 16 years ago