index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
1
-5
/
+0
2025-03-17
arch, mm: introduce arch_mm_preinit
Mike Rapoport (Microsoft)
1
-4
/
+7
2025-03-17
arch, mm: streamline HIGHMEM freeing
Mike Rapoport (Microsoft)
1
-20
/
+0
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
1
-2
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
1
-8
/
+0
2025-03-17
MIPS: make setup_zero_pages() use memblock
Mike Rapoport (Microsoft)
1
-13
/
+5
2025-03-17
MIPS: consolidate mem_init() for NUMA machines
Mike Rapoport (Microsoft)
1
-0
/
+7
2025-03-16
mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long
Ryan Roberts
2
-4
/
+4
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
1
-5
/
+3
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
1
-2
/
+3
2024-07-03
mm: remove page_mapping()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-13
/
+2
2024-05-18
Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-2
/
+1
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
1
-0
/
+23
2024-05-14
mips: module: rename MODULE_START to MODULES_VADDR
Mike Rapoport (IBM)
1
-2
/
+2
2024-04-26
dma-mapping: Simplify arch_setup_dma_ops()
Robin Murphy
1
-2
/
+1
2024-04-25
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-2
/
+1
2024-04-25
mm/treewide: remove pXd_huge()
Peter Xu
1
-10
/
+0
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
1
-1
/
+1
2024-02-20
MIPS: tlbex: Use GPR number macros
Jiaxun Yang
1
-99
/
+97
2024-02-20
MIPS: page: Use GPR number macros
Jiaxun Yang
1
-107
/
+95
2024-02-20
MIPS: Unify define of CP0 registers for uasm code
Jiaxun Yang
1
-17
/
+1
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-1
/
+1
2024-01-17
Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
7
-13
/
+19
2024-01-08
MIPS: Fix typos
Bjorn Helgaas
5
-6
/
+6
2023-12-21
mips: mm: add slab availability checking in ioremap_prot
Serge Semin
1
-0
/
+4
2023-12-21
mips: Optimize max_mapnr init procedure
Serge Semin
1
-2
/
+6
2023-12-21
mips: Fix max_mapnr being uninitialized on early stages
Serge Semin
1
-7
/
+5
2023-12-20
mips: fix r3k_cache_init build regression
Arnd Bergmann
1
-6
/
+3
2023-12-12
iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
Jason Gunthorpe
1
-1
/
+1
2023-12-10
mips: hide conditionally unused functions
Arnd Bergmann
2
-0
/
+4
2023-12-10
mips: move cache declarations into header
Arnd Bergmann
2
-10
/
+0
2023-12-10
mips: fix tlb_init() prototype
Arnd Bergmann
2
-0
/
+2
2023-12-10
mips: fix setup_zero_pages() prototype
Arnd Bergmann
1
-0
/
+1
2023-12-10
mips: move build_tlb_refill_handler() prototype
Arnd Bergmann
2
-4
/
+2
2023-12-10
mips: mark local function static if possible
Arnd Bergmann
1
-1
/
+1
2023-12-10
mips: add missing declarations for trap handlers
Arnd Bergmann
1
-0
/
+1
2023-10-04
mips: use nth_page() in place of direct struct page manipulation
Zi Yan
1
-1
/
+1
2023-09-07
Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2
-2
/
+2
2023-08-24
mips: implement the new page table range API
Matthew Wilcox (Oracle)
6
-41
/
+47
2023-08-21
mips: convert various functions to use ptdescs
Vishal Moola (Oracle)
1
-3
/
+5
2023-08-15
mips: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2
-2
/
+2
2023-06-29
Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-20
/
+4
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
1
-10
/
+2
2023-06-24
mips/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
1
-10
/
+2
2023-06-20
MIPS: mm: Remove special handling for OCTEON CPUs
Thomas Bogendoerfer
1
-20
/
+4
2023-06-19
mips: add pte_unmap() to balance pte_offset_map()
Hugh Dickins
1
-2
/
+10
2023-04-05
MIPS: mm: Remove local_cache_flush_page
Thomas Bogendoerfer
3
-10
/
+0
2023-04-05
MIPS: mm: Remove unused *cache_page_indexed flush functions
Thomas Bogendoerfer
1
-100
/
+0
2023-04-05
MIPS: c-octeon: Provide alternative SMP cache flush function
Jiaxun Yang
1
-0
/
+5
[next]