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
/
include
/
linux
/
pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-29
mm: abstract moving to the next PFN
Matthew Wilcox (Oracle)
1
-1
/
+9
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+28
2023-08-24
mm: move PMD_ORDER to pgtable.h
Matthew Wilcox (Oracle)
1
-0
/
+3
2023-08-24
mm: remove checks for pte_index
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-08-24
mm: tidy up set_ptes definition
Matthew Wilcox (Oracle)
1
-6
/
+0
2023-08-24
mm: add default definition of set_ptes()
Matthew Wilcox (Oracle)
1
-21
/
+60
2023-08-21
pgtable: improve pte_protnone() comment
David Hildenbrand
1
-6
/
+10
2023-08-18
mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...
Aneesh Kumar K.V
1
-0
/
+2
2023-08-18
mm: add pud_same similar to __HAVE_ARCH_P4D_SAME
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
mm: change pudp_huge_get_and_clear_full take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+2
2023-08-18
mm/hugepage pud: allow arch-specific helper function to check huge page pud s...
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clear
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/pgtable: add pte_free_defer() for pgtable as page
Hugh Dickins
1
-0
/
+2
2023-08-18
mm/pgtable: add PAE safety to __pte_offset_map()
Hugh Dickins
1
-0
/
+4
2023-08-18
mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
Hugh Dickins
1
-2
/
+2
2023-07-11
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
1
-0
/
+14
2023-07-11
mm: Make pte_mkwrite() take a VMA
Rick Edgecombe
1
-2
/
+2
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-0
/
+14
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-3
/
+3
2023-06-19
mm: move ptep_get() and pmdp_get() helpers
Ryan Roberts
1
-14
/
+14
2023-06-19
mm/pgtable: delete pmd_trans_unstable() and friends
Hugh Dickins
1
-96
/
+7
2023-06-19
mm/pgtable: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-7
/
+15
2023-06-19
mm/pgtable: kmap_local_page() instead of kmap_atomic()
Hugh Dickins
1
-2
/
+2
2023-06-19
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-17
/
+0
2023-03-28
mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
Gerald Schaefer
1
-1
/
+1
2023-03-28
x86/mm/pat: clear VM_PAT if copy_p4d_range failed
Ma Wupeng
1
-3
/
+4
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
1
-2
/
+3
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-29
/
+0
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-27
/
+46
2022-12-15
mm: Convert __HAVE_ARCH_P..P_GET to the new style
Peter Zijlstra
1
-2
/
+2
2022-12-15
mm: Rename pmd_read_atomic()
Peter Zijlstra
1
-7
/
+2
2022-12-15
mm: Rename GUP_GET_PTE_LOW_HIGH
Peter Zijlstra
1
-2
/
+2
2022-12-15
mm: Fix pmd_read_atomic()
Peter Zijlstra
1
-10
/
+37
2022-12-15
mm: Update ptep_get_lockless()'s comment
Peter Zijlstra
1
-9
/
+6
2022-12-11
include/linux/pgtable.h: : remove redundant pte variable
zhang songyi
1
-3
/
+1
2022-11-30
mm: remove unused savedwrite infrastructure
David Hildenbrand
1
-24
/
+0
2022-11-30
mm: introduce arch_has_hw_nonleaf_pmd_young()
Juergen Gross
1
-0
/
+11
2022-11-30
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
1
-0
/
+7
2022-09-26
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
1
-2
/
+2
2022-09-26
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
1
-0
/
+13
2022-09-11
mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGE
Liu Shixin
1
-2
/
+1
2022-09-11
mm/thp: simplify has_transparent_hugepage by using IS_BUILTIN
Liu Shixin
1
-5
/
+1
2022-07-17
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
1
-0
/
+28
2022-05-13
mm: functions may simplify the use of return values
Li kunyu
1
-9
/
+3
2022-05-13
mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.h
Tong Tiangen
1
-2
/
+0
2022-05-13
mm: page_table_check: add hooks to public helpers
Tong Tiangen
1
-8
/
+15
2022-05-13
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-13
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
1
-0
/
+20
[next]