summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim2022-04-011-1/+4
* mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-011-2/+7
* doc/vm/page_owner.rst: remove content related to -c optionYinan Zhang2022-04-011-1/+0
* tools/vm/page_owner_sort.c: remove -c optionYinan Zhang2022-04-011-5/+1
* mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEPAndrey Konovalov2022-04-011-3/+1
* mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-011-4/+8
* mailmap: update Kirill's emailKirill Tkhai2022-04-011-0/+1
* mm: kfence: fix objcgs vector allocationMuchun Song2022-04-012-1/+13
* mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-016-16/+47
* mm/munlock: update Documentation/vm/unevictable-lru.rstHugh Dickins2022-04-011-261/+210
* mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins2022-04-011-2/+8
* nilfs2: get rid of nilfs_mapping_init()Ryusuke Konishi2022-04-012-10/+0
* nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi2022-04-015-21/+92
* nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-04-0110-50/+154
* ocfs2: fix crash when mount with quota enabledJoseph Qi2022-04-012-13/+12
* Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla2022-04-011-8/+1
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-3119-80/+131
|\
| * um: run_helper: Write error message to kernel log on exec failure on hostGlenn Washburn2022-03-111-0/+5
| * um: port_user: Improve error handling when port-helper is not foundGlenn Washburn2022-03-111-0/+12
| * um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvarGlenn Washburn2022-03-111-0/+4
| * um: port_user: Search for in.telnetd in PATHGlenn Washburn2022-03-111-1/+1
| * um: clang: Strip out -mno-global-merge from USER_CFLAGSDavid Gow2022-03-111-0/+4
| * docs: UML: Mention telnetd for port channelVincent Whitchurch2022-03-111-1/+5
| * um: Remove unused timeval_to_ns() functionDavid Gow2022-03-111-6/+0
| * um: Fix uml_mconsole stop/goAnton Ivanov2022-03-111-1/+2
| * um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow2022-03-111-3/+2
| * uml: net: vector: fix const issueJohannes Berg2022-03-112-2/+2
| * um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-113-1/+17
| * um: Migrate vector drivers to NAPIAnton Ivanov2022-03-112-57/+51
| * um: Fix order of dtb unflatten/early initVincent Whitchurch2022-03-111-1/+1
| * um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler2022-03-111-1/+3
| * um: Document dtb command line optionAnton Ivanov2022-03-111-0/+20
| * lib/logic_iomem: correct fallback config referencesJohannes Berg2022-03-111-4/+4
| * um: Remove duplicated include in syscalls_64.cYang Li2022-03-111-1/+0
| * MAINTAINERS: Update UserModeLinux entryRichard Weinberger2022-03-111-2/+3
* | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-3113-144/+259
|\ \
| * | ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-03-171-0/+3
| * | jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2022-03-161-2/+4
| * | jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2022-03-161-1/+3
| * | jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-03-161-1/+1
| * | fs/jffs2: fix comments mentioning i_mutexhongnanli2022-03-161-2/+2
| * | ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng2022-01-101-9/+19
| * | ubifs: Fix to add refcount once page is set privateZhihao Cheng2022-01-101-7/+7
| * | ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng2022-01-101-4/+30
| * | ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-01-101-1/+1
| * | ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-01-101-4/+8
| * | ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng2022-01-101-30/+30
| * | ubifs: Rename whiteout atomicallyZhihao Cheng2022-01-102-60/+136
| * | ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-01-091-0/+2
| * | ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng2022-01-091-1/+1