| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 1 | -3/+3 |
|\ |
|
| * | mm/highmem: remove deprecated kmap_atomic | Ira Weiny | 2021-11-06 | 1 | -3/+3 |
* | | mm: remove spurious blkdev.h includes | Christoph Hellwig | 2021-10-18 | 1 | -1/+0 |
|/ |
|
* | mm: in_irq() cleanup | Changbin Du | 2021-09-08 | 1 | -1/+1 |
* | mm: fix typos in comments | Ingo Molnar | 2021-05-07 | 1 | -1/+1 |
* | mm/highmem.c: fix coding style issue | songqiang | 2021-05-05 | 1 | -6/+5 |
* | mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP | Ira Weiny | 2021-03-25 | 1 | -2/+2 |
* | mm/highmem.c: fix zero_user_segments() with start > end | OGAWA Hirofumi | 2021-03-13 | 1 | -5/+12 |
* | mm/highmem: prepare for overriding set_pte_at() | Thomas Gleixner | 2021-01-24 | 1 | -1/+6 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-15 | 1 | -0/+52 |
|\ |
|
| * | mm: support THPs in zero_user_segments | Matthew Wilcox (Oracle) | 2020-12-15 | 1 | -0/+52 |
* | | mm/highmem: Provide kmap_local* | Thomas Gleixner | 2020-11-24 | 1 | -0/+6 |
* | | sched: highmem: Store local kmaps in task struct | Thomas Gleixner | 2020-11-24 | 1 | -10/+89 |
* | | mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP | Thomas Gleixner | 2020-11-24 | 1 | -1/+11 |
* | | mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCAL | Thomas Gleixner | 2020-11-24 | 1 | -2/+2 |
* | | mm/highmem: Take kmap_high_get() properly into account | Thomas Gleixner | 2020-11-12 | 1 | -6/+13 |
* | | highmem: High implementation details and document API | Thomas Gleixner | 2020-11-06 | 1 | -7/+4 |
* | | mm/highmem: Remove the old kmap_atomic cruft | Thomas Gleixner | 2020-11-06 | 1 | -6/+1 |
* | | x86/mm/highmem: Use generic kmap atomic implementation | Thomas Gleixner | 2020-11-06 | 1 | -1/+1 |
* | | highmem: Make DEBUG_HIGHMEM functional | Thomas Gleixner | 2020-11-06 | 1 | -2/+12 |
* | | highmem: Provide generic variant of kmap_atomic* | Thomas Gleixner | 2020-11-06 | 1 | -2/+142 |
* | | mm/highmem: Un-EXPORT __kmap_atomic_idx() | Thomas Gleixner | 2020-11-06 | 1 | -2/+0 |
|/ |
|
* | mm/highmem.c: clean up endif comments | Ira Weiny | 2020-10-16 | 1 | -2/+2 |
* | mm, x86/mm: Untangle address space layout definitions from basic pgtable type... | Ingo Molnar | 2019-12-10 | 1 | -1/+1 |
* | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 2018-12-28 | 1 | -3/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm/highmem: make nr_free_highpages() handles all highmem zones by itself | Joonsoo Kim | 2016-05-19 | 1 | -8/+4 |
* | mm/highmem: make kmap cache coloring aware | Max Filippov | 2014-08-06 | 1 | -11/+75 |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 | 1 | -0/+1 |
|\ |
|
| * | mm: highmem: export kmap_to_page for modules | Will Deacon | 2012-10-22 | 1 | -0/+1 |
* | | mm, highmem: get virtual address of the page using PKMAP_ADDR() | Joonsoo Kim | 2012-12-11 | 1 | -2/+1 |
* | | mm, highmem: remove page_address_pool list | Joonsoo Kim | 2012-12-11 | 1 | -16/+2 |
* | | mm, highmem: remove useless pool_lock | Joonsoo Kim | 2012-12-11 | 1 | -6/+0 |
* | | mm, highmem: use PKMAP_NR() to calculate an index of pkmap | Joonsoo Kim | 2012-12-11 | 1 | -1/+1 |
* | | mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address | Will Deacon | 2012-11-16 | 1 | -1/+1 |
|/ |
|
* | mm: add support for direct_IO to highmem pages | Mel Gorman | 2012-07-31 | 1 | -0/+12 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ |
|
| * | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | mm: fix kunmap_high() comment | Li Haifeng | 2011-10-31 | 1 | -1/+1 |
|/ |
|
* | mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. | Ian Campbell | 2011-08-17 | 1 | -2/+2 |
* | mm,x86: fix kmap_atomic_push vs ioremap_32.c | Peter Zijlstra | 2010-10-27 | 1 | -1/+5 |
* | mm: stack based kmap_atomic() | Peter Zijlstra | 2010-10-26 | 1 | -58/+4 |
* | mm,kdb,kgdb: Add a debug reference for the kdb kmap usage | Jason Wessel | 2010-08-05 | 1 | -0/+7 |
* | highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_... | Akinobu Mita | 2010-05-25 | 1 | -1/+1 |
* | grammar fix in comment | Uwe Kleine-König | 2010-02-05 | 1 | -1/+1 |
* | highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM... | Soeren Sandmann | 2009-11-10 | 1 | -3/+10 |
* | highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde... | Soeren Sandmann | 2009-11-10 | 1 | -2/+2 |
* | block: remove some includings of blktrace_api.h | Li Zefan | 2009-06-16 | 1 | -1/+0 |
* | mm: introduce debug_kmap_atomic | Akinobu Mita | 2009-04-01 | 1 | -0/+45 |
* | highmem: atomic highmem kmap page pinning | Nicolas Pitre | 2009-03-15 | 1 | -8/+57 |