index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
slice.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-11
powerpc/8xx: Fix build with hugetlbfs enabled
Aneesh Kumar K.V
1
-0
/
+1
2018-03-31
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
1
-1
/
+14
2018-03-31
powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()
Aneesh Kumar K.V
1
-16
/
+20
2018-03-13
powerpc/mm/slice: remove radix calls to the slice code
Nicholas Piggin
1
-13
/
+4
2018-03-13
powerpc/mm/slice: Use const pointers to cached slice masks where possible
Nicholas Piggin
1
-41
/
+38
2018-03-13
powerpc/mm/slice: remove dead code
Nicholas Piggin
1
-6
/
+0
2018-03-13
powerpc/mm/slice: Switch to 3-operand slice bitops helpers
Nicholas Piggin
1
-15
/
+23
2018-03-13
powerpc/mm/slice: implement slice_check_range_fits
Nicholas Piggin
1
-28
/
+34
2018-03-13
powerpc/mm/slice: implement a slice mask cache
Nicholas Piggin
1
-42
/
+70
2018-03-13
powerpc/mm/slice: pass pointers to struct slice_mask where possible
Nicholas Piggin
1
-39
/
+45
2018-03-13
powerpc/mm/slice: tidy lpsizes and hpsizes update loops
Nicholas Piggin
1
-10
/
+12
2018-03-13
powerpc/mm/slice: Simplify and optimise slice context initialisation
Nicholas Piggin
1
-54
/
+18
2018-03-06
powerpc/mm/slice: Allow up to 64 low slices
Christophe Leroy
1
-27
/
+30
2018-03-06
powerpc/mm/slice: Enhance for supporting PPC32
Christophe Leroy
1
-8
/
+29
2018-03-06
powerpc/mm/slice: Remove intermediate bitmap copy
Christophe Leroy
1
-8
/
+4
2017-11-20
powerpc/64s/slice: Use addr limit when computing slice mask
Aneesh Kumar K.V
1
-12
/
+22
2017-11-13
powerpc/64s: mm_context.addr_limit is only used on hash
Nicholas Piggin
1
-11
/
+11
2017-11-13
powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
Nicholas Piggin
1
-1
/
+1
2017-11-13
powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
Nicholas Piggin
1
-26
/
+24
2017-11-13
powerpc/64s/hash: Fix 512T hint detection to use >= 128T
Michael Ellerman
1
-2
/
+2
2017-06-19
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-1
/
+1
2017-04-19
powerpc/mmap: Any hint > 128TB searches the full VA space
Aneesh Kumar K.V
1
-1
/
+2
2017-04-19
powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit
Aneesh Kumar K.V
1
-2
/
+2
2017-04-01
powerpc/mm: Enable mappings above 128TB
Aneesh Kumar K.V
1
-12
/
+42
2017-04-01
powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit
Aneesh Kumar K.V
1
-3
/
+3
2017-04-01
powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index
Aneesh Kumar K.V
1
-9
/
+11
2017-03-31
powerpc/mm/slice: Update slice mask printing to use bitmap printing.
Aneesh Kumar K.V
1
-23
/
+7
2017-03-31
powerpc/mm/slice: Move slice_mask struct definition to slice.c
Aneesh Kumar K.V
1
-1
/
+9
2017-03-31
powerpc/mm: Move copy_mm_to_paca to paca.c
Aneesh Kumar K.V
1
-1
/
+1
2017-03-31
powerpc/mm/slice: Update the function prototype
Aneesh Kumar K.V
1
-34
/
+28
2017-03-31
powerpc/mm/slice: Convert slice_mask high slice to a bitmap
Aneesh Kumar K.V
1
-37
/
+75
2017-03-31
powerpc/mm/slice: Fix off-by-1 error when computing slice mask
Aneesh Kumar K.V
1
-3
/
+2
2016-05-11
powerpc/mm/radix: Add checks in slice code to catch radix usage
Aneesh Kumar K.V
1
-0
/
+16
2016-05-01
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
1
-2
/
+2
2015-12-19
powerpc: Add function to copy mm_context_t to the paca
Michael Neuling
1
-2
/
+1
2015-01-28
powerpc: Remove some unused functions
Michael Ellerman
1
-29
/
+0
2014-10-22
powerpc/mm: Fix build error with hugetlfs disabled
Aneesh Kumar K.V
1
-1
/
+2
2014-10-08
powerpc/cell: Make spu_flush_all_slbs() generic
Ian Munsie
1
-7
/
+3
2014-09-25
powerpc: Ensure global functions include their prototype
Anton Blanchard
1
-0
/
+2
2014-01-29
powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allo...
jmarchan@redhat.com
1
-1
/
+1
2013-11-21
powerpc: ppc64 address space capped at 32TB, mmap randomisation disabled
Anton Blanchard
1
-1
/
+1
2013-04-30
mm: use vm_unmapped_area() on powerpc architecture
Michel Lespinasse
1
-45
/
+78
2013-04-30
mm: remove free_area_cache use in powerpc architecture
Michel Lespinasse
1
-89
/
+19
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
1
-1
/
+1
2012-09-17
powerpc/mm: Make some of the PGTABLE_RANGE dependency explicit
Aneesh Kumar K.V
1
-0
/
+5
2012-09-17
powerpc/mm: Increase the slice range to 64TB
Aneesh Kumar K.V
1
-39
/
+68
2011-10-31
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
1
-1
/
+1
2009-01-16
powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slices
Dave Kleikamp
1
-1
/
+10
2008-07-16
Merge commit 'origin/master'
Benjamin Herrenschmidt
1
-1
/
+1
2008-07-01
powerpc: Only demote individual slices rather than whole process
Paul Mackerras
1
-44
/
+133
[next]