aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | KVM: x86: remove exit_int_info warning in svm_handle_exitMaxim Levitsky2022-11-171-15/+0
| | * | | | | | | KVM: selftests: add svm part to triple_fault_testMaxim Levitsky2022-11-171-17/+56
| | * | | | | | | KVM: x86: allow L1 to not intercept triple faultMaxim Levitsky2022-11-173-5/+13
| | * | | | | | | kvm: selftests: add svm nested shutdown testMaxim Levitsky2022-11-173-0/+69
| | * | | | | | | KVM: selftests: move idt_entry to headerMaxim Levitsky2022-11-172-13/+13
| | * | | | | | | KVM: x86: forcibly leave nested mode on vCPU resetMaxim Levitsky2022-11-171-0/+10
| | * | | | | | | KVM: x86: add kvm_leave_nestedMaxim Levitsky2022-11-173-7/+7
| | * | | | | | | KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in useMaxim Levitsky2022-11-171-0/+3
| | * | | | | | | KVM: x86: nSVM: leave nested mode on vCPU freeMaxim Levitsky2022-11-171-0/+1
| | |/ / / / / /
| * | | | | | | KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLLDavid Matlack2022-11-172-3/+25
| * | | | | | | KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-pollingDavid Matlack2022-11-171-6/+15
| * | | | | | | KVM: Cap vcpu->halt_poll_ns before halting rather than afterDavid Matlack2022-11-171-4/+6
* | | | | | | | Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-272-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong2022-11-211-1/+3
| * | | | | | | | cifs: Use after free in debug codeDan Carpenter2022-11-191-2/+2
* | | | | | | | | Merge tag 'kbuild-fixes-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-265-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nios2: add FORCE for vmlinuz.gzRandy Dunlap2022-11-271-1/+1
| * | | | | | | | | scripts: add rust in scripts/Makefile.packageParan Lee2022-11-241-2/+2
| * | | | | | | | | kbuild: fix "cat: .version: No such file or directory"Masahiro Yamada2022-11-242-3/+3
| * | | | | | | | | init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dashAlexandre Belloni2022-11-221-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-11-261-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever2022-11-231-3/+4
* | | | | | | | | | Merge tag 'for-v6.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2022-11-253-10/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | power: supply: ab8500: Defer thermal zone probeLinus Walleij2022-11-011-1/+8
| * | | | | | | | | | power: supply: ip5xxx: Fix integer overflow in current_now calculationOndrej Jirman2022-11-011-1/+1
| * | | | | | | | | | power: supply: rk817: Change rk817_chg_cur_to_reg to intChris Morgan2022-10-201-3/+3
| * | | | | | | | | | power: supply: rk817: check correct variableDan Carpenter2022-10-201-5/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-255-69/+67
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ublk_drv: don't forward io commands in reserve orderMing Lei2022-11-231-44/+38
| * | | | | | | | | | s390/dasd: fix possible buffer overflow in copy_pair_showStefan Haberland2022-11-231-1/+1
| * | | | | | | | | | s390/dasd: fix no record found for raw_track_accessStefan Haberland2022-11-231-4/+2
| * | | | | | | | | | s390/dasd: increase printing of debug data payloadStefan Haberland2022-11-231-18/+19
| * | | | | | | | | | s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"Colin Ian King2022-11-231-1/+1
| * | | | | | | | | | blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failureChristoph Hellwig2022-11-221-1/+6
* | | | | | | | | | | Merge tag 'io_uring-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-253-11/+47
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe2022-11-251-2/+7
| * | | | | | | | | | | io_uring/poll: fix poll_refs race with cancelationLin Ma2022-11-251-1/+2
| * | | | | | | | | | | io_uring/filetable: fix file reference underflowLin Ma2022-11-251-2/+0
| * | | | | | | | | | | io_uring: make poll refs more robustPavel Begunkov2022-11-251-1/+35
| * | | | | | | | | | | io_uring: cmpxchg for poll arm refs releasePavel Begunkov2022-11-251-5/+3
* | | | | | | | | | | | Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-11-252-8/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | zonefs: Fix active zone accountingDamien Le Moal2022-11-252-2/+15
| * | | | | | | | | | | | zonefs: Fix race between modprobe and mountZhang Xiaoxu2022-11-221-6/+6
* | | | | | | | | | | | | Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-254-6/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade2022-11-221-4/+11
| * | | | | | | | | | | | | regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade2022-11-221-0/+2
| * | | | | | | | | | | | | regulator: slg51000: Wait after asserting CS pinKonrad Dybcio2022-11-181-0/+2
| * | | | | | | | | | | | | regulator: core: fix UAF in destroy_regulator()Yang Yingliang2022-11-161-1/+1
| * | | | | | | | | | | | | regulator: rt5759: fix OOB in validate_desc()Yang Yingliang2022-11-161-0/+1
| * | | | | | | | | | | | | regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng2022-11-161-1/+5