1. a9821c7 kdb: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  2. 4e8c584 tsacct: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  3. b5d7682 delayacct: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  4. 2200182 acct: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  5. 1662867 numa,sched: fix load_to_imbalanced logic inversion by Rik van Riel · 10 years ago
  6. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  7. 6f8fd1d sysctl: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  8. 119ce5c kernel/seccomp.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  9. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  10. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  11. f3da64d kernel/profile.c: use static const char instead of static char by Fabian Frederick · 10 years ago
  12. aba871f kernel/profile.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  13. 68a9a43 kernel/user_namespace.c: kernel-doc/checkpatch fixes by Fabian Frederick · 10 years ago
  14. f4aacea sysctl: allow for strict write position handling by Kees Cook · 10 years ago
  15. 2ca9bb4 sysctl: refactor sysctl string writing logic by Kees Cook · 10 years ago
  16. f880830 sysctl: clean up char buffer arguments by Kees Cook · 10 years ago
  17. e1bebcf kernel/kexec.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  18. f06e515 kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifers by Masami Hiramatsu · 10 years ago
  19. a219ccf smp: print more useful debug info upon receiving IPI on an offline CPU by Srivatsa S. Bhat · 10 years ago
  20. 76e0a6f signals: change wait_for_helper() to use kernel_sigaction() by Oleg Nesterov · 10 years ago
  21. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 10 years ago
  22. 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 10 years ago
  23. ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 10 years ago
  24. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  25. afe2b03 signals: cleanup the usage of t/current in do_sigaction() by Oleg Nesterov · 10 years ago
  26. c09c144 signals: rename rm_from_queue_full() to flush_sigqueue_mask() by Oleg Nesterov · 10 years ago
  27. 9490592f signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread() by Oleg Nesterov · 10 years ago
  28. 6114041 signals: s/siginitset/sigemptyset/ in do_sigtimedwait() by Oleg Nesterov · 10 years ago
  29. 650226b ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb() by Oleg Nesterov · 10 years ago
  30. 4e52365 ptrace: fix fork event messages across pid namespaces by Matthew Dempsky · 10 years ago
  31. d54d14b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  32. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  33. 1c5aefb Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner) by Linus Torvalds · 10 years ago
  34. 54a2178 futex: Make lookup_pi_state more robust by Thomas Gleixner · 10 years ago
  35. 13fbca4 futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 10 years ago
  36. b3eaa9f futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 10 years ago
  37. e9c243a futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 10 years ago
  38. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  39. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  40. 09dc4ab sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock by Roman Gushchin · 10 years ago
  41. 0f397f2 sched/dl: Fix race in dl_task_timer() by Kirill Tkhai · 10 years ago
  42. b14ed2c sched: Fix sched_policy < 0 comparison by Richard Weinberger · 10 years ago
  43. e9dd685 sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabled by Steven Rostedt · 10 years ago
  44. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  45. 6516a46 kernel/compat.c: use sizeof() instead of sizeof by Fabian Frederick · 10 years ago
  46. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 10 years ago
  47. 84b5ec8 printk: report dropping of messages from logbuf by Will Deacon · 10 years ago
  48. 6d9bcb6 timekeeping: use printk_deferred when holding timekeeping seqlock by John Stultz · 10 years ago
  49. c224815 printk: Add printk_deferred_once by John Stultz · 10 years ago
  50. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 10 years ago
  51. 8195460 printk: disable preemption for printk_sched by John Stultz · 10 years ago
  52. 458df9f printk: remove separate printk_sched buffers and use printk buf instead by Steven Rostedt · 10 years ago
  53. 939f04b printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  54. bd8d7cf printk: fix lockdep instrumentation of console_sem by Jan Kara · 10 years ago
  55. 608873c printk: release lockbuf_lock before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  56. ca1d432 printk: remove outdated comment by Jan Kara · 10 years ago
  57. 034633c printk: return really stored message length by Petr Mladek · 10 years ago
  58. 55bd53a printk: shrink too long messages by Petr Mladek · 10 years ago
  59. 85c87043 printk: split message size computation by Petr Mladek · 10 years ago
  60. f40e4b9f printk: ignore too long messages by Petr Mladek · 10 years ago
  61. 0a58169 printk: split code for making free space in the log buffer by Petr Mladek · 10 years ago
  62. b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 10 years ago
  63. b51dbec kernel/hung_task.c: convert simple_strtoul to kstrtouint by Fabian Frederick · 10 years ago
  64. 95583e4 kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall by Fabian Frederick · 10 years ago
  65. 616feab kernel/reboot.c: convert simple_strtoul to kstrtoint by Fabian Frederick · 10 years ago
  66. 6c5a53c kernel/res_counter.c: replace simple_strtoull by kstrtoull by Fabian Frederick · 10 years ago
  67. cac92ba kernel/tracepoint.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  68. cf25004 kernel/stop_machine.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  69. eaa1809 kernel/latencytop.c: convert seq_printf to seq_puts by Fabian Frederick · 10 years ago
  70. b9e5db6 kernel/exec_domain.c: code clean-up by Fabian Frederick · 10 years ago
  71. a6c8c69 kernel/capability.c: code clean-up by Fabian Frederick · 10 years ago
  72. 462b29b kernel/backtracetest.c: replace no level printk by pr_info() by Fabian Frederick · 10 years ago
  73. 84117da kernel/cpu.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  74. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  75. 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
  76. 39af176 memcg: optimize the "Search everything else" loop in mm_update_next_owner() by Oleg Nesterov · 10 years ago
  77. f87fb59 memcg: mm_update_next_owner() should skip kthreads by Oleg Nesterov · 10 years ago
  78. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  79. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  80. 8fe6929 kthread: fix return value of kthread_create() upon SIGKILL. by Tetsuo Handa · 10 years ago
  81. d09cc36 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  82. 82e627e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  83. 4dc4226 Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next by Linus Torvalds · 10 years ago
  84. cd0c5bd Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp' by Rafael J. Wysocki · 10 years ago
  85. a392f7d Merge branch 'acpi-pm' by Rafael J. Wysocki · 10 years ago
  86. ee7f9d7 Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  87. 97b80e6 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  88. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  89. 3d521f9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  90. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  91. 59a3d4c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  92. 49eb7b0 Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into next by Linus Torvalds · 10 years ago
  93. c9482a5 kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 10 years ago
  94. 5da7776 Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next by Linus Torvalds · 10 years ago
  95. 4255532 Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next by Linus Torvalds · 10 years ago
  96. 3243970 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. 057b0a7 PM / hibernate: fixed typo in comment by Niv Yehezkel · 10 years ago
  98. a4bf79e Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. 7fa21dd printk/of_serial: fix serial console cessation part way through boot. by Stephen Chivers · 10 years ago
  100. 397335f rtmutex: Fix deadlock detector for real by Thomas Gleixner · 10 years ago