1. ab7d779 bitmap: remove unused function declaration by Ma, Jianpeng · 4 years, 1 month ago
  2. 0bb8677 include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return boolean by Andy Shevchenko · 4 years, 1 month ago
  3. 35189b8 kernel/acct.c: use #elif instead of #end and #elif by Hui Su · 4 years, 1 month ago
  4. aa6159a kernel.h: split out mathematical helpers by Andy Shevchenko · 4 years, 1 month ago
  5. 0a571b0 asm-generic: force inlining of get_order() to work around gcc10 poor decision by Christophe Leroy · 4 years, 1 month ago
  6. a938968 fs/proc: make pde_get() return nothing by Hui Su · 4 years, 1 month ago
  7. c6c75de proc: fix lookup in /proc/net subdirectories after setns(2) by Alexey Dobriyan · 4 years, 1 month ago
  8. fe71988 proc: provide details on indirect branch speculation by Anand K Mistry · 4 years, 1 month ago
  9. d2928e8 procfs: delete duplicated words + other fixes by Randy Dunlap · 4 years, 1 month ago
  10. 4083a28 alpha: replace bogus in_interrupt() by Thomas Gleixner · 4 years, 1 month ago
  11. 7c33023 mm/memory_hotplug: quieting offline operation by Laurent Dufour · 4 years, 1 month ago
  12. b50da6e mm: fix a race on nr_swap_pages by Zhaoyang Huang · 4 years, 1 month ago
  13. 489e9fe Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 1 month ago
  14. aab7ce2 Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 1 month ago
  15. b4ec805 Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 1 month ago
  16. b109bc7229 Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 1 month ago
  17. ee249d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 1 month ago
  18. 61f9142 Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 4 years, 1 month ago
  19. 0f97458 Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 4 years, 1 month ago
  20. ce51c2b Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 1 month ago
  21. 9d0d886 Merge branch 'i2c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 1 month ago
  22. 605ea5a Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 1 month ago
  23. 2dda570 Merge tag 'regulator-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years, 1 month ago
  24. a45f1d4 Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years, 1 month ago
  25. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  26. 5b200f5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  27. 15b4473 mm/lru: revise the comments of lru_lock by Hugh Dickins · 4 years, 1 month ago
  28. 2a5e4e3 mm/lru: introduce relock_page_lruvec() by Alexander Duyck · 4 years, 1 month ago
  29. 6168d0d mm/lru: replace pgdat lru_lock with lruvec lock by Alex Shi · 4 years, 1 month ago
  30. fc574c2 mm/swap.c: serialize memcg changes in pagevec_lru_move_fn by Alex Shi · 4 years, 1 month ago
  31. 9df4131 mm/compaction: do page isolation first in compaction by Alex Shi · 4 years, 1 month ago
  32. d25b5bd mm/lru: introduce TestClearPageLRU() by Alex Shi · 4 years, 1 month ago
  33. 13805a8 mm/mlock: remove __munlock_isolate_lru_page() by Alex Shi · 4 years, 1 month ago
  34. 3db19aa mm/mlock: remove lru_lock on TestClearPageMlocked by Alex Shi · 4 years, 1 month ago
  35. afca915 mm/vmscan: remove lruvec reget in move_pages_to_lru by Alex Shi · 4 years, 1 month ago
  36. 75cc3c9 mm/lru: move lock into lru_note_cost by Alex Shi · 4 years, 1 month ago
  37. c7c7b80 mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn by Alex Shi · 4 years, 1 month ago
  38. 20ad50d mm/memcg: add debug checking in lock_page_memcg by Alex Shi · 4 years, 1 month ago
  39. 880fc6b mm: page_idle_get_page() does not need lru_lock by Hugh Dickins · 4 years, 1 month ago
  40. 16f5e70 mm/rmap: stop store reordering issue on page->mapping by Alex Shi · 4 years, 1 month ago
  41. 3d06afa mm/vmscan: remove unnecessary lruvec adding by Alex Shi · 4 years, 1 month ago
  42. b676983 mm/thp: narrow lru locking by Alex Shi · 4 years, 1 month ago
  43. 6dbb574 mm/thp: simplify lru_add_page_tail() by Alex Shi · 4 years, 1 month ago
  44. 9486663 mm/thp: use head for head page in lru_add_page_tail() by Alex Shi · 4 years, 1 month ago
  45. 88dcb9a mm/thp: move lru_add_page_tail() to huge_memory.c by Alex Shi · 4 years, 1 month ago
  46. 3db1a3f Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 1 month ago
  47. 2911ed9 Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 1 month ago
  48. 7240153 Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 1 month ago
  49. 157f809 Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 1 month ago
  50. 0cee54c Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 1 month ago
  51. c367caf Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 1 month ago
  52. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  53. 255b2d5 Merge branch 'remotes/lorenzo/pci/misc' by Bjorn Helgaas · 4 years, 1 month ago
  54. f7ce68387 Merge branch 'remotes/lorenzo/pci/vmd' by Bjorn Helgaas · 4 years, 1 month ago
  55. b9efb85 Merge branch 'remotes/lorenzo/pci/rcar' by Bjorn Helgaas · 4 years, 1 month ago
  56. 28e77bc Merge branch 'remotes/lorenzo/pci/keystone' by Bjorn Helgaas · 4 years, 1 month ago
  57. 4cc0a34 Merge branch 'remotes/lorenzo/pci/iproc' by Bjorn Helgaas · 4 years, 1 month ago
  58. ff9f168 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 4 years, 1 month ago
  59. ee4871d Merge branch 'remotes/lorenzo/pci/cadence' by Bjorn Helgaas · 4 years, 1 month ago
  60. 0032242 Merge branch 'remotes/lorenzo/pci/brcmstb' by Bjorn Helgaas · 4 years, 1 month ago
  61. 7546ad5 Merge branch 'remotes/lorenzo/pci/aardvark' by Bjorn Helgaas · 4 years, 1 month ago
  62. 7c250f8 Merge branch 'pci/ecam' by Bjorn Helgaas · 4 years, 1 month ago
  63. c086b55 Merge branch 'pci/virtualization' by Bjorn Helgaas · 4 years, 1 month ago
  64. 72b3a64 Merge branch 'pci/ptm' by Bjorn Helgaas · 4 years, 1 month ago
  65. ff163da Merge branch 'pci/pm' by Bjorn Helgaas · 4 years, 1 month ago
  66. a48e486 Merge branch 'pci/msi' by Bjorn Helgaas · 4 years, 1 month ago
  67. 6db645f Merge branch 'pci/misc' by Bjorn Helgaas · 4 years, 1 month ago
  68. 1a76dce Merge branch 'pci/hotplug' by Bjorn Helgaas · 4 years, 1 month ago
  69. 6a94785f Merge branch 'pci/err' by Bjorn Helgaas · 4 years, 1 month ago
  70. e872250 Merge branch 'pci/enumeration' by Bjorn Helgaas · 4 years, 1 month ago
  71. 1559c4b Merge branch 'pci/aspm' by Bjorn Helgaas · 4 years, 1 month ago
  72. 0599837 PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller by Bjorn Helgaas · 4 years, 2 months ago
  73. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  74. dfefd22 mm: cleanup kstrto*() usage by Alexey Dobriyan · 4 years, 1 month ago
  75. 01359eb mm: fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  76. bf16d19 mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_at by Joe Perches · 4 years, 1 month ago
  77. 79d4d38 mm: shmem: convert shmem_enabled_show to use sysfs_emit_at by Joe Perches · 4 years, 1 month ago
  78. 5e4c0d8 mm:backing-dev: use sysfs_emit in macro defining functions by Joe Perches · 4 years, 1 month ago
  79. bfb0ffe mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neatening by Joe Perches · 4 years, 1 month ago
  80. ae7a927 mm: use sysfs_emit for struct kobject * uses by Joe Perches · 4 years, 1 month ago
  81. a00cda3 mm: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  82. 3d711a3 zram: break the strict dependency from lzo by Rui Salvaterra · 4 years, 1 month ago
  83. 194e28d zram: add stat to gather incompressible pages since zram set up by Minchan Kim · 4 years, 1 month ago
  84. 0d83596 zram: support page writeback by Minchan Kim · 4 years, 1 month ago
  85. 95c9ae1 mm/process_vm_access: remove redundant initialization of iov_r by Colin Ian King · 4 years, 1 month ago
  86. 110ceb8 mm/zsmalloc.c: rework the list_add code in insert_zspage() by Miaohe Lin · 4 years, 1 month ago
  87. 1ec3b5f mm/zswap: move to use crypto_acomp API for hardware acceleration by Barry Song · 4 years, 1 month ago
  88. 42a4470 mm/zswap: fix passing zero to 'PTR_ERR' warning by YueHaibing · 4 years, 1 month ago
  89. 83aed6c mm/zswap: make struct kernel_param_ops definitions const by Joe Perches · 4 years, 1 month ago
  90. d9f411b userfaultfd/selftests: hint the test runner on required privilege by Peter Xu · 4 years, 1 month ago
  91. 1e17a24 userfaultfd/selftests: fix retval check for userfaultfd_open() by Peter Xu · 4 years, 1 month ago
  92. 164c50b userfaultfd/selftests: always dump something in modes by Peter Xu · 4 years, 1 month ago
  93. 77f962e userfaultfd: selftests: make __{s,u}64 format specifiers portable by Axel Rasmussen · 4 years, 1 month ago
  94. d0d4730 userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knob by Lokesh Gidra · 4 years, 1 month ago
  95. 37cd057 userfaultfd: add UFFD_USER_MODE_ONLY by Lokesh Gidra · 4 years, 1 month ago
  96. f289041 mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO by Vlastimil Babka · 4 years, 1 month ago
  97. 8f42475 mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY by Vlastimil Babka · 4 years, 1 month ago
  98. 03b6c9a kernel/power: allow hibernation with page_poison sanity checking by Vlastimil Babka · 4 years, 1 month ago
  99. 8db26a3 mm, page_poison: use static key more efficiently by Vlastimil Babka · 4 years, 1 month ago
  100. 0401351 mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters by Vlastimil Babka · 4 years, 1 month ago