- 8a9f772 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 28397ba Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
- 3871525 latencytop: fix per task accumulator by Ken Chen · 14 years ago
- 834b403 kernel/range.c: fix clean_sort_range() for the case of full array by Alexey Khoroshilov · 14 years ago
- eed0152 perf_events: Fix time tracking in samples by Stephane Eranian · 14 years ago
- 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
- 433039e watchdog: Fix section mismatch and potential undefined behavior. by David Daney · 14 years ago
- e0a7021 posix-cpu-timers: workaround to suppress the problems with mt exec by Oleg Nesterov · 14 years ago
- 408af87 Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset by Jesper Juhl · 14 years ago
- 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 120a795 audit mmap by Al Viro · 14 years ago
- ab263f4 audit: Use rcu for task lookup protection by Thomas Gleixner · 15 years ago
- 2070320 audit: Do not send uninitialized data for AUDIT_TTY_GET by Thomas Gleixner · 15 years ago
- 3c80fe4 audit: Call tty_audit_push_task() outside preempt disabled by Thomas Gleixner · 15 years ago
- f7a998a in untag_chunk() we need to do alloc_chunk() a bit earlier by Al Viro · 14 years ago
- b8800aa audit: make functions static by Stephen Hemminger · 14 years ago
- d29be15 Audit: add support to match lsm labels on user audit messages by Miloslav Trmac · 14 years ago
- 1e431a9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
- d7ba979d debug_core,x86,blackfin: Clean up hw debug disable API by Dongdong Deng · 14 years ago
- 578bd4d kdb: Fix early debugging crash regression by Jason Wessel · 14 years ago
- 931ea24 kdb: fix per_cpu command to remove supress mask by Jason Wessel · 14 years ago
- 95bcd68 jump label: Make arch_jump_label_text_poke_early() optional by Steven Rostedt · 14 years ago
- de31c3c jump label: Fix error with preempt disable holding mutex by Steven Rostedt · 14 years ago
- 53113b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- 37542b6a Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- f7e8357 convert cgroup and cpuset by Al Viro · 14 years ago
- e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
- 91bad2f jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex by Jason Baron · 14 years ago
- b842f8f jump label: Fix module __init section race by Jason Baron · 14 years ago
- bdab225 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 14 years ago
- a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- f66dd53 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
- 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
- 5de1cb2 kernel/resource.c: handle reinsertion of an already-inserted resource by Huang Shijie · 14 years ago
- d57af9b taskstats: use real microsecond granularity for CPU times by Michael Holzheu · 14 years ago
- 3d9e0cf taskstats: split fill_pid function by Michael Holzheu · 14 years ago
- 9323312 taskstats: separate taskstats commands by Michael Holzheu · 14 years ago
- 85893120 delayacct: align to 8 byte boundary on 64-bit systems by Jeff Mahoney · 14 years ago
- 478735e3 /proc/stat: fix scalability of irq sum of all cpu by KAMEZAWA Hiroyuki · 14 years ago
- d16e15f exit: add lock context annotation on find_new_reaper() by Namhyung Kim · 14 years ago
- 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
- b840115 signals: annotate lock context change on ptrace_stop() by Namhyung Kim · 14 years ago
- b8ed374 signals: annotate lock_task_sighand() by Namhyung Kim · 14 years ago
- 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago
- 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
- c4b5ed2 ptrace: annotate lock context change on exit_ptrace() by Namhyung Kim · 14 years ago
- 4553175 cgroup: notify ns_cgroup deprecated by Daniel Lezcano · 14 years ago
- f4a2589 cgroups: add check for strcpy destination string overflow by Evgeny Kuznetsov · 14 years ago
- 32a8cf23 cgroup: make the mount options parsing more accurate by Daniel Lezcano · 14 years ago
- 97978e6 cgroup: add clone_children control file by Daniel Lezcano · 14 years ago
- 2d3cbf8 cgroup_freezer: update_freezer_state() does incorrect state transitions by Tomasz Buchert · 14 years ago
- 0bdba58 cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen cgroups by Tomasz Buchert · 14 years ago
- d5de4dd cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen() by Tomasz Buchert · 14 years ago
- 3a5f65df Typedef SMP call function pointer by David Howells · 14 years ago
- abbce90 (trivial) Fix compiler warning in kernel/modules.c by Michał Mirosław · 14 years ago
- 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- ee2f154 docbook: add more wait/wake/completion to device-drivers docbook by Randy Dunlap · 14 years ago
- f5d87d8 printk: declare printk_ratelimit_state in ratelimit.h by Namhyung Kim · 14 years ago
- 674dff6 printk: change type of 'boot_delay' to int * by Namhyung Kim · 14 years ago
- 8155c02 printk: add lock context annotation by Namhyung Kim · 14 years ago
- 6c095ef printk: fixup declaration of kmsg_reasons by Namhyung Kim · 14 years ago
- 4ce6494 stop_machine: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
- ca51c5a kernel/stop_machine.c: fix unused variable warning by Rakib Mullick · 14 years ago
- 518de9b fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
- 571428b kernel/user.c: add lock release annotation on free_user() by Namhyung Kim · 14 years ago
- ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago
- 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
- 61ecdb80 mm: strictly nested kmap_atomic() by Peter Zijlstra · 14 years ago
- 3d5992d oom: add per-mm oom disable count by Ying Han · 14 years ago
- e7f8567 resources: support allocating space within a region from the top down by Bjorn Helgaas · 14 years ago
- a1862e3 resources: handle overflow when aligning start of available area by Bjorn Helgaas · 14 years ago
- 6909ba1 resources: ensure callback doesn't allocate outside available space by Bjorn Helgaas · 14 years ago
- 5d6b1fa resources: factor out resource_clip() to simplify find_resource() by Bjorn Helgaas · 14 years ago
- a9cea01 resources: add a default alignf to simplify find_resource() by Bjorn Helgaas · 14 years ago
- 5c16d2c Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
- 312d3ca fs: use percpu counter for nr_dentry and nr_dentry_unused by Christoph Hellwig · 14 years ago
- 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
- 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
- cffbc8a fs: Convert nr_inodes and nr_unused to per-cpu counters by Dave Chinner · 14 years ago
- 7e360c3 fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
- 5260562 MN10300: Fix the PERCPU() alignment to allow for workqueues by David Howells · 14 years ago
- 43948f5 kprobes: Remove redundant text_mutex lock in optimize by Masami Hiramatsu · 14 years ago
- 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
- d4a6f3c sched_stat: Update sched_info_queue/dequeue() code comments by Rakib Mullick · 14 years ago
- aa7b250 tracing: Fix 'faild' -> 'failed' typo by Joe Perches · 14 years ago
- b8ecad8 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
- 02f3603 Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 8814011 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
- 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
- 495363d kdb,debug_core: adjust master cpu switch logic against new debug_core locking by Jason Wessel · 15 years ago
- dfee3a7 debug_core: refactor locking for master/slave cpus by Jason Wessel · 15 years ago
- c1bb9a9 debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter() by Dongdong Deng · 14 years ago
- 91b152a kdb,kgdb: fix sparse fixups by Jason Wessel · 14 years ago
- 75d14ed kdb: Fix oops in kdb_unregister by Jason Wessel · 14 years ago
- e3bda3a kdb,ftdump: Remove reference to internal kdb include by Jason Wessel · 14 years ago
- f7030bb kdb: Allow kernel loadable modules to add kdb shell functions by Jason Wessel · 14 years ago
- fb70b58 debug_core: stop rcu warnings on kernel resume by Jason Wessel · 14 years ago
- 16cdc62 debug_core: move all watch dog syncs to a single function by Jason Wessel · 14 years ago