summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-0/+1
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-2/+2
* mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2018-12-281-2/+0
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-0/+2
* mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2018-12-281-2/+9
* mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-0/+10
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* mm/debug.c: make "migrate_reason_names[]" const char *Alexey Dobriyan2018-12-281-1/+1
* mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan2018-12-281-1/+1
* mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-282-4/+8
* mm: move zone watermark accesses behind an accessorMel Gorman2018-12-281-4/+5
* mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-1/+1
* memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2018-12-281-3/+2
* mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2018-12-281-3/+1
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-0/+2
* mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2018-12-281-1/+10
* vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2018-12-281-6/+0
* mm: remove managed_page_count_lock spinlockArun KS2018-12-281-6/+0
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-283-4/+52
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-2/+7
* xxHash: create arch dependent 32/64-bit xxhash()Timofey Titovets2018-12-281-0/+23
* mm: only report isolation failures when offlining memoryMichal Hocko2018-12-281-2/+9
* writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell2018-12-281-0/+8
* mm/mmu_notifier.c: remove mmu_notifier_synchronize()Sean Christopherson2018-12-281-1/+0
* include/linux/slab.h: fix sparse warning in kmalloc_type()Vlastimil Babka2018-12-281-12/+12
* kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-281-6/+10
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-282-0/+39
* kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-281-0/+3
* mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov2018-12-281-0/+13
* kasan: add tag related helper functionsAndrey Konovalov2018-12-281-0/+13
* kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-0/+8
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-6/+6
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-284-18/+23
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-282-16/+31
* Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-272-12/+17
|\
| * fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-071-2/+2
| * fs/locks: rename some lists and pointers.NeilBrown2018-11-302-10/+15
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-12-272-3/+24
|\ \
| * | ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2018-12-191-0/+20
| * | jbd2: update locking documentation for transaction_tAlexander Lochmann2018-12-041-3/+3
| * | jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara2018-12-031-0/+1
* | | Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-274-30/+49
|\ \ \
| * | | fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-134-9/+20
| * | | fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on...Matthew Bobrowski2018-11-131-20/+22
| * | | fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-134-3/+9
* | | | Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-12-273-1/+5
|\ \ \ \
| * | | | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-171-0/+2
| * | | | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
| * | | | btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-172-0/+2
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-2718-452/+521
|\ \ \ \ \