Age | Commit message (Expand) | Author |
2023-07-08 | ntb_netdev: Fix module_init problem | Geoff Levand |
2023-07-08 | ntb: intel: Remove redundant pci_clear_master | Cai Huoqing |
2023-07-08 | ntb: epf: Remove redundant pci_clear_master | Cai Huoqing |
2023-07-08 | ntb_hw_amd: Remove redundant pci_clear_master | Cai Huoqing |
2023-07-08 | ntb: idt: drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas |
2023-07-08 | MAINTAINERS: git://github -> https://github.com for jonmason | Palmer Dabbelt |
2023-07-08 | NTB: EPF: fix possible memory leak in pci_vntb_probe() | ruanjinjie |
2023-07-08 | NTB: ntb_tool: Add check for devm_kcalloc | Jiasheng Jiang |
2023-07-08 | NTB: ntb_transport: fix possible memory leak while device_register() fails | Yang Yingliang |
2023-07-08 | ntb: intel: Fix error handling in intel_ntb_pci_driver_init() | Yuan Can |
2023-07-08 | NTB: amd: Fix error handling in amd_ntb_pci_driver_init() | Yuan Can |
2023-07-08 | ntb: idt: Fix error handling in idt_pci_driver_init() | Yuan Can |
2023-07-08 | crypto: algif_hash - Fix race between MORE and non-MORE sends | David Howells |
2023-07-07 | xfs: fix uninit warning in xfs_growfs_data | Darrick J. Wong |
2023-07-07 | Merge tag 'mmc-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2023-07-07 | Merge tag 'sound-fix-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-07-07 | Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds |
2023-07-07 | Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds |
2023-07-07 | Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-07-07 | Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-07-07 | Merge tag 'powerpc-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2023-07-07 | Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-07-07 | x86/smp: Don't send INIT to boot CPU | Thomas Gleixner |
2023-07-07 | MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled | Thomas Bogendoerfer |
2023-07-07 | ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V | Luke D. Jones |
2023-07-06 | Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-07-06 | Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2023-07-06 | Merge tag 'docs-6.5-2' of git://git.lwn.net/linux | Linus Torvalds |
2023-07-07 | KEYS: asymmetric: Fix error codes | Dan Carpenter |
2023-07-06 | Merge tag 'spi-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2023-07-06 | Merge tag 'regulator-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2023-07-06 | Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds |
2023-07-06 | Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-07-07 | Merge tag 'drm-misc-next-fixes-2023-07-06' of git://anongit.freedesktop.org/d... | Dave Airlie |
2023-07-07 | Merge tag 'drm-intel-next-fixes-2023-07-06' of git://anongit.freedesktop.org/... | Dave Airlie |
2023-07-07 | Merge tag 'amd-drm-fixes-6.5-2023-06-30-1' of https://gitlab.freedesktop.org/... | Dave Airlie |
2023-07-07 | Merge tag 'drm-intel-next-fixes-2023-06-29' of git://anongit.freedesktop.org/... | Dave Airlie |
2023-07-06 | Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-07-06 | i2c: mpc: Drop unused variable | Guenter Roeck |
2023-07-06 | i2c: nomadik: Remove a useless call in the remove function | Christophe JAILLET |
2023-07-06 | i2c: xiic: Don't try to handle more interrupt events after error | Robert Hancock |
2023-07-06 | apparmor: Fix kernel-doc header for verify_dfa_accept_index | John Johansen |
2023-07-06 | apparmor: fix: kzalloc perms tables for shared dfas | John Johansen |
2023-07-06 | apparmor: fix profile verification and enable it | John Johansen |
2023-07-06 | apparmor: fix policy_compat permission remap with extended permissions | John Johansen |
2023-07-06 | apparmor: aa_buffer: Convert 1-element array to flexible array | Kees Cook |
2023-07-06 | apparmor: add missing failure check in compute_xmatch_perms | John Johansen |
2023-07-06 | apparmor: fix missing error check for rhashtable_insert_fast | Danila Chernetsov |
2023-07-06 | apparmor: Return directly after a failed kzalloc() in two functions | Markus Elfring |
2023-07-06 | AppArmor: Fix some kernel-doc comments | Yang Li |