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
/
mm
/
swapfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+18
2022-05-27
mm/swapfile: fix lost swap bits in unuse_pte()
Miaohe Lin
1
-3
/
+7
2022-05-27
mm/swapfile: unuse_pte can map random data if swap read fails
Miaohe Lin
1
-0
/
+11
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-65
/
+70
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-05-19
mm/swap: fix comment about swap extent
Miaohe Lin
1
-9
/
+6
2022-05-19
mm/swap: clean up the comment of find_next_to_unuse
Miaohe Lin
1
-3
/
+3
2022-05-19
mm/swap: add helper swap_offset_available()
Miaohe Lin
1
-16
/
+18
2022-05-19
mm/swap: make page_swapcount and __lru_add_drain_all static
Miaohe Lin
1
-1
/
+1
2022-05-19
mm/swap: remove unneeded p != NULL check in __swap_duplicate
Miaohe Lin
1
-2
/
+1
2022-05-19
mm/swap: print bad swap offset entry in get_swap_device
Miaohe Lin
1
-0
/
+1
2022-05-19
mm/swap: fold __swap_info_get() into its sole caller
Miaohe Lin
1
-18
/
+6
2022-05-13
swap: turn get_swap_page() into folio_alloc_swap()
Matthew Wilcox (Oracle)
1
-8
/
+9
2022-05-09
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
1
-0
/
+5
2022-05-09
mm: move responsibility for setting SWP_FS_OPS to ->swap_activate
NeilBrown
1
-7
/
+3
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-05-09
mm/swap: remember PG_anon_exclusive via a swp pte bit
David Hildenbrand
1
-1
/
+12
2022-05-09
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
1
-0
/
+4
2022-05-09
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-02
blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>
Christoph Hellwig
1
-0
/
+1
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-3
/
+3
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-15
/
+2
2022-04-17
block: add a bdev_stable_writes helper
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
1
-2
/
+2
2022-04-17
mm: use bdev_is_zoned in claim_swapfile
Christoph Hellwig
1
-1
/
+1
2022-03-24
mm/swapfile: remove stale reuse_swap_page()
David Hildenbrand
1
-104
/
+0
2022-03-22
userfaultfd: provide unmasked address on page-fault
Nadav Amit
1
-0
/
+1
2022-01-22
mm: mark swap_lock and swap_active_head static
Christoph Hellwig
1
-2
/
+2
2022-01-22
mm: simplify try_to_unuse
Christoph Hellwig
1
-60
/
+23
2022-01-22
frontswap: simplify frontswap_init
Christoph Hellwig
1
-1
/
+2
2022-01-15
mm: remove the total_mapcount argument from page_trans_huge_mapcount()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-15
mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()
Matthew Wilcox (Oracle)
1
-20
/
+12
2022-01-15
mm: remove last argument of reuse_swap_page()
Matthew Wilcox (Oracle)
1
-7
/
+1
2022-01-15
mm: change page type prior to adding page table entry
Pasha Tatashin
1
-2
/
+2
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+3
2021-11-06
mm/swapfile: fix an integer overflow in swap_show()
Rafael Aquini
1
-2
/
+2
2021-11-06
mm/swapfile: remove needless request_queue NULL pointer check
Xu Wang
1
-1
/
+1
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-1
/
+1
2021-09-27
mm/util: Add folio_mapping() and folio_file_mapping()
Matthew Wilcox (Oracle)
1
-4
/
+4
2021-09-03
mm, memcg: inline swap-related functions to improve disabled memcg config
Suren Baghdasaryan
1
-4
/
+1
2021-09-03
mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...
Suren Baghdasaryan
1
-0
/
+3
2021-09-03
fs, mm: fix race in unlinking swapfile
Hugh Dickins
1
-0
/
+6
2021-07-01
mm: fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-06-29
mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()
Huang Ying
1
-9
/
+6
2021-06-29
mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION
Miaohe Lin
1
-52
/
+31
2021-06-29
mm/swapfile: use percpu_ref to serialize against concurrent swapoff
Miaohe Lin
1
-30
/
+49
[next]