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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
powerpc/mm: move setting pte specific flags to pfn_pte
Aneesh Kumar K.V
1
-5
/
+0
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
5
-27
/
+31
2020-10-13
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
2
-12
/
+10
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+1
2020-08-28
powerpc/book3s64/radix: Fix boot failure with large amount of guest memory
Aneesh Kumar K.V
2
-17
/
+9
2020-08-24
Revert "powerpc/64s: Remove PROT_SAO support"
Shawn Anastasio
1
-0
/
+2
2020-08-21
powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000
Christophe Leroy
1
-2
/
+2
2020-08-18
powerpc/32s: Fix is_module_segment() when MODULES_VADDR is defined
Christophe Leroy
1
-0
/
+7
2020-08-17
powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabled
Aneesh Kumar K.V
1
-1
/
+3
2020-08-14
Merge tag 'powerpc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-9
/
+8
2020-08-12
mm: clean up the last pieces of page fault accountings
Peter Xu
1
-5
/
+0
2020-08-12
mm/powerpc: use general page fault accounting
Peter Xu
1
-8
/
+3
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
2
-2
/
+2
2020-08-10
powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne X1000)
Aneesh Kumar K.V
2
-9
/
+8
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
19
-21
/
+4
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
2
-3
/
+0
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()
Anshuman Khandual
1
-2
/
+2
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
17
-16
/
+2
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
19
-953
/
+572
2020-07-30
powerpc: fix function annotations to avoid section mismatch warnings with gcc-10
Vladis Dronov
1
-2
/
+2
2020-07-29
powerpc/drmem: Make LMB walk a bit more flexible
Hari Bathini
2
-35
/
+65
2020-07-29
powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE
Aneesh Kumar K.V
1
-1
/
+0
2020-07-29
powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMA
Aneesh Kumar K.V
1
-0
/
+18
2020-07-29
powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS code
Michael Ellerman
1
-44
/
+3
2020-07-29
powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests only
Bharata B Rao
2
-6
/
+7
2020-07-29
powerpc/mm: Remove custom stack expansion checking
Michael Ellerman
1
-104
/
+5
2020-07-29
powerpc: Allow 4224 bytes of stack expansion for the signal frame
Michael Ellerman
1
-2
/
+5
2020-07-27
powerpc/64s/hash: Fix hash_preload running with interrupts enabled
Nicholas Piggin
1
-0
/
+25
2020-07-27
powerpc/ptdump: Refactor update of pg_state
Christophe Leroy
1
-14
/
+20
2020-07-27
powerpc/ptdump: Refactor update of st->last_pa
Christophe Leroy
1
-4
/
+1
2020-07-27
powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWX
Christophe Leroy
1
-0
/
+8
2020-07-27
powerpc/32s: Kernel space starts at TASK_SIZE
Christophe Leroy
1
-1
/
+1
2020-07-27
powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSET
Christophe Leroy
1
-2
/
+6
2020-07-27
powerpc/32s: Only leave NX unset on segments used for modules
Christophe Leroy
1
-3
/
+14
2020-07-27
powerpc: Use MODULES_VADDR if defined
Christophe Leroy
1
-0
/
+6
2020-07-26
powerpc/numa: Limit possible nodes to within num_possible_nodes
Srikar Dronamraju
1
-3
/
+4
2020-07-26
powerpc/book3s64/pkey: Disable pkey on POWER6 and before
Aneesh Kumar K.V
1
-0
/
+6
2020-07-23
powerpc/mm/hash64: Remove comment that is no longer valid
Santosh Sivaraj
1
-4
/
+0
2020-07-22
powerpc/64s: Remove PROT_SAO support
Nicholas Piggin
1
-2
/
+0
2020-07-22
powerpc/book3s64/pkeys: Remove is_pkey_enabled()
Aneesh Kumar K.V
1
-20
/
+11
2020-07-20
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
3
-17
/
+20
2020-07-20
powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexec
Aneesh Kumar K.V
1
-0
/
+3
2020-07-20
powerpc/book3s64/keys: Print information during boot.
Aneesh Kumar K.V
1
-0
/
+1
2020-07-20
powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled static key
Aneesh Kumar K.V
1
-10
/
+7
2020-07-20
powerpc/book3s64/pkeys: Use pkey_execute_disable_supported
Aneesh Kumar K.V
1
-3
/
+3
2020-07-20
powerpc/book3s64/kuep: Add MMU_FTR_KUEP
Aneesh Kumar K.V
1
-1
/
+3
2020-07-20
powerpc/book3s64/pkeys: Add MMU_FTR_PKEY
Aneesh Kumar K.V
1
-22
/
+30
2020-07-20
powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved
Aneesh Kumar K.V
1
-2
/
+3
2020-07-20
powerpc/book3s64/pkeys: Make initial_allocation_mask static
Aneesh Kumar K.V
1
-2
/
+5
[next]