VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-09-08
mm/memory_hotplug: remove nid parameter from arch_remove_memory()
David Hildenbrand
2021-06-29
arch, mm: remove stale mentions of DISCONIGMEM
Mike Rapoport
2021-05-05
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-30
ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAP
Sergei Trofimovich
2021-04-30
ia64: simplify code flow around swiotlb init
Sergei Trofimovich
2021-04-16
ia64: fix discontig.c section mismatches
Randy Dunlap
2021-02-24
mm: simplify parater of function memmap_init_zone()
Baoquan He
2021-02-24
mm: rename memmap_init() and memmap_init_zone()
Baoquan He
2021-02-20
Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2021-01-18
efi: ia64: move IA64-only declarations to new asm/efi.h header
Ard Biesheuvel
2020-12-29
mm: memmap defer init doesn't work as expected
Baoquan He
2020-12-15
ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
Mike Rapoport
2020-12-15
ia64: split virtual map initialization out of paging_init()
Mike Rapoport
2020-12-15
ia64: discontig: paging_init(): remove local max_pfn calculation
Mike Rapoport
2020-12-15
ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
Mike Rapoport
2020-12-15
ia64: remove custom __early_pfn_to_nid()
Mike Rapoport
2020-10-16
mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
David Hildenbrand
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-06
dma-mapping: merge into
Christoph Hellwig
2020-09-26
mm: replace memmap_context by meminit_context
Laurent Dufour
2020-09-11
dma-mapping: add (back) arch_dma_mark_clean for ia64
Christoph Hellwig
2020-08-12
mm/ia64: use general page fault accounting
Peter Xu
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
Jia He
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()
Anshuman Khandual
2020-08-07
mm: remove unneeded includes of
Mike Rapoport
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-04
ia64: add support for folded p4d page tables
Mike Rapoport
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
2020-04-10
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
2020-04-10
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
2020-03-21
ia64: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
2020-01-04
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
2019-11-11
ia64: rename ioremap_nocache to ioremap_uc
Christoph Hellwig
2019-09-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
ia64: Fix some warnings introduced in merge window
Tony Luck
2019-09-17
Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
Linus Torvalds
2019-08-16
ia64: remove CONFIG_SWIOTLB ifdefs
Christoph Hellwig
2019-08-16
ia64: remove support for machvecs
Christoph Hellwig
2019-08-16
ia64: rework iommu probing
Christoph Hellwig
2019-08-16
ia64: remove CONFIG_PCI ifdefs
Christoph Hellwig
2019-08-16
ia64: remove now unused machvec indirections
Christoph Hellwig
2019-07-18
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-07-16
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-07-15
docs: ia64: convert to ReST
Mauro Carvalho Chehab
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2019-07-04
percpu: Make pcpu_setup_first_chunk() void function
Kefeng Wang
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-28
ia64: fix build errors by exporting paddr_to_nid()
Randy Dunlap
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-14
mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
David Hildenbrand
2019-05-14
mm, memory_hotplug: provide a more generic restrictions for memory hotplug
Michal Hocko
2019-04-03
ia64/tlb: Convert to generic mmu_gather
Peter Zijlstra
2019-03-12
ia64: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-01-04
ia64: fix compile without swiotlb
Christoph Hellwig
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
mm, memory_hotplug: add nid parameter to arch_remove_memory
Oscar Salvador
2018-12-13
swiotlb: remove dma_mark_clean
Christoph Hellwig
2018-11-26
ia64: export node_distance function
Matias Bjørling
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
2018-10-31
memblock: replace __alloc_bootmem_node with appropriate memblock_ API
Mike Rapoport
2018-10-31
memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
Mike Rapoport
2018-09-27
signal/ia64: Use force_sig_fault where appropriate
Eric W. Biederman
2018-08-20
Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Linus Torvalds
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-01
ia64: mark special ia64 memory areas anonymous
Linus Torvalds
2018-07-26
mm: use vma_init() to initialize VMAs on stack and data segments
Kirill A. Shutemov
2018-07-23
ia64: switch to NO_BOOTMEM
Mike Rapoport
2018-07-23
ia64: use mem_data to detect nodes' minimal and maximal PFNs
Mike Rapoport
2018-07-23
ia64: remove unused num_dma_physpages member from 'struct early_node_data'
Mike Rapoport
2018-07-23
ia64: contig/paging_init: reduce code duplication
Mike Rapoport
2018-07-21
mm: make vm_area_alloc() initialize core fields
Linus Torvalds
2018-07-21
mm: use helper functions for allocating and freeing vm_area structs
Linus Torvalds
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-02-06
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-01-15
ia64: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
2018-01-08
mm: pass the vmem_altmap to memmap_init_zone
Christoph Hellwig
2018-01-08
mm: pass the vmem_altmap to vmemmap_free
Christoph Hellwig
2018-01-08
mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
Christoph Hellwig
2018-01-08
mm: pass the vmem_altmap to vmemmap_populate
Christoph Hellwig
2018-01-08
mm: pass the vmem_altmap to arch_add_memory and __add_pages
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-06
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
2017-07-06
mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory
Michal Hocko
2017-07-06
mm, memory_hotplug: do not associate hotadded memory to zones until online
Michal Hocko
2017-07-06
mm, memory_hotplug: get rid of is_zone_device_section
Michal Hocko
2017-04-06
ia64: add extable.h
Al Viro
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-02-22
arch, mm: remove arch specific show_mem
Michal Hocko
2017-01-24
ia64: ensure exception table search users include extable.h
Paul Gortmaker
2017-01-24
ia64: move ia64_done_with_exception out of asm/uaccess.h
Paul Gortmaker
2016-12-24
Replace with globally
Linus Torvalds
2016-07-26
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2016-03-22
ia64/extable: use generic search and sort routines
Ard Biesheuvel
2016-03-17
mm: cleanup *pte_alloc* interfaces
Kirill A. Shutemov
2015-09-08
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2015-08-27
mm: ZONE_DEVICE for "device memory"
Dan Williams
2015-08-07
mm: tlb.c: Fix error message
Nik Nyby
2015-07-02
[IA64] Drop debug test/printk that some special pages are marked reserved
Tony Luck
2015-06-30
mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
Mel Gorman
2015-06-24
mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
Zhang Zhen
2015-06-22
Merge tag 'please-pull-paravirt' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Linus Torvalds
2015-06-10
ia64: remove paravirt code
Luis R. Rodriguez
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
David Hildenbrand
2015-04-12
ia64: Remove Linux/x86 exec domain support
Richard Weinberger
2015-02-11
mm/hugetlb: reduce arch dependent code around follow_huge_*
Naoya Horiguchi
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2014-08-08
arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area
Andy Lutomirski
2014-08-06
memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLE
Wang Nan
2014-06-04
hugetlb: restrict hugepage_migration_support() to x86_64
Naoya Horiguchi
2014-01-21
mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT
Mel Gorman
2013-11-13
mm: use pgdat_end_pfn() to simplify the code in arch
Xishi Qiu
2013-09-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-11
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
Naoya Horiguchi
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2013-07-03
mm/IA64: prepare for killing free_all_bootmem_node()
Jiang Liu
2013-07-03
mm/IA64: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-06-24
[IA64] Delete __cpuinit usage from all ia64 users
Paul Gortmaker
2013-04-29
mm: speedup in __early_pfn_to_nid
Russ Anderson
2013-04-29
sparse-vmemmap: specify vmemmap population range in bytes
Johannes Weiner
2013-04-29
mm/IA64: use common help functions to free reserved pages
Jiang Liu
2013-04-29
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
2013-04-02
Fix build error for numa_clear_node() under IA64
Yijing Wang
2013-03-19
Add WB/UC check for early_ioremap
Li, Zhen-Hua
2013-02-25
Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Linus Torvalds
2013-02-23
ia64: use %ld to print pages calculated in nr_free_buffer_pages
Zhang Yanfei
2013-02-23
memory-hotplug: remove memmap of sparse-vmemmap
Tang Chen
2013-02-23
memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
Yasuaki Ishimatsu
2013-02-23
memory-hotplug: introduce new arch_remove_memory() for removing page table
Wen Congyang
2013-02-22
mm: use vm_unmapped_area() in hugetlbfs on ia64 architecture
Michel Lespinasse
2013-01-03
IA64: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-16
revert "mm: fix-up zone present pages"
Andrew Morton
2012-10-09
mm: fix-up zone present pages
Jianguo Wu
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-06-14
[IA64] Port OOM changes to ia64_do_page_fault
Kautuk Consul
2012-03-28
Disintegrate asm/system.h for IA64
David Howells
2011-12-08
ia64: Use HAVE_MEMBLOCK_NODE_MAP
Tejun Heo
2011-05-25
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
2011-05-25
arch, mm: filter disallowed nodes from arch specific show_mem functions
David Rientjes
2011-05-20
sanitize usage
Linus Torvalds
2011-03-24
lib, arch: add filter argument to show_mem and fix private implementations
David Rientjes
2011-01-13
thp: pte alloc trans splitting
Andrea Arcangeli
2010-06-30
[IA64] Fix spinaphore down_spin()
Tony Luck
2010-05-30
ia64: revert __node_random addition
Linus Torvalds
2010-05-27
[IA64] Fix build breakage
Tony Luck
2010-05-18
[IA64] invoke oom-killer from page fault
npiggin@suse.de
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2010-03-06
mm: change anon_vma linking to fix multi-process server scalability issue
Rik van Riel
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
2010-02-08
[IA64] Remove COMPAT_IA32 support
Tony Luck
2010-02-02
Merge branch 'master' into percpu
Tejun Heo
2010-01-07
[IA64] __per_cpu_idtrs[] is a memory hog
Tony Luck
2010-01-06
[IA64] use helpers for rlimits
Jiri Slaby
2010-01-05
Merge branch 'master' into percpu
Tejun Heo
2009-12-16
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
2009-12-16
implement early_io{re,un}map for ia64
Luck, Tony
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
2009-10-29
percpu: remove per_cpu__ prefix.
Rusty Russell
2009-10-29
percpu: make percpu symbols in ia64 unique
Tejun Heo
2009-10-09
[IA64] Re-implement spinaphores using ticket lock concepts
Tony Luck
2009-10-02
ia64: convert to dynamic percpu allocator
Tejun Heo
2009-10-02
ia64: allocate percpu area for cpu0 like percpu areas for other cpus
Tejun Heo
2009-10-02
ia64: don't alias VMALLOC_END to vmalloc_end
Tejun Heo
2009-09-23
kcore: use registerd physmem information
KAMEZAWA Hiroyuki
2009-09-23
kcore: register text area in generic way
KAMEZAWA Hiroyuki
2009-09-23
kcore: register vmalloc area in generic way
KAMEZAWA Hiroyuki
2009-09-23
kcore: add kclist types
KAMEZAWA Hiroyuki
2009-09-22
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
2009-06-21
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
2009-06-17
[IA64] Convert ia64 to use int-ll64.h
Matthew Wilcox
2009-06-15
[IA64] fix compile error in arch/ia64/mm/extable.c
Rusty Russell
2009-06-12
module: trim exception table on init free.
Rusty Russell
2009-04-01
[IA64] BUG to BUG_ON changes
Stoyan Gaydarov
2009-03-31
Pull pvops into release branch
Tony Luck