1. db7c953 Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  2. fcfb679 Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 2 months ago
  3. 3d5e28b Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 4 years, 2 months ago
  4. eccc876 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  5. 9a2a9eb cpufreq: Introduce governor flags by Rafael J. Wysocki · 4 years, 2 months ago
  6. b4e0044 fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent by Eddy Wu · 4 years, 2 months ago
  7. 100e389 Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  8. aaaaa7e Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  9. 15a9844 Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  10. 6a8d0d2 Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  11. 9f5d1c3 futex: Handle transient "ownerless" rtmutex state correctly by Mike Galbraith · 4 years, 2 months ago
  12. 7bdb157 perf/core: Fix a memory leak in perf_event_parse_addr_filter() by kiyin(尹亮) · 4 years, 2 months ago
  13. 86bbf01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  14. 6f64e47 bpf: Update verification logic for LSM programs by KP Singh · 4 years, 2 months ago
  15. d3bec01 bpf: Zero-fill re-used per-cpu map element by David Verbeiren · 4 years, 2 months ago
  16. 7c0afca bpf: BPF_PRELOAD depends on BPF_SYSCALL by Randy Dunlap · 4 years, 2 months ago
  17. 3249fe4 Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  18. f786dfa Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 2 months ago
  19. 9d820f6 entry: Fix the incorrect ordering of lockdep and RCU check by Thomas Gleixner · 4 years, 2 months ago
  20. 645f224 kprobes: Tell lockdep about kprobe nesting by Steven Rostedt (VMware) · 4 years, 2 months ago
  21. 561ca66 tracing: Make -ENOMEM the default error for parse_synth_field() by Steven Rostedt (VMware) · 4 years, 2 months ago
  22. b02414c ring-buffer: Fix recursion protection transitions between interrupt context by Steven Rostedt (VMware) · 4 years, 2 months ago
  23. 3b70ae4 kernel/hung_task.c: make type annotations consistent by Lukas Bulwahn · 4 years, 2 months ago
  24. 6993d0f kthread_worker: prevent queuing delayed work from timer_fn when it is being canceled by Zqiang · 4 years, 2 months ago
  25. 7b3c36f ptrace: fix task_join_group_stop() for the case when current is traced by Oleg Nesterov · 4 years, 2 months ago
  26. 23a8818 cpufreq: schedutil: Don't skip freq update if need_freq_update is set by Viresh Kumar · 4 years, 2 months ago
  27. 906695e tracing: Fix the checking of stackidx in __ftrace_trace_stack by Qiujun Huang · 4 years, 2 months ago
  28. fc0021a swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single by Christoph Hellwig · 4 years, 2 months ago
  29. e9696d2 swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb" by Stefano Stabellini · 4 years, 2 months ago
  30. 726b3d3 ftrace: Handle tracing when switching between context by Steven Rostedt (VMware) · 4 years, 2 months ago
  31. ee11b93 ftrace: Fix recursion check for NMI test by Steven Rostedt (VMware) · 4 years, 2 months ago
  32. c1acb4a tracing: Fix out of bounds write in get_trace_buf by Qiujun Huang · 4 years, 2 months ago
  33. 4312e0e Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  34. 82423b4 Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  35. 8d99084 Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  36. 53760f9 Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 2 months ago
  37. a38283d printk: ringbuffer: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 2 months ago
  38. 8843f40 Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 2 months ago
  39. 1a39340 lockdep: Fix nr_unused_locks accounting by Peter Zijlstra · 4 years, 2 months ago
  40. d48e385 locking/lockdep: Remove more raw_cpu_read() usage by Peter Zijlstra · 4 years, 2 months ago
  41. dea47cf Merge branches 'pm-cpuidle' and 'pm-sleep' by Rafael J. Wysocki · 4 years, 2 months ago
  42. 080b6f4 bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE by Ard Biesheuvel · 4 years, 2 months ago
  43. fa29c9c params: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
  44. 9d0a49c tracepoint: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
  45. d1e7c29 cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set by Rafael J. Wysocki · 4 years, 2 months ago
  46. 77f6ab8 don't dump the threads that had been already exiting when zapped. by Al Viro · 4 years, 2 months ago
  47. 23859ae Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  48. 921c7eb futex: Fix incorrect should_fail_futex() handling by Mateusz Nosek · 4 years, 3 months ago
  49. 4d4ce80 PM: sleep: fix typo in kernel/power/process.c by Jackie Zamow · 4 years, 2 months ago
  50. 761a8c5 tracing, synthetic events: Replace buggy strcat() with seq_buf operations by Steven Rostedt (VMware) · 4 years, 2 months ago
  51. 4230e2d stop_machine, rcu: Mark functions as notrace by Zong Li · 4 years, 2 months ago
  52. cb47755 time: Prevent undefined behaviour in timespec64_to_ns() by Zeng Tao · 4 years, 4 months ago
  53. 9010e38 timers: Remove unused inline funtion debug_timer_free() by YueHaibing · 4 years, 4 months ago
  54. 5254cb8 hrtimer: Remove unused inline function debug_hrtimer_free() by YueHaibing · 4 years, 4 months ago
  55. 4cd2bb1 time/sched_clock: Mark sched_clock_read_begin/retry() as notrace by Quanyang Wang · 4 years, 3 months ago
  56. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  57. 986b9ea kernel/sys.c: fix prototype of prctl_get_tid_address() by Rasmus Villemoes · 4 years, 2 months ago
  58. 672f887 Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  59. 87702a3 Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  60. 81ecf91 Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux by Linus Torvalds · 4 years, 2 months ago
  61. 91f28da Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/prandom by Linus Torvalds · 4 years, 2 months ago
  62. 1b307ac Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 2 months ago
  63. 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
  64. c51f8f8 random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 5 months ago
  65. a5e5c27 Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  66. 41f762a Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 2 months ago
  67. 3cb12d2 Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  68. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  69. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
  70. 2b71482 Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 2 months ago
  71. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  72. e1981f7 ring-buffer: Update the description for ring_buffer_wait by Qiujun Huang · 4 years, 2 months ago
  73. 0a1754b ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 2 months ago
  74. f8e48a3 lockdep: Fix preemption WARN for spurious IRQ-enable by Peter Zijlstra · 4 years, 2 months ago
  75. 0f6372e treewide: remove DISABLE_LTO by Sami Tolvanen · 4 years, 3 months ago
  76. c2f7d08 futex: Adjust absolute futex timeouts with per time namespace offset by Andrei Vagin · 4 years, 2 months ago
  77. 695cebe dma-mapping: move more functions to dma-map-ops.h by Christoph Hellwig · 4 years, 2 months ago
  78. 93c230e bpf: Enforce id generation for all may-be-null register type by Martin KaFai Lau · 4 years, 2 months ago
  79. 76702a2 bpf: Remove unneeded break by Tom Rix · 4 years, 2 months ago
  80. 0070ea2 cpufreq: schedutil: restore cached freq when next_f is not changed by Wei Wang · 4 years, 2 months ago
  81. 41eea65 Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  82. ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 2 months ago
  83. 1aa92cd pid: move pidfd_get_pid() to pid.c by Minchan Kim · 4 years, 2 months ago
  84. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 2 months ago
  85. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  86. 54a4c78 Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 2 months ago
  87. 93f3d8f Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  88. 8119c43 Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 2 months ago
  89. 49dc6fb Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 4 years, 2 months ago
  90. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago
  91. ac05b7a kernel/relay.c: drop unneeded initialization by Sudip Mukherjee · 4 years, 2 months ago
  92. 3f388f2 panic: dump registers on panic_on_warn by Alexey Kardashevskiy · 4 years, 2 months ago
  93. b7621eb kernel: acct.c: fix some kernel-doc nits by Randy Dunlap · 4 years, 2 months ago
  94. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 2 months ago
  95. 15ec0fc kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map() by Liao Pingfang · 4 years, 2 months ago
  96. b296a6d kernel.h: split out min()/max() et al. helpers by Andy Shevchenko · 4 years, 2 months ago
  97. 73eb7f9 mm: use helper function put_write_access() by Miaohe Lin · 4 years, 2 months ago
  98. cb8e3c8 kernel/resource: make iomem_resource implicit in release_mem_region_adjustable() by David Hildenbrand · 4 years, 2 months ago
  99. 9ca6551 mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources by David Hildenbrand · 4 years, 2 months ago
  100. 7cf603d kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED by David Hildenbrand · 4 years, 2 months ago