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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
powerpc/32: Move early_init() in a separate file
Christophe Leroy
3
-29
/
+37
2019-05-02
powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash
Christophe Leroy
3
-22
/
+12
2019-05-02
powerpc/mm: refactor pmd_pgtable()
Christophe Leroy
5
-11
/
+5
2019-05-02
powerpc/mm: refactor pgtable freeing functions on nohash
Christophe Leroy
3
-86
/
+44
2019-05-02
powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32
Christophe Leroy
1
-20
/
+8
2019-05-02
powerpc/mm: refactor definition of pgtable_cache[]
Christophe Leroy
5
-86
/
+21
2019-05-02
powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.
Christophe Leroy
5
-97
/
+25
2019-05-02
powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32
Christophe Leroy
3
-16
/
+24
2019-05-02
powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32
Christophe Leroy
1
-6
/
+28
2019-05-02
powerpc/book3e: move early_alloc_pgtable() to init section
Christophe Leroy
1
-2
/
+2
2019-05-02
powerpc/Kconfig: select PPC_MM_SLICES from subarch type
Christophe Leroy
1
-2
/
+2
2019-05-02
powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h
Christophe Leroy
4
-33
/
+14
2019-05-02
powerpc/mm: move pgtable_t in asm/mmu.h
Christophe Leroy
5
-24
/
+3
2019-05-02
powerpc/mm: convert Book3E 64 to pte_fragment
Christophe Leroy
5
-30
/
+17
2019-05-02
powerpc/mm: drop __bad_pte()
Christophe Leroy
2
-4
/
+0
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 3
Christophe Leroy
1
-49
/
+49
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 2
Christophe Leroy
1
-32
/
+30
2019-05-02
powerpc/mm: flatten function __find_linux_pte() step 1
Christophe Leroy
1
-10
/
+22
2019-05-02
powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c
Christophe Leroy
1
-7
/
+5
2019-05-02
powerpc/mm: cleanup HPAGE_SHIFT setup
Christophe Leroy
5
-24
/
+30
2019-05-02
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
Christophe Leroy
4
-1
/
+4
2019-05-02
powerpc/mm: cleanup ifdef mess in add_huge_page_size()
Christophe Leroy
4
-34
/
+43
2019-05-02
powerpc/mm: add a helper to populate hugepd
Christophe Leroy
4
-19
/
+20
2019-05-02
powerpc/mm: split asm/hugetlb.h into dedicated subarch files
Christophe Leroy
4
-83
/
+106
2019-05-02
powerpc/mm: make gup_hugepte() static
Christophe Leroy
2
-22
/
+19
2019-05-02
powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE
Christophe Leroy
2
-6
/
+1
2019-05-02
powerpc/mm: move __find_linux_pte() out of hugetlbpage.c
Christophe Leroy
2
-103
/
+104
2019-05-02
powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
2
-29
/
+20
2019-05-02
powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES
Christophe Leroy
9
-72
/
+5
2019-05-02
powerpc/book3e: drop mmu_get_tsize()
Christophe Leroy
1
-5
/
+0
2019-05-02
powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT
Christophe Leroy
5
-9
/
+7
2019-05-02
powerpc/mm: define get_slice_psize() all the time
Christophe Leroy
2
-3
/
+6
2019-05-02
powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices
Christophe Leroy
1
-4
/
+1
2019-05-02
powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c
Christophe Leroy
1
-6
/
+4
2019-05-02
powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64
Christophe Leroy
1
-3
/
+1
2019-05-02
powerpc/mm: get rid of mm_ctx_slice_mask_xxx()
Christophe Leroy
2
-45
/
+4
2019-05-02
powerpc/mm: move slice_mask_for_size() into mmu.h
Christophe Leroy
3
-47
/
+46
2019-05-02
powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct
Christophe Leroy
1
-17
/
+17
2019-05-02
powerpc/mm: no slice for nohash/64
Christophe Leroy
3
-15
/
+5
2019-05-02
powerpc/mm: fix erroneous duplicate slb_addr_limit init
Christophe Leroy
1
-6
/
+0
2019-05-02
powerpc/mm: Move nohash specifics in subdirectory mm/nohash
Christophe Leroy
12
-16
/
+19
2019-05-02
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
Christophe Leroy
6
-2
/
+4
2019-05-02
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
Christophe Leroy
24
-92
/
+126
2019-05-02
powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
Christophe Leroy
17
-17
/
+17
2019-05-02
powerpc/nohash64: clean pgtable.h
Christophe Leroy
1
-5
/
+0
2019-05-02
powerpc/book3e: drop BUG_ON() in map_kernel_page()
Christophe Leroy
1
-3
/
+0
2019-05-01
powerpc/tm: Avoid machine crash on rt_sigreturn()
Breno Leitao
1
-1
/
+26
2019-05-01
powerpc/mm/radix: Fix kernel crash when running subpage protect test
Aneesh Kumar K.V
1
-4
/
+9
2019-05-01
powerpc/powernv/mce: Print additional information about MCE error.
Mahesh Salgaonkar
3
-43
/
+86
2019-05-01
powerpc/powernv/mce: Print correct severity for MCE error.
Mahesh Salgaonkar
4
-114
/
+123
[next]