1. 8ce3648 Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  2. c12a29e Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  3. a414741 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  4. eb1f065 kernel/resource: fix return code check in __request_free_mem_region by Alistair Popple · 3 years, 8 months ago
  5. 25a1298 Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  6. eb01f53 tracing: Handle %.*s in trace_check_vprintf() by Steven Rostedt (VMware) · 3 years, 8 months ago
  7. dbb5afa ptrace: make ptrace() fail if the tracee changed its pid unexpectedly by Oleg Nesterov · 3 years, 8 months ago
  8. 02dbb72 sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu() by Gautham R. Shenoy · 3 years, 8 months ago
  9. e09784a alarmtimer: Check RTC features instead of ops by Alexandre Belloni · 3 years, 8 months ago
  10. 9819f68 Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  11. 732a27a Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  12. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  13. fc858a5 Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
  14. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  15. 5afe69c kernel/sys.c: fix typo by Xiaofeng Cao · 3 years, 8 months ago
  16. f0fffaf kernel/up.c: fix typo by Bhaskar Chowdhury · 3 years, 8 months ago
  17. a12f4f8 kernel/user_namespace.c: fix typos by Xiaofeng Cao · 3 years, 8 months ago
  18. 48207f7 kernel/umh.c: fix some spelling mistakes by zhouchuangao · 3 years, 8 months ago
  19. bbcd53c drivers/char: remove /dev/kmem for good by David Hildenbrand · 3 years, 8 months ago
  20. 17652f4 modules: add CONFIG_MODPROBE_PATH by Rasmus Villemoes · 3 years, 8 months ago
  21. e7cb072 init/initramfs.c: do unpacking asynchronously by Rasmus Villemoes · 3 years, 8 months ago
  22. a065c0f kernel/async.c: remove async_unregister_domain() by Rasmus Villemoes · 3 years, 8 months ago
  23. 07416af kernel/async.c: stop guarding pr_debug() statements by Rasmus Villemoes · 3 years, 8 months ago
  24. 56fd949 kernel/resource: fix locking in request_free_mem_region by Alistair Popple · 3 years, 8 months ago
  25. 63cdafe kernel/resource: refactor __request_region to allow external locking by Alistair Popple · 3 years, 8 months ago
  26. d486ccb kernel/resource: allow region_intersects users to hold resource_lock by Alistair Popple · 3 years, 8 months ago
  27. 97523a4 kernel/resource: remove first_lvl / siblings_only logic by David Hildenbrand · 3 years, 8 months ago
  28. 3c9c7975 kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources by David Hildenbrand · 3 years, 8 months ago
  29. 97f61c8 kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources by David Hildenbrand · 3 years, 8 months ago
  30. 9b472e8 gcov: clang: drop support for clang-10 and older by Nick Desaulniers · 3 years, 8 months ago
  31. 1391efa gcov: use kvmalloc() by Johannes Berg · 3 years, 8 months ago
  32. 3180c44 gcov: simplify buffer allocation by Johannes Berg · 3 years, 8 months ago
  33. 7a1d55b gcov: combine common code by Johannes Berg · 3 years, 8 months ago
  34. b2075db kexec: dump kmessage before machine_kexec by Pavel Tatashin · 3 years, 8 months ago
  35. 31d82c2 kernel: kexec_file: fix error return code of kexec_calculate_store_digests() by Jia-Ju Bai · 3 years, 8 months ago
  36. a119b4e kexec: Add kexec reboot string by Joe LeVeque · 3 years, 8 months ago
  37. a8ca6b1 kernel/fork.c: fix typos by Xiaofeng Cao · 3 years, 8 months ago
  38. a689539 kernel/fork.c: simplify copy_mm() by Rolf Eike Beer · 3 years, 8 months ago
  39. 5449162 do_wait: make PIDTYPE_PID case O(1) instead of O(n) by Jim Newsome · 3 years, 8 months ago
  40. 32c9397 kernel/cred.c: make init_groups static by Rasmus Villemoes · 3 years, 8 months ago
  41. 8ba9d40 kernel/async.c: fix pr_debug statement by Rasmus Villemoes · 3 years, 8 months ago
  42. 51cf94d futex: Make syscall entry points less convoluted by Thomas Gleixner · 3 years, 8 months ago
  43. b097d5e futex: Get rid of the val2 conditional dance by Thomas Gleixner · 3 years, 8 months ago
  44. cdf78db futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI by Thomas Gleixner · 3 years, 8 months ago
  45. 4fbf5d6 Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op") by Thomas Gleixner · 3 years, 8 months ago
  46. 7ec901b Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  47. 28ce0e7 locking/qrwlock: Cleanup queued_write_lock_slowpath() by Waiman Long · 3 years, 8 months ago
  48. 1139aeb smp: Fix smp_call_function_single_async prototype by Arnd Bergmann · 3 years, 8 months ago
  49. 0258bdf sched/fair: Fix unfairness caused by missing load decay by Odin Ugedal · 3 years, 8 months ago
  50. 6d2f890 sched: Fix out-of-bound access in uclamp by Quentin Perret · 3 years, 8 months ago
  51. d583d36 psi: Fix psi state corruption when schedule() races with cgroup move by Johannes Weiner · 3 years, 8 months ago
  52. 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  53. 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
  54. ef49843 mm/compaction: remove unused variable sysctl_compact_memory by Pintu Kumar · 3 years, 8 months ago
  55. 8c9af47 ftrace: Handle commands when closing set_ftrace_filter file by Steven Rostedt (VMware) · 3 years, 8 months ago
  56. 74d6790 Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 3 years, 8 months ago
  57. 954b720 Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years, 8 months ago
  58. 9b1f61d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
  59. 23806a3 Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  60. 801c605 bpf: Fix leakage of uninitialized bpf stack under speculation by Daniel Borkmann · 3 years, 8 months ago
  61. b9b34dd bpf: Fix masking negation logic upon negative dst register by Daniel Borkmann · 3 years, 8 months ago
  62. 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
  63. 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  64. 9009b45 .gitignore: prefix local generated files with a slash by Masahiro Yamada · 3 years, 8 months ago
  65. 46b41d5 kbuild: update config_data.gz only when the content of .config is changed by Masahiro Yamada · 3 years, 8 months ago
  66. 1fca376 kernel/.gitgnore: remove stale timeconst.h and hz.bc by Masahiro Yamada · 3 years, 8 months ago
  67. d42f323 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  68. 65ec0a7 Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 8 months ago
  69. 65c61de Merge tag 'modules-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 8 months ago
  70. e2b5bcf irq_work: record irq_work_queue() call stack by Zqiang · 3 years, 8 months ago
  71. 23f61f0 kasan: record task_work_add() call stack by Walter Wu · 3 years, 8 months ago
  72. e82b9b3 kernel/dma: remove unnecessary unmap_kernel_range by Nicholas Piggin · 3 years, 8 months ago
  73. dc26532 cgroup: rstat: punt root-level optimization to individual controllers by Johannes Weiner · 3 years, 8 months ago
  74. a7df69b cgroup: rstat: support cgroup1 by Johannes Weiner · 3 years, 8 months ago
  75. 27faca8 mm: memcontrol: fix kernel stack account by Muchun Song · 3 years, 8 months ago
  76. 9bf3bc9 watchdog: cleanup handling of false positives by Petr Mladek · 3 years, 8 months ago
  77. 9f113bf watchdog: fix barriers when printing backtraces from all CPUs by Petr Mladek · 3 years, 8 months ago
  78. 1bc503cb watchdog/softlockup: remove logic that tried to prevent repeated reports by Petr Mladek · 3 years, 8 months ago
  79. fef06ef watchdog/softlockup: report the overall time of softlockups by Petr Mladek · 3 years, 8 months ago
  80. c9ad17c watchdog: explicitly update timestamp when reporting softlockup by Petr Mladek · 3 years, 8 months ago
  81. 7c0012f watchdog: rename __touch_watchdog() to a better descriptive name by Petr Mladek · 3 years, 8 months ago
  82. aafe104 tracing: Restructure trace_clock_global() to never block by Steven Rostedt (VMware) · 3 years, 8 months ago
  83. 8ca5297 Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  84. b0030af Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  85. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  86. dfc06b3 swiotlb: don't override user specified size in swiotlb_adjust_size by Christoph Hellwig · 3 years, 8 months ago
  87. 635de95 Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  88. 3644286 Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 8 months ago
  89. 767fcbc Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 8 months ago
  90. 625434d Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  91. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  92. 42dec9a Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  93. 0ff0edb Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  94. 9a45da9 Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  95. 785e3c0 tracing: Map all PIDs to command lines by Steven Rostedt (VMware) · 3 years, 8 months ago
  96. 55e6be6 Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 8 months ago
  97. eb6bbac Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years, 8 months ago
  98. 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 8 months ago
  99. 916a759 Merge tag 'kgdb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 3 years, 8 months ago
  100. f008d73 bpf: Add batched ops support for percpu array by Pedro Tammela · 3 years, 8 months ago