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
/
ia64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-30
mm: memmap defer init doesn't work as expected
Baoquan He
1
-2
/
+2
2020-12-15
ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
Mike Rapoport
2
-41
/
+21
2020-12-15
ia64: split virtual map initialization out of paging_init()
Mike Rapoport
2
-31
/
+40
2020-12-15
ia64: discontig: paging_init(): remove local max_pfn calculation
Mike Rapoport
1
-4
/
+1
2020-12-15
ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
Mike Rapoport
2
-4
/
+0
2020-12-15
ia64: remove custom __early_pfn_to_nid()
Mike Rapoport
1
-30
/
+0
2020-10-16
mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
David Hildenbrand
1
-2
/
+2
2020-10-16
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+2
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+1
2020-09-26
mm: replace memmap_context by meminit_context
Laurent Dufour
1
-3
/
+3
2020-09-11
dma-mapping: add (back) arch_dma_mark_clean for ia64
Christoph Hellwig
1
-2
/
+1
2020-08-12
mm/ia64: use general page fault accounting
Peter Xu
1
-5
/
+4
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-08-12
mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
Jia He
1
-2
/
+0
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
1
-1
/
+0
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()
Anshuman Khandual
1
-1
/
+1
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
4
-4
/
+0
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2
-2
/
+2
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
1
-2
/
+2
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2
-10
/
+10
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2
-2
/
+0
2020-06-05
ia64: add support for folded p4d page tables
Mike Rapoport
3
-11
/
+42
2020-06-04
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
2
-2
/
+2
2020-04-11
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
1
-0
/
+3
2020-04-11
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
1
-2
/
+2
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-1
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
1
-1
/
+1
2020-03-21
ia64: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
1
-0
/
+1
2020-01-05
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
1
-3
/
+1
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
1
-2
/
+2
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-2
/
+2
2019-11-11
ia64: rename ioremap_nocache to ioremap_uc
Christoph Hellwig
1
-2
/
+2
2019-09-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2019-09-25
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-24
ia64: Fix some warnings introduced in merge window
Tony Luck
2
-2
/
+1
2019-09-18
Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...
Linus Torvalds
2
-8
/
+2
2019-08-17
ia64: remove CONFIG_SWIOTLB ifdefs
Christoph Hellwig
1
-2
/
+0
2019-08-17
ia64: remove support for machvecs
Christoph Hellwig
1
-1
/
+0
2019-08-16
ia64: rework iommu probing
Christoph Hellwig
1
-4
/
+12
2019-08-16
ia64: remove CONFIG_PCI ifdefs
Christoph Hellwig
1
-2
/
+0
2019-08-16
ia64: remove now unused machvec indirections
Christoph Hellwig
2
-4
/
+5
2019-07-19
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
1
-2
/
+0
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-23
/
+1
2019-07-17
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
1
-23
/
+1
2019-07-15
docs: ia64: convert to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-07-04
percpu: Make pcpu_setup_first_chunk() void function
Kefeng Wang
2
-8
/
+2
[next]