summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner2019-12-012-6/+11
* mm: clean up and clarify lruvec lookup procedureJohannes Weiner2019-12-012-19/+20
* include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macroHao Lee2019-12-011-1/+1
* mm, pcpu: make zone pcp updates and reset internal to the mmMel Gorman2019-12-011-3/+0
* mm/page_alloc: add alloc_contig_pages()Anshuman Khandual2019-12-011-0/+2
* kasan: support backing vmalloc space with real shadow memoryDaniel Axtens2019-12-013-1/+44
* include/linux/memory_hotplug.h: move definitions of {set,clear}_zone_contiguousBen Dooks (Codethink)2019-12-011-3/+3
* mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand2019-12-011-2/+2
* mm/memory_hotplug: remove __online_page_free() and __online_page_increment_co...David Hildenbrand2019-12-011-2/+0
* mm/memory_hotplug: export generic_online_page()David Hildenbrand2019-12-011-0/+1
* mm, soft-offline: convert parameter to pfnNaoya Horiguchi2019-12-011-1/+1
* mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom2019-12-011-0/+25
* mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom2019-12-012-15/+15
* asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDEDVineet Gupta2019-12-011-0/+11
* asm-generic/tlb: stub out pmd_free_tlb() if nopmdVineet Gupta2019-12-011-1/+1
* asm-generic/tlb: stub out p4d_free_tlb() if nop4d ...Vineet Gupta2019-12-013-4/+1
* asm-generic/tlb: stub out pud_free_tlb() if nopud ...Vineet Gupta2019-12-013-4/+1
* rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)2019-12-013-7/+35
* mm: emit tracepoint when RSS changesJoel Fernandes (Google)2019-12-012-3/+32
* mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt2019-12-011-8/+0
* include/linux/memcontrol.h: fix comments based on per-node memcgHao Lee2019-12-011-3/+2
* mm, memcg: clean up reclaim iter arrayYafang Shao2019-12-011-2/+1
* fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov2019-12-011-1/+5
* mm, slab: remove unused kmalloc_size()Pengfei Li2019-12-011-20/+0
* Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-302-2/+14
|\
| * fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2019-11-111-1/+1
| * Pull series refactoring quota enabling and disabling code.Jan Kara2019-11-0628-55/+267
| |\
| | * quota: Drop dquot_enable()Jan Kara2019-11-041-2/+0
| | * quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara2019-11-041-0/+2
| | * quota: Factor out setup of quota inodeJan Kara2019-11-041-0/+2
| * | quota: Check that quota is not dirty before releaseDmitry Monakhov2019-10-311-0/+10
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-11-304-74/+94
|\ \ \
| * | | jbd2: make jbd2_handle_buffer_credits() handle reserved handlesJan Kara2019-11-151-2/+6
| * | | Merge branch 'mb/dio' into masterTheodore Ts'o2019-11-051-34/+95
| |\ \ \
| | * \ \ Merge branch 'iomap-for-next' into mb/dioTheodore Ts'o2019-11-051-34/+95
| | |\ \ \
| * | \ \ \ Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o2019-11-053-43/+73
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | jbd2: Provide trace event for handle restartsJan Kara2019-11-051-1/+15
| | * | | | ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-5/+8
| | * | | | jbd2: Rename h_buffer_credits to h_total_creditsJan Kara2019-11-051-4/+5
| | * | | | jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-10/+33
| | * | | | jbd2: Drop jbd2_space_needed()Jan Kara2019-11-051-9/+0
| | * | | | jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara2019-11-051-15/+7
| | * | | | ext4, jbd2: Provide accessor function for handle creditsJan Kara2019-11-051-0/+6
| | * | | | jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara2019-11-051-2/+2
| * | | | | jbd2: Make state lock a spinlockThomas Gleixner2019-10-212-25/+16
| * | | | | jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara2019-10-211-1/+1
| * | | | | jbd2: Remove jbd_trylock_bh_state()Thomas Gleixner2019-10-211-5/+0
| |/ / / /
* | | | | Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-301-34/+95
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-2/+3
| * | | | iomap: renumber IOMAP_HOLE to 0Christoph Hellwig2019-10-211-5/+5