1. 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 15 years ago
  2. 612e900 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. c57c374 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  4. 5b26776 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  5. 356d1b5 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  6. 0dc3d52 perf: fix stack data leak by Arjan van de Ven · 15 years ago
  7. 966ee4d perf_counter: Fix throttle/unthrottle event logging by Anton Blanchard · 15 years ago
  8. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 15 years ago
  9. 573402d perf_counter: Plug more stack leaks by Peter Zijlstra · 15 years ago
  10. c9f73a3 perf: Fix stack data leak by Arjan van de Ven · 15 years ago
  11. 1d2f379 Merge commit 'tip/perfcounters/core' into perf-counters-for-linus by Peter Zijlstra · 15 years ago
  12. 9ba5f00 softirq: introduce tasklet_hrtimer infrastructure by Peter Zijlstra · 15 years ago
  13. 591d2fb genirq: Delegate irq affinity setting to the irq thread by Thomas Gleixner · 15 years ago
  14. 79ef2bb clocksource: Prevent NULL pointer dereference by Thomas Gleixner · 15 years ago
  15. 4841158 timer: Avoid reading uninitialized data by Pavel Roskin · 15 years ago
  16. 6301cb9 sched: fix nr_uninterruptible accounting of frozen tasks really by Thomas Gleixner · 15 years ago
  17. a468d38 sched: fix load average accounting vs. cpu hotplug by Thomas Gleixner · 15 years ago
  18. ed900c0 perf_counter: Log vfork as a fork event by Anton Blanchard · 15 years ago
  19. 413ee3b perf_counter: Make sure we dont leak kernel memory to userspace by Anton Blanchard · 15 years ago
  20. 54fdc58 sched: Account for vruntime wrapping by Fabio Checconi · 15 years ago
  21. 04aef32 tracing/function: Fix the return value of ftrace_trace_onoff_callback() by Xiao Guangrong · 15 years ago
  22. 4b0a840 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-sched by Linus Torvalds · 15 years ago
  23. 62f4905 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. 989fa94 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  25. 6ab5d66 tracing/function-profiler: do not free per cpu variable stat by Steven Rostedt · 15 years ago
  26. d4d7d0b perf_counter: Fix the tracepoint channel to perfcounters by Chris Wilson · 15 years ago
  27. 7638d53 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  28. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  29. ce2ae53 futexes: Fix infinite loop in get_futex_key() on huge page by Sonny Rao · 15 years ago
  30. d07387b sched: Fix bug in SCHED_IDLE interaction with group scheduling by Paul Turner · 15 years ago
  31. ac3f482 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. d86ee48 sched: optimize cond_resched() by Peter Zijlstra · 15 years ago
  33. 2a6f86b Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. 6ff7041 hrtimer: Fix migration expiry check by Thomas Gleixner · 15 years ago
  35. 7e0c508 hrtimer: migration: do not check expiry time on current CPU by Thomas Gleixner · 15 years ago
  36. c20b08e sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq() by Fabio Checconi · 15 years ago
  37. 7793527 sched: Reset sched stats on fork() by Lucas De Marchi · 15 years ago
  38. a1ba4d8 sched_rt: Fix overload bug on rt group scheduling by Peter Zijlstra · 15 years ago
  39. 71a851b perf_counter: Stop open coding unclone_ctx by Peter Zijlstra · 15 years ago
  40. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  41. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  42. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  43. 793285f cred_guard_mutex: do not return -EINTR to user-space by Oleg Nesterov · 15 years ago
  44. 5bfd756 Fix virt_to_phys() warnings by Kevin Cernekee · 15 years ago
  45. e1af3ae tracing: Fix trace_print_seq() by Xiao Guangrong · 15 years ago
  46. 4a2bb6f kprobes: No need to unlock kprobe_insn_mutex by Masami Hiramatsu · 15 years ago
  47. e83c2b0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  48. 55bcab4 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  49. df279ca bsdacct: fix access to invalid filp in acct_on() by Renaud Lottiaux · 15 years ago
  50. 8bc1ad7 kernel/resource.c: fix sign extension in reserve_setup() by Zhang Rui · 15 years ago
  51. 57e7986 perf_counter: Provide a way to enable counters on exec by Paul Mackerras · 15 years ago
  52. 12de38b kmemleak: Inform kmemleak about pid_hash by Catalin Marinas · 15 years ago
  53. 238a24f tracing/fastboot: Document the need of initcall_debug by Li Zefan · 15 years ago
  54. 8326e28 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  55. 187dd31 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  56. 9b71272 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  57. 82d5308 trace_export: Repair missed fields by Lai Jiangshan · 15 years ago
  58. a32c776 tracing: Fix stack tracer sysctl handling by Li Zefan · 15 years ago
  59. 19d2e75 perf_counter: Complete counter swap by Peter Zijlstra · 15 years ago
  60. 0296e42 ftrace: Fix the output of profile by Li Zefan · 15 years ago
  61. 5211a24 x86: Add sysctl to allow panic on IOCK NMI error by Kurt Garloff · 15 years ago
  62. e6e18ec perf_counter: Rework the sample ABI by Peter Zijlstra · 15 years ago
  63. bfbd338 perf_counter: Implement more accurate per task statistics by Peter Zijlstra · 15 years ago
  64. 38b200d perf_counter: Add PERF_EVENT_READ by Peter Zijlstra · 15 years ago
  65. 194002b perf_counter, x86: Add mmap counter read support by Peter Zijlstra · 15 years ago
  66. 7f8b4e4 perf_counter: Add scale information to the mmap control page by Peter Zijlstra · 15 years ago
  67. aa71528 futex: request only one page from get_user_pages() by Thomas Gleixner · 15 years ago
  68. 1155de4 ring-buffer: Make it generally available by Paul Mundt · 15 years ago
  69. 00e54d0 ftrace: Remove duplicate newline by Li Zefan · 15 years ago
  70. c622304 Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs-2.6,audit-current} by Linus Torvalds · 15 years ago
  71. 3a6a6c1 audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALL by Eric Paris · 15 years ago
  72. d072599 futex: Fix the write access fault problem for real by Thomas Gleixner · 15 years ago
  73. f6faac7 rcu: Mark Hierarchical RCU no longer experimental by Paul E. McKenney · 15 years ago
  74. 9d612be tracing: Fix trace_buf_size boot option by Li Zefan · 15 years ago
  75. 507e123 timer stats: Optimize by adding quick check to avoid function calls by Heiko Carstens · 15 years ago
  76. d82d624 ftrace: Fix t_hash_start() by Li Zefan · 15 years ago
  77. 694ce0a ftrace: Don't manipulate @pos in t_start() by Li Zefan · 15 years ago
  78. 8595184 ftrace: Don't increment @pos in g_start() by Li Zefan · 15 years ago
  79. f129e96 tracing: Reset iterator in t_start() by Li Zefan · 15 years ago
  80. 2961bf3 trace_stat: Don't increment @pos in seq start() by Li Zefan · 15 years ago
  81. c8961ec tracing_bprintk: Don't increment @pos in t_start() by Li Zefan · 15 years ago
  82. e1c7e2a tracing/events: Don't increment @pos in s_start() by Li Zefan · 15 years ago
  83. 916d757 Fix rule eviction order for AUDIT_DIR by Al Viro · 15 years ago
  84. 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 15 years ago
  85. 35fe4d0 Audit: move audit_get_nd completely into audit_watch by Eric Paris · 15 years ago
  86. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 15 years ago
  87. ea7ae60 Audit: clean up audit_receive_skb by Eric Paris · 15 years ago
  88. ee080e6 Audit: cleanup netlink mesg handling by Eric Paris · 15 years ago
  89. 038cbcf Audit: unify the printk of an skb when auditd not around by Eric Paris · 15 years ago
  90. e85188f Audit: dereferencing krule as if it were an audit_watch by Eric Paris · 15 years ago
  91. b87ce6e Audit: better estimation of execve record length by Eric Paris · 15 years ago
  92. 35aa901 Audit: fix audit watch use after free by Eric Paris · 15 years ago
  93. f344011 perf_counter: Optimize perf_counter_alloc()'s inherit case by Peter Zijlstra · 15 years ago
  94. b84fbc9 perf_counter: Push inherit into perf_counter_alloc() by Peter Zijlstra · 15 years ago
  95. f29ac75 perf_counter: Optimize perf_swcounter_event() by Peter Zijlstra · 15 years ago
  96. bfdb4d9 timers: Fix timer_migration interface which accepts any number as input by Arun R Bharadwaj · 15 years ago
  97. 31950eb mm/init: cpu_hotplug_init() must be initialized before SLAB by Linus Torvalds · 15 years ago
  98. 2453d6f Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  99. 12e24f3 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 1eb51c33 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago