1. 177fc51 wait: add wake_up_pollfree() by Eric Biggers · 2 years, 6 months ago
  2. 8024493 ptrace: mark __ptrace_may_access() static by Tetsuo Handa · 12 years ago
  3. 2695379 userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids by Eric W. Biederman · 12 years ago
  4. 1310426 userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 12 years ago
  5. 526d40c userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  6. cc92278 Revert "fixme : debugging - Dumping regs for tracepoint events is not supported by the kernel" by Karsten Tausche · 3 years, 1 month ago
  7. 95df310 seccomp: always propagate NO_NEW_PRIVS on tsync by Jann Horn · 8 years ago
  8. e7c8deb perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
  9. f4c9204 perf: Fix unclone_ctx() vs. locking by Peter Zijlstra · 10 years ago
  10. 931ff31 perf: Fix lockdep warning on process exit by Peter Zijlstra · 10 years ago
  11. b3604c3 perf: Introduce a flag to enable close-on-exec in perf_event_open() by Yann Droneaud · 10 years ago
  12. 3b19c38 events: don't use get_unused_fd_flags() when get_unused_fd() will do by Al Viro · 12 years ago
  13. 4513e91 perf: Fix the perf context switch optimization by Peter Zijlstra · 11 years ago
  14. 5a23744 perf: Allow the PMU driver to choose the CPU on which to install events by Yan, Zheng · 12 years ago
  15. 052abfc Revert "perf: Add PERF_RECORD_SWITCH to indicate context switches" by Karsten Tausche · 3 years, 11 months ago
  16. fa93db1 syscall_get_arch: remove useless function arguments by Eric Paris · 10 years ago
  17. ccbf0f3 sched: Deliver sched_switch events to the current task by Andrew Vagin · 12 years ago
  18. 282f423 cpuset: Add allow_attach hook for cpusets on android. by Riley Andrews · 9 years ago
  19. a4d6f93 mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  20. 063d55a namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  21. d6814e26 userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  22. cac11f8 fixme : debugging - Dumping regs for tracepoint events is not supported by the kernel by prityaa · 4 years ago
  23. 620d526 perf: Fix race in perf_event_exec() by Peter Zijlstra · 9 years ago
  24. 6569f4e perf: Fix ring_buffer_attach() RCU sync, again by Oleg Nesterov · 9 years ago
  25. 6c3c38d perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 10 years ago
  26. ca304af perf: Add perf_output_skip function to skip bytes in sample by Jiri Olsa · 12 years ago
  27. 9e84d45 perf: Factor __output_copy to be usable with specific copy function by Frederic Weisbecker · 12 years ago
  28. b2a3ec6 perf: Add ability to sample machine state on interrupt by Stephane Eranian · 10 years ago
  29. 3b6a3e6 perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  30. 9182ae8 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 12 years ago
  31. 2e980e8 perf: Add ability to attach user level registers dump to sample by Jiri Olsa · 12 years ago
  32. 8faf506 perf: Add PERF_RECORD_SWITCH to indicate context switches by Adrian Hunter · 9 years ago
  33. 1b9e2d0 fixme use_clockid : capabilities are dependent on clock (kernel/clock) by prityaa · 4 years ago
  34. bbde099 perf: Disable sampled events if no PMU interrupt by Vince Weaver · 10 years ago
  35. d9e1ef2 perf: Add per event clockid support by Peter Zijlstra · 9 years ago
  36. 09b527f perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
  37. adeccbb rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 9 years ago
  38. a994998 perf: Remove the 'match' callback for auxiliary events processing by Jiri Olsa · 11 years ago
  39. ac75738 perf/core: Free AUX pages in unmap path by Alexander Shishkin · 9 years ago
  40. f39d22f rcu: Provide grace-period piggybacking API by Paul E. McKenney · 10 years ago
  41. ccbfc66 perf: Add attribute to filter out callchains by Frederic Weisbecker · 12 years ago
  42. 81504ee perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  43. 942166f perf: Add data_{offset,size} to user_page by Alexander Shishkin · 9 years ago
  44. 2c97d7e perf: Fix vmalloc ring buffer pages handling by Jiri Olsa · 11 years ago
  45. 133394b perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
  46. 27bd248 perf: Support overwrite mode for the AUX area by Alexander Shishkin · 9 years ago
  47. 73b7e88 perf: Add wakeup watermark control to the AUX area by Alexander Shishkin · 9 years ago
  48. 5720d4f perf: Add pmu callbacks to track event mapping and unmapping by Andy Lutomirski · 10 years ago
  49. 6d9d282 perf: Fix a race between ring_buffer_detach() and ring_buffer_attach() by Peter Zijlstra · 10 years ago
  50. 5aa0a2c perf: Add AUX area to ring buffer for raw data streams by Peter Zijlstra · 9 years ago
  51. 379273e BACKPORT: futex: Remove requirement for lock_page() in get_futex_key() by Mel Gorman · 8 years ago
  52. 363adc8 Revert "BACKPORT: futex: Remove requirement for lock_page() in get_futex_key()" by Karsten Tausche · 4 years, 2 months ago
  53. 862bf71 Revert "futex: Remove unnecessary warning from get_futex_key" by Luca Weiss · 3 years ago
  54. d56a68b alarmtimer: don't rate limit one-shot timers by Greg Hackmann · 7 years ago
  55. 4621547 alarmtimer: Rate limit periodic intervals by Thomas Gleixner · 7 years ago
  56. 3983fb1 UPSTREAM: timer: Export destroy_hrtimer_on_stack() by Guenter Roeck · 8 years ago
  57. 07e0d1e hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 6 years ago
  58. 19cfc20 hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 6 years ago
  59. 1eb01f3 ktime: Fix ktime_divns to do signed division by John Stultz · 9 years ago
  60. 171d7d3 ktime: Optimize ktime_divns for constant divisors by Nicolas Pitre · 10 years ago
  61. ce0c5ee ktime: Sanitize ktime_to_us/ms conversion by Thomas Gleixner · 10 years ago
  62. 6873f47 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 11 years ago
  63. 0bfbd35 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 9 years ago
  64. e6fb494 printk: Fix rq->lock vs logbuf_lock unlock lock inversion by Bu, Yitian · 11 years ago
  65. fd93600 printk: Complete the backport by Kay Sievers · 12 years ago
  66. a3e03f2 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 7 years ago
  67. ff3f51b UPSTREAM: tracing: Fix trace_printk() to print when not using bprintk() by Steven Rostedt (Red Hat) · 8 years ago
  68. e2ec0e1 kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning() by Mateusz Jurczyk · 7 years ago
  69. 2ea23b4 clocksource: Extract max nsec calculation into separate function by Stephen Boyd · 11 years ago
  70. 770c7d9 sched_clock: Backport high-resolution support by Stephen Boyd · 10 years ago
  71. 2290759 ANDROID: exec_domains: Disable request_module() call for personalities by John Stultz · 9 years ago
  72. b30dee5 proc: fix build broken by proc inode per namespace patch by Jin Qian · 9 years ago
  73. 4314830 suspend: Return error when pending wakeup source is found. by Ruchi Kandoi · 9 years ago
  74. c09beb3c cgroup: Take css_set_lock from cgroup_css_sets_empty() by Hans de Goede · 11 years ago
  75. 4df7471 Power: Changes the permission to read only for sysfs file /sys/kernel/wakeup_reasons/last_resume_reason by Ruchi Kandoi · 10 years ago
  76. 63771d5 Power: Add guard condition for maximum wakeup reasons by Ruchi Kandoi · 10 years ago
  77. 7e26726 POWER: fix compile warnings in log_wakeup_reason by Ruchi Kandoi · 10 years ago
  78. 5c60bc6 Power: add an API to log wakeup reasons by Ruchi Kandoi · 10 years ago
  79. 6b4c287 trace: add non-hierarchical function_graph option by Jamie Gennis · 12 years ago
  80. 0a1b5af trace: Add an option to show tgids in trace output by Jamie Gennis · 12 years ago
  81. 6b8f0e0 trace/events: add gpu trace events by Jamie Gennis · 11 years ago
  82. 7ee1a32 hardlockup: detect hard lockups without NMIs using secondary cpus by Colin Cross · 12 years ago
  83. 1fe0873 HACK: ARM: disable sleeping while atomic warning in do_signal by Colin Cross · 12 years ago
  84. 4f9785a9 power: Add option to log time spent in suspend by Colin Cross · 13 years ago
  85. 7e8104c PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer format by Minho Ban · 12 years ago
  86. c0b0007 Revert "power: Add option to log time spent in suspend" by chrmhoffmann · 4 years, 3 months ago
  87. c633c60 Revert "PM: Add user-space wake lock api." by chrmhoffmann · 4 years, 3 months ago
  88. 614e2e1 time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge by John Stultz · 9 years ago
  89. 2b2de95 genirq: Prevent chip buslock deadlock by Thomas Gleixner · 9 years ago
  90. ff2d08d sched/core: Clear the root_domain cpumasks in init_rootdomain() by Xunlei Pang · 9 years ago
  91. 21f0fe3 ring-buffer: Update read stamp with first real commit on page by Steven Rostedt (Red Hat) · 9 years ago
  92. 9c68184 perf: Fix inherited events vs. tracepoint filters by Peter Zijlstra · 9 years ago
  93. 483987a clocksource: Fix abs() usage w/ 64bit values by John Stultz · 9 years ago
  94. 64c3462 genirq: Fix race in register_irq_proc() by Ben Hutchings · 9 years ago
  95. ca9f451 sched/core: Fix TASK_DEAD race in finish_task_switch() by Peter Zijlstra · 9 years ago
  96. e622ee2 module: Fix locking in symbol_put_addr() by Peter Zijlstra · 9 years ago
  97. 1c2c11f fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  98. ed73382 kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one by Ben Zhang · 10 years ago
  99. 1a56f40 perf: Fix fasync handling on inherited events by Peter Zijlstra · 9 years ago
  100. beb0a6a tracing/filter: Do not allow infix to exceed end of string by Steven Rostedt (Red Hat) · 9 years ago