1. 677f141 scripts/checkstack.pl: don't display $dre as different entity by Maninder Singh · 4 years, 8 months ago
  2. 859c817 modpost,fixdep: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  3. 5967577 scripts: headers_install: Exit with error on config leak by Siddharth Gupta · 4 years, 8 months ago
  4. 0663c68 kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS by Masahiro Yamada · 4 years, 9 months ago
  5. 610134b kbuild: remove misleading stale FIXME comment by Masahiro Yamada · 4 years, 9 months ago
  6. 3044dd0 kbuild: invoke syncconfig if autoconf.h is missing by Masahiro Yamada · 4 years, 9 months ago
  7. 88a8e27 samples: watchdog: use 'userprogs' syntax by Masahiro Yamada · 4 years, 9 months ago
  8. b98ccc7 samples: timers: use 'userprogs' syntax by Masahiro Yamada · 4 years, 9 months ago
  9. 87ffbba samples: auxdisplay: use 'userprogs' syntax by Masahiro Yamada · 4 years, 9 months ago
  10. c4c1099 samples: mei: build sample program for target architecture by Masahiro Yamada · 4 years, 9 months ago
  11. 60fb0b1 samples: pidfd: build sample program for target architecture by Masahiro Yamada · 4 years, 9 months ago
  12. 28949b8 samples: vfs: build sample programs for target architecture by Masahiro Yamada · 4 years, 9 months ago
  13. 37249f5 samples: connector: build sample program for target architecture by Masahiro Yamada · 4 years, 9 months ago
  14. 82d00a9 samples: hidraw: build sample program for target architecture by Masahiro Yamada · 4 years, 9 months ago
  15. 87ecdf4 samples: uhid: build sample program for target architecture by Masahiro Yamada · 4 years, 9 months ago
  16. 8a45fe7 samples: uhid: fix warnings in uhid-example by Sam Ravnborg · 4 years, 9 months ago
  17. e079a08 kbuild: doc: document the new syntax 'userprogs' by Masahiro Yamada · 4 years, 9 months ago
  18. f59e766 samples: seccomp: build sample programs for target architecture by Masahiro Yamada · 4 years, 9 months ago
  19. 8a2cc05 bpfilter: use 'userprogs' syntax to build bpfilter_umh by Masahiro Yamada · 4 years, 9 months ago
  20. 7f3a59d kbuild: add infrastructure to build userspace programs by Masahiro Yamada · 4 years, 9 months ago
  21. b1183b6 bpfilter: check if $(CC) can link static libc in Kconfig by Masahiro Yamada · 4 years, 8 months ago
  22. 9371f86 bpfilter: match bit size of bpfilter_umh to that of the kernel by Masahiro Yamada · 4 years, 9 months ago
  23. 59721d4 kbuild: warn if always, hostprogs-y, or hostprogs-m is used by Masahiro Yamada · 4 years, 9 months ago
  24. 78046fa kbuild: determine the output format of DTC by the target suffix by Masahiro Yamada · 4 years, 9 months ago
  25. 1ca0c2f kbuild: remove unused AS assignment by Masahiro Yamada · 4 years, 9 months ago
  26. ea21e90 kbuild: remove '/' target by Masahiro Yamada · 4 years, 9 months ago
  27. 85e4a88 Revert "objtool: Skip samples subdirectory" by Masahiro Yamada · 4 years, 9 months ago
  28. 9a95015 kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macro by Masahiro Yamada · 4 years, 9 months ago
  29. 30a7729 kbuild: use -MMD instead of -MD to exclude system headers from dependency by Masahiro Yamada · 4 years, 9 months ago
  30. 8b59cd8 kbuild: ensure full rebuild when the compiler is updated by Masahiro Yamada · 4 years, 9 months ago
  31. e33ae3e kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANG by Masahiro Yamada · 4 years, 9 months ago
  32. 081b4b5 unicore32: do not evaluate compiler's library path when cleaning by Masahiro Yamada · 4 years, 9 months ago
  33. dc960bf h8300: suppress error messages for 'make clean' by Masahiro Yamada · 4 years, 9 months ago
  34. 6632fa8 hexagon: suppress error message for 'make clean' by Masahiro Yamada · 4 years, 9 months ago
  35. 7e49afc um: do not evaluate compiler's library path when cleaning by Masahiro Yamada · 4 years, 9 months ago
  36. 2ef96a5 Linux 5.7-rc5 by Linus Torvalds · 4 years, 8 months ago
  37. c14cab2 Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  38. 8b00083 Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  39. bd2049f Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  40. 27d2dcb Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 8 months ago
  41. 0a85ed6 Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  42. e99332e gcc-10: mark more functions __init to avoid section mismatch warnings by Linus Torvalds · 4 years, 8 months ago
  43. 2e28f3b Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 8 months ago
  44. 1a263ae gcc-10: avoid shadowing standard library 'free()' in crypto by Linus Torvalds · 4 years, 8 months ago
  45. adc7192 gcc-10: disable 'restrict' warning for now by Linus Torvalds · 4 years, 8 months ago
  46. 5a76021 gcc-10: disable 'stringop-overflow' warning for now by Linus Torvalds · 4 years, 8 months ago
  47. 59c7c3c nvme: fix possible hang when ns scanning fails during error recovery by Sagi Grimberg · 4 years, 8 months ago
  48. a8de6639 nvme-pci: fix "slimmer CQ head update" by Alexey Dobriyan · 4 years, 8 months ago
  49. 6bd87ee bdi: add a ->dev_name field to struct backing_dev_info by Christoph Hellwig · 4 years, 9 months ago
  50. d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 9 months ago
  51. 4472099 gcc-10: disable 'array-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  52. 5c45de2 gcc-10: disable 'zero-length-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  53. 78a5255 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 8 months ago
  54. 1d3962a Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  55. d5eeab8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 8 months ago
  56. eb24fdd Merge tag 'ceph-for-5.7-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 8 months ago
  57. 12ae44a ceph: demote quotarealm lookup warning to a debug message by Luis Henriques · 4 years, 9 months ago
  58. 4334f30 Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 8 months ago
  59. c61529f6 Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 8 months ago
  60. e7a1c73 Merge tag 'staging-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 8 months ago
  61. cbd0e48 Merge tag 'tty-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 8 months ago
  62. 0a0b96b Merge tag 'usb-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 8 months ago
  63. 775a8e0 Merge tag 'drm-fixes-2020-05-08' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 8 months ago
  64. af38553 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  65. fb3637a iommu/virtio: Reverse arguments to list_add by Julia Lawall · 4 years, 9 months ago
  66. a9fe6f18 Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 8 months ago
  67. c61b0b9 Merge tag 'amd-drm-fixes-5.7-2020-05-06' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 8 months ago
  68. 79dede7 Merge branch 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 8 months ago
  69. 14f6914 mm: limit boost_watermark on small zones by Henry Willard · 4 years, 8 months ago
  70. 8d58f22 ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST by Kees Cook · 4 years, 8 months ago
  71. 17e3452 mm/vmscan: remove unnecessary argument description of isolate_lru_pages() by Qiwu Chen · 4 years, 8 months ago
  72. 412895f epoll: atomically remove wait entry on wake up by Roman Penyaev · 4 years, 8 months ago
  73. 474328c kselftests: introduce new epoll60 testcase for catching lost wakeups by Roman Penyaev · 4 years, 8 months ago
  74. 28307d9 percpu: make pcpu_alloc() aware of current gfp context by Filipe Manana · 4 years, 8 months ago
  75. cbfc35a mm/slub: fix incorrect interpretation of s->offset by Waiman Long · 4 years, 8 months ago
  76. 50e36be scripts/gdb: repair rb_first() and rb_last() by Aymeric Agon-Rambosson · 4 years, 8 months ago
  77. 0c54a6a eventpoll: fix missing wakeup for ovflist in ep_poll_callback by Khazhismel Kumykov · 4 years, 8 months ago
  78. 996ed22 arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory() by Janakarajan Natarajan · 4 years, 8 months ago
  79. e08df07 scripts/decodecode: fix trapping instruction formatting by Ivan Delalande · 4 years, 8 months ago
  80. 324cfb1 kernel/kcov.c: fix typos in kcov_remote_start documentation by Maciej Grochowski · 4 years, 8 months ago
  81. e84fe99 mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous() by David Hildenbrand · 4 years, 8 months ago
  82. 11d6761 mm, memcg: fix error return value of mem_cgroup_css_alloc() by Yafang Shao · 4 years, 8 months ago
  83. b5f2006 ipc/mqueue.c: change __do_notify() to bypass check_kill_permission() by Oleg Nesterov · 4 years, 8 months ago
  84. 192ffb75 Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 8 months ago
  85. 9ecc4d7 Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 8 months ago
  86. 63ff822 io_uring: don't use 'fd' for openat/openat2/statx by Jens Axboe · 4 years, 8 months ago
  87. 8842604 tools/bootconfig: Fix resource leak in apply_xbc() by Yunfeng Ye · 4 years, 8 months ago
  88. 192b799 tracing: Make tracing_snapshot_instance_cond() static by Zou Wei · 4 years, 9 months ago
  89. f094a23 tracing: Fix doc mistakes in trace sample by Wei Yang · 4 years, 9 months ago
  90. 386c82a gpu/trace: Minor comment updates for gpu_mem_total tracepoint by Yiwei Zhang · 4 years, 9 months ago
  91. 11f5efc tracing: Add a vmalloc_sync_mappings() for safe measure by Steven Rostedt (VMware) · 4 years, 8 months ago
  92. d16a8c3 tracing: Wait for preempt irq delay thread to finish by Steven Rostedt (VMware) · 4 years, 8 months ago
  93. 6e7f2ea Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
  94. 8c16ec9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 8 months ago
  95. de268cc Merge tag 'configfs-for-5.7' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years, 8 months ago
  96. 90da2e3 splice: move f_mode checks to do_{splice,tee}() by Pavel Begunkov · 4 years, 9 months ago
  97. 1119d26 objtool: Fix infinite loop in find_jump_table() by Josh Poimboeuf · 4 years, 9 months ago
  98. eb7ae5e bdi: move bdi_dev_name out of line by Christoph Hellwig · 4 years, 9 months ago
  99. 156c757 vboxsf: don't use the source name in the bdi name by Christoph Hellwig · 4 years, 9 months ago
  100. 027d0c7 arm64: hugetlb: avoid potential NULL dereference by Mark Rutland · 4 years, 9 months ago