summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when guest doesn't have X...Vitaly Kuznetsov2021-03-301-0/+8
* KVM: x86: remove unused declaration of kvm_write_tsc()Dongli Zhang2021-03-301-1/+0
* KVM: clean up the unused argumentHaiwei Li2021-03-301-5/+4
* tools/kvm_stat: Add restart delayStefan Raspl2021-03-301-0/+1
* Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-03-304-1/+12
|\
| * KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier2021-03-241-0/+9
| * KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose2021-03-242-0/+3
| * KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose2021-03-241-1/+0
* | Linux 5.12-rc5v5.12-rc5Linus Torvalds2021-03-281-1/+1
* | Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds2021-03-2811-45/+105
|\ \
| * | perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
| * | perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
| * | perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter2021-03-241-8/+1
| * | perf daemon: Return from kill functionsJiri Olsa2021-03-241-2/+5
| * | perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa2021-03-241-22/+28
| * | perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
| * | perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
| * | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-03-15390-1867/+3353
| |\|
| * | perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-101-0/+13
| * | perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
| * | perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
* | | Merge tag 'auxdisplay-for-linus-v5.12-rc6' of git://github.com/ojeda/linuxLinus Torvalds2021-03-281-10/+8
|\ \ \
| * | | auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior2021-03-161-10/+8
| | |/ | |/|
* | | Merge tag 'x86-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-282-2/+2
|\ \ \
| * | | x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann2021-03-231-1/+1
| * | | x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata2021-03-231-1/+1
* | | | Merge tag 'locking-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-281-1/+1
|\ \ \ \
| * | | | locking/mutex: Fix non debug version of mutex_lock_io_nested()Thomas Gleixner2021-03-231-1/+1
* | | | | Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-288-22/+60
|\ \ \ \ \
| * | | | | smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-261-3/+15
| * | | | | cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-261-2/+2
| * | | | | cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-03-261-0/+1
| * | | | | cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-261-2/+1
| * | | | | cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-265-15/+41
| | |/ / / | |/| | |
* | | | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-286-76/+94
|\ \ \ \ \
| * | | | | io_uring: remove unsued assignment to pointer ioColin Ian King2021-03-271-1/+0
| * | | | | io_uring: don't cancel extra on files matchPavel Begunkov2021-03-271-2/+0
| * | | | | io_uring: don't cancel-track common timeoutsPavel Begunkov2021-03-271-1/+2
| * | | | | io_uring: do post-completion chore on t-out cancelPavel Begunkov2021-03-271-20/+22
| * | | | | io_uring: fix timeout cancel return codePavel Begunkov2021-03-271-4/+4
| * | | | | Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe2021-03-271-2/+1
| * | | | | Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe2021-03-271-1/+1
| * | | | | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2021-03-272-3/+3
| * | | | | Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe2021-03-271-3/+0
| * | | | | kernel: stop masking signals in create_io_thread()Jens Axboe2021-03-271-8/+8
| * | | | | io_uring: handle signals for IO threads like a normal threadJens Axboe2021-03-272-9/+20
| * | | | | kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe2021-03-261-1/+9
| * | | | | io_uring: maintain CQE order of a failed linkPavel Begunkov2021-03-251-2/+2
| * | | | | io-wq: fix race around pending work on teardownJens Axboe2021-03-251-1/+5