1. 7f57cfa usermodehelper: kill the sub_info->path[0] check by Oleg Nesterov · 11 years ago
  2. 29000ca ptrace: add ability to get/set signal-blocked mask by Andrey Vagin · 11 years ago
  3. 10fb46d kprobes: handle empty/invalid input to debugfs "enabled" file by Mathias Krause · 11 years ago
  4. 45c6494 kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  5. 7ec75e1 kernel/sys.c: sys_reboot(): fix malformed panic message by liguang · 11 years ago
  6. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  7. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 11 years ago
  8. 0b0585c Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  9. b028161 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  10. f317ff9 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  11. 3045f94 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  12. 2d722f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  13. f0bb4c0 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  14. a4883ef Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. ab3d681 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. 0c46d68 Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  17. 3e42dee Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  19. bcd7351 Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  20. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 11 years ago
  21. c7ba828 cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchy by Tejun Heo · 11 years ago
  22. 706b23b Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation by Mathieu Desnoyers · 11 years ago
  23. a75930c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. d2e0847 softirq: Use _RET_IP_ by Davidlohr Bueso · 11 years ago
  25. 333bb86 sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask by Alex Shi · 11 years ago
  26. ccc414f genirq: Add the generic chip to the genirq docbook by Thomas Gleixner · 11 years ago
  27. d55f0cc genirq: generic-chip: Export some irq_gc_ functions by Fabio Estevam · 11 years ago
  28. 2779db8 genirq: Fix can_request_irq() for IRQs without an action by Ben Hutchings · 11 years ago
  29. add332a sched/debug: Fix formatting of /proc/<PID>/sched by Kamalesh Babulal · 11 years ago
  30. 0ce6cba cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options by Tejun Heo · 11 years ago
  31. e2bd416 cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts() by Tejun Heo · 11 years ago
  32. 0fc576d sched/fair: Fix typo describing flags in enqueue_entity by Kamalesh Babulal · 11 years ago
  33. 939fd73 sched/debug: Add load-tracking statistics to task by Kamalesh Babulal · 11 years ago
  34. a9dc5d0 sched: Change get_rq_runnable_load() to static and inline by Alex Shi · 11 years ago
  35. a9cef46 sched/tg: Remove tg.load_weight by Alex Shi · 11 years ago
  36. 2509940 sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t by Alex Shi · 11 years ago
  37. bf5b986 sched/tg: Use 'unsigned long' for load variable in task group by Alex Shi · 11 years ago
  38. 72a4cf2 sched: Change cfs_rq load avg to unsigned long by Alex Shi · 11 years ago
  39. a003a25 sched: Consider runnable load average in move_tasks() by Alex Shi · 11 years ago
  40. b92486c sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task by Alex Shi · 11 years ago
  41. 83dfd52 sched: Update cpu load after task_tick by Alex Shi · 11 years ago
  42. 282cf49 sched: Fix sleep time double accounting in enqueue entity by Alex Shi · 11 years ago
  43. a75cdaa sched: Set an initial value of runnable avg for new forked task by Alex Shi · 11 years ago
  44. fa6bdde sched: Move a few runnable tg variables into CONFIG_SMP by Alex Shi · 11 years ago
  45. 141965c Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" by Alex Shi · 11 years ago
  46. 54faf77 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  47. a4ea1cc cgroup: always use RCU accessors for protected accesses by Tejun Heo · 11 years ago
  48. a8ad805 cgroup: fix RCU accesses around task->cgroups by Tejun Heo · 11 years ago
  49. eb178d0 cgroup: grab cgroup_mutex in drop_parsed_module_refcounts() by Tejun Heo · 11 years ago
  50. 1672d04 cgroup: fix cgroupfs_root early destruction path by Tejun Heo · 11 years ago
  51. 2301002 mutex: Add w/w mutex slowpath debugging by Daniel Vetter · 11 years ago
  52. 040a0a3 mutex: Add support for wound/wait style locks by Maarten Lankhorst · 11 years ago
  53. a41b56e arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or not by Maarten Lankhorst · 11 years ago
  54. ca02c21 Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 11 years ago
  55. 88c8004 futex: Use freezable blocking call by Colin Cross · 11 years ago
  56. 13d60f4 futex: Take hugepages into account when generating futex_key by Zhang Yi · 11 years ago
  57. fc76df7 cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy by Tejun Heo · 11 years ago
  58. 30159ec cgroup: implement for_each_[builtin_]subsys() by Tejun Heo · 11 years ago
  59. 82fe9b0 cgroup: move init_css_set initialization inside cgroup_mutex by Tejun Heo · 11 years ago
  60. fbab62c5 irqdomain: Use irq_get_trigger_type() to get IRQ flags by Javier Martinez Canillas · 11 years ago
  61. 5549c49 cgroup: s/for_each_subsys()/for_each_root_subsys()/ by Tejun Heo · 11 years ago
  62. b326f9d cgroup: clean up find_css_set() and friends by Tejun Heo · 11 years ago
  63. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  64. 9871bf9 cgroup: prefix global variables with "cgroup_" by Tejun Heo · 11 years ago
  65. b5aef68 Merge 3.10-rc7 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  66. 6fff831 genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chips by James Hogan · 11 years ago
  67. 14c63f1 perf: Drop sample rate when sampling is too slow by Dave Hansen · 11 years ago
  68. f71194a Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. ea8deb8 tick: Fix tick_broadcast_pending_mask not cleared by Daniel Lezcano · 11 years ago
  70. a3d5c34 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. 86c7667 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. 805e318 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. 4db88eb Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. bde9603 hw_breakpoint: Introduce "struct bp_cpuinfo" by Oleg Nesterov · 11 years ago
  75. e12cbc1 hw_breakpoint: Simplify *register_wide_hw_breakpoint() by Oleg Nesterov · 11 years ago
  76. 1c10adb hw_breakpoint: Introduce cpumask_of_bp() by Oleg Nesterov · 11 years ago
  77. 7ab71f3 hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths by Oleg Nesterov · 11 years ago
  78. e1ebe86 hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths by Oleg Nesterov · 11 years ago
  79. f070a4d Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  80. c790b0a hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot() by Oleg Nesterov · 11 years ago
  81. 8b4d801 hw_breakpoint: Fix cpu check in task_bp_pinned(cpu) by Oleg Nesterov · 11 years ago
  82. d908e1e Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 11 years ago
  83. b1fe998 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  84. be7002e sched: Don't mix use of typedef ctl_table and struct ctl_table by Joe Perches · 11 years ago
  85. 94c95ba sched: Remove WARN_ON(!sd) from init_sched_groups_power() by Viresh Kumar · 11 years ago
  86. cd08e92 sched: Fix memory leakage in build_sched_groups() by Viresh Kumar · 11 years ago
  87. 0936629 sched: Use cached value of span instead of calling sched_domain_span() by Viresh Kumar · 11 years ago
  88. 27723a6 sched: Create for_each_sd_topology() by Viresh Kumar · 11 years ago
  89. c75e012 sched: Don't set sd->child to NULL when it is already NULL by Viresh Kumar · 11 years ago
  90. 1c63216 sched: Don't initialize alloc_state in build_sched_domains() by Viresh Kumar · 11 years ago
  91. 22da956 sched: Optimize build_sched_domains() for saving first SD node for a cpu by Viresh Kumar · 11 years ago
  92. 4a850cb sched: Remove unused params of build_sched_domain() by Viresh Kumar · 11 years ago
  93. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  94. 8404c90 sched: Femove the useless declaration in kernel/sched/fair.c by Michael Wang · 11 years ago
  95. 22b958d sched: Refine the code in unthrottle_cfs_rq() by Michael Wang · 11 years ago
  96. e23ee74 sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list by Kirill Tkhai · 11 years ago
  97. d81344c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  98. 29bb9e5 tracing/context-tracking: Add preempt_schedule_context() for tracing by Steven Rostedt · 11 years ago
  99. 873b4c6 sched: Fix clear NOHZ_BALANCE_KICK by Vincent Guittot · 11 years ago
  100. 03d8e80 perf: Add const qualifier to perf_pmu_register's 'name' arg by Mischa Jonker · 11 years ago