- ac3ee84 Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 15 years ago
- 90b9a32 Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 15 years ago
- 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 15 years ago
- 1704f47 lockdep: Add novalidate class for dev->mutex conversion by Peter Zijlstra · 15 years ago
- db1afff kref: remove kref_set by NeilBrown · 15 years ago
- 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
- 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
- f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
- 0b4b382 x86, kgdb, init: Add early and late debug states by Jason Wessel · 15 years ago
- 4402c15 kdb,debug_core: Allow the debug core to receive a panic notification by Jason Wessel · 15 years ago
- 6d90634 debug_core,kdb: Allow the debug core to process a recursive debug entry by Jason Wessel · 15 years ago
- d37d39a printk,kdb: capture printk() when in kdb shell by Jason Wessel · 15 years ago
- efe2f29 kgdboc,kdb: Allow kdb to work on a non open console port by Jason Wessel · 15 years ago
- 1cee5e3 kgdb: Add the ability to schedule a breakpoint via a tasklet by Jason Wessel · 16 years ago
- f503b5a x86,kgdb: Add low level debug hook by Jason Wessel · 15 years ago
- 98ec1878 kgdb: remove post_primary_code references by Jason Wessel · 16 years ago
- ada64e4 kgdboc,keyboard: Keyboard driver for kdb with kgdb by Jason Wessel · 15 years ago
- a0de055 kgdb: gdb "monitor" -> kdb passthrough by Jason Wessel · 15 years ago
- f5316b4 kgdb,8250,pl011: Return immediately from console poll by Jason Wessel · 15 years ago
- dcc7871 kgdb: core changes to support kdb by Jason Wessel · 15 years ago
- 67fc4e0 kdb: core for kgdb back end (2 of 2) by Jason Wessel · 15 years ago
- 5d5314d kdb: core for kgdb back end (1 of 2) by Jason Wessel · 15 years ago
- 53197fc Separate the gdbstub from the debug core by Jason Wessel · 15 years ago
- c433820 Move kernel/kgdb.c to kernel/debug/debug_core.c by Jason Wessel · 16 years ago
- 22c43c8 wait_event_interruptible_locked() interface by Michal Nazarewicz · 15 years ago
- a0fe3cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
- f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
- 46ee964 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
- fa5312d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
- 96b5b7f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
- 164d44f Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 6e0b7b2 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- fa9dc26 cpumask: fix compat getaffinity by KOSAKI Motohiro · 15 years ago
- ba0234e Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
- 8d0bc2b Merge commit 'v2.6.34' into next by Dmitry Torokhov · 15 years ago
- 2ec8c6b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
- 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- b8ae30e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 3aaf51a Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- f262af3 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 1014cfe Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 95bb335 [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6 by James Bottomley · 15 years ago
- 539c99f Merge branch 'next' into for-linus by James Morris · 15 years ago
- 9c6f7e4 stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback() by Ingo Molnar · 15 years ago
- 3d2c978 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
- ab3c68e [S390] debug: enable exception-trace debug facility by Heiko Carstens · 15 years ago
- 25f3a5a PM: PM QOS update fix by Mark Gross · 15 years ago
- 9f977fb sysctl: add proc_do_large_bitmap by Octavian Purdila · 15 years ago
- 00b7c33 sysctl: refactor integer handling proc code by Amerigo Wang · 15 years ago
- 16a2164 profile: fix stats and data leakage by Hugh Dickins · 15 years ago
- ad56b07 Merge commit 'v2.6.34-rc7' into tracing/core by Ingo Molnar · 15 years ago
- 4308ad8 genirq: Clear CPU mask in affinity_hint when none is provided by Peter P Waskiewicz Jr · 15 years ago
- 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 747388d memcg: fix css_is_ancestor() RCU locking by KAMEZAWA Hiroyuki · 15 years ago
- 7f0f154 memcg: fix css_id() RCU locking for real by KAMEZAWA Hiroyuki · 15 years ago
- 11cad32 bsdacct: use del_timer_sync() in acct_exit_ns() by Vitaliy Gusev · 15 years ago
- 475f9aa6 kexec: fix OOPS in crash_kernel_shrink by Vitaly Mayatskikh · 15 years ago
- 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 15 years ago
- 72d5a9f rcu: remove all rcu head initializations, except on_stack initializations by Paul E. McKenney · 15 years ago
- a93d2f17 sched, wait: Use wrapper functions by Changli Gao · 15 years ago
- 96c21a4 perf: Fix exit() vs event-groups by Peter Zijlstra · 15 years ago
- 050735b perf: Fix exit() vs PERF_FORMAT_GROUP by Peter Zijlstra · 15 years ago
- e3174cf Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" by Ingo Molnar · 15 years ago
- 8f77578 Freezer / cgroup freezer: Update stale locking comments by Matt Helsley · 15 years ago
- ed77134 PM QOS update by Mark Gross · 15 years ago
- 0fef8b1 PM / Hibernate: Fix block_io.c printk warning by Randy Dunlap · 15 years ago
- 6f612af PM / Hibernate: Group swap ops by Jiri Slaby · 15 years ago
- 51fb352 PM / Hibernate: Move the first_sector out of swsusp_write by Jiri Slaby · 15 years ago
- 8a0d613 PM / Hibernate: Separate block_io by Jiri Slaby · 15 years ago
- d3c1b24 PM / Hibernate: Snapshot cleanup by Jiri Slaby · 15 years ago
- d822ed1 rcu: fix build bug in RCU_FAST_NO_HZ builds by Paul E. McKenney · 15 years ago
- 77e38ed rcu: RCU_FAST_NO_HZ must check RCU dyntick state by Paul E. McKenney · 15 years ago
- d21670a rcu: reduce the number of spurious RCU_SOFTIRQ invocations by Paul E. McKenney · 15 years ago
- 4a90a06 rcu: permit discontiguous cpu_possible_mask CPU numbering by Paul E. McKenney · 15 years ago
- 4300aa6 rcu: improve RCU CPU stall-warning messages by Paul E. McKenney · 15 years ago
- 26845c2 rcu: print boot-time console messages if RCU configs out of ordinary by Paul E. McKenney · 15 years ago
- c68de20 rcu: disable CPU stall warnings upon panic by Paul E. McKenney · 15 years ago
- bbad937 rcu: slim down rcutiny by removing rcu_scheduler_active and friends by Paul E. McKenney · 15 years ago
- 25502a6 rcu: refactor RCU's context-switch handling by Paul E. McKenney · 15 years ago
- 99652b5 rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk by Paul E. McKenney · 15 years ago
- da848c4 rcu: shrink rcutiny by making synchronize_rcu_bh() be inline by Paul E. McKenney · 15 years ago
- 5db3567 rcu: ignore offline CPUs in last non-dyntick-idle CPU check by Lai Jiangshan · 15 years ago
- 0c34029 rcu: move some code from macro to function by Lai Jiangshan · 15 years ago
- f261414 rcu: make dead code really dead by Lai Jiangshan · 15 years ago
- d25eb94 rcu: substitute set_need_resched for sending resched IPIs by Paul E. McKenney · 15 years ago
- 2b3fc35 rcu: optionally leave lockdep enabled after RCU lockdep splat by Lai Jiangshan · 15 years ago
- d7e81c2 clocksource: Add clocksource_register_hz/khz interface by John Stultz · 15 years ago
- 29f87b7 posix-cpu-timers: Optimize run_posix_cpu_timers() by Stanislaw Gruszka · 15 years ago
- dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
- 7c224a0 Merge commit 'v2.6.34-rc7' into oprofile by Ingo Molnar · 15 years ago
- af507ae sched: Remove a stale comment by Li Zefan · 15 years ago
- 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 15 years ago
- e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 15 years ago
- 8d63bf9 sched: Fold updating of the last_update_time_info into update_ts_time_stats() by Arjan van de Ven · 15 years ago
- 8c7b09f sched: Update the idle statistics in get_cpu_idle_time_us() by Arjan van de Ven · 15 years ago
- 595aac4 sched: Introduce a function to update the idle statistics by Arjan van de Ven · 15 years ago
- b1f724c sched: Add a comment to get_cpu_idle_time_us() by Arjan van de Ven · 15 years ago
- 9313543 tracing: Drop the nested field from lock_release event by Frederic Weisbecker · 15 years ago
- 883a2a3 tracing: Drop lock_acquired waittime field by Frederic Weisbecker · 15 years ago