index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
nohash
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-24
kexec: split crashkernel reservation code out from crash_core.c
Baoquan He
1
-2
/
+2
2023-11-03
Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-13
/
+19
2023-10-19
powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-7
/
+12
2023-10-19
powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
1
-2
/
+2
2023-10-19
powerpc: Rely on address instead of pte_user()
Christophe Leroy
1
-1
/
+1
2023-10-19
powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()
Christophe Leroy
1
-1
/
+1
2023-10-19
powerpc: Untangle fixmap.h and pgtable.h and mmu.h
Christophe Leroy
1
-0
/
+2
2023-10-19
powerpc: Refactor update_mmu_cache_range()
Christophe Leroy
1
-2
/
+1
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
1
-1
/
+1
2023-09-30
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-1
/
+2
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-20
/
+7
2023-08-25
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
1
-1
/
+2
2023-08-18
powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype
Christophe Leroy
1
-14
/
+5
2023-08-02
powerpc/kuap: Use ASM feature fixups instead of static branches
Christophe Leroy
1
-1
/
+1
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
1
-5
/
+1
2023-02-16
powerpc/nohash: Fix build with llvm-as
Michael Ellerman
1
-1
/
+1
2023-02-16
powerpc/nohash: Fix build error with binutils >= 2.38
Michael Ellerman
1
-1
/
+4
2022-11-30
powerpc/tlb: Add local flush for page given mm_struct and psize
Benjamin Gray
1
-0
/
+8
2022-11-30
powerpc/book3e: remove #include <generated/utsrelease.h>
Thomas Weißschuh
1
-1
/
+0
2022-09-28
powerpc/64e: provide an addressing macro for use with TOC in alternate register
Nicholas Piggin
1
-1
/
+1
2022-09-28
powerpc/64: provide a helper macro to load r2 with the kernel TOC
Nicholas Piggin
1
-1
/
+1
2022-09-26
powerpc: Remove impossible mmu_psize_defs[] on nohash
Christophe Leroy
1
-49
/
+15
2022-09-26
powerpc: Remove CONFIG_PPC_BOOK3E_MMU
Christophe Leroy
1
-2
/
+2
2022-09-26
powerpc: Remove CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
5
-12
/
+12
2022-09-26
powerpc: Remove CONFIG_PPC_BOOK3E
Christophe Leroy
1
-1
/
+1
2022-09-26
powerpc: Remove CONFIG_FSL_BOOKE
Christophe Leroy
3
-3
/
+3
2022-09-26
powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
1
-6
/
+0
2022-08-26
powerpc/fsl_booke: Make calc_cam_sz() static
Christophe Leroy
1
-2
/
+2
2022-07-27
powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')
Christophe Leroy
1
-2
/
+2
2022-07-27
powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.
Christophe Leroy
1
-2
/
+2
2022-07-09
Merge branch 'fixes' into next
Michael Ellerman
1
-3
/
+3
2022-06-29
powerpc/64e: Move virtual memory closer to linear memory
Christophe Leroy
1
-27
/
+37
2022-06-29
powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MAS
Christophe Leroy
2
-88
/
+8
2022-06-29
powerpc/64e: Fix early TLB miss with KUAP
Christophe Leroy
1
-9
/
+8
2022-06-29
powerpc/32: Remove __map_without_ltlbs
Christophe Leroy
1
-2
/
+7
2022-06-29
powerpc/32: Remove 'noltlbs' kernel parameter
Christophe Leroy
1
-9
/
+0
2022-06-24
powerpc/book3e: Fix PUD allocation size in map_kernel_page()
Christophe Leroy
1
-3
/
+3
2022-06-06
powerpc/book3e: get rid of #include <generated/compile.h>
Masahiro Yamada
1
-6
/
+2
2022-05-22
powerpc/fsl_book3e: Don't set rodata RO too early
Christophe Leroy
1
-9
/
+6
2022-05-22
powerpc/kaslr_booke: Fix build error
YueHaibing
1
-0
/
+2
2022-05-22
powerpc/book3e: Fix build error
YueHaibing
1
-0
/
+1
2022-05-08
powerpc/8xx: Simplify flush_tlb_kernel_range()
Christophe Leroy
1
-0
/
+2
2022-05-08
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
3
-3
/
+0
2022-05-05
powerpc: fix typos in comments
Julia Lawall
2
-2
/
+2
2022-05-05
powerpc/mm: Make slice specific to book3s/64
Christophe Leroy
2
-13
/
+0
2022-05-04
powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.c
Christophe Leroy
1
-3
/
+2
2022-01-14
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
9
-75
/
+97
2022-01-13
Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+1
2021-12-23
powerpc/code-patching: Move patch_exception() outside code-patching.c
Christophe Leroy
1
-0
/
+15
2021-12-23
powerpc/mm: Add __init attribute to eligible functions
Nick Child
3
-5
/
+5
[next]