summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.11-rc4v5.11-rc4Linus Torvalds2021-01-171-1/+1
* Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-01-1712-208/+224
|\
| * perf inject: Correct event attribute sizesAl Grant2021-01-151-0/+8
| * perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2021-01-152-3/+3
| * perf stat: Take cgroups into account for shadow statsNamhyung Kim2021-01-151-7/+19
| * perf stat: Introduce struct runtime_stat_dataNamhyung Kim2021-01-151-173/+173
| * libperf tests: Fail when failing to get a tracepoint idIan Rogers2021-01-151-0/+1
| * libperf tests: If a test fails return non-zeroIan Rogers2021-01-154-4/+4
| * libperf tests: Avoid uninitialized variable warningIan Rogers2021-01-151-2/+2
| * perf test: Fix shadow stat test for non-bash shellsNamhyung Kim2021-01-151-16/+14
| * tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2021-01-151-5/+0
| * tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2021-01-151-0/+2
| * perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo2021-01-151-1/+1
* | Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-01-172-1/+23
|\ \
| * | powerpc/vdso: Fix clock_gettime_fallback for vdso32Andreas Schwab2021-01-141-1/+15
| * | powerpc: Fix alignment bug within the init sectionsAriel Marcovitch2021-01-121-0/+8
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-01-173-5/+11
|\ \ \
| * | | dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro2021-01-161-2/+5
| * | | iov_iter: fix the uaccess area in copy_compat_iovec_from_userChristoph Hellwig2021-01-151-1/+1
| * | | umount(2): move the flag validity checks firstAl Viro2021-01-041-2/+5
* | | | mm: don't put pinned pages into the swap cacheLinus Torvalds2021-01-171-0/+2
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-165-22/+19
|\ \ \ \
| * | | | scsi: sd: Remove obsolete variable in sd_remove()Lukas Bulwahn2021-01-051-2/+0
| * | | | scsi: sd: Suppress spurious errors when WRITE SAME is being disabledEwan D. Milne2021-01-051-1/+3
| * | | | scsi: scsi_debug: Fix memleak in scsi_debug_init()Dinghao Liu2021-01-051-2/+3
| * | | | scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"Colin Ian King2021-01-051-1/+1
| * | | | scsi: qedi: Correct max length of CHAP secretNilesh Javali2021-01-051-2/+2
| * | | | scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo2021-01-051-7/+4
| * | | | scsi: ufs: Relocate flush of exceptional eventKiwoong Kim2021-01-051-2/+2
| * | | | scsi: ufs: Relax the condition of UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRLStanley Chu2021-01-051-4/+2
| * | | | scsi: ufs: Fix possible power drain during system suspendStanley Chu2021-01-051-1/+2
* | | | | Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-163-13/+18
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nvme-5.11-2021-01-14' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-143-13/+18
| |\ \ \ \ \
| | * | | | | nvme: don't intialize hwmon for discovery controllersSagi Grimberg2021-01-141-3/+8
| | * | | | | nvme-tcp: fix possible data corruption with bio mergesSagi Grimberg2021-01-141-1/+1
| | * | | | | nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPTSagi Grimberg2021-01-141-1/+1
| | * | | | | nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANYIsrael Rukshin2021-01-141-8/+8
| |/ / / / /
* | | | | | Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-161-5/+41
|\ \ \ \ \ \
| * | | | | | io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()Jens Axboe2021-01-151-0/+1
| * | | | | | io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez2021-01-151-4/+30
| * | | | | | io_uring: do sqo disable on install_fd errorPavel Begunkov2021-01-131-0/+1
| * | | | | | io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov2021-01-131-1/+2
| * | | | | | io_uring: don't take files/mm for a dead taskPavel Begunkov2021-01-111-0/+5
| * | | | | | io_uring: drop mm and files after task_work_runPavel Begunkov2021-01-111-0/+2
* | | | | | | Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-1614-35/+68
|\ \ \ \ \ \ \
| * | | | | | | RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra2021-01-151-2/+4
| * | | | | | | RISC-V: Set current memblock limitAtish Patra2021-01-151-2/+14
| * | | | | | | RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra2021-01-151-11/+13
| * | | | | | | riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang2021-01-141-3/+2
| * | | | | | | riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam2021-01-131-0/+2