summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo2023-01-181-0/+1
* tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-171-0/+5
* tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-171-0/+3
* Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-175-26/+20
|\
| * NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo2023-01-122-5/+5
| * NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo2023-01-123-21/+14
| * NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo2023-01-121-0/+1
* | Merge tag 'tomoyo-pr-20230117' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2023-01-172-11/+12
|\ \
| * | tomoyo: Update website linkTetsuo Handa2023-01-131-1/+1
| * | tomoyo: Remove "select SRCU"Paul E. McKenney2023-01-131-1/+0
| * | tomoyo: Omit use of bin2cMasahiro Yamada2023-01-092-8/+8
| * | tomoyo: avoid unneeded creation of builtin-policy.hMasahiro Yamada2023-01-071-0/+2
| * | tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada2023-01-071-1/+1
* | | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-01-1720-88/+146
|\ \ \
| * | | init/Kconfig: fix typo (usafe -> unsafe)Lizzy Fleckenstein2023-01-121-1/+1
| * | | nommu: fix split_vma() map_count errorLiam Howlett2023-01-121-1/+3
| * | | nommu: fix do_munmap() error pathLiam Howlett2023-01-121-1/+2
| * | | nommu: fix memory leak in do_mmap() error pathLiam Howlett2023-01-121-1/+1
| * | | MAINTAINERS: update Robert Foss' email addressRobert Foss2023-01-122-3/+4
| * | | proc: fix PIE proc-empty-vm, proc-pid-vm testsAlexey Dobriyan2023-01-122-9/+12
| * | | mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-125-7/+7
| * | | include/linux/mm: fix release_pages_arg kernel doc commentSeongJae Park2023-01-121-3/+3
| * | | lib/win_minmax: use /* notation for regular commentsRandy Dunlap2023-01-121-1/+1
| * | | kasan: mark kasan_kunit_executing as staticAndrey Konovalov2023-01-121-1/+1
| * | | nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi2023-01-121-3/+12
| * | | Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warningNhat Pham2023-01-121-3/+1
| * | | mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu2023-01-121-2/+11
| * | | hugetlb: unshare some PMDs when splitting VMAsJames Houghton2023-01-121-9/+35
| * | | mm: fix vma->anon_name memory leak for anonymous shmem VMAsSuren Baghdasaryan2023-01-121-2/+1
| * | | mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe2023-01-121-4/+2
| * | | mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe2023-01-121-1/+1
| * | | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-122-6/+26
| * | | mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-121-8/+6
| * | | mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand2023-01-121-8/+9
| * | | mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand2023-01-121-14/+7
* | | | Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-167-21/+71
|\ \ \ \
| * | | | btrfs: do not abort transaction on failure to update log rootFilipe Manana2023-01-121-7/+4
| * | | | btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2023-01-122-3/+8
| * | | | btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana2023-01-121-1/+3
| * | | | btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana2023-01-121-6/+15
| * | | | btrfs: fix missing error handling when logging directory itemsFilipe Manana2023-01-121-0/+9
| * | | | btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-01-113-1/+10
| * | | | btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo2023-01-111-2/+12
| * | | | btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo2023-01-111-1/+10
* | | | | Linux 6.2-rc4v6.2-rc4Linus Torvalds2023-01-151-1/+1
* | | | | Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-155-20/+52
|\ \ \ \ \
| * | | | | x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4
| * | | | | x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman2023-01-101-16/+33
| * | | | | x86/resctrl: Fix task CLOSID/RMID update racePeter Newman2023-01-101-1/+11
| * | | | | x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross2023-01-101-1/+2