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
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-17
powerpc/mm/radix: Add LPID based tlb flush helpers
Aneesh Kumar K.V
1
-0
/
+52
2016-07-17
powerpc/mm/radix: Update machine call back to support new HCALL.
Aneesh Kumar K.V
2
-5
/
+14
2016-07-17
powerpc/mm/radix: Update PID switch sequence
Aneesh Kumar K.V
1
-1
/
+4
2016-07-17
powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0
Aneesh Kumar K.V
1
-5
/
+4
2016-07-17
powerpc/mm: Print formation regarding the the MMU mode
Aneesh Kumar K.V
2
-2
/
+4
2016-07-17
powerpc/mm: Clear top 16 bits of va only on older cpus
Aneesh Kumar K.V
1
-2
/
+4
2016-07-17
powerpc/mm/radix: Update LPCR HR bit as per ISA
Aneesh Kumar K.V
1
-2
/
+2
2016-07-17
powerpc/mm: Fix .long's in tlb-radix.c to more meaningful
Balbir Singh
1
-8
/
+5
2016-07-15
Merge tag 'powerpc-4.7-5' into next
Michael Ellerman
5
-37
/
+89
2016-07-09
powerpc/8xx: add CONFIG_PIN_TLB_IMMR
Christophe Leroy
1
-4
/
+8
2016-07-09
powerpc/8xx: Rework CONFIG_PIN_TLB handling
Christophe Leroy
1
-8
/
+19
2016-07-09
powerpc/8xx: Don't use page table for linear memory space
Christophe Leroy
1
-38
/
+18
2016-07-09
powerpc/8xx: Map IMMR area with 512k page at a fixed address
Christophe Leroy
2
-2
/
+57
2016-07-07
powerpc/kernel: Drop unused extern for current_set
Michael Ellerman
1
-3
/
+0
2016-07-07
powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configs
Benjamin Herrenschmidt
1
-0
/
+10
2016-07-05
powerpc/mm: Add a parameter to disable 1TB segs
Oliver O'Halloran
1
-0
/
+15
2016-07-03
Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-0
/
+9
2016-06-30
powerpc: Initialise pci_io_base as early as possible
Darren Stevens
2
-0
/
+9
2016-06-25
Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-37
/
+80
2016-06-25
powerpc: get rid of superfluous __GFP_REPEAT
Michal Hocko
1
-1
/
+1
2016-06-25
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
2
-4
/
+3
2016-06-17
powerpc/mm/radix: Update Radix tree size as per ISA 3.0
Aneesh Kumar K.V
2
-7
/
+4
2016-06-17
powerpc/mm/hash: Don't add memory coherence if cache inhibited is set
Aneesh Kumar K.V
1
-5
/
+9
2016-06-16
powerpc/mm: Ensure "special" zones are empty
Oliver O'Halloran
1
-1
/
+7
2016-06-14
powerpc/numa: Fix multiple bugs in memory_hotplug_max()
Bharata B Rao
1
-1
/
+17
2016-06-14
powerpc/numa: Fix whitespace in hot_add_drconf_memory_max()
Bharata B Rao
1
-10
/
+10
2016-06-14
powerpc: Various typo fixes
Michael Ellerman
1
-2
/
+2
2016-06-14
powerpc/mm/hash: Use the correct PPP mask when updating HPTE
Aneesh Kumar K.V
1
-4
/
+4
2016-06-10
powerpc/mm/radix: Flush page walk cache when freeing page table
Aneesh Kumar K.V
1
-0
/
+41
2016-06-10
powerpc/mm/radix: Update to tlb functions ric argument
Aneesh Kumar K.V
1
-21
/
+22
2016-06-08
powerpc/mm/hash: Compute the segment size correctly for ISA 3.0
Aneesh Kumar K.V
1
-1
/
+5
2016-06-08
powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT
Aneesh Kumar K.V
1
-4
/
+4
2016-06-01
powerpc/mm/radix: Add missing tlb flush
Aneesh Kumar K.V
1
-4
/
+1
2016-06-01
powerpc/mm/hash: Fix the reference bit update when handling hash fault
Aneesh Kumar K.V
1
-2
/
+20
2016-06-01
powerpc/mm/radix: Update LPCR only if it is powernv
Aneesh Kumar K.V
1
-13
/
+10
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
27
-786
/
+1992
2016-05-20
powerpc: mm: use hugetlb_bad_size()
Vaishali Thakkar
1
-2
/
+4
2016-05-11
powerpc/mm: Improve readability of update_mmu_cache()
Gavin Shan
1
-7
/
+14
2016-05-11
powerpc/mm: define TOP_ZONE as a constant
Oliver O'Halloran
1
-12
/
+5
2016-05-11
powerpc/mm/hash64: Fix subpage protection with 4K HPTE config
Michael Ellerman
1
-1
/
+9
2016-05-11
powerpc/mm/hash64: Factor out hash preload psize check
Michael Ellerman
1
-4
/
+17
2016-05-11
powerpc/mm/slice: Remove slice_mm_new_context()
Aneesh Kumar K.V
1
-2
/
+1
2016-05-11
powerpc/mm/subpage: Initialise user psize correctly
Aneesh Kumar K.V
1
-1
/
+10
2016-05-11
powerpc/mm/radix: Add radix THP callbacks
Aneesh Kumar K.V
2
-1
/
+118
2016-05-11
powerpc/mm/thp: Abstraction for THP functions
Aneesh Kumar K.V
3
-125
/
+132
2016-05-11
powerpc/mm: THP is only available on hash64 as of now
Aneesh Kumar K.V
2
-359
/
+358
2016-05-11
powerpc/mm: Add radix support for hugetlb
Aneesh Kumar K.V
4
-1
/
+104
2016-05-11
powerpc/mm: Fix vma_mmu_pagesize() for radix
Aneesh Kumar K.V
1
-4
/
+4
2016-05-11
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
3
-0
/
+12
2016-05-11
powerpc/radix: Update MMU cache
Aneesh Kumar K.V
1
-0
/
+2
[prev]
[next]