summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: don't spinlock when not posting CQEsPavel Begunkov2021-11-241-9/+17
* io_uring: add option to skip CQE postingPavel Begunkov2021-11-242-9/+37
* io_uring: clean cqe filling functionsPavel Begunkov2021-11-241-28/+30
* io_uring: improve argument types of kiocb_done()Pavel Begunkov2021-11-231-7/+6
* io_uring: clean __io_import_iovec()Pavel Begunkov2021-11-231-8/+13
* io_uring: improve send/recv error handlingPavel Begunkov2021-11-231-24/+31
* io_uring: simplify reissue in kiocb_donePavel Begunkov2021-11-231-10/+3
* Linux 5.16-rc2v5.16-rc2Linus Torvalds2021-11-211-1/+1
* Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-212-33/+45
|\
| * x86/sgx: Fix free page accountingReinette Chatre2021-11-161-6/+6
| * x86/boot: Pull up cmdline preparation and early param parsingBorislav Petkov2021-11-151-27/+39
* | Merge tag 'perf-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-212-2/+12
|\ \
| * | x86/perf: Fix snapshot_branch_stack warning in VMSong Liu2021-11-171-2/+0
| * | perf/x86/intel/uncore: Fix IIO event constraints for SnowridgeAlexander Antonov2021-11-171-0/+8
| * | perf/x86/intel/uncore: Fix IIO event constraints for Skylake ServerAlexander Antonov2021-11-171-0/+1
| * | perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake ServerAlexander Antonov2021-11-171-0/+3
| |/
* | Merge tag 'powerpc-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-2111-59/+52
|\ \
| * | powerpc/xive: Change IRQ domain to a tree domainCédric Le Goater2021-11-172-3/+1
| * | powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2021-11-161-6/+7
| * | powerpc/signal32: Fix sigset_t copyChristophe Leroy2021-11-161-2/+8
| * | powerpc/book3e: Fix TLBCAM preset at bootChristophe Leroy2021-11-162-3/+3
| * | powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one...Alexey Kardashevskiy2021-11-151-2/+4
| * | powerpc/pseries/ddw: simplify enable_ddw()Alexey Kardashevskiy2021-11-151-7/+4
| * | powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persi...Alexey Kardashevskiy2021-11-151-9/+0
| * | powerpc/pseries: Fix numa FORM2 parsing fallback codeNicholas Piggin2021-11-151-16/+12
| * | powerpc/pseries: rename numa_dist_table to form2_distancesNicholas Piggin2021-11-151-9/+9
| * | powerpc: clean vdso32 and vdso64 directoriesMasahiro Yamada2021-11-151-0/+3
| * | powerpc/83xx/mpc8349emitx: Drop unused variableUwe Kleine-König2021-11-151-1/+0
| * | KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()Michael Ellerman2021-11-151-2/+2
* | | pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven2021-11-211-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-2022-116/+254
|\ \ \
| * | | proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand2021-11-201-8/+12
| * | | kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel2021-11-203-11/+25
| * | | mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park2021-11-201-3/+9
| * | | mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park2021-11-201-4/+4
| * | | kasan: test: silence intentional read overflow warningsKees Cook2021-11-201-0/+2
| * | | hugetlb, userfaultfd: fix reservation restore on userfaultfd errorMina Almasry2021-11-201-3/+4
| * | | hugetlb: fix hugetlb cgroup refcounting during mremapBui Quang Minh2021-11-202-1/+15
| * | | mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-201-1/+1
| * | | hexagon: ignore vmlinux.ldsNathan Chancellor2021-11-201-0/+1
| * | | hexagon: clean up timer-regs.hNathan Chancellor2021-11-203-30/+11
| * | | hexagon: export raw I/O routines for modulesNathan Chancellor2021-11-201-0/+4
| * | | mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye2021-11-203-5/+3
| * | | shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-11-203-47/+159
| * | | ipc: WARN if trying to remove ipc object which is absentAlexander Mikhalitsyn2021-11-201-3/+3
| * | | mm/swap.c:put_pages_list(): reinitialise the page listMatthew Wilcox2021-11-201-0/+1
* | | | Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-2011-35/+59
|\ \ \ \
| * | | | blk-mq: don't insert FUA request with data into scheduler queueMing Lei2021-11-193-8/+10
| * | | | blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai2021-11-191-4/+5
| * | | | block: avoid to quiesce queue in elevator_init_mqMing Lei2021-11-171-2/+8