1. 4cd2e0e signal: Introduce copy_siginfo_from_user and use it's return value by Eric W. Biederman · 7 years ago
  2. f283801 signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE by Eric W. Biederman · 7 years ago
  3. e75dc03 signal: Fail sigqueueinfo if si_signo != sig by Eric W. Biederman · 6 years ago
  4. 018303a signal/sparc: Move EMT_TAGOVF into the generic siginfo.h by Eric W. Biederman · 7 years ago
  5. fb50f5a signal: Pair exports with their functions by Eric W. Biederman · 7 years ago
  6. b21c5bd signal: Remove specific_send_sig_info by Eric W. Biederman · 7 years ago
  7. 82058d6 signal: Use group_send_sig_info to kill all processes in a pid namespace by Eric W. Biederman · 7 years ago
  8. 4ff4c31 signal: Remove SEND_SIG_FORCED by Eric W. Biederman · 7 years ago
  9. 079b22d signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP by Eric W. Biederman · 7 years ago
  10. f149b31 signal: Never allocate siginfo for SIGKILL or SIGSTOP by Eric W. Biederman · 7 years ago
  11. 0351505 signal: Don't send siginfo to kthreads. by Eric W. Biederman · 7 years ago
  12. 3597dfe signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init by Eric W. Biederman · 7 years ago
  13. 55a3235 signal: Properly deliver SIGILL from uprobes by Eric W. Biederman · 7 years ago
  14. 86989c4 signal: Always ignore SIGKILL and SIGSTOP sent to the global init by Eric W. Biederman · 7 years ago
  15. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  16. a9ce323 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  18. 5967661 Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  19. 9022ada8 Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  20. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  21. 33e1787 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  22. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 7 years ago
  23. 3723c63 treewide: convert ISO_8859-1 text comments to utf-8 by Arnd Bergmann · 7 years ago
  24. 30aba66 namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 7 years ago
  25. 06e386a Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  26. 452938cb Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  27. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  28. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  29. 5f733e8 kernel/sysctl.c: fix typos in comments by Randy Dunlap · 7 years ago
  30. 06e62a4 fork: don't copy inconsistent signal handler state to child by Jann Horn · 7 years ago
  31. 20ab721 signal: make get_signal() return bool by Christian Brauner · 7 years ago
  32. f99e9d8 signal: make sigkill_pending() return bool by Christian Brauner · 7 years ago
  33. a19e2c0 signal: make legacy_queue() return bool by Christian Brauner · 7 years ago
  34. acd14e6 signal: make wants_signal() return bool by Christian Brauner · 7 years ago
  35. 8f11351 signal: make flush_sigqueue_mask() void by Christian Brauner · 7 years ago
  36. 67a48a2 signal: make unhandled_signal() return bool by Christian Brauner · 7 years ago
  37. 09ae854 signal: make recalc_sigpending_tsk() return bool by Christian Brauner · 7 years ago
  38. 938696a signal: make has_pending_signals() return bool by Christian Brauner · 7 years ago
  39. 6a0cdcd signal: make sig_ignored() return bool by Christian Brauner · 7 years ago
  40. 41aaa48 signal: make sig_task_ignored() return bool by Christian Brauner · 7 years ago
  41. e4a8b4e signal: make sig_handler_ignored() return bool by Christian Brauner · 7 years ago
  42. 2a9b909 signal: make kill_ok_by_cred() return bool by Christian Brauner · 7 years ago
  43. d8f993b signal: simplify rt_sigaction() by Christian Brauner · 7 years ago
  44. b1d294c signal: make do_sigpending() void by Christian Brauner · 7 years ago
  45. 6527de9 signal: make may_ptrace_stop() return bool by Christian Brauner · 7 years ago
  46. bb17fcc signal: make kill_as_cred_perm() return bool by Christian Brauner · 7 years ago
  47. 52cba1a signal: make force_sigsegv() void by Christian Brauner · 7 years ago
  48. e05a8e4 sched/wait: assert the wait_queue_head lock is held in __wake_up_common by Christoph Hellwig · 7 years ago
  49. 46e0c9b kernel: tracepoints: add support for relative references by Ard Biesheuvel · 7 years ago
  50. 1b1eeca init: allow initcall tables to be emitted using relative references by Ard Biesheuvel · 7 years ago
  51. 7290d58 module: use relative references for __ksymtab entries by Ard Biesheuvel · 7 years ago
  52. a2e5144 kernel/hung_task.c: allow to set checking interval separately from timeout by Dmitry Vyukov · 7 years ago
  53. 91bc9aa kernel/crash_core.c: print timestamp using time64_t by Arnd Bergmann · 7 years ago
  54. ce0a568 userns: use irqsave variant of refcount_dec_and_lock() by Anna-Maria Gleixner · 7 years ago
  55. fc37191 userns: use refcount_t for reference counting instead atomic_t by Sebastian Andrzej Siewior · 7 years ago
  56. 23c8509 proc/kcore: add vmcoreinfo note to /proc/kcore by Omar Sandoval · 7 years ago
  57. eff4345 crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dir by Omar Sandoval · 7 years ago
  58. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 7 years ago
  59. 87915ad workqueue: re-add lockdep dependencies for flushing by Johannes Berg · 7 years ago
  60. d6e8978 workqueue: skip lockdep wq dependency in cancel_work_sync() by Johannes Berg · 7 years ago
  61. dfec4a8 Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  62. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  63. 01ac7c4 Merge branches 'pm-cpufreq', 'pm-pci' and 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  64. 9161a86 tracing/kprobes: Fix to check notrace function with correct range by Masami Hiramatsu · 7 years ago
  65. 6b7dca4 tracing: Allow gcov profiling on only ftrace subsystem by Masami Hiramatsu · 7 years ago
  66. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  67. 3933ec7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  68. badf58a Merge branch 'for-4.19/upstream' into for-linus by Jiri Kosina · 7 years ago
  69. b639186 futex: Mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  70. 7059b36 sched: idle: Avoid retaining the tick when it has been stopped by Rafael J. Wysocki · 7 years ago
  71. 2ad0d52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  72. 6e3bf9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  73. 5804b110 Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  74. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  75. d834c5a kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous() by Marek Szyprowski · 7 years ago
  76. 6518202 mm/cma: remove unsupported gfp_mask parameter from cma_alloc() by Marek Szyprowski · 7 years ago
  77. 0207df4 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN by Andrey Ryabinin · 7 years ago
  78. d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 7 years ago
  79. f6069b9 bpf: fix redirect to map under tail calls by Daniel Borkmann · 7 years ago
  80. d190775 Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  81. 2645b9d Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  82. bb730b5 tracing: Fix SPDX format headers to use C++ style comments by Steven Rostedt (VMware) · 7 years ago
  83. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 7 years ago
  84. 179a0cc tracing: Add SPDX License format to bpf_trace.c by Steven Rostedt (VMware) · 7 years ago
  85. 585f5a6 bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist by Daniel Borkmann · 7 years ago
  86. 166ab6f bpf, sockmap: fix map elem deletion race with smap_stop_sock by Daniel Borkmann · 7 years ago
  87. d40b011 bpf, sockmap: fix leakage of smap_psock_map_entry by Daniel Borkmann · 7 years ago
  88. 757d914 tracing/blktrace: Fix to allow setting same value by Steven Rostedt (VMware) · 7 years ago
  89. 965931e bpf: fix a rcu usage warning in bpf_prog_array_copy_core() by Yonghong Song · 7 years ago
  90. 91c1e6b blktrace: Add SPDX License format header by Steven Rostedt (VMware) · 7 years ago
  91. 2f4df00 tracing: Add -mcount-nop option support by Vasily Gorbik · 7 years ago
  92. 54dbe75 Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  93. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  94. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  95. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  96. b125d90 Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  97. 8c32685 Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  98. 92d4a03 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  99. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  100. d83212d kallsyms, x86: Export addresses of PTI entry trampolines by Alexander Shishkin · 7 years ago