summaryrefslogtreecommitdiff
path: root/arch/x86/mm/highmem_32.c
AgeCommit message (Expand)Author
2023-05-18x86/mm: Include asm/numa.h for set_highmem_pages_init()Arnd Bergmann
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu
2013-04-29mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu
2012-03-20highmem: kill all __kmap_atomic()Cong Wang
2011-12-05x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...Konrad Rzeszutek Wilk
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-10x86: Export kmap_atomic_to_page()Avi Kivity
2009-07-29x86: Export kmap_atomic_prot() needed for TTM.Thomas Hellstrom
2009-06-29x86, highmem_32.c: Clean up commentFigo.zhang
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge
2009-04-03mm: fix misuse of debug_kmap_atomicAkinobu Mita
2009-04-01mm: use debug_kmap_atomicAkinobu Mita
2009-04-01mm: introduce debug_kmap_atomicAkinobu Mita
2009-03-29x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge
2009-03-13x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fixIngo Molnar
2009-03-11x86: debug check for kmap_atomic_pfn and iomap_atomic_prot_pfn()Akinobu Mita
2009-03-11x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita
2009-03-04x86: set_highmem_pages_init() cleanup, #2Pekka Enberg
2009-03-03x86: set_highmem_pages_init() cleanup, fix !CONFIG_NUMA && CONFIG_HIGHMEM=yIngo Molnar
2009-03-03x86: set_highmem_pages_init() cleanupPekka Enberg
2008-10-18Export kmap_atomic_pfn for DRM-GEM.Eric Anholt
2008-04-30x86: unexport kmap_atomic_to_pageAdrian Bunk
2008-03-28Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEMAndrew Morton
2008-01-30x86: kmap_atomic() debuggingAndrew Morton
2007-10-11i386: move mmThomas Gleixner