1. b7285b4 kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore by Jonathan Neuschäfer · 6 years ago
  2. a88cc8d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  3. ba4a457 fork, memcg: fix cached_stacks case by Shakeel Butt · 6 years ago
  4. 7b55851 fork: record start_time late by David Herrmann · 6 years ago
  5. 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  6. e2b745f Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  7. ad77408 kbuild: change filechk to surround the given command with { } by Masahiro Yamada · 6 years ago
  8. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  9. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  10. 8270f3a dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations by Christoph Hellwig · 6 years ago
  11. 34ec35a kernel/sched/: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  12. 3bb5f4a kernel/locking/mutex.c: remove caller signal_pending branch predictions by Davidlohr Bueso · 6 years ago
  13. 6347244 kernel/kcov.c: mark write_comp_data() as notrace by Anders Roxell · 6 years ago
  14. 81c9d43 kernel/sysctl: add panic_print into sysctl by Feng Tang · 6 years ago
  15. d999bd9 panic: add options to print system info when panic happens by Feng Tang · 6 years ago
  16. fb5bf31 fork: fix some -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  17. 304ae42 kernel/hung_task.c: break RCU locks based on jiffies by Tetsuo Handa · 6 years ago
  18. 168e06f kernel/hung_task.c: force console verbose before panic by Liu, Chuansheng · 6 years ago
  19. 09be178 proc/sysctl: fix return error for proc_doulongvec_minmax() by Cheng Lin · 6 years ago
  20. 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
  21. 48e638f dma-mapping: remove a few unused exports by Christoph Hellwig · 6 years ago
  22. 4788ba5 dma-mapping: remove dmam_{declare,release}_coherent_memory by Christoph Hellwig · 6 years ago
  23. d7076f0 dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs by Christoph Hellwig · 6 years ago
  24. 2e05ea5 dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs by Christoph Hellwig · 6 years ago
  25. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  26. 43d86ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  27. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  28. 979d63d bpf: prevent out of bounds speculation on pointer arithmetic by Daniel Borkmann · 6 years ago
  29. b7137c4 bpf: fix check_map_access smin_value test when pointer contains offset by Daniel Borkmann · 6 years ago
  30. 9d7ecee bpf: restrict unknown scalars of mixed signed bounds for unprivileged by Daniel Borkmann · 6 years ago
  31. e4298d2 bpf: restrict stack pointer arithmetic for unprivileged by Daniel Borkmann · 6 years ago
  32. 0d6303d bpf: restrict map value pointer arithmetic for unprivileged by Daniel Borkmann · 6 years ago
  33. 9b73bfd bpf: enable access to ax register also from verifier rewrite by Daniel Borkmann · 6 years ago
  34. 144cd91 bpf: move tmp variable into ax register in interpreter by Daniel Borkmann · 6 years ago
  35. c08435e bpf: move {prev_,}insn_idx into verifier env by Daniel Borkmann · 6 years ago
  36. d9a7fa6 Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  37. fcf0104 Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 6 years ago
  38. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  39. e3ed513 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. c40f7d7 sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c by Linus Torvalds · 6 years ago
  41. 7faedcd kdb: use bool for binary state indicators by Nicholas Mc Guire · 6 years ago
  42. 162bc7f kdb: Don't back trace on a cpu that didn't round up by Douglas Anderson · 6 years ago
  43. 87b0959 kgdb: Don't round up a CPU that failed rounding up before by Douglas Anderson · 6 years ago
  44. 3cd99ac kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() by Douglas Anderson · 6 years ago
  45. 9ef7fa5 kgdb: Remove irq flags from roundup by Douglas Anderson · 6 years ago
  46. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  47. 6f9d71c Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  48. b07039b Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  49. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  50. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  51. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  52. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  53. 1a80dad Fix failure path in alloc_pid() by Matthew Wilcox · 6 years ago
  54. 0f4991e kernel/fork.c: mark 'stack_vm_area' with __maybe_unused by YueHaibing · 6 years ago
  55. 063a7d1 mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm by Dan Williams · 6 years ago
  56. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  57. 65c7878 kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustable by Oscar Salvador · 6 years ago
  58. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  59. ef8444e mm, oom: reorganize the oom report in dump_header by yuzhoujian · 6 years ago
  60. 1c30844 mm: reclaim small amounts of memory when an external fragmentation event occurs by Mel Gorman · 6 years ago
  61. 69324b8 mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support by Dan Williams · 6 years ago
  62. a95c90f mm, devm_memremap_pages: fix shutdown handling by Dan Williams · 6 years ago
  63. 06489cf mm, devm_memremap_pages: kill mapping "System RAM" support by Dan Williams · 6 years ago
  64. 808153e mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  65. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  66. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  67. 3fc9c12 cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param by Tejun Heo · 6 years ago
  68. e250d91 cgroup: fix parsing empty mount option string by Ondrej Mosnacek · 6 years ago
  69. 4d71c6f Merge branch 'for-4.20-fixes' into for-4.21 by Tejun Heo · 6 years ago
  70. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  71. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  72. 7f9f852 Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 6 years ago
  73. 047ce6d Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  74. a3b5c106 Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  75. 6d101ba sched/fair: Fix warning on non-SMP build by Olof Johansson · 6 years ago
  76. 17bf423 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. 116b081 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. 1eefdec Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  79. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  80. 5694cec Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  81. 9f687dd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  82. e4b99d4 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. 1e2af25 Merge tag 'pm-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  84. 3d739c1 tracing: Use the return of str_has_prefix() to remove open coded numbers by Steven Rostedt (VMware) · 6 years ago
  85. 036876f tracing: Have the historgram use the result of str_has_prefix() for len of prefix by Steven Rostedt (VMware) · 6 years ago
  86. b6b2735 tracing: Use str_has_prefix() instead of using fixed sizes by Steven Rostedt (VMware) · 6 years ago
  87. 754481e tracing: Use str_has_prefix() helper for histogram code by Steven Rostedt (VMware) · 6 years ago
  88. 1cce377 tracing: Make function ‘ftrace_exports’ static by Mathieu Malaterre · 7 years ago
  89. bea6957d tracing: Simplify printf'ing in seq_print_sym by Rasmus Villemoes · 6 years ago
  90. cc9f59f tracing: Avoid -Wformat-nonliteral warning by Rasmus Villemoes · 6 years ago
  91. 59dd974 tracing: Merge seq_print_sym_short() and seq_print_sym_offset() by Rasmus Villemoes · 6 years ago
  92. 05ddb25 tracing: Add hist trigger comments for variable-related fields by Tom Zanussi · 6 years ago
  93. 9122013 tracing: Remove hist trigger synth_var_refs by Tom Zanussi · 6 years ago
  94. 656fe2b tracing: Use hist trigger's var_ref array to destroy var_refs by Tom Zanussi · 6 years ago
  95. de40f03 tracing: Remove open-coding of hist trigger var_ref management by Tom Zanussi · 6 years ago
  96. e4f6d24 tracing: Use var_refs[] for hist trigger reference checking by Tom Zanussi · 6 years ago
  97. 2f31ed9 tracing: Change strlen to sizeof for hist trigger static strings by Tom Zanussi · 6 years ago
  98. 6801f0d tracing: Remove unnecessary hist trigger struct field by Tom Zanussi · 6 years ago
  99. e8d086d tracing: Fix ftrace_graph_get_ret_stack() to use task and not current by Steven Rostedt (VMware) · 6 years ago
  100. ce28bb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago