1. 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 11 years ago
  2. 8729134 tracing: Fix array size mismatch in format string by Vaibhav Nagarnaik · 11 years ago
  3. e1b2dc1 cgroup: break kernfs active_ref protection in cgroup directory operations by Tejun Heo · 11 years ago
  4. 5e937a9 syscall_get_arch: remove useless function arguments by Eric Paris · 11 years ago
  5. b755078 audit: remove stray newline from audit_log_execve_info() audit_panic() call by Joe Perches · 11 years ago
  6. f128352 audit: remove stray newlines from audit_log_lost messages by Josh Boyer · 11 years ago
  7. ddfad8a audit: include subject in login records by Eric Paris · 14 years ago
  8. aa589a1 audit: remove superfluous new- prefix in AUDIT_LOGIN messages by Richard Guy Briggs · 11 years ago
  9. 5a3cb3b audit: allow user processes to log from another PID namespace by Richard Guy Briggs · 11 years ago
  10. f1dc486 audit: anchor all pid references in the initial pid namespace by Richard Guy Briggs · 11 years ago
  11. c92cdeb audit: convert PPIDs to the inital PID namespace. by Richard Guy Briggs · 11 years ago
  12. 4a3eb726 audit: rename the misleading audit_get_context() to audit_take_context() by Richard Guy Briggs · 11 years ago
  13. 099dd23 audit: Send replies in the proper network namespace. by Eric W. Biederman · 11 years ago
  14. 638a0fd audit: Use struct net not pid_t to remember the network namespce to reply in by Eric W. Biederman · 11 years ago
  15. 3f1c825 audit: Audit proc/<pid>/cmdline aka proctitle by William Roberts · 11 years ago
  16. c270a81 profile: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  17. d39ad27 trace, ring-buffer: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  18. 93ae4f9 CPU hotplug: Provide lockless versions of callback registration functions by Srivatsa S. Bhat · 11 years ago
  19. a19423b CPU hotplug: Add lockdep annotations to get/put_online_cpus() by Gautham R. Shenoy · 11 years ago
  20. 36cc86e Merge branches 'pm-runtime' and 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  21. 165f5fd Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' by Rafael J. Wysocki · 11 years ago
  22. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 11 years ago
  23. c41eba7 timer: Use variable head instead of &work_list in __run_timers() by Viresh Kumar · 11 years ago
  24. 7c38953 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  25. 1b9aba4 cgroup: fix cgroup_taskset walking order by Tejun Heo · 11 years ago
  26. 6404e88 resources: Set type in __request_region() by Bjorn Helgaas · 11 years ago
  27. 8cbbf2c cgroup: implement CFTYPE_ONLY_ON_DFL by Tejun Heo · 11 years ago
  28. a2dd424 cgroup: make cgrp_dfl_root mountable by Tejun Heo · 11 years ago
  29. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 11 years ago
  30. 3dd06ff cgroup: rename cgroup_dummy_root and related names by Tejun Heo · 11 years ago
  31. 9441962 cgroup: move ->subsys_mask from cgroupfs_root to cgroup by Tejun Heo · 11 years ago
  32. 5df3603 cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding by Tejun Heo · 11 years ago
  33. 985ed67 cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root by Tejun Heo · 11 years ago
  34. 172a2c06 cgroup: reorganize cgroup bootstrapping by Tejun Heo · 11 years ago
  35. 5d77381 cgroup: relocate setting of CGRP_DEAD by Tejun Heo · 11 years ago
  36. bab5c79 genirq: procfs: Make smp_affinity values go+r by Chema Gonzalez · 11 years ago
  37. d532676 softirq: Add linux/irq.h to make it compile again by Thomas Gleixner · 11 years ago
  38. 3eb59ec cgroup: fix a failure path in create_css() by Li Zefan · 11 years ago
  39. 6fe50a2 uprobes: allow ignoring of probe hits by David A. Long · 11 years ago
  40. 09294e3 uprobes: Kconfig dependency fix by David A. Long · 11 years ago
  41. 59bf6c3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  42. 328a497 genirq: Add a new IRQCHIP_EOI_THREADED flag by Thomas Gleixner · 11 years ago
  43. 89f8b33 block: remove old blk_iopoll_enabled variable by Jens Axboe · 11 years ago
  44. 300a9d8 sched: Remove needless round trip nsecs <-> tick conversion of steal time by Frederic Weisbecker · 11 years ago
  45. dee08a7 cputime: Fix jiffies based cputime assumption on steal accounting by Frederic Weisbecker · 11 years ago
  46. 66cc69e Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE by Mathieu Desnoyers · 11 years ago
  47. 27bba4d module: use pr_cont by Jiri Slaby · 11 years ago
  48. ffb12cf Merge branch 'irq/for-gpio' into irq/core by Thomas Gleixner · 11 years ago
  49. c1bacba genirq: Provide irq_request/release_resources chip callbacks by Thomas Gleixner · 11 years ago
  50. 6f008e7 locking/mutex: Fix debug checks by Peter Zijlstra · 11 years ago
  51. 6037dd1 sched: Clean up the task_hot() function by Alex Shi · 11 years ago
  52. a2cd426 sched: Remove double calculation in fix_small_imbalance() by Vincent Guittot · 11 years ago
  53. 383afd0 sched: Fix broken setscheduler() by Steven Rostedt · 11 years ago
  54. d88471c ftrace: Constify ftrace_text_reserved by Sasha Levin · 12 years ago
  55. 3bbc8db tracepoints: API doc update to tracepoint_probe_register() return value by Mathieu Desnoyers · 11 years ago
  56. 4c11628 tracepoints: API doc update to data argument by Mathieu Desnoyers · 11 years ago
  57. af02b5f PM: Add missing "freeze" state by Geert Uytterhoeven · 11 years ago
  58. 4d43482 PM / Hibernate: Spelling s/anonymouns/anonymous/ by Geert Uytterhoeven · 11 years ago
  59. db0fbad ftrace: Fix compilation warning about control_ops_free by Jiri Slaby · 11 years ago
  60. adf961d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  61. 34c6bc2 locking/mutexes: Add extra reschedule point by Peter Zijlstra · 11 years ago
  62. fb0527b locking/mutexes: Introduce cancelable MCS lock for adaptive spinning by Peter Zijlstra · 11 years ago
  63. 1d8fe7d locking/mutexes: Unlock the mutex without the wait_lock by Jason Low · 11 years ago
  64. 47667fa locking/mutexes: Modify the way optimistic spinners are queued by Jason Low · 11 years ago
  65. 46af29e locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_owner() by Jason Low · 11 years ago
  66. c9122da locking: Move mcs_spinlock.h into kernel/locking/ by Peter Zijlstra · 11 years ago
  67. 156654f sched/numa: Move task_numa_free() to __put_task_struct() by Mike Galbraith · 11 years ago
  68. 35805ff sched/fair: Fix endless loop in idle_balance() by Kirill Tkhai · 11 years ago
  69. 4c6c4e3 sched/core: Fix endless loop in pick_next_task() by Kirill Tkhai · 11 years ago
  70. e4aa358 sched/fair: Push down check for high priority class task into idle_balance() by Kirill Tkhai · 11 years ago
  71. 734ff2a sched/rt: Fix picking RT and DL tasks from empty queue by Kirill Tkhai · 11 years ago
  72. 63c45f4 perf: Disallow user-space stack dumps for function trace events by Jiri Olsa · 11 years ago
  73. cfa77bc perf: Disallow user-space callchains for function trace events by Jiri Olsa · 11 years ago
  74. 0066f3b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  75. a1d028b sched/idle: Add more comments to the code by Daniel Lezcano · 11 years ago
  76. 8ca3c64 sched/idle: Move idle conditions in cpuidle_idle main function by Daniel Lezcano · 11 years ago
  77. c8cc7d4 sched/idle: Reorganize the idle loop by Daniel Lezcano · 11 years ago
  78. 30cdd69 cpuidle/idle: Move the cpuidle_idle_call function to idle.c by Daniel Lezcano · 11 years ago
  79. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  80. 96b3d28 sched/clock: Prevent tracing recursion in sched_clock_cpu() by Fernando Luis Vazquez Cao · 11 years ago
  81. 177c53d stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus() by Peter Zijlstra · 11 years ago
  82. d44753b sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policy by Juri Lelli · 11 years ago
  83. 7500d93 PM / suspend: Remove unnecessary !! by Viresh Kumar · 11 years ago
  84. e97ca8e5 mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 11 years ago
  85. f9a8a0a Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 11 years ago
  86. d211f177 audit: Update kdoc for audit_send_reply and audit_list_rules_send by Eric W. Biederman · 11 years ago
  87. ca62eec Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  88. 721f0c1 Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  89. 27ea0f7 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. f952d10 audit: Use more current logging style again by Richard Guy Briggs · 11 years ago
  91. b7d3622 Merge tag 'v3.13' into for-3.15 by Eric Paris · 11 years ago
  92. cd21067f ftrace: Warn on error when modifying ftrace function by Petr Mladek · 11 years ago
  93. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 11 years ago
  94. af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 11 years ago
  95. c867ccd ftrace: Inline the code from ftrace_dyn_table_alloc() by Jiri Slaby · 11 years ago
  96. 1dc43cf ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cnt by Jiri Slaby · 11 years ago
  97. b196e2b tracing: Warn if a tracepoint is not set via debugfs by Steven Rostedt · 11 years ago
  98. 3fd40d1 tracing: Use helper functions in event assignment to shrink macro size by Steven Rostedt · 12 years ago
  99. 35bb439 tracing: Move event storage for array from macro to standalone function by Steven Rostedt · 12 years ago
  100. 1d6bae9 tracing: Move raw output code from macro to standalone function by Steven Rostedt · 12 years ago