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