1. c8d6637 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  2. fc335c1 Merge tag 'trace-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  3. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  4. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  5. 8e7d838 kexec: verify the signature of signed PE bzImage by Vivek Goyal · 10 years ago
  6. dd5f726 kexec: support for kexec on panic using new system call by Vivek Goyal · 10 years ago
  7. 27f48d3 kexec-bzImage64: support for loading bzImage using 64bit entry by Vivek Goyal · 10 years ago
  8. 12db556 kexec: load and relocate purgatory at kernel load time by Vivek Goyal · 10 years ago
  9. cb10525 kexec: implementation of new syscall kexec_file_load by Vivek Goyal · 10 years ago
  10. f089568 kexec: new syscall kexec_file_load() declaration by Vivek Goyal · 10 years ago
  11. 8c86e70 resource: provide new functions to walk through resources by Vivek Goyal · 10 years ago
  12. 255aedd kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc() by Vivek Goyal · 10 years ago
  13. dabe786 kexec: move segment verification code in a separate function by Vivek Goyal · 10 years ago
  14. 7d3e2bc kexec: rename unusebale_pages to unusable_pages by Vivek Goyal · 10 years ago
  15. 8370ede bin2c: move bin2c in scripts/basic by Vivek Goyal · 10 years ago
  16. 9183df2 shm: add memfd_create() syscall by David Herrmann · 10 years ago
  17. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  18. 934fc29 kernel/acct.c: fix coding style warnings and errors by Ionut Alexa · 10 years ago
  19. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  20. 69361ee panic: add TAINT_SOFTLOCKUP by Josh Hunt · 10 years ago
  21. 834b18b kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 10 years ago
  22. 33144e8 kernel/fork.c: make mm_init_owner static by Vladimir Davydov · 10 years ago
  23. 4f7d461 fork: copy mm's vm usage counters under mmap_sem by Vladimir Davydov · 10 years ago
  24. ce65cef fork: reset mm->pinned_vm by Vladimir Davydov · 10 years ago
  25. 41f727f fork/exec: cleanup mm initialization by Vladimir Davydov · 10 years ago
  26. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  27. a0be55d kernel/exit.c: fix coding style warnings and errors by Ionut Alexa · 10 years ago
  28. 4878b14 kernel/test_kprobes.c: use current logging functions by Fabian Frederick · 10 years ago
  29. b86280a kernel/kallsyms.c: fix %pB when there's no symbol at the address by Namhyung Kim · 10 years ago
  30. 9a3f4d8 page-cgroup: get rid of NR_PCG_FLAGS by Vladimir Davydov · 10 years ago
  31. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  32. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  33. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  34. 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  35. 6b22df7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  36. d25d9fe kernel/printk/printk.c: fix bool assignements by Neil Zhang · 10 years ago
  37. 5874af2 printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  38. 249771b printk: miscellaneous cleanups by Alex Elder · 10 years ago
  39. e99aa46 printk: use a clever macro by Alex Elder · 10 years ago
  40. 0b90fec printk: fix some comments by Alex Elder · 10 years ago
  41. 42a9dc0 printk: rename DEFAULT_MESSAGE_LOGLEVEL by Alex Elder · 10 years ago
  42. e97e126 printk: tweak do_syslog() to match comments by Alex Elder · 10 years ago
  43. 23b2899 printk: allow increasing the ring buffer depending on the number of CPUs by Luis R. Rodriguez · 10 years ago
  44. f540517 printk: make dynamic units clear for the kernel ring buffer by Luis R. Rodriguez · 10 years ago
  45. c0a318a printk: move power of 2 practice of ring buffer size to a helper by Luis R. Rodriguez · 10 years ago
  46. 7030017 printk: make dynamic kernel ring buffer alignment explicit by Luis R. Rodriguez · 10 years ago
  47. 618fde87 kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path by Sasha Levin · 10 years ago
  48. fb794bc mm, oom: remove unnecessary exit_state check by David Rientjes · 10 years ago
  49. ed4d490 mm, hugetlb: remove hugetlb_zero and hugetlb_infinity by David Rientjes · 10 years ago
  50. 656c3b7 kernel/watchdog.c: convert printk/pr_warning to pr_foo() by Fabian Frederick · 10 years ago
  51. bab5e2d kernel/auditfilter.c: replace count*size kmalloc by kcalloc by Fabian Frederick · 10 years ago
  52. 651e22f ring-buffer: Always reset iterator to reader page by Steven Rostedt (Red Hat) · 10 years ago
  53. 021de3d ring-buffer: Up rb_iter_peek() loop count to 3 by Steven Rostedt (Red Hat) · 10 years ago
  54. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  55. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  56. 828b1f6 Rip out get_signal_to_deliver() by Richard Weinberger · 11 years ago
  57. 10b1c7a Clean up signal_delivered() by Richard Weinberger · 10 years ago
  58. df5601f tracehook_signal_handler: Remove sig, info, ka and regs by Richard Weinberger · 11 years ago
  59. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. 08d69a2 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. ddbe8db Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  62. eada238 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  63. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  64. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  65. ef35ad2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. 8efb90c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. 5bda4f6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. c9b88e9 Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  69. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  70. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  71. f2a8417 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  72. c4c3f5f Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  73. 3e7a716 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  74. 8d71844 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  75. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  76. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  77. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  78. 504d587 timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks by Jan Kara · 10 years ago
  79. c6f1224 Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND" by Thomas Gleixner · 10 years ago
  80. 21d1f90 Revert "PM / sleep / irq: Do not suspend wakeup interrupts" by Thomas Gleixner · 10 years ago
  81. 3a1122d kexec: fix build error when hugetlbfs is disabled by David Rientjes · 10 years ago
  82. e0198b2 Josh has moved by Josh Triplett · 10 years ago
  83. 8f1d26d kexec: export free_huge_page to VMCOREINFO by Atsushi Kumagai · 10 years ago
  84. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. a138126 cpuset: fix the WARN_ON() in update_nodemasks_hier() by Li Zefan · 10 years ago
  86. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
  87. 0f7d83e PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_node by Joerg Roedel · 10 years ago
  88. 9047eb6 PM / Hibernate: Remove the old memory-bitmap implementation by Joerg Roedel · 10 years ago
  89. 6efde38 PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free() by Joerg Roedel · 10 years ago
  90. 3a20cb1 PM / Hibernate: Implement position keeping in radix tree by Joerg Roedel · 10 years ago
  91. 07a3382 PM / Hibernate: Add memory_rtree_find_bit function by Joerg Roedel · 10 years ago
  92. f469f02 PM / Hibernate: Create a Radix-Tree to store memory bitmap by Joerg Roedel · 10 years ago
  93. ed1403e kthread_work: wake up worker only when the worker is idle by Lai Jiangshan · 10 years ago
  94. cd3bd4e sched/fair: Fix 'make xmldocs' warning caused by missing description by Masanari Iida · 10 years ago
  95. c13db6b sched: Use macro for magic number of -1 for setparam by Steven Rostedt · 10 years ago
  96. 6ae72df sched: Robustify topology setup by Peter Zijlstra · 10 years ago
  97. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  98. f4be073 perf: Check permission only for parent tracepoint event by Jiri Olsa · 10 years ago
  99. 5030c69 Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes by Ingo Molnar · 10 years ago
  100. d8d28c8 sched: Fix sched_setparam() policy == -1 logic by Daniel Bristot de Oliveira · 10 years ago