index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-06
powerpc: Remove file parameter from phys_mem_access_prot()
Thomas Zimmermann
1
-4
/
+4
2023-11-03
Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
16
-69
/
+75
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-10-27
Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-11
/
+22
2023-10-25
powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
Aneesh Kumar K.V
1
-10
/
+22
2023-10-23
powerpc/mm: Fix boot crash with FLATMEM
Michael Ellerman
1
-1
/
+0
2023-10-21
Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-8
/
+1
2023-10-19
powerpc: Annotate endianness of various variables and functions
Benjamin Gray
1
-1
/
+1
2023-10-19
powerpc: Support execute-only on all powerpc
Christophe Leroy
3
-12
/
+11
2023-10-19
powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITE
Christophe Leroy
1
-3
/
+8
2023-10-19
powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-7
/
+15
2023-10-19
powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
2
-7
/
+7
2023-10-19
powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-7
/
+12
2023-10-19
powerpc/nohash: Replace pte_user() by pte_read()
Christophe Leroy
1
-4
/
+0
2023-10-19
powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
1
-2
/
+2
2023-10-19
powerpc: Rely on address instead of pte_user()
Christophe Leroy
5
-24
/
+14
2023-10-19
powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is set
Christophe Leroy
1
-1
/
+2
2023-10-19
powerpc: Implement and use pgprot_nx()
Christophe Leroy
1
-3
/
+2
2023-10-19
powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()
Christophe Leroy
1
-1
/
+1
2023-10-19
powerpc: Untangle fixmap.h and pgtable.h and mmu.h
Christophe Leroy
3
-0
/
+4
2023-10-19
powerpc: Refactor update_mmu_cache_range()
Christophe Leroy
1
-2
/
+1
2023-10-18
powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()
Michael Ellerman
1
-8
/
+1
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
1
-1
/
+1
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
4
-4
/
+10
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
15
-227
/
+304
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
16
-200
/
+798
2023-08-28
powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...
Aneesh Kumar K.V
1
-2
/
+6
2023-08-28
powerpc/mm/book3s64: Fix build error with SPARSEMEM disabled
Aneesh Kumar K.V
1
-4
/
+15
2023-08-25
Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+1
2023-08-24
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
4
-55
/
+53
2023-08-24
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
1
-1
/
+2
2023-08-24
powerpc: Don't include lppaca.h in paca.h
Michael Ellerman
1
-0
/
+1
2023-08-24
powerpc/pseries: Move VPHN constants into vphn.h
Michael Ellerman
1
-0
/
+1
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+1
2023-08-21
powerpc: convert various functions to use ptdescs
Vishal Moola (Oracle)
3
-50
/
+50
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-08-18
powerpc/book3s64/radix: add debug message to give more details of vmemmap all...
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
powerpc/book3s64/radix: remove mmu_vmemmap_psize
Aneesh Kumar K.V
2
-18
/
+14
2023-08-18
powerpc/book3s64/radix: add support for vmemmap optimization for radix
Aneesh Kumar K.V
1
-0
/
+203
2023-08-18
powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...
Aneesh Kumar K.V
2
-32
/
+321
2023-08-18
powerpc/book3s64/mm: enable transparent pud hugepage
Aneesh Kumar K.V
3
-0
/
+113
2023-08-18
powerpc/mm/trace: convert trace event to trace event class
Aneesh Kumar K.V
2
-2
/
+2
2023-08-18
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
1
-4
/
+0
2023-08-18
mmu_notifiers: rename invalidate_range notifier
Alistair Popple
2
-5
/
+5
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
2
-0
/
+5
2023-08-18
powerpc: mm: convert to GENERIC_IOREMAP
Christophe Leroy
3
-45
/
+12
2023-08-18
powerpc: add pte_free_defer() for pgtables sharing page
Hugh Dickins
1
-3
/
+26
2023-08-18
powerpc: assert_pte_locked() use pte_offset_map_nolock()
Hugh Dickins
1
-2
/
+6
2023-08-18
powerpc/mm: Cleanup memory block size probing
Aneesh Kumar K.V
2
-64
/
+113
2023-08-18
powerpc/47x: Add prototype for mmu_init_secondary()
Christophe Leroy
1
-0
/
+1
[next]