index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
highmem_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-18
x86/mm: Include asm/numa.h for set_highmem_pages_init()
Arnd Bergmann
1
-0
/
+1
2020-11-07
x86/mm/highmem: Use generic kmap atomic implementation
Thomas Gleixner
1
-59
/
+0
2020-06-05
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
1
-5
/
+2
2020-06-05
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
1
-14
/
+0
2020-06-05
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
1
-8
/
+2
2020-06-05
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
1
-9
/
+0
2020-06-05
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
1
-9
/
+0
2020-06-05
arch/kmap: remove BUG_ON()
Ira Weiny
1
-2
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2016-07-14
x86/mm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2015-11-10
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
1
-14
/
+0
2015-05-19
sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*
David Hildenbrand
1
-1
/
+2
2013-07-04
mm: accurately calculate zone->managed_pages for highmem zones
Jiang Liu
1
-0
/
+6
2013-04-30
mm/x86: use free_highmem_page() to free highmem pages into buddy system
Jiang Liu
1
-1
/
+0
2012-03-20
highmem: kill all __kmap_atomic()
Cong Wang
1
-2
/
+2
2011-12-05
x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...
Konrad Rzeszutek Wilk
1
-0
/
+2
2010-10-28
mm: fix race in kunmap_atomic()
Peter Zijlstra
1
-1
/
+2
2010-10-27
mm: stack based kmap_atomic()
Peter Zijlstra
1
-34
/
+41
2010-08-10
kmap_atomic: make kunmap_atomic() harder to misuse
Cesar Eduardo Barros
1
-2
/
+2
2009-09-15
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2009-09-14
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2009-09-10
x86: Export kmap_atomic_to_page()
Avi Kivity
1
-0
/
+1
2009-07-29
x86: Export kmap_atomic_prot() needed for TTM.
Thomas Hellstrom
1
-0
/
+1
2009-06-29
x86, highmem_32.c: Clean up comment
Figo.zhang
1
-1
/
+1
2009-04-08
Merge commit 'origin/master' into for-linus/xen/master
Jeremy Fitzhardinge
1
-65
/
+4
2009-04-03
mm: fix misuse of debug_kmap_atomic
Akinobu Mita
1
-1
/
+0
2009-04-01
mm: use debug_kmap_atomic
Akinobu Mita
1
-0
/
+1
2009-04-01
mm: introduce debug_kmap_atomic
Akinobu Mita
1
-44
/
+1
2009-03-30
x86/paravirt: remove lazy mode in interrupts
Jeremy Fitzhardinge
1
-2
/
+0
2009-03-13
x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fix
Ingo Molnar
1
-18
/
+2
2009-03-11
x86: debug check for kmap_atomic_pfn and iomap_atomic_prot_pfn()
Akinobu Mita
1
-0
/
+2
2009-03-11
x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()
Akinobu Mita
1
-6
/
+11
2009-03-04
x86: set_highmem_pages_init() cleanup, #2
Pekka Enberg
1
-9
/
+0
2009-03-03
x86: set_highmem_pages_init() cleanup, fix !CONFIG_NUMA && CONFIG_HIGHMEM=y
Ingo Molnar
1
-1
/
+1
2009-03-03
x86: set_highmem_pages_init() cleanup
Pekka Enberg
1
-0
/
+34
2008-10-18
Export kmap_atomic_pfn for DRM-GEM.
Eric Anholt
1
-0
/
+1
2008-05-01
x86: unexport kmap_atomic_to_page
Adrian Bunk
1
-1
/
+0
2008-03-28
Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEM
Andrew Morton
1
-3
/
+3
2008-01-30
x86: kmap_atomic() debugging
Andrew Morton
1
-1
/
+46
2007-10-11
i386: move mm
Thomas Gleixner
1
-0
/
+113