1. 7994149 Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 1 month ago
  2. 825c43f kmap_local: don't assume kmap PTEs are linear arrays in memory by Ard Biesheuvel · 3 years, 1 month ago
  3. c035713 mm: Add functions to zero portions of a folio by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  4. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  5. d2c20e5 mm/highmem: remove deprecated kmap_atomic by Ira Weiny · 3 years, 2 months ago
  6. 518d550 mm: remove spurious blkdev.h includes by Christoph Hellwig · 3 years, 3 months ago
  7. ea0eafe mm: in_irq() cleanup by Changbin Du · 3 years, 4 months ago
  8. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  9. 9727688 mm/highmem.c: fix coding style issue by songqiang · 3 years, 8 months ago
  10. 487cfad mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP by Ira Weiny · 3 years, 9 months ago
  11. 184cee5 mm/highmem.c: fix zero_user_segments() with start > end by OGAWA Hirofumi · 3 years, 10 months ago
  12. a1dce7f mm/highmem: prepare for overriding set_pte_at() by Thomas Gleixner · 4 years ago
  13. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  14. 0060ef3 mm: support THPs in zero_user_segments by Matthew Wilcox (Oracle) · 4 years ago
  15. f3ba3c7 mm/highmem: Provide kmap_local* by Thomas Gleixner · 4 years, 1 month ago
  16. 5fbda3e sched: highmem: Store local kmaps in task struct by Thomas Gleixner · 4 years, 1 month ago
  17. 0e91a0c mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP by Thomas Gleixner · 4 years, 1 month ago
  18. 6e799cb mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCAL by Thomas Gleixner · 4 years, 1 month ago
  19. 2a656ca mm/highmem: Take kmap_high_get() properly into account by Thomas Gleixner · 4 years, 2 months ago
  20. 13f876b highmem: High implementation details and document API by Thomas Gleixner · 4 years, 2 months ago
  21. 3c1016b mm/highmem: Remove the old kmap_atomic cruft by Thomas Gleixner · 4 years, 2 months ago
  22. 157e118 x86/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 2 months ago
  23. 389755c highmem: Make DEBUG_HIGHMEM functional by Thomas Gleixner · 4 years, 2 months ago
  24. 298fa1a highmem: Provide generic variant of kmap_atomic* by Thomas Gleixner · 4 years, 2 months ago
  25. 16675dd mm/highmem: Un-EXPORT __kmap_atomic_idx() by Thomas Gleixner · 4 years, 2 months ago
  26. 955cc77 mm/highmem.c: clean up endif comments by Ira Weiny · 4 years, 2 months ago
  27. 186525b mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitions by Ingo Molnar · 5 years ago
  28. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. 33499bf mm/highmem: make nr_free_highpages() handles all highmem zones by itself by Joonsoo Kim · 9 years ago
  31. 15de36a mm/highmem: make kmap cache coloring aware by Max Filippov · 10 years ago
  32. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  33. eb2db43 mm, highmem: get virtual address of the page using PKMAP_ADDR() by Joonsoo Kim · 12 years ago
  34. a354e2c mm, highmem: remove page_address_pool list by Joonsoo Kim · 12 years ago
  35. cc33a30 mm, highmem: remove useless pool_lock by Joonsoo Kim · 12 years ago
  36. 4de22c0 mm, highmem: use PKMAP_NR() to calculate an index of pkmap by Joonsoo Kim · 12 years ago
  37. 498c228 mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address by Will Deacon · 12 years ago
  38. f0263d2 mm: highmem: export kmap_to_page for modules by Will Deacon · 12 years ago
  39. 5a17811 mm: add support for direct_IO to highmem pages by Mel Gorman · 12 years ago
  40. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  41. 4e9dc5d mm: fix kunmap_high() comment by Li Haifeng · 13 years ago
  42. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  43. f991879 mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. by Ian Campbell · 13 years ago
  44. a8e23a2 mm,x86: fix kmap_atomic_push vs ioremap_32.c by Peter Zijlstra · 14 years ago
  45. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  46. eac79005 mm,kdb,kgdb: Add a debug reference for the kdb kmap usage by Jason Wessel · 14 years ago
  47. ff3d58c highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic() by Akinobu Mita · 15 years ago
  48. 5e39df5 grammar fix in comment by Uwe Kleine-König · 15 years ago
  49. d451564 highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NMI_PTE by Soeren Sandmann · 15 years ago
  50. 5ebd4c2 highmem: Fix race in debug_kmap_atomic() which could cause warn_count to underflow by Soeren Sandmann · 15 years ago
  51. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 16 years ago
  52. f4112de mm: introduce debug_kmap_atomic by Akinobu Mita · 16 years ago
  53. 3297e76 highmem: atomic highmem kmap page pinning by Nicolas Pitre · 16 years ago
  54. 5843d9a x86, pat: avoid highmem cache attribute aliasing by Nick Piggin · 16 years ago
  55. db7a94d highmem: Export totalhigh_pages. by David S. Miller · 16 years ago
  56. 77f6078 mm: highmem kernel-doc additions by Randy Dunlap · 17 years ago
  57. 920c7a5 mm: remove fastcall from mm/ by Harvey Harrison · 17 years ago
  58. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  59. ce6234b [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pages by Jeremy Fitzhardinge · 18 years ago
  60. d23ad42 [PATCH] Use ZVC for free_pages by Christoph Lameter · 18 years ago
  61. 831058d [PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6] by David Howells · 18 years ago
  62. c1f60a5 [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h by Christoph Lameter · 18 years ago
  63. d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 19 years ago
  64. 75babca BUG_ON() Conversion in mm/highmem.c by Eric Sesterhenn · 19 years ago
  65. a19b27c [PATCH] mempool: use common mempool page allocator by Matthew Dobson · 19 years ago
  66. 2056a78 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 by Jens Axboe · 19 years ago
  67. 260b236 [PATCH] gfp_t: the rest by Al Viro · 19 years ago
  68. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  69. edfbe2b [PATCH] count bounce buffer pages in vmstat by KAMEZAWA Hiroyuki · 20 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago