index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
slice.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: fix always true/false warning in slice.c
Christophe Leroy
2018-10-20
1
-7
/
+14
*
powerpc/mm: fix missing prototypes in slice.c
Christophe Leroy
2018-10-20
1
-0
/
+1
*
powerpc/64s/hash: Simplify slb_flush_and_rebolt()
Nicholas Piggin
2018-10-14
1
-1
/
+1
*
powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup
Nicholas Piggin
2018-10-14
1
-0
/
+14
*
Revert "convert SLB miss handlers to C" and subsequent commits
Michael Ellerman
2018-10-03
1
-23
/
+20
*
powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setup
Nicholas Piggin
2018-09-19
1
-0
/
+14
*
powerpc/64s/hash: remove user SLB data from the paca
Nicholas Piggin
2018-09-19
1
-20
/
+9
*
powerpc/8xx: Fix build with hugetlbfs enabled
Aneesh Kumar K.V
2018-04-11
1
-0
/
+1
*
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
2018-03-31
1
-1
/
+14
*
powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()
Aneesh Kumar K.V
2018-03-31
1
-16
/
+20
*
powerpc/mm/slice: remove radix calls to the slice code
Nicholas Piggin
2018-03-13
1
-13
/
+4
*
powerpc/mm/slice: Use const pointers to cached slice masks where possible
Nicholas Piggin
2018-03-13
1
-41
/
+38
*
powerpc/mm/slice: remove dead code
Nicholas Piggin
2018-03-13
1
-6
/
+0
*
powerpc/mm/slice: Switch to 3-operand slice bitops helpers
Nicholas Piggin
2018-03-13
1
-15
/
+23
*
powerpc/mm/slice: implement slice_check_range_fits
Nicholas Piggin
2018-03-13
1
-28
/
+34
*
powerpc/mm/slice: implement a slice mask cache
Nicholas Piggin
2018-03-13
1
-42
/
+70
*
powerpc/mm/slice: pass pointers to struct slice_mask where possible
Nicholas Piggin
2018-03-13
1
-39
/
+45
*
powerpc/mm/slice: tidy lpsizes and hpsizes update loops
Nicholas Piggin
2018-03-13
1
-10
/
+12
*
powerpc/mm/slice: Simplify and optimise slice context initialisation
Nicholas Piggin
2018-03-13
1
-54
/
+18
*
powerpc/mm/slice: Allow up to 64 low slices
Christophe Leroy
2018-03-06
1
-27
/
+30
*
powerpc/mm/slice: Enhance for supporting PPC32
Christophe Leroy
2018-03-06
1
-8
/
+29
*
powerpc/mm/slice: Remove intermediate bitmap copy
Christophe Leroy
2018-03-06
1
-8
/
+4
*
powerpc/64s/slice: Use addr limit when computing slice mask
Aneesh Kumar K.V
2017-11-20
1
-12
/
+22
*
powerpc/64s: mm_context.addr_limit is only used on hash
Nicholas Piggin
2017-11-13
1
-11
/
+11
*
powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
Nicholas Piggin
2017-11-13
1
-1
/
+1
*
powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
Nicholas Piggin
2017-11-13
1
-26
/
+24
*
powerpc/64s/hash: Fix 512T hint detection to use >= 128T
Michael Ellerman
2017-11-13
1
-2
/
+2
*
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-06-19
1
-1
/
+1
*
powerpc/mmap: Any hint > 128TB searches the full VA space
Aneesh Kumar K.V
2017-04-19
1
-1
/
+2
*
powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit
Aneesh Kumar K.V
2017-04-19
1
-2
/
+2
*
powerpc/mm: Enable mappings above 128TB
Aneesh Kumar K.V
2017-04-01
1
-12
/
+42
*
powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit
Aneesh Kumar K.V
2017-04-01
1
-3
/
+3
*
powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index
Aneesh Kumar K.V
2017-04-01
1
-9
/
+11
*
powerpc/mm/slice: Update slice mask printing to use bitmap printing.
Aneesh Kumar K.V
2017-03-31
1
-23
/
+7
*
powerpc/mm/slice: Move slice_mask struct definition to slice.c
Aneesh Kumar K.V
2017-03-31
1
-1
/
+9
*
powerpc/mm: Move copy_mm_to_paca to paca.c
Aneesh Kumar K.V
2017-03-31
1
-1
/
+1
*
powerpc/mm/slice: Update the function prototype
Aneesh Kumar K.V
2017-03-31
1
-34
/
+28
*
powerpc/mm/slice: Convert slice_mask high slice to a bitmap
Aneesh Kumar K.V
2017-03-31
1
-37
/
+75
*
powerpc/mm/slice: Fix off-by-1 error when computing slice mask
Aneesh Kumar K.V
2017-03-31
1
-3
/
+2
*
powerpc/mm/radix: Add checks in slice code to catch radix usage
Aneesh Kumar K.V
2016-05-11
1
-0
/
+16
*
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
2016-05-01
1
-2
/
+2
*
powerpc: Add function to copy mm_context_t to the paca
Michael Neuling
2015-12-19
1
-2
/
+1
*
powerpc: Remove some unused functions
Michael Ellerman
2015-01-28
1
-29
/
+0
*
powerpc/mm: Fix build error with hugetlfs disabled
Aneesh Kumar K.V
2014-10-22
1
-1
/
+2
*
powerpc/cell: Make spu_flush_all_slbs() generic
Ian Munsie
2014-10-08
1
-7
/
+3
*
powerpc: Ensure global functions include their prototype
Anton Blanchard
2014-09-25
1
-0
/
+2
*
powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allo...
jmarchan@redhat.com
2014-01-29
1
-1
/
+1
*
powerpc: ppc64 address space capped at 32TB, mmap randomisation disabled
Anton Blanchard
2013-11-21
1
-1
/
+1
*
mm: use vm_unmapped_area() on powerpc architecture
Michel Lespinasse
2013-04-30
1
-45
/
+78
*
mm: remove free_area_cache use in powerpc architecture
Michel Lespinasse
2013-04-30
1
-89
/
+19
[next]