aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-31defconfigstm32mp1-ev1-cryp-testMarek Vasut1-0/+394
2021-07-31ARM: dts: stm32mp1: Enable CRYP blockMarek Vasut1-0/+4
2021-07-31crypto: stm32/cryp: Fix skcipher conversionMarek Vasut1-26/+26
2021-07-31crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff1-10/+151
2021-07-31crypto: stm32/cryp - code cleanupNicolas Toromanoff1-73/+56
2021-07-31crypto: stm32/crc32 - don't print error on probe deferralEtienne Carriere1-1/+3
2021-07-31crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere1-1/+3
2021-07-31crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere1-2/+6
2021-07-31crypto: stm32/hash - Fix dma issue with update requestsLionel Debieve1-6/+13
2021-07-30Add linux-next specific files for 20210730Mark Brown4-0/+7824
2021-07-30Merge branch 'akpm/master'Mark Brown38-645/+175
2021-07-30arch: remove compat_alloc_user_spaceArnd Bergmann24-333/+12
2021-07-30compat: remove some compat entry pointsArnd Bergmann14-117/+42
2021-07-30mm: simplify compat numa syscallsArnd Bergmann2-129/+63
2021-07-30mm: simplify compat_sys_move_pagesArnd Bergmann1-15/+30
2021-07-30kexec: avoid compat_alloc_user_spaceArnd Bergmann1-36/+25
2021-07-30kexec: move locking into do_kexec_loadArnd Bergmann1-28/+16
2021-07-30Merge branch 'akpm-current/current'Mark Brown190-2080/+4816
2021-07-30selftests/memfd: remove unused variableGreg Thelen1-1/+1
2021-07-30configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu9-9/+0
2021-07-30prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov1-7/+0
2021-07-30pid: cleanup the stale comment mentioning pidmap_init().Takahiro Itazuri1-1/+1
2021-07-30hfsplus: fix out-of-bounds warnings in __hfsplus_setxattrGustavo A. R. Silva4-24/+26
2021-07-30nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun1-1/+1
2021-07-30nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun1-2/+2
2021-07-30nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun1-1/+1
2021-07-30nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun1-2/+2
2021-07-30nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun1-5/+3
2021-07-30nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun1-4/+2
2021-07-30init/main.c: silence some -Wunused-parameter warningsAndrew Halaney1-10/+15
2021-07-30lib/test: convert test_sort.c to use KUnitDaniel Latypov2-23/+22
2021-07-30lib/string: optimized memsetMatteo Croce1-2/+30
2021-07-30lib/string: optimized memmoveMatteo Croce1-12/+6
2021-07-30lib/string: optimized memcpyMatteo Croce1-3/+77
2021-07-30math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven1-2/+1
2021-07-30math: make RATIONAL tristateGeert Uytterhoeven2-1/+4
2021-07-30include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko1-1/+1
2021-07-30arch: Kconfig: fix spelling mistake "seperate" -> "separate"Colin Ian King1-1/+1
2021-07-30proc/sysctl: make protected_* world readableJulius Hemanth Pitti1-4/+4
2021-07-30connector: send event on write to /proc/[pid]/commOhhoon Kwon1-1/+4
2021-07-30fs/proc/kcore.c: add mmap interfaceFeng Zhou1-0/+73
2021-07-30percpu: remove export of pcpu_base_addrGreg Kroah-Hartman1-1/+0
2021-07-30kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2-0/+45
2021-07-30fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa1-2/+8
2021-07-30fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa3-2/+61
2021-07-30kfence: show cpu and timestamp in alloc/free infoMarco Elver4-51/+71
2021-07-30mm/highmem: Remove deprecated kmap_atomicIra Weiny1-14/+14
2021-07-30mm/zsmalloc.c: combine two atomic ops in zs_pool_dec_isolated()Miaohe Lin1-2/+1
2021-07-30mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin1-3/+4
2021-07-30mm/rmap: convert from atomic_t to refcount_t on anon_vma->refcountXiyu Yang2-10/+12
2021-07-30mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand3-4/+84
2021-07-30mm-memory_hotplug-memory-group-aware-auto-movable-online-policy-fixDavid Hildenbrand1-1/+3
2021-07-30mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand3-12/+57
2021-07-30virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand1-3/+19
2021-07-30dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand1-8/+32
2021-07-30ACPI: memhotplug: use a single static memory group for a single memory deviceDavid Hildenbrand1-5/+30
2021-07-30mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand4-14/+32
2021-07-30drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand4-7/+158
2021-07-30mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand1-0/+189
2021-07-30mm: track present early pages per zoneDavid Hildenbrand5-11/+29
2021-07-30ACPI: memhotplug: memory resources cannot be enabled yetDavid Hildenbrand1-4/+0
2021-07-30mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand6-31/+30
2021-07-30mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand10-22/+11
2021-07-30mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2-4/+4
2021-07-30mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport1-6/+3
2021-07-30mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport8-75/+11
2021-07-30memory-hotplug.rst: complete admin-guide overhaulDavid Hildenbrand1-306/+455
2021-07-30memory-hotplug.rst: remove locking details from admin-guideDavid Hildenbrand1-39/+0
2021-07-30mm/vmstat: protect per cpu variables with preempt disable on RTIngo Molnar1-0/+12
2021-07-30preempt: provide preempt_*_(no)rt variantsThomas Gleixner1-1/+17
2021-07-30mm/vmstat: remove unneeded return valueMiaohe Lin1-6/+2
2021-07-30mm/vmstat: simplify the array size calculationMiaohe Lin1-5/+3
2021-07-30mm/vmstat: correct some wrong commentsMiaohe Lin1-6/+1
2021-07-30selftests: vm: add KSM merging across nodes testZhansaya Bagdauletkyzy3-3/+119
2021-07-30selftests: vm: add KSM zero page merging testZhansaya Bagdauletkyzy2-3/+99
2021-07-30selftests: vm: add KSM unmerge testZhansaya Bagdauletkyzy2-5/+85
2021-07-30selftests: vm: add KSM merge testZhansaya Bagdauletkyzy4-0/+324
2021-07-30mm/thp: make ALLOC_SPLIT_PTLOCKS dependent on USE_SPLIT_PTE_PTLOCKSAnshuman Khandual3-1/+8
2021-07-30oom_kill: oom_score_adj broken for processes with small memory usageCorey Minyard1-2/+5
2021-07-30mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fixAndrew Morton1-2/+2
2021-07-30mm/mempolicy: convert from atomic_t to refcount_t on mempolicy->refcntXiyu Yang2-6/+7
2021-07-30mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang1-20/+4
2021-07-30mm/mempolicy: advertise new MPOL_PREFERRED_MANYBen Widawsky2-10/+13
2021-07-30mm/hugetlb: fix compile warning for !CONFIG_NUMA buildFeng Tang1-0/+2
2021-07-30mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fixAndrew Morton1-1/+1
2021-07-30mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky2-1/+27
2021-07-30mm/mempolicy: enable page allocation for MPOL_PREFERRED_MANY for general casesBen Widawsky1-0/+8
2021-07-30mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policyFeng Tang1-0/+19
2021-07-30mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen2-5/+40
2021-07-30mm-compaction-optimize-proactive-compaction-deferrals-fixAndrew Morton1-5/+5
2021-07-30mm: compaction: optimize proactive compaction deferralsCharan Teja Reddy1-10/+19
2021-07-30mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin1-9/+5
2021-07-30mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin2-6/+3
2021-07-30mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin1-2/+0
2021-07-30mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin1-5/+8
2021-07-30mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()Hui Su3-5/+4
2021-07-30mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying4-2/+92
2021-07-30mm/vmscan: never demote for memcg reclaimDave Hansen1-2/+7
2021-07-30mm-vmscan-consider-anonymous-pages-without-swap-v11Keith Busch1-1/+1
2021-07-30mm/vmscan: Consider anonymous pages without swapKeith Busch1-4/+30
2021-07-30mm-vmscan-add-helper-for-querying-ability-to-age-anonymous-pages-v11Dave Hansen1-1/+1
2021-07-30mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen1-2/+18
2021-07-30mm/vmscan: add page demotion counterYang Shi3-0/+9
2021-07-30mm-migrate-demote-pages-during-reclaim-v11Dave Hansen1-2/+2
2021-07-30mm/migrate: demote pages during reclaimDave Hansen3-1/+96
2021-07-30mm/migrate: enable returning precise migrate_pages() success countYang Shi8-12/+18
2021-07-30mm/migrate: update node demotion order on hotplug eventsDave Hansen1-1/+89
2021-07-30mm/numa: automatically generate node migration orderDave Hansen3-1/+222
2021-07-30hugetlb: before freeing hugetlb page set dtor to appropriate valueMike Kravetz1-1/+21
2021-07-30hugetlb: drop ref count earlier after page allocationMike Kravetz1-22/+78
2021-07-30hugetlb: simplify prep_compound_gigantic_page ref count racing codeMike Kravetz1-10/+5
2021-07-30mm/page_alloc: make alloc_node_mem_map() __init rather than __refMike Rapoport1-2/+2
2021-07-30mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function war...Nico Pache1-1/+1
2021-07-30memblock: stop poisoning raw allocationsMike Rapoport1-16/+4
2021-07-30mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport3-6/+28
2021-07-30microblaze: simplify pte_alloc_one_kernel()Mike Rapoport3-23/+8
2021-07-30mm/page_alloc: always initialize memory map for the holesMike Rapoport1-8/+0
2021-07-30mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin4-52/+34
2021-07-30mm/vmalloc: fix wrong behavior in vreadChen Wandun1-1/+28
2021-07-30lib/test_vmalloc.c: add a new 'nr_pages' parameterUladzislau Rezki (Sony)1-1/+4
2021-07-30mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)1-10/+8
2021-07-30mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)1-5/+27
2021-07-30mm/sparse: clarify pgdat_to_physMiles Chen1-1/+2
2021-07-30include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox1-1/+1
2021-07-30mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi1-1/+1
2021-07-30mm: sparse: remove __section_nr() functionOhhoon Kwon2-27/+0
2021-07-30mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon3-6/+4
2021-07-30mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon1-5/+4
2021-07-30mm/mremap: don't account pages in vma_to_resize()Dmitry Safonov1-28/+22
2021-07-30mm/mremap: fix memory account on do_munmap() failureChen Wandun1-1/+1
2021-07-30mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman1-2/+2
2021-07-30mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying1-26/+0
2021-07-30mm: remove flush_kernel_dcache_pageChristoph Hellwig17-155/+51
2021-07-30scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-3/+2
2021-07-30ps3disk: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-1/+1
2021-07-30mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-1/+1
2021-07-30mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig1-4/+0
2021-07-30powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin1-0/+1
2021-07-30lazy-tlb-shoot-lazies-a-non-refcounting-lazy-tlb-option-fixNicholas Piggin1-9/+10
2021-07-30lazy tlb: shoot lazies, a non-refcounting lazy tlb optionNicholas Piggin2-0/+64
2021-07-30lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix-2Nicholas Piggin1-0/+10
2021-07-30lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fixAndrew Morton1-1/+2
2021-07-30lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin4-7/+36
2021-07-30lazy-tlb-introduce-lazy-mm-refcount-helper-functions-fixNicholas Piggin1-5/+7
2021-07-30lazy tlb: introduce lazy mm refcount helper functionsNicholas Piggin9-19/+34
2021-07-30memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2-2/+2
2021-07-30memcg: cleanup racy sum avoidance codeShakeel Butt1-13/+2
2021-07-30memcg: enable accounting for ldt_struct objectsVasily Averin1-3/+3
2021-07-30memcg: enable accounting for posix_timers_cache slabVasily Averin1-2/+2
2021-07-30memcg: enable accounting for signalsVasily Averin1-1/+1
2021-07-30memcg: enable accounting of ipc resourcesVasily Averin3-6/+7
2021-07-30memcg: enable accounting for new namesapces and struct nsproxyVasily Averin7-8/+8
2021-07-30memcg: enable accounting for fasync_cacheVasily Averin1-1/+2
2021-07-30memcg: enable accounting for file lock cachesVasily Averin1-2/+4
2021-07-30memcg: enable accounting for pollfd and select bits arraysVasily Averin1-2/+2
2021-07-30memcg: enable accounting for mnt_cache entriesVasily Averin1-2/+3
2021-07-30memcg: charge fs_context and legacy_fs_contextYutian Yang1-2/+2
2021-07-30memcg-infrastructure-to-flush-memcg-stats-v5Shakeel Butt1-1/+1
2021-07-30memcg: infrastructure to flush memcg statsShakeel Butt3-0/+46
2021-07-30memcg: switch lruvec stats to rstatShakeel Butt2-98/+58
2021-07-30memcg: enable accounting for pids in nested pid namespacesVasily Averin1-1/+2
2021-07-30mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan3-17/+28
2021-07-30mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan2-24/+37
2021-07-30mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan3-1/+12
2021-07-30fs, mm: fix race in unlinking swapfileHugh Dickins2-1/+13
2021-07-30writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt4-24/+26
2021-07-30vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner8-22/+120
2021-07-30fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner2-11/+11
2021-07-30fs: drop_caches: fix skipping over shadow cache inodesJohannes Weiner1-1/+2
2021-07-30mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner3-19/+13
2021-07-30writeback: use READ_ONCE for unlocked reads of writeback statsJan Kara1-13/+15
2021-07-30writeback: rename domain_update_bandwidth()Jan Kara1-4/+4
2021-07-30writeback: fix bandwidth estimate for spiky workloadJan Kara4-16/+31
2021-07-30writeback: reliably update bandwidth estimationJan Kara4-16/+46
2021-07-30writeback: track number of inodes under writebackJan Kara4-2/+27
2021-07-30mm: mark idle page tracking as BROKENMatthew Wilcox (Oracle)1-1/+1
2021-07-30mm/debug_vm_pgtable: fix corrupted page flagGavin Shan1-4/+51
2021-07-30mm/debug_vm_pgtable: remove unused codeGavin Shan1-54/+0
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan1-48/+38
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan1-78/+48
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan1-52/+46
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan1-33/+31
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan1-14/+14
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan1-25/+23
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan1-32/+26
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan1-16/+16
2021-07-30mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan1-26/+24
2021-07-30mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan1-1/+279
2021-07-30mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)3-14/+14
2021-07-30mm: slub: fix slub_debug disabling for list of slabsVlastimil Babka1-5/+8
2021-07-30mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)3-32/+33
2021-07-30arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot1-2/+1
2021-07-30ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan1-1/+2
2021-07-30ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan1-2/+12
2021-07-30ocfs2: remove an unnecessary conditionDan Carpenter1-1/+1
2021-07-30scripts: checkversion: modernize linux/version.h search stringsRandy Dunlap1-7/+11
2021-07-30scripts: check_extable: fix typo in user error messageRandy Dunlap1-1/+1
2021-07-30init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes3-1/+4
2021-07-30kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang1-1/+1
2021-07-30mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai1-1/+1