summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-12-1123-207/+322
|\
| * mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-111-0/+7
| * hugetlbfs: fix issue of preallocation of gigantic pages can't workZhenguo Yao2021-12-111-1/+1
| * mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()Waiman Long2021-12-111-53/+53
| * mm/slub: fix endianness bug for alloc/free_traces attributesGerald Schaefer2021-12-111-6/+9
| * selftests/damon: split test casesSeongJae Park2021-12-117-112/+129
| * selftests/damon: test debugfs file reads/writes with huge countSeongJae Park2021-12-114-0/+61
| * selftests/damon: test wrong DAMOS condition ranges inputSeongJae Park2021-12-111-0/+2
| * selftests/damon: test DAMON enabling with empty target_ids caseSeongJae Park2021-12-111-0/+9
| * selftests/damon: skip test if DAMON is runningSeongJae Park2021-12-111-0/+9
| * mm/damon/vaddr-test: remove unnecessary variablesSeongJae Park2021-12-111-8/+0
| * mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park2021-12-111-37/+40
| * mm/damon/vaddr: remove an unnecessary warning messageSeongJae Park2021-12-111-1/+0
| * mm/damon/core: remove unnecessary error messagesSeongJae Park2021-12-111-9/+2
| * mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park2021-12-111-3/+1
| * mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park2021-12-111-1/+2
| * mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park2021-12-111-3/+3
| * timers: implement usleep_idle_range()SeongJae Park2021-12-112-8/+22
| * filemap: remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)2021-12-111-2/+0
| * mailmap: update email address for Guo RenGuo Ren2021-12-111-0/+2
| * MAINTAINERS: update kdump maintainersDave Young2021-12-111-1/+1
| * Increase default MLOCK_LIMIT to 8 MiBDrew DeVault2021-12-111-3/+10
* | Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-117-10/+35
|\ \
| * | btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo2021-12-081-1/+2
| * | btrfs: zoned: clear data relocation bg on zone finishJohannes Thumshirn2021-12-081-0/+2
| * | btrfs: free exchange changeset on failuresJohannes Thumshirn2021-12-081-3/+9
| * | btrfs: fix re-dirty process of tree-log nodesNaohiro Aota2021-12-081-2/+3
| * | btrfs: call mapping_set_error() on btree inode with a write errorJosef Bacik2021-12-081-0/+8
| * | btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik2021-12-081-0/+6
| * | btrfs: fail if fstrim_range->start == U64_MAXJosef Bacik2021-12-081-0/+3
| * | btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter2021-12-081-4/+2
* | | Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-12-112-31/+36
|\ \ \
| * | | cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara2021-12-081-18/+36
| * | | cifs: Fix crash on unload of cifs_arc4.koVincent Whitchurch2021-12-081-13/+0
* | | | Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-12-113-9/+15
|\ \ \ \
| * | | | nfsd: fix use-after-free due to delegation raceJ. Bruce Fields2021-12-101-2/+7
| * | | | nfsd: Fix nsfd startup race (again)Alexander Sverdlin2021-12-102-7/+8
| |/ / /
* | | | Merge tag 'thermal-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-111-1/+1
|\ \ \ \
| * | | | thermal: int340x: Fix VCoRefLow MMIO bit offset for TGLSumeet Pawnikar2021-12-081-1/+1
| |/ / /
* | | | Merge tag 'acpi-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-12-102-0/+2
|\ \ \ \
| * | | | ACPI: tools: Fix compilation when output directory is not presentChen Yu2021-12-082-0/+2
| |/ / /
* | | | Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-12-101-1/+1
|\ \ \ \
| * | | | PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki2021-12-081-1/+1
| |/ / /
* | | | Merge tag 'hwmon-for-v5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-12-105-10/+7
|\ \ \ \
| * | | | hwmon: (pwm-fan) Ensure the fan going on in .probe()Billy Tsai2021-11-301-2/+0
| * | | | hwmon: (sht4x) Fix EREMOTEIO errorsDavid Mosberger-Tang2021-11-201-2/+2
| * | | | hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()Zev Weiss2021-11-151-1/+1
| * | | | hwmon: (dell-smm) Fix warning on /proc/i8k creation errorArmin Wolf2021-11-151-4/+3
| * | | | hwmon: (corsair-psu) fix plain integer used as NULL pointerWilken Gottwalt2021-11-151-1/+1
* | | | | Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-12-105-6/+242
|\ \ \ \ \