1. 5a1ee62 power: Avoids bogus error messages for the suspend aborts. by Ruchi Kandoi · 11 years ago
  2. c16ff43 suspend: enable freeze timeout configuration through sys by Li Fei · 13 years ago
  3. 6f2c0a9 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 14 years ago
  4. f5e3fbb cgroup: refactor allow_attach function into common code by Rom Lemarchand · 11 years ago
  5. 53c8519 alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue by John Stultz · 13 years ago
  6. 2e374f6 BACKPORT: partial: mm, oom_reaper: do not mmput synchronously from the oom reaper context by Michal Hocko · 10 years ago
  7. 54c1363 sched: Make some macros available to other parts of the kernel by Arne Coucheron · 6 years ago
  8. 504d70b sched: Remove scheduler workaround for AMP cpus by Jaiju Yesudasan · 10 years ago
  9. edc1b3c irq: pm: Remove unused variable by Dmitry Shmidt · 11 years ago
  10. 7d14570 power: Adds functionality to log the last suspend abort reason. by Ruchi Kandoi · 11 years ago
  11. 9c17217 PM / sleep: Mechanism for aborting system suspends unconditionally by Rafael J. Wysocki · 11 years ago
  12. b90fa7a PM / sleep: Use valid_state() for platform-dependent sleep states only by Rafael J. Wysocki · 12 years ago
  13. 45ab741 PM / sleep: Add state field to pm_states[] entries by Rafael J. Wysocki · 12 years ago
  14. 679da00 PM: Introduce suspend state PM_SUSPEND_FREEZE by Zhang Rui · 13 years ago
  15. 447ee17 Revert "PM: Enable early suspend through /sys/power/state" by Arne Coucheron · 7 years ago
  16. 604da69 PM / Sleep: Warn about system time after resume with pm_trace by Shuah Khan · 13 years ago
  17. 30fedec PM / Sleep: Print last wakeup source on failed wakeup_count write by Julius Werner · 13 years ago
  18. d8deb2a PM / wakeup: Adjust messaging for wake events during suspend by Bernie Thompson · 13 years ago
  19. e45310a PM / sysfs: replace strict_str* with kstrto* by Daniel Walter · 13 years ago
  20. b1e4889 power: wakeup_reason: rename irq_count to irqcount by Greg Hackmann · 12 years ago
  21. 487ff87 suspend: Return error when pending wakeup source is found. by Ruchi Kandoi · 11 years ago
  22. 796dfc5 Power: Changes the permission to read only for sysfs file by Ruchi Kandoi · 12 years ago
  23. 752ec0c POWER: fix compile warnings in log_wakeup_reason by Ruchi Kandoi · 12 years ago
  24. a93fbb7 Power: Add guard condition for maximum wakeup reasons by Ruchi Kandoi · 12 years ago
  25. 15d86ed Power: add an API to log wakeup reasons by Ruchi Kandoi · 12 years ago
  26. d2eb42f PM / Sleep: avoid 'autosleep' in shutdown progress by Liu ShuoX · 12 years ago
  27. 3a9acec PM: don't use [delayed_]work_pending() by Tejun Heo · 13 years ago
  28. f63cf5b PM / Sleep: Fix a mistake in a conditional in autosleep_store() by Arve Hjønnevåg · 14 years ago
  29. 26cb6a1 power: main: Add conditional compilation for touch nodes by Amar Singhal · 14 years ago
  30. d9cf422 PM / Sleep: User space wakeup sources garbage collector Kconfig option by Rafael J. Wysocki · 14 years ago
  31. dd88846 PM / Sleep: Make the limit of user space wakeup sources configurable by Rafael J. Wysocki · 14 years ago
  32. 04923a9 PM / Sleep: Add user space interface for manipulating wakeup sources, v3 by Rafael J. Wysocki · 14 years ago
  33. 40a2e8c PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources by Rafael J. Wysocki · 14 years ago
  34. 18eddf7 PM / Sleep: Implement opportunistic sleep, v2 by Rafael J. Wysocki · 14 years ago
  35. 947f184 power: Remove legacy wakelock code. by Anurag Singh · 13 years ago
  36. a461eab Revert "power: main: Add conditional compilation for touch nodes" by Anurag Singh · 13 years ago
  37. 240512d power: Squashed revert of CAF's suspend_sys_sync feature by Arne Coucheron · 9 years ago
  38. 1adb4b6 workqueue: Add system wide power_efficient workqueues by Viresh Kumar · 13 years ago
  39. 154e311 workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues by Viresh Kumar · 13 years ago
  40. e2bf66f Speedup Earlysuspend Execution by nutcasev15 · 8 years ago
  41. b969db3 power: quickwakeup: initial driver by Joe Swantek · 12 years ago
  42. b8678b3 Revert "port 3.0 kernel power source in pieces" by Nick Reuter · 7 years ago
  43. bd7a6ce timekeeping: fix 32-bit overflow in get_monotonic_boottime by Colin Cross · 12 years ago
  44. e23e2d9 Merge remote-tracking branch 'lineage/cm-14.1' into HEAD by William Bellavance · 8 years ago o-8.0
  45. 26babde Revert "proc: smaps: Allow smaps access for CAP_SYS_RESOURCE" by Nick Desaulniers · 9 years ago
  46. 54fc2d8 remove duplicated functions by William Bellavance · 8 years ago
  47. e0a58e9 msm: msm_rq_stats: Tone down mpdecision by Christopher R. Palmer · 11 years ago
  48. 1573862 Set Multi Core Power Saving Mode to 2 by Paul Keith · 11 years ago
  49. 9a1a7f8 seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock by Guenter Roeck · 11 years ago
  50. 77bb324 Revert "cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags" by Dan Pasanen · 8 years ago
  51. be0e44a userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 14 years ago
  52. 2513d3a userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h by Eric W. Biederman · 14 years ago
  53. 70b5bc5 rtc: alarm: init power_on_alarm_lock mutex in alarmtimer_rtc_timer_init by Kumar Gala · 12 years ago
  54. bbfb7da rtc: alarm: have dummy set_power_on_alarm function by Maria Yu · 12 years ago
  55. a65d7c4 Revert "HACK: time: Disable alarmtimer" by Dan Pasanen · 8 years ago
  56. 1f64c45 kernel: alarm: Increase power-on alarm before alarm time to 300 sec by AdrianDC · 10 years ago
  57. c58c309 rtc: alarm: init power_on_alarm_lock mutex in alarmtimer_rtc_timer_init by Kumar Gala · 12 years ago
  58. 127b207 rtc: alarm: Add power-on alarm feature by Matthew Qin · 12 years ago
  59. 3d74afd rtc: alarm: Change wake-up source by Mohit Aggarwal · 11 years ago
  60. 20d526a alarmtimer: add verification for rtc dev in power_on_alarm_init by Mao Jinlong · 11 years ago
  61. c5055e0 alarm: init power_on_alarm in alarm_dev_init by Mao Jinlong · 11 years ago
  62. 1164c9c rtc: alarm: init power_on_alarm_lock mutex in alarmtimer_rtc_timer_init by Kumar Gala · 12 years ago
  63. fd7da09 alarmtimer: add rtc irq support for alarm by Xiaocheng Li · 12 years ago
  64. 6736304 alarmtimers: Squash upstream changes by John Stultz · 14 years ago
  65. 9c7bc23 rtc: alarm: Fix data handling issue with alarm->type by Venkatesh Yadav Abbarapu · 11 years ago
  66. 024d6d1 alarmtimer: add alarm_start_relative by Todd Poynor · 13 years ago
  67. 4d32902 alarmtimer: add alarm_forward_now by Todd Poynor · 13 years ago
  68. 9604aa3 alarmtimer: add alarm_restart by Todd Poynor · 13 years ago
  69. e6a2d71 alarmtimer: Use hrtimer per-alarm instead of per-base by John Stultz · 13 years ago
  70. 2b4666d alarmtimer: implement minimum alarm interval for allowing suspend by Todd Poynor · 13 years ago
  71. d928192 userns: Start out with a full set of capabilities. by Eric W. Biederman · 14 years ago
  72. 75ec771 Revert "locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG" by Nick Reuter · 9 years ago
  73. bce2e77 locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG by Sebastian Andrzej Siewior · 11 years ago
  74. 8149bdd trace: resolve stack corruption due to string copy by Amey Telawane · 9 years ago
  75. 0e5be93 cgroup: prefer %pK to %p by Nick Desaulniers · 9 years ago
  76. af421d7 perf: don't leave group_entry on sibling list (use-after-free) by John Dias · 9 years ago
  77. df65322 perf: Tighten (and fix) the grouping condition by Peter Zijlstra · 11 years ago
  78. 628cf0d kernel: Only expose su when daemon is running by Tom Marshall · 9 years ago
  79. 27631e0 BACKPORT: signal: allow to send any siginfo to itself by Andrey Vagin · 13 years ago
  80. e563f49 UPSTREAM: ring-buffer: Prevent overflow of size in ring_buffer_resize() by Steven Rostedt (Red Hat) · 10 years ago
  81. 16a39ed Merge tag 'v3.4.113' into cm-14.1 by David Hays · 9 years ago
  82. e818ba5 Merge remote-tracking branch 'f2fs/linux-3.4.y' into HEAD by Nick Reuter · 9 years ago
  83. 908651f proc: fix build broken by proc inode per namespace patch by Jin Qian · 10 years ago
  84. f238599 BACKPORT: audit: fix a double fetch in audit_log_single_execve_arg() by Paul Moore · 9 years ago
  85. c0c3b18 perf: Fix race in swevent hash by Peter Zijlstra · 10 years ago
  86. 0d73eaa sched: Fix load avg vs cpu-hotplug by Peter Zijlstra · 13 years ago
  87. 89648c1 sched: fix the theoretical signal_wake_up() vs schedule() race by Oleg Nesterov · 12 years ago
  88. a2333f5 FROMLIST: security,perf: Allow further restriction of perf_event_open by Jeff Vander Stoep · 10 years ago
  89. 96ff623 perf: Fix inherited events vs. tracepoint filters by Peter Zijlstra · 10 years ago
  90. 0308b20 ring-buffer: Update read stamp with first real commit on page by Steven Rostedt (Red Hat) · 10 years ago
  91. 3907ab6 sched/core: Clear the root_domain cpumasks in init_rootdomain() by Xunlei Pang · 10 years ago
  92. 4f6e18b genirq: Prevent chip buslock deadlock by Thomas Gleixner · 10 years ago
  93. 1e7c7c2 time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge by John Stultz · 11 years ago
  94. b7fb16f get rid of kern_path_parent() by Al Viro · 14 years ago
  95. 5e6df0a BACKPORT: audit: fix a double fetch in audit_log_single_execve_arg() by Paul Moore · 9 years ago
  96. e0fc597 perf: Fix race in swevent hash by Peter Zijlstra · 10 years ago
  97. 023d31e proc: fix build broken by proc inode per namespace patch by Jin Qian · 10 years ago
  98. 8c095d3 time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge by John Stultz · 11 years ago
  99. 7b4eaec genirq: Prevent chip buslock deadlock by Thomas Gleixner · 10 years ago
  100. 55d4174 sched/core: Clear the root_domain cpumasks in init_rootdomain() by Xunlei Pang · 10 years ago