summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-12mm/pagewalk: add walk_page_range_vma()David Hildenbrand2-0/+23
2022-12-12mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHAREDavid Hildenbrand1-7/+5
2022-12-12mm: remove VM_FAULT_WRITEDavid Hildenbrand3-9/+5
2022-12-12mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITEDavid Hildenbrand1-12/+13
2022-12-12selftests/vm: add test to measure MADV_UNMERGEABLE performanceDavid Hildenbrand1-2/+74
2022-12-12mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand2-7/+2
2022-12-12selftests/vm: add KSM unmerge testsDavid Hildenbrand5-0/+294
2022-12-12selftests/vm: enable running select groups of testsJoel Savitz1-63/+144
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo3-7/+5
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo3-4/+4
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo3-15/+10
2022-12-12exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo1-8/+1
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2-7/+12
2022-12-12exfat: replace magic numbers with MacrosYuezhang Mo3-10/+10
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo4-11/+11
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo4-35/+29
2022-12-12exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2-1/+19
2022-12-12exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo1-4/+21
2022-12-12exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2-16/+43
2022-12-12exfat: simplify empty entry hintYuezhang Mo1-27/+31
2022-12-12powerpc/qspinlock: Fix 32-bit buildNicholas Piggin1-0/+1
2022-12-12dt-bindings: leds: Add missing references to common LED schemaRob Herring3-21/+7
2022-12-12dt-bindings: leds: intel,lgm: Add missing 'led-gpios' propertyRob Herring1-2/+5
2022-12-12of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie1-2/+2
2022-12-12rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni1-1/+1
2022-12-12Linux 6.1v6.1Linus Torvalds1-1/+1
2022-12-12rtc: rx6110: fix warning with !OFAlexandre Belloni1-1/+1
2022-12-12MAINTAINERS: mark I3C DRIVER FOR SYNOPSYS DESIGNWARE orphanAlexandre Belloni1-2/+1
2022-12-11i3c: export SETDASA methodJack Chen4-0/+42
2022-12-11i3c: Correct the macro module_i3c_i2c_driverNaveen Krishna Chatradhi1-1/+2
2022-12-11rtc: rk808: reduce 'struct rk808' usageSebastian Reichel1-27/+20
2022-12-11Merge tag 'iommu-fix-v6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-12-11rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook1-11/+1
2022-12-11nfsd: rework refcounting in filecacheJeff Layton2-180/+189
2022-12-11ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-14/+6
2022-12-11ksmbd: Fix resource leak in smb2_lock()Marios Makassikis1-0/+4
2022-12-11ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng1-3/+5
2022-12-11ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva3-9/+9
2022-12-11ksmbd: use F_SETLK when unlocking a fileJeff Layton1-2/+2
2022-12-11ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon3-5/+14
2022-12-11IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2022-12-11kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 buildsMasahiro Yamada1-0/+1
2022-12-11kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGSMasahiro Yamada1-1/+2
2022-12-11RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe1-1/+1
2022-12-11Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds7-19/+29
2022-12-11dt-bindings: rtc: convert rtc-meson.txt to dt-schemaNeil Armstrong2-35/+62
2022-12-11ipvs: run_estimation should control the kthread tasksJulian Anastasov4-6/+35
2022-12-11ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov4-4/+229
2022-12-11ipvs: use kthreads for stats estimationJulian Anastasov3-100/+990
2022-12-11ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov4-35/+35