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
/
fs
/
proc
/
page.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-12
/
+12
2020-02-04
fs/proc/page.c: allow inspection of last section and fix end detection
David Hildenbrand
1
-3
/
+27
2019-10-19
fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
David Hildenbrand
1
-12
/
+16
2019-03-05
mm: convert PG_balloon to PG_offline
David Hildenbrand
1
-2
/
+2
2018-12-28
/proc/kpagecount: return 0 for special pages that are never mapped
Anthony Yznaga
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-06-07
mm: mark pages in use for page tables
Matthew Wilcox
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-07
mm: fix KPF_SWAPCACHE in /proc/kpageflags
Hugh Dickins
1
-1
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-19
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
1
-1
/
+1
2016-03-17
/proc/kpageflags: return KPF_SLAB for slab tail pages
Naoya Horiguchi
1
-0
/
+2
2016-03-17
/proc/kpageflags: return KPF_BUDDY for "tail" buddy pages
Naoya Horiguchi
1
-2
/
+4
2016-01-15
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
1
-2
/
+2
2015-09-10
proc: add cond_resched to /proc/kpage* read/write loop
Vladimir Davydov
1
-0
/
+6
2015-09-10
proc: export idle flag via kpageflags
Vladimir Davydov
1
-0
/
+3
2015-09-10
mm: introduce idle page tracking
Vladimir Davydov
1
-0
/
+3
2015-09-10
proc: add kpagecgroup file
Vladimir Davydov
1
-0
/
+53
2015-02-11
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
Wang, Yalin
1
-3
/
+13
2014-10-09
mm/balloon_compaction: add vmstat counters and kpageflags bit
Konstantin Khlebnikov
1
-0
/
+3
2014-03-04
mm: close PageTail race
David Rientjes
1
-3
/
+2
2014-01-23
fs/proc: don't use module_init for non-modular core code
Paul Gortmaker
1
-1
/
+1
2014-01-23
fs/proc/page.c: add PageAnon check to surely detect thp
Naoya Horiguchi
1
-3
/
+5
2012-10-09
kpageflags: fix wrong KPF_THP on non-huge compound pages
Naoya Horiguchi
1
-1
/
+7
2012-03-21
pagemap: export KPF_THP
Naoya Horiguchi
1
-0
/
+2
2011-01-13
thp: remove PG_buddy
Andrea Arcangeli
1
-6
/
+8
2011-01-13
kpagecount: add slab page checking because _mapcount is in a union
Petr Holasek
1
-1
/
+1
2010-09-09
proc: export uncached bit properly in /proc/kpageflags
Takashi Iwai
1
-1
/
+1
2009-12-16
mm: export stable page flags
Wu Fengguang
1
-42
/
+3
2009-10-08
pagemap: export KPF_HWPOISON
Wu Fengguang
1
-0
/
+5
2009-09-22
ksm: identify PageKsm pages
Hugh Dickins
1
-0
/
+5
2009-06-16
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
1
-2
/
+0
2009-06-16
proc: export more page flags in /proc/kpageflags
Wu Fengguang
1
-32
/
+120
2009-06-16
proc: kpagecount/kpageflags code cleanup
Wu Fengguang
1
-6
/
+11
2009-06-16
mm: introduce PageHuge() for testing huge/gigantic pages
Wu Fengguang
1
-0
/
+1
2009-03-11
proc: fix kflags to uflags copying in /proc/kpageflags
Wu Fengguang
1
-1
/
+1
2009-02-24
proc: fix PG_locked reporting in /proc/kpageflags
Helge Bahmann
1
-1
/
+1
2008-10-23
proc: move pagecount stuff to fs/proc/page.c
Alexey Dobriyan
1
-0
/
+147