1. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  2. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  3. f3da64d kernel/profile.c: use static const char instead of static char by Fabian Frederick · 10 years ago
  4. aba871f kernel/profile.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  5. 68a9a43 kernel/user_namespace.c: kernel-doc/checkpatch fixes by Fabian Frederick · 10 years ago
  6. f4aacea sysctl: allow for strict write position handling by Kees Cook · 10 years ago
  7. 2ca9bb4 sysctl: refactor sysctl string writing logic by Kees Cook · 10 years ago
  8. f880830 sysctl: clean up char buffer arguments by Kees Cook · 10 years ago
  9. e1bebcf kernel/kexec.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  10. f06e515 kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic_notifers by Masami Hiramatsu · 10 years ago
  11. a219ccf smp: print more useful debug info upon receiving IPI on an offline CPU by Srivatsa S. Bhat · 10 years ago
  12. 76e0a6f signals: change wait_for_helper() to use kernel_sigaction() by Oleg Nesterov · 10 years ago
  13. b4e7426 signals: introduce kernel_sigaction() by Oleg Nesterov · 10 years ago
  14. 580d34e signals: disallow_signal() should flush the potentially pending signal by Oleg Nesterov · 10 years ago
  15. ec5955b signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal() by Oleg Nesterov · 10 years ago
  16. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  17. afe2b03 signals: cleanup the usage of t/current in do_sigaction() by Oleg Nesterov · 10 years ago
  18. c09c144 signals: rename rm_from_queue_full() to flush_sigqueue_mask() by Oleg Nesterov · 10 years ago
  19. 9490592f signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread() by Oleg Nesterov · 10 years ago
  20. 6114041 signals: s/siginitset/sigemptyset/ in do_sigtimedwait() by Oleg Nesterov · 10 years ago
  21. 650226b ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb() by Oleg Nesterov · 10 years ago
  22. 4e52365 ptrace: fix fork event messages across pid namespaces by Matthew Dempsky · 10 years ago
  23. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  24. 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
  25. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  26. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  27. 6516a46 kernel/compat.c: use sizeof() instead of sizeof by Fabian Frederick · 10 years ago
  28. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 10 years ago
  29. 84b5ec8 printk: report dropping of messages from logbuf by Will Deacon · 10 years ago
  30. 6d9bcb6 timekeeping: use printk_deferred when holding timekeeping seqlock by John Stultz · 10 years ago
  31. c224815 printk: Add printk_deferred_once by John Stultz · 10 years ago
  32. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 10 years ago
  33. 8195460 printk: disable preemption for printk_sched by John Stultz · 10 years ago
  34. 458df9f printk: remove separate printk_sched buffers and use printk buf instead by Steven Rostedt · 10 years ago
  35. 939f04b printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  36. bd8d7cf printk: fix lockdep instrumentation of console_sem by Jan Kara · 10 years ago
  37. 608873c printk: release lockbuf_lock before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  38. ca1d432 printk: remove outdated comment by Jan Kara · 10 years ago
  39. 034633c printk: return really stored message length by Petr Mladek · 10 years ago
  40. 55bd53a printk: shrink too long messages by Petr Mladek · 10 years ago
  41. 85c87043 printk: split message size computation by Petr Mladek · 10 years ago
  42. f40e4b9 printk: ignore too long messages by Petr Mladek · 10 years ago
  43. 0a58169 printk: split code for making free space in the log buffer by Petr Mladek · 10 years ago
  44. b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 10 years ago
  45. b51dbec kernel/hung_task.c: convert simple_strtoul to kstrtouint by Fabian Frederick · 10 years ago
  46. 95583e4 kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall by Fabian Frederick · 10 years ago
  47. 616feab kernel/reboot.c: convert simple_strtoul to kstrtoint by Fabian Frederick · 10 years ago
  48. 6c5a53c kernel/res_counter.c: replace simple_strtoull by kstrtoull by Fabian Frederick · 10 years ago
  49. cac92ba kernel/tracepoint.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  50. cf25004 kernel/stop_machine.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  51. eaa1809 kernel/latencytop.c: convert seq_printf to seq_puts by Fabian Frederick · 10 years ago
  52. b9e5db6 kernel/exec_domain.c: code clean-up by Fabian Frederick · 10 years ago
  53. a6c8c69 kernel/capability.c: code clean-up by Fabian Frederick · 10 years ago
  54. 462b29b kernel/backtracetest.c: replace no level printk by pr_info() by Fabian Frederick · 10 years ago
  55. 84117da kernel/cpu.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  56. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  57. 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
  58. 39af176 memcg: optimize the "Search everything else" loop in mm_update_next_owner() by Oleg Nesterov · 10 years ago
  59. f87fb59 memcg: mm_update_next_owner() should skip kthreads by Oleg Nesterov · 10 years ago
  60. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  61. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  62. 8fe6929 kthread: fix return value of kthread_create() upon SIGKILL. by Tetsuo Handa · 10 years ago
  63. 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
  64. 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
  65. 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
  66. cd0c5bd Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp' by Rafael J. Wysocki · 10 years ago
  67. a392f7d Merge branch 'acpi-pm' by Rafael J. Wysocki · 10 years ago
  68. ee7f9d7 Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  69. 97b80e6 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 057b0a7 PM / hibernate: fixed typo in comment by Niv Yehezkel · 10 years ago
  79. 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
  80. 7fa21dd printk/of_serial: fix serial console cessation part way through boot. by Stephen Chivers · 10 years ago
  81. 397335f rtmutex: Fix deadlock detector for real by Thomas Gleixner · 10 years ago
  82. 9e3d633 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  83. 011e4b0 powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode by Srivatsa S. Bhat · 10 years ago
  84. 26fc9cd kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 10 years ago
  85. a257954 genirq: Improve documentation to match current implementation by Jiang Liu · 10 years ago
  86. 0399d4d PM / sleep: Introduce command line argument for sleep state enumeration by Rafael J. Wysocki · 10 years ago
  87. 43e8317 PM / sleep: Use valid_state() for platform-dependent sleep states only by Rafael J. Wysocki · 10 years ago
  88. 27ddcc6 PM / sleep: Add state field to pm_states[] entries by Rafael J. Wysocki · 10 years ago
  89. 72e6ae2 ARM: 8043/1: uprobes need icache flush after xol write by Victor Kamensky · 10 years ago
  90. 309179f Merge branch 'fortglx/3.16/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 10 years ago
  91. f02f79d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. e6a32c3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. e4c7296 resources: Clarify sanity check message by Bjorn Helgaas · 10 years ago
  94. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  95. e14505a Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  96. 096aa33 sched/numa: Decay ->wakee_flips instead of zeroing by Rik van Riel · 10 years ago
  97. b1ad065 sched/numa: Update migrate_improves/degrades_locality() by Rik van Riel · 10 years ago
  98. e63da03 sched/numa: Allow task switch if load imbalance improves by Rik van Riel · 10 years ago
  99. 4027d08 sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match the current upstream code by xiaofeng.yan · 10 years ago
  100. 7aa2c01 sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() by Dongsheng Yang · 10 years ago