Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | KVM: x86/mmu: Retry page fault if root is invalidated by memslot update | Sean Christopherson | 2021-12-02 | 2 | -3/+23 | |
| * | | | | KVM: VMX: Set failure code in prepare_vmcs02() | Dan Carpenter | 2021-12-02 | 1 | -1/+3 | |
| * | | | | KVM: ensure APICv is considered inactive if there is no APIC | Paolo Bonzini | 2021-12-02 | 4 | -4/+8 | |
| * | | | | KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register | Like Xu | 2021-12-02 | 1 | -1/+1 | |
* | | | | | Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2021-12-05 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | xfs: remove incorrect ASSERT in xfs_rename | Eric Sandeen | 2021-12-02 | 1 | -1/+0 | |
* | | | | | | Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2021-12-04 | 3 | -42/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cifs: avoid use of dstaddr as key for fscache client cookie | Shyam Prasad N | 2021-12-03 | 1 | -37/+1 | |
| * | | | | | | cifs: add server conn_id to fscache client cookie | Shyam Prasad N | 2021-12-03 | 2 | -0/+14 | |
| * | | | | | | cifs: wait for tcon resource_id before getting fscache super | Shyam Prasad N | 2021-12-03 | 3 | -7/+8 | |
| * | | | | | | cifs: fix missed refcounting of ipc tcon | Paulo Alcantara | 2021-12-03 | 1 | -0/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-12-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | loop: Use pr_warn_once() for loop_control_remove() warning | Tetsuo Handa | 2021-11-29 | 1 | -1/+1 | |
* | | | | | | | Merge tag 'io_uring-5.16-2021-12-03' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-12-04 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | io-wq: don't retry task_work creation failure on fatal conditions | Jens Axboe | 2021-12-03 | 1 | -0/+7 | |
* | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2021-12-04 | 2 | -7/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | scsi: ufs: ufs-pci: Add support for Intel ADL | Adrian Hunter | 2021-11-30 | 1 | -0/+18 | |
| * | | | | | | | | scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO | James Smart | 2021-11-24 | 1 | -7/+2 | |
* | | | | | | | | | Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-12-04 | 2 | -67/+52 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | gfs2: gfs2_create_inode rework | Andreas Gruenbacher | 2021-12-02 | 1 | -6/+10 | |
| * | | | | | | | | | gfs2: gfs2_inode_lookup rework | Andreas Gruenbacher | 2021-12-02 | 1 | -51/+33 | |
| * | | | | | | | | | gfs2: gfs2_inode_lookup cleanup | Andreas Gruenbacher | 2021-12-02 | 1 | -7/+2 | |
| * | | | | | | | | | gfs2: Fix remote demote of weak glock holders | Andreas Gruenbacher | 2021-12-02 | 1 | -3/+7 | |
* | | | | | | | | | | Merge tag 'vfio-v5.16-rc4' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2021-12-03 | 2 | -16/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | vfio/pci: Fix OpRegion read | Zhenyu Wang | 2021-11-30 | 1 | -2/+3 | |
| * | | | | | | | | | | vfio: remove all kernel-doc notation | Randy Dunlap | 2021-11-30 | 1 | -14/+14 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'pm-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2021-12-03 | 3 | -15/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'powercap' | Rafael J. Wysocki | 2021-12-03 | 1 | -5/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | powercap: DTPM: Drop unused local variable from init_dtpm() | Rafael J. Wysocki | 2021-12-03 | 1 | -2/+0 | |
| | * | | | | | | | | | | powercap/drivers/dtpm: Disable DTPM at boot time | Daniel Lezcano | 2021-12-01 | 1 | -3/+0 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | cpufreq: docs: Update core.rst | Tang Yizhou | 2021-12-01 | 1 | -3/+3 | |
| * | | | | | | | | | | cpufreq: Fix a comment in cpufreq_policy_free | Tang Yizhou | 2021-12-01 | 1 | -2/+3 | |
| * | | | | | | | | | | cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink() | Xiongfeng Wang | 2021-12-01 | 1 | -5/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 's390-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-12-03 | 5 | -8/+23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | s390: update defconfigs | Heiko Carstens | 2021-12-02 | 3 | -3/+16 | |
| * | | | | | | | | | | s390/pci: move pseudo-MMIO to prevent MIO overlap | Niklas Schnelle | 2021-11-29 | 1 | -3/+4 | |
| * | | | | | | | | | | s390/test_unwind: use raw opcode instead of invalid instruction | Ilie Halip | 2021-11-25 | 1 | -2/+3 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2021-12-03 | 3 | -6/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | arm64: ftrace: add missing BTIs | Mark Rutland | 2021-12-02 | 1 | -0/+6 | |
| * | | | | | | | | | | arm64: kexec: use __pa_symbol(empty_zero_page) | Mark Rutland | 2021-12-02 | 1 | -1/+1 | |
| * | | | | | | | | | | arm64: update PAC description for kernel | Kuan-Ying Lee | 2021-12-02 | 1 | -5/+4 | |
* | | | | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-12-03 | 3 | -11/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | i2c: rk3x: Handle a spurious start completion interrupt flag | Ondrej Jirman | 2021-11-30 | 1 | -2/+2 | |
| * | | | | | | | | | | | i2c: stm32f7: use proper DMAENGINE API for termination | Alain Volmat | 2021-11-30 | 1 | -5/+11 | |
| * | | | | | | | | | | | i2c: stm32f7: stop dma transfer in case of NACK | Alain Volmat | 2021-11-30 | 1 | -2/+7 | |
| * | | | | | | | | | | | i2c: stm32f7: recover the bus on access timeout | Alain Volmat | 2021-11-30 | 1 | -0/+2 | |
| * | | | | | | | | | | | i2c: stm32f7: flush TX FIFO upon transfer errors | Alain Volmat | 2021-11-29 | 1 | -1/+19 | |
| * | | | | | | | | | | | i2c: cbus-gpio: set atomic transfer callback | Aaro Koskinen | 2021-11-29 | 1 | -2/+3 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'libata-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-12-03 | 3 | -16/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ata: replace snprintf in show functions with sysfs_emit | Yang Guang | 2021-12-02 | 1 | -1/+1 |