summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-21Linux 5.16-rc2v5.16-rc2Linus Torvalds1-1/+1
2021-11-21Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-33/+45
2021-11-21Merge tag 'perf-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+12
2021-11-21Merge tag 'powerpc-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-59/+52
2021-11-21pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven1-1/+1
2021-11-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-116/+254
2021-11-20Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/linux-blockLinus Torvalds11-35/+59
2021-11-20Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-176/+51
2021-11-20Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds21-138/+170
2021-11-20Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-34/+21
2021-11-20proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-8/+12
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel3-11/+25
2021-11-20mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park1-3/+9
2021-11-20mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park1-4/+4
2021-11-20kasan: test: silence intentional read overflow warningsKees Cook1-0/+2
2021-11-20hugetlb, userfaultfd: fix reservation restore on userfaultfd errorMina Almasry1-3/+4
2021-11-20hugetlb: fix hugetlb cgroup refcounting during mremapBui Quang Minh2-1/+15
2021-11-20mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev1-1/+1
2021-11-20hexagon: ignore vmlinux.ldsNathan Chancellor1-0/+1
2021-11-20hexagon: clean up timer-regs.hNathan Chancellor3-30/+11
2021-11-20hexagon: export raw I/O routines for modulesNathan Chancellor1-0/+4
2021-11-20mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye3-5/+3
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn3-47/+159
2021-11-20ipc: WARN if trying to remove ipc object which is absentAlexander Mikhalitsyn1-3/+3
2021-11-20mm/swap.c:put_pages_list(): reinitialise the page listMatthew Wilcox1-0/+1
2021-11-19Merge tag 'libata-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+25
2021-11-19Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-22/+35
2021-11-19Merge tag 'perf-tools-fixes-for-v5.16-2021-11-19' of git://git.kernel.org/pub...Linus Torvalds22-109/+136
2021-11-19Merge tag 'riscv-for-linus-5.16-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+6
2021-11-19Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds11-19/+42
2021-11-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-25/+26
2021-11-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-9/+25
2021-11-19Merge tag 'gpio-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+4
2021-11-19Merge tag 'drm-fixes-2021-11-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-27/+200
2021-11-19x86: Pin task-stack in __get_wchan()Peter Zijlstra1-0/+5
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman11-12/+26
2021-11-19signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman1-7/+16
2021-11-19MAINTAINERS: Update for VMware PVRDMA driverBryan Tan1-1/+2
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei3-8/+10
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai1-4/+5
2021-11-18riscv: fix building external modulesAndreas Schwab1-0/+2
2021-11-18RISC-V: Enable KVM in RV64 and RV32 defconfigs as a moduleAnup Patel2-0/+4
2021-11-19Merge tag 'amd-drm-fixes-5.16-2021-11-17' of https://gitlab.freedesktop.org/a...Dave Airlie15-11/+156
2021-11-19Merge tag 'drm-intel-fixes-2021-11-18' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-12/+9
2021-11-19Merge tag 'drm-misc-fixes-2021-11-18' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-4/+35
2021-11-18tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko1-0/+12
2021-11-18tracing: Use memset_startat() to zero struct trace_iteratorKees Cook1-3/+1
2021-11-18Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds4-2/+21
2021-11-18Merge tag 'thermal-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+4
2021-11-18Merge tag 'pm-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-21/+41