1. fb6daa7 kdb: Provide forward search at more prompt by Daniel Thompson · 10 years ago
  2. ab08e46 kdb: Fix a prompt management bug when using | grep by Daniel Thompson · 10 years ago
  3. 5454388 kdb: Remove stack dump when entering kgdb due to NMI by Daniel Thompson · 10 years ago
  4. f7d4ca8 kdb: Avoid printing KERN_ levels to consoles by Daniel Thompson · 10 years ago
  5. df0036d kdb: Fix off by one error in kdb_cpu() by Jason Wessel · 10 years ago
  6. 1467559 kdb: fix incorrect counts in KDB summary command output by Jay Lan · 10 years ago
  7. 26cdd1f Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  8. 396e909 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. 29f12c4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  10. 2d926c1 hrtimer: Fix incorrect tai offset calculation for non high-res timer systems by John Stultz · 10 years ago
  11. 40767b0 sched/deadline: Fix deadline parameter modification handling by Peter Zijlstra · 10 years ago
  12. 00845eb sched: don't cause task state changes in nested sleep debugging by Linus Torvalds · 10 years ago
  13. 6155bc1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  14. bb2bc55 sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumask by Mike Galbraith · 10 years ago
  15. c3c87e7 perf: Tighten (and fix) the grouping condition by Peter Zijlstra · 10 years ago
  16. 8190747 sched/fair: Avoid using uninitialized variable in preferred_group_nid() by Jan Beulich · 10 years ago
  17. 59343cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  18. 8ebe667 bpf: rcu lock must not be held when calling copy_to_user() by Alexei Starovoitov · 10 years ago
  19. c976a67 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  20. 1474630 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  21. b73f0c8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  22. 4bee968 smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() by Lai Jiangshan · 10 years ago
  23. e9d1b4f x86, mpx: Strictly enforce empty prctl() args by Dave Hansen · 10 years ago
  24. 1939341 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  25. 3c606d3 cgroup: prevent mount hang due to memory controller lifetime by Johannes Weiner · 10 years ago
  26. 5fbaba8 Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john.stultz/linux into timers/urgent by Thomas Gleixner · 10 years ago
  27. d5db139 module: make module_refcount() a signed integer. by Rusty Russell · 10 years ago
  28. d4b2d00 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  29. c749637 module: fix race in kallsyms resolution during module load success. by Rusty Russell · 10 years ago
  30. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
  31. d453cde module_arch_freeing_init(): new hook for archs before module->module_init freed. by Rusty Russell · 10 years ago
  32. c772be5 param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC by Rusty Russell · 10 years ago
  33. fc7f0dd kernel: avoid overflow in cmp_range by Louis Langholtz · 10 years ago
  34. 29187a9 workqueue: fix subtle pool management issue which can stall whole worker_pool by Tejun Heo · 10 years ago
  35. 23aa4b4 Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  36. ce1039b tracing: Fix enabling of syscall events on the command line by Steven Rostedt (Red Hat) · 10 years ago
  37. 83829b7 tracing: Remove extra call to init_ftrace_syscalls() by Steven Rostedt (Red Hat) · 10 years ago
  38. 7485058e ftrace: Check both notrace and filter for old hash by Steven Rostedt (Red Hat) · 10 years ago
  39. 8f86f83 ftrace: Fix updating of filters for shared global_ops filters by Steven Rostedt (Red Hat) · 10 years ago
  40. 5ab551d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  41. ddb321a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  42. 1e6c3e8 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  43. aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  44. a63b03e mutex: Always clear owner field upon mutex_unlock() by Chris Wilson · 10 years ago
  45. 7f1a169 sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group() by Tetsuo Handa · 10 years ago
  46. 269ad80 sched/deadline: Avoid double-accounting in case of missed deadlines by Luca Abeni · 10 years ago
  47. 6a503c3 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 10 years ago
  48. 32a8df4 sched: Fix odd values in effective_load() calculations by Yuyang Du · 10 years ago
  49. 88a7c26 perf: Move task_pt_regs sampling into arch code by Andy Lutomirski · 10 years ago
  50. 3245d6a exit: fix race between wait_consider_task() and wait_task_zombie() by Oleg Nesterov · 10 years ago
  51. 5e5aeb4 time: adjtimex: Validate the ADJ_FREQUENCY values by Sasha Levin · 10 years ago
  52. 6ada1fc time: settimeofday: Validate the values of tv from user by Sasha Levin · 10 years ago
  53. 5e0f872 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
  54. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  55. fcf22d8 audit: create private file name copies when auditing inodes by Paul Moore · 10 years ago
  56. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  57. 66b3f4f Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
  58. 041d7b9 audit: restore AUDIT_LOGINUID unset ABI by Richard Guy Briggs · 10 years ago
  59. b74e627 sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocation by Alex Thorlton · 10 years ago
  60. 574732c param: initialize store function to NULL if not available. by Rusty Russell · 10 years ago
  61. 4a92843 audit: correctly record file names with different path name types by Paul Moore · 10 years ago
  62. 5d6a546 Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  63. 54dc77d audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb by Richard Guy Briggs · 10 years ago
  64. 3640dcf audit: don't attempt to lookup PIDs when changing PID filtering audit rules by Paul Moore · 10 years ago
  65. 464ed18 PM: Eliminate CONFIG_PM_RUNTIME by Rafael J. Wysocki · 10 years ago
  66. 4bb9374 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. ac88ee3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 88a5766 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. a5fd973 tick/powerclamp: Remove tick_nohz_idle abuse by Thomas Gleixner · 10 years ago
  70. d790be3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  71. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  72. b0a65b0 param: do not set store func without write perm by Kees Cook · 10 years ago
  73. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  74. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  75. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  76. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  77. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  78. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  79. 37da7bb Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  80. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  81. 8f4385d Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  82. a99abce Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
  83. 0809ab6 fsnotify: unify inode and mount marks handling by Jan Kara · 10 years ago
  84. 957e3fa gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs by Riku Voipio · 10 years ago
  85. d539395 kexec: remove unnecessary KERN_ERR from kexec.c by Masanari Iida · 10 years ago
  86. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  87. 9a92a6c stacktrace: introduce snprint_stack_trace for buffer output by Joonsoo Kim · 10 years ago
  88. 4a23717a uprobes: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  89. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  90. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  91. c291ee6 genirq: Prevent proc race against freeing of irq descriptors by Thomas Gleixner · 10 years ago
  92. 798bc6d tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  93. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  94. 3459f0d Merge branch 'linus' into perf/urgent, to pick up the upstream merged bits by Ingo Molnar · 10 years ago
  95. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  96. 0a27044 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  97. eedb3d3 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  98. b59f782 Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  99. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  100. 36476be userns; Correct the comment in map_write by Eric W. Biederman · 10 years ago