1. 490741a module: move the set_fs hack for flush_icache_range to m68k by Christoph Hellwig · 4 years, 10 months ago
  2. a75a2df nommu: use flush_icache_user_range in brk and mmap by Christoph Hellwig · 4 years, 10 months ago
  3. 79ef1e1 binfmt_flat: use flush_icache_user_range by Christoph Hellwig · 4 years, 10 months ago
  4. bce2b68 exec: use flush_icache_user_range in read_code by Christoph Hellwig · 4 years, 10 months ago
  5. 48304f7 exec: only build read_code when needed by Christoph Hellwig · 4 years, 10 months ago
  6. a1e81f9 m68k: implement flush_icache_user_range by Christoph Hellwig · 4 years, 10 months ago
  7. fca7f8e arm: rename flush_cache_user_range to flush_icache_user_range by Christoph Hellwig · 4 years, 10 months ago
  8. 70cd344 xtensa: implement flush_icache_user_range by Christoph Hellwig · 4 years, 10 months ago
  9. 952ec41 sh: implement flush_icache_user_range by Christoph Hellwig · 4 years, 10 months ago
  10. 1268c33 asm-generic: add a flush_icache_user_range stub by Christoph Hellwig · 4 years, 10 months ago
  11. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 10 months ago
  12. 97f52c1 arm,sparc,unicore32: remove flush_icache_user_range by Christoph Hellwig · 4 years, 10 months ago
  13. 396eb69 riscv: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  14. 5019f76 powerpc: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  15. e050945 openrisc: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  16. 9e730ff m68knommu: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  17. 03518c8 microblaze: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  18. 57b94ff ia64: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  19. af23eea hexagon: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  20. 2d49d89 c6x: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  21. a7ba121 arm64: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  22. 43c74ca3 alpha: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  23. 76b3b58 asm-generic: improve the flush_dcache_page stub by Christoph Hellwig · 4 years, 10 months ago
  24. e0cf615 asm-generic: don't include <linux/mm.h> in cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  25. 92a73bd asm-generic: fix the inclusion guards for cacheflush.h by Christoph Hellwig · 4 years, 10 months ago
  26. 7c95fda unicore32: remove flush_cache_user_range by Christoph Hellwig · 4 years, 10 months ago
  27. e292e74 powerpc: unexport flush_icache_user_range by Christoph Hellwig · 4 years, 10 months ago
  28. e7c1fa1 nds32: unexport flush_icache_page by Christoph Hellwig · 4 years, 10 months ago
  29. ce450eb arm: fix the flush_icache_range arguments in set_fiq_handler by Christoph Hellwig · 4 years, 10 months ago
  30. 690623e vhost: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 10 months ago
  31. eaf4d22a9 docs: mm/gup: pin_user_pages.rst: add a "case 5" by John Hubbard · 4 years, 10 months ago
  32. 6a00564 mm/gup: documentation fix for pin_user_pages*() APIs by John Hubbard · 4 years, 10 months ago
  33. 55a650c mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 10 months ago
  34. 420c209 mm/gup: introduce pin_user_pages_locked() by John Hubbard · 4 years, 10 months ago
  35. a8f80f5 mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers) by John Hubbard · 4 years, 10 months ago
  36. dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 10 months ago
  37. e77132e kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted by Rafael Aquini · 4 years, 10 months ago
  38. 60c958d panic: add sysctl to dump all CPUs backtraces on oops event by Guilherme G. Piccoli · 4 years, 10 months ago
  39. 0ec9dc9 kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected by Guilherme G. Piccoli · 4 years, 10 months ago
  40. f117955 kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases by Guilherme G. Piccoli · 4 years, 10 months ago
  41. 4f2f682 lib/test_sysctl: support testing of sysctl. boot parameter by Vlastimil Babka · 4 years, 10 months ago
  42. 4546cde tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y by Vlastimil Babka · 4 years, 10 months ago
  43. b467f3e kernel/hung_task convert hung_task_panic boot parameter to sysctl by Vlastimil Babka · 4 years, 10 months ago
  44. 0a477e1 kernel/sysctl: support handling command line aliases by Vlastimil Babka · 4 years, 10 months ago
  45. 3db978d kernel/sysctl: support setting sysctl parameters from kernel command line by Vlastimil Babka · 4 years, 10 months ago
  46. 01f39c1 xarray.h: correct return code documentation for xa_store_{bh,irq}() by Manfred Spraul · 4 years, 10 months ago
  47. db38d5c kernel: add panic_on_taint by Rafael Aquini · 4 years, 10 months ago
  48. ceabef7 dynamic_debug: add an option to enable dynamic debug for modules only by Orson Zhai · 4 years, 10 months ago
  49. e1eb26f ipc/namespace.c: use a work queue to free_ipc by Giuseppe Scrivano · 4 years, 10 months ago
  50. 4b78e20 ipc/msg: add missing annotation for freeque() by Jules Irenge · 4 years, 10 months ago
  51. 92fb1db mm/page_idle.c: skip offline pages by SeongJae Park · 4 years, 10 months ago
  52. 9aa900c Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 10 months ago
  53. f558b83 Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 10 months ago
  54. 80ef846 Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 10 months ago
  55. 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 10 months ago
  56. e611c0f Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 10 months ago
  57. 3b69e8b Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 10 months ago
  58. b170290 Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 10 months ago
  59. cff11ab Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 10 months ago
  60. 6f2dc3d Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 10 months ago
  61. 1ee18de Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 10 months ago
  62. e542e0d Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 4 years, 10 months ago
  63. 3925c3b Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 10 months ago
  64. 9fa88c5 hpfs: fix warning due to superfluous semicolon by Zou Wei · 4 years, 10 months ago
  65. fe3bc8a Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 4 years, 10 months ago
  66. 4a7e89c Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 10 months ago
  67. 3c0ad98 Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 10 months ago
  68. 8dfb61d kbuild: add variables for compression tools by Denis Efremov · 4 years, 10 months ago
  69. e0b250b Makefile: install modules.builtin even if CONFIG_MODULES=n by Jonas Zeiger · 4 years, 10 months ago
  70. 72d24ac mksysmap: Fix the mismatch of '.L' symbols in System.map by ashimida · 4 years, 10 months ago
  71. c090157 kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 4 years, 10 months ago
  72. 3b09efc modpost: change elf_info->size to size_t by Masahiro Yamada · 4 years, 10 months ago
  73. 4de7b62 modpost: remove is_vmlinux() helper by Masahiro Yamada · 4 years, 10 months ago
  74. a82f794 modpost: strip .o from modname before calling new_module() by Masahiro Yamada · 4 years, 10 months ago
  75. 858b937 modpost: set have_vmlinux in new_module() by Masahiro Yamada · 4 years, 10 months ago
  76. 0b19d54 modpost: remove mod->skip struct member by Masahiro Yamada · 4 years, 10 months ago
  77. 5a438af modpost: add mod->is_vmlinux struct member by Masahiro Yamada · 4 years, 10 months ago
  78. 1be5fa6 modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}() by Masahiro Yamada · 4 years, 10 months ago
  79. 3379576 modpost: remove mod->is_dot_o struct member by Masahiro Yamada · 4 years, 10 months ago
  80. 859c926 modpost: move -d option in scripts/Makefile.modpost by Masahiro Yamada · 4 years, 10 months ago
  81. 467b82d modpost: remove -s option by Masahiro Yamada · 4 years, 10 months ago
  82. 7589357 modpost: remove get_next_text() and make {grab,release_}file static by Masahiro Yamada · 4 years, 10 months ago
  83. 70f30cf modpost: use read_text_file() and get_line() for reading text files by Masahiro Yamada · 4 years, 10 months ago
  84. 7c8f566 modpost: avoid false-positive file open error by Masahiro Yamada · 4 years, 10 months ago
  85. f531c1b modpost: fix potential mmap'ed file overrun in get_src_version() by Masahiro Yamada · 4 years, 10 months ago
  86. ac5100f modpost: add read_text_file() and get_line() helpers by Masahiro Yamada · 4 years, 10 months ago
  87. 4ddea2f modpost: do not call get_modinfo() for vmlinux(.o) by Masahiro Yamada · 4 years, 10 months ago
  88. f693153 modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() by Masahiro Yamada · 4 years, 10 months ago
  89. 48a0f72 modpost: show warning if any of symbol dump files is missing by Masahiro Yamada · 4 years, 10 months ago
  90. 7e8a323 modpost: show warning if vmlinux is not found when processing modules by Masahiro Yamada · 4 years, 10 months ago
  91. 436b2ac modpost: invoke modpost only when input files are updated by Masahiro Yamada · 4 years, 10 months ago
  92. 269a535 modpost: generate vmlinux.symvers and reuse it for the second modpost by Masahiro Yamada · 4 years, 10 months ago
  93. f1005b3 modpost: refactor -i option calculation by Masahiro Yamada · 4 years, 10 months ago
  94. bcfedae modpost: print symbol dump file as the build target in short log by Masahiro Yamada · 4 years, 10 months ago
  95. e3fb4df modpost: re-add -e to set external_module flag by Masahiro Yamada · 4 years, 10 months ago
  96. 7924799 modpost: rename ext_sym_list to dump_list by Masahiro Yamada · 4 years, 10 months ago
  97. ce2ddd6 modpost: allow to pass -i option multiple times to remove -e option by Masahiro Yamada · 4 years, 10 months ago
  98. 52c3416 modpost: track if the symbol origin is a dump file or ELF object by Masahiro Yamada · 4 years, 10 months ago
  99. f5152f4 firmware/dmi: Report DMI Bios & EC firmware release by Erwan Velu · 4 years, 10 months ago
  100. aaa2faa Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 4 years, 10 months ago