1. 9b63776 tracing: Do not enable function event with enable by Steven Rostedt · 12 years ago
  2. b7dafa0 compat: Fix RT signal mask corruption via sigprocmask by Jan Kiszka · 12 years ago
  3. 649e6ee printk() - restore timestamp printing at console output by Kay Sievers · 12 years ago
  4. 5c5d5ca printk() - do not merge continuation lines of different threads by Kay Sievers · 12 years ago
  5. 7f3a781 printk - fix compilation for CONFIG_PRINTK=n by Kay Sievers · 12 years ago
  6. b1420f1 rcu: Make rcu_barrier() less disruptive by Paul E. McKenney · 12 years ago
  7. 98248a0 rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variables by Paul E. McKenney · 12 years ago
  8. 21e52e1 rcu: Make RCU_FAST_NO_HZ handle timer migration by Paul E. McKenney · 12 years ago
  9. c4f400e Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  10. cb04ff9 sched, perf: Use a single callback into the scheduler by Peter Zijlstra · 12 years ago
  11. fd0d000 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 12 years ago
  12. cb83b62 sched/numa: Rewrite the CONFIG_NUMA sched domain support by Peter Zijlstra · 12 years ago
  13. bd939f4 sched/fair: Propagate 'struct lb_env' usage into find_busiest_group by Peter Zijlstra · 12 years ago
  14. 0ce9047 sched/fair: Add some serialization to the sched_domain load-balance walk by Peter Zijlstra · 12 years ago
  15. c22402a sched/fair: Let minimally loaded cpu balance the group by Peter Zijlstra · 12 years ago
  16. c82513e sched: Change rq->nr_running to unsigned int by Peter Zijlstra · 12 years ago
  17. 30b4e9e sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list assumption by Igor Mammedov · 12 years ago
  18. 6817968 tracing: Remove ftrace_disable/enable_cpu() by Steven Rostedt · 12 years ago
  19. 50e18b9 tracing: Use seq_*_private interface for some seq files by Jiri Olsa · 12 years ago
  20. 5fc32490 kmsg: use do_div() to divide 64bit integer by Kay Sievers · 12 years ago
  21. f5e1028 task_allocator: Use config switches instead of magic defines by Thomas Gleixner · 12 years ago
  22. 0d15d74 fork: Provide kmemcache based thread_info allocator by Thomas Gleixner · 12 years ago
  23. 67ba529 Merge branch 'smp/threadalloc' into smp/hotplug by Thomas Gleixner · 12 years ago
  24. 4110180 fork: Provide weak arch_release_[task_struct|thread_info] functions by Thomas Gleixner · 12 years ago
  25. 2889f60 fork: Move thread info gfp flags to header by Thomas Gleixner · 12 years ago
  26. 6c0a9fa fork: Remove the weak insanity by Thomas Gleixner · 12 years ago
  27. f37f435 smp: Implement kick_all_cpus_sync() by Thomas Gleixner · 12 years ago
  28. e11fea9 kmsg: export printk records to the /dev/kmsg interface by Kay Sievers · 12 years ago
  29. 7ff9554 printk: convert byte-buffer to variable-length record buffer by Kay Sievers · 12 years ago
  30. 489a71b sched: Update documentation and comments by Hiroshi Shimamoto · 12 years ago
  31. 436281c Merge branch 'linus' into sched/core by Ingo Molnar · 12 years ago
  32. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 12 years ago
  33. 8ab83f5 tracing: Extract out common code for kprobes/uprobes trace events by Srikar Dronamraju · 12 years ago
  34. 3a6b766 tracing: Modify is_delete, is_return from int to bool by Srikar Dronamraju · 12 years ago
  35. 19631cb Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  36. 040e5bf PM / Sleep: Fix a mistake in a conditional in autosleep_store() by Arve Hjønnevåg · 12 years ago
  37. a4a2eb4 init_task: Create generic init_task instance by Thomas Gleixner · 12 years ago
  38. b5f3abf params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) by Jim Cromie · 12 years ago
  39. 1ef9eaf params.c: fix Smack complaint about parse_args by Jim Cromie · 12 years ago
  40. 9c6079a genirq: Do not consider disabled wakeup irqs by Thomas Gleixner · 12 years ago
  41. d4dc0f9 genirq: Allow check_wakeup_irqs to notice level-triggered interrupts by Thomas Gleixner · 12 years ago
  42. 43a18b1 smp: Fix idle_thread_init() inline stub by Thomas Gleixner · 12 years ago
  43. 898bfc1 Merge tag 'v3.4-rc5' into next by James Morris · 12 years ago
  44. 3bb5d2e smp, idle: Allocate idle thread for each possible cpu during boot by Suresh Siddha · 12 years ago
  45. 72cda3d userns: Convert in_group_p and in_egroup_p to use kgid_t by Eric W. Biederman · 12 years ago
  46. 5af6620 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 12 years ago
  47. a29c33f userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 12 years ago
  48. 9c806aa userns: Convert sched_set_affinity and sched_set_scheduler's permission checks by Eric W. Biederman · 12 years ago
  49. 76b6db0 userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid by Eric W. Biederman · 12 years ago
  50. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  51. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  52. 9dd8fb1 rcu: Make exit_rcu() more precise and consolidate by Paul E. McKenney · 12 years ago
  53. 616c310 rcu: Move PREEMPT_RCU preemption to switch_to() invocation by Paul E. McKenney · 12 years ago
  54. eb15742 Merge 3.4-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  55. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  56. b86ff982 PM / Sleep: Add user space interface for manipulating wakeup sources, v3 by Rafael J. Wysocki · 12 years ago
  57. 5585094 PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources by Rafael J. Wysocki · 12 years ago
  58. 7483b4a PM / Sleep: Implement opportunistic sleep, v2 by Rafael J. Wysocki · 12 years ago
  59. 5a21d48 PM / Hibernate: Hibernate/thaw fixes/improvements by Bojan Smojver · 12 years ago
  60. f511fc6 rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPU by Paul E. McKenney · 12 years ago
  61. b48420c dynamic_debug: make dynamic-debug work for module initialization by Jim Cromie · 12 years ago
  62. 9fb48c7 params: add 3rd arg to option handler callback signature by Jim Cromie · 12 years ago
  63. 9059c94 rcu: Add rcutorture test for call_srcu() by Lai Jiangshan · 12 years ago
  64. 931ea9d rcu: Implement per-domain single-threaded call_srcu() state machine by Lai Jiangshan · 12 years ago
  65. d9792ed rcu: Use single value to handle expedited SRCU grace periods by Lai Jiangshan · 12 years ago
  66. dc87917 rcu: Improve srcu_readers_active_idx()'s cache locality by Lai Jiangshan · 12 years ago
  67. b52ce06 rcu: Implement a variant of Peter's SRCU algorithm by Lai Jiangshan · 12 years ago
  68. 18108eb rcu: Improve SRCU's wait_idx() comments by Lai Jiangshan · 12 years ago
  69. 944ce9a rcu: Flip ->completed only once per SRCU grace period by Lai Jiangshan · 12 years ago
  70. 440253c rcu: Increment upper bit only for srcu_read_lock() by Lai Jiangshan · 12 years ago
  71. 4b7a3e9 rcu: Remove fast check path from __synchronize_srcu() by Lai Jiangshan · 12 years ago
  72. cef5012 rcu: Direct algorithmic SRCU implementation by Paul E. McKenney · 12 years ago
  73. fae4b54 rcu: Introduce rcutorture testing for rcu_barrier() by Paul E. McKenney · 12 years ago
  74. 6cfdd02 Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  75. 78e97a4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. daae677 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  77. 06fc5d3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  78. f607245 Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  79. 0d4dde1 res_counter: Account max_usage when calling res_counter_charge_nofail() by Frederic Weisbecker · 12 years ago
  80. 4d8438f res_counter: Merge res_counter_charge and res_counter_charge_nofail by Frederic Weisbecker · 12 years ago
  81. 048a0e8 timer: Fix mod_timer_pinned() header comment by Paul E. McKenney · 12 years ago
  82. 79b9a75 rcu: Add warning for RCU_FAST_NO_HZ timer firing by Paul E. McKenney · 12 years ago
  83. 33b07b8 perf: Use static variant of perf_event_overflow in core.c by Robert Richter · 12 years ago
  84. 724b6da perf: Fix perf_event_for_each() to use sibling by Michael Ellerman · 12 years ago
  85. fb2cf2c sched: Fix OOPS when build_sched_domains() percpu allocation fails by he, bo · 12 years ago
  86. eb95308 sched: Fix more load-balancing fallout by Peter Zijlstra · 12 years ago
  87. 29d5e04 smp: Provide generic idle thread allocation by Thomas Gleixner · 12 years ago
  88. 38498a6 smp: Add generic smpboot facility by Thomas Gleixner · 12 years ago
  89. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 12 years ago
  90. 22d917d userns: Rework the user_namespace adding uid/gid mapping support by Eric W. Biederman · 13 years ago
  91. 783291e userns: Simplify the user_namespace by making userns->creator a kuid. by Eric W. Biederman · 13 years ago
  92. 625056b hung task debugging: Inject NMI when hung and going to panic by Sasha Levin · 12 years ago
  93. c716ef5 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  94. 4d8cd7e Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 12 years ago
  95. 37e377d rcu: Fixes to rcutorture error handling and cleanup by Paul E. McKenney · 12 years ago
  96. c57afe8 rcu: Make RCU_FAST_NO_HZ account for pauses out of idle by Paul E. McKenney · 12 years ago
  97. 2ee3dc8 rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimer by Paul E. McKenney · 12 years ago
  98. 2fdbb31 rcu: Add RCU_FAST_NO_HZ tracing for idle exit by Paul E. McKenney · 12 years ago
  99. 6d81339 rcu: Document why rcu_blocking_is_gp() is safe by Paul E. McKenney · 12 years ago
  100. 8932a63 rcu: Reduce cache-miss initialization latencies for large systems by Paul E. McKenney · 12 years ago