- 6638101 Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/printk', 'core/rcu', 'core/resources', 'core/softirq' and 'core/stacktrace' into core/core by Ingo Molnar · 17 years ago
- cc37d3d Merge branch 'core/futexes' into core/core by Ingo Molnar · 17 years ago
- b594deb Merge branch 'core/debug' into core/core by Ingo Molnar · 17 years ago
- 0b271ef Merge commit 'v2.6.28' into core/core by Ingo Molnar · 17 years ago
- 9212ddb stacktrace: provide save_stack_trace_tsk() weak alias by Ingo Molnar · 17 years ago
- 12d79ba rcu: provide RCU options on non-preempt architectures too by Ingo Molnar · 17 years ago
- 20ca9b3 cgroups: avoid accessing uninitialized data in failure path by Li Zefan · 17 years ago
- e368d3a cgroups: suppress bogus warning messages by Sharyathi Nagesh · 17 years ago
- 3d44cc3 Null pointer deref with hrtimer_try_to_cancel() by Thomas Gleixner · 17 years ago
- 26cc271 printk: fix discarding message when recursion_bug by Hiroshi Shimamoto · 17 years ago
- b568636 futex: clean up futex_(un)lock_pi fault handling by Darren Hart · 17 years ago
- 64db4cf "Tree RCU": scalable classic RCU implementation by Paul E. McKenney · 17 years ago
- d110ec3 Merge branch 'linus' into core/rcu by Ingo Molnar · 17 years ago
- 73500ac futex: rename field in futex_q to clarify single waiter semantics by Darren Hart · 17 years ago
- 343e909 rcu: fix rcutorture behavior during reboot by Paul E. McKenney · 17 years ago
- 3ac5266 resources: skip sanity check of busy resources by Arjan van de Ven · 17 years ago
- 307257c cgroups: fix a race between rmdir and remount by Paul Menage · 17 years ago
- ca7e716 Revert "sched_clock: prevent scd->clock from moving backwards" by Linus Torvalds · 17 years ago
- f9fc05e Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- b88ed20 fix mapping_writably_mapped() by Hugh Dickins · 17 years ago
- 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 17 years ago
- fbb5b7a relayfs: fix infinite loop with splice() by Tom Zanussi · 17 years ago
- 9a2bd24 sched: CPU remove deadlock fix by Brian King · 17 years ago
- 48887e6 [PATCH] fix broken timestamps in AVC generated by kernel threads by Al Viro · 17 years ago
- 7f0ed77 [patch 1/1] audit: remove excess kernel-doc by Randy Dunlap · 17 years ago
- a64e649 [PATCH] return records for fork() both to child and parent by Al Viro · 17 years ago
- a3f0711 [PATCH] Audit: make audit=0 actually turn off audit by Eric Paris · 17 years ago
- bbeba4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 17 years ago
- 4857339 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 3b666ce Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 50c396d [PATCH] kill obsolete temporary comment in swsusp_close() by Al Viro · 17 years ago
- 00ef9f7 lockdep: change a held lock's class by Peter Zijlstra · 17 years ago
- cb9c34e Merge commit 'v2.6.28-rc7' into core/locking by Ingo Molnar · 17 years ago
- 6c9bacb time: catch xtime_nsec underflows and fix them by john stultz · 17 years ago
- 2019554 check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0 by Roel Kluin · 17 years ago
- 470c662 genirq: warn when IRQF_DISABLED may be ignored by David Brownell · 17 years ago
- a800599 taint: add missing comment by Arjan van de Ven · 17 years ago
- 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 17 years ago
- 9bd062d Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 72244c0 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 93b1005 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 7bbc67f Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 17 years ago
- 8419641 cpuinit fixes in kernel/* by Al Viro · 17 years ago
- af6d596 sched: prevent divide by zero error in cpu_avg_load_per_task, update by Ingo Molnar · 17 years ago
- 1583715 sched, cpusets: fix warning in kernel/cpuset.c by Ingo Molnar · 17 years ago
- ec5679e debug warnings: eliminate warn_on_slowpath() by Ingo Molnar · 17 years ago
- bd89bb2 debug warnings: print the DMI board info name in a WARN/WARN_ON by Arjan van de Ven · 17 years ago
- 74853db debug warnings: consolidate warn_slowpath and warn_on_slowpath by Arjan van de Ven · 17 years ago
- 8b752e3 softirq: remove useless function __local_bh_enable by Liming Wang · 17 years ago
- 4cd4262 sched: prevent divide by zero error in cpu_avg_load_per_task by Steven Rostedt · 17 years ago
- 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 17 years ago
- 7fbb875 Merge commit 'v2.6.28-rc6' into core/debug by Ingo Molnar · 17 years ago
- 7807faf lockdep: fix unused function warning in kernel/lockdep.c by Ingo Molnar · 17 years ago
- 1acdac1 futex: make clock selectable for FUTEX_WAIT_BITSET by Thomas Gleixner · 17 years ago
- 3e1d7a6 Merge branch 'linus' into core/futexes by Thomas Gleixner · 17 years ago
- b19b3c7 Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/core by Ingo Molnar · 17 years ago
- eccdaea posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID by Petr Tesarik · 17 years ago
- 7918baa mutex: __used is needed for function referenced only from inline asm by Török Edwin · 17 years ago
- 7ee1768 x86, mmiotrace: fix buffer overrun detection by Pekka Paalanen · 17 years ago
- 9f14416 Merge commit 'v2.6.28-rc6' into irq/urgent by Ingo Molnar · 17 years ago
- b0788ca lockdep: consistent alignement for lockdep info by Li Zefan · 17 years ago
- 522a110 function tracing: fix wrong position computing of stack_trace by Liming Wang · 17 years ago
- 95763dd Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 33d283b cgroups: fix a serious bug in cgroupstats by Li Zefan · 17 years ago
- 966c8c1 sprint_symbol(): use less stack by Hugh Dickins · 17 years ago
- 3fa59df cgroup: fix potential deadlock in pre_destroy by KAMEZAWA Hiroyuki · 17 years ago
- f481891 cpuset: update top cpuset's mems after adding a node by Miao Xie · 17 years ago
- de11def reintroduce accept4 by Ulrich Drepper · 17 years ago
- 6d5b43a Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
- 3246477 ftrace: fix dyn ftrace filter selection by Steven Rostedt · 17 years ago
- 8204327 ftrace: make filtered functions effective on setting by Steven Rostedt · 17 years ago
- f10ed36 ftrace: fix set_ftrace_filter by Steven Rostedt · 17 years ago
- 641d2f6 trace: introduce missing mutex_unlock() by Vegard Nossum · 17 years ago
- 5177dc3 Merge branch 'linus' into tracing/urgent by Ingo Molnar · 17 years ago
- 7f0f598 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
- a6a0c4c suspend: use WARN not WARN_ON to print the message by Arjan van de Ven · 17 years ago
- 72b51a6 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 8c60bfb Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 0bb943c tracing: kernel/trace/trace.c: introduce missing kfree() by Julia Lawall · 17 years ago
- 98ba403 relay: fix cpu offline problem by Lai Jiangshan · 17 years ago
- e270219f kernel/profile.c: fix section mismatch warning by Rakib Mullick · 17 years ago
- 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 17 years ago
- 65ecc14 Remove -mno-spe flags as they dont belong by Kumar Gala · 17 years ago
- 2b5fe6d thread_group_cputime: move a couple of callsites outside of ->siglock by Oleg Nesterov · 17 years ago
- ce39447 thread_group_cputime: kill the bogus ->signal != NULL check by Oleg Nesterov · 17 years ago
- 74fcd52 account_steal_time: kill the unneeded account_group_system_time() by Oleg Nesterov · 17 years ago
- ad133ba sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers by Oleg Nesterov · 17 years ago
- e14c8bf stop_machine: fix race with return value (fixes Bug #11989) by Rusty Russell · 17 years ago
- 5821e1b function tracing: fix wrong pos computing when read buffer has been fulfilled by walimis · 17 years ago
- 29d7b90 sched: fix kernel warning on /proc/sched_debug access by Ingo Molnar · 17 years ago
- 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 17 years ago
- 8141c7f Move "exit_robust_list" into mm_release() by Linus Torvalds · 17 years ago
- ee51a1d tracing: fix mmiotrace resizing crash by Ingo Molnar · 17 years ago
- 3ff68a6 genirq: __irq_set_trigger: change pr_warning to pr_debug by Mark Nelson · 17 years ago
- 4ffaf86 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 7e036d0 kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds by Andrew Morton · 17 years ago
- a189d03 kprobes: disable preempt for module_text_address() and kernel_text_address() by Masami Hiramatsu · 17 years ago
- 3b1b3f6 freezer_cg: disable writing freezer.state of root cgroup by Li Zefan · 17 years ago
- 6874467 freezer_cg: remove task_lock from freezer_fork() by Li Zefan · 17 years ago