summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-02neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-02Merge tag 'efi-fixes-for-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-12/+21
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-41/+83
2023-06-02KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the hostWill Deacon1-0/+8
2023-06-02Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+6
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2-13/+3
2023-06-01KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit condWei Wang1-2/+2
2023-06-01kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow1-8/+12
2023-06-01kunit: Fix obsolete name in documentation headers (func->action)David Gow1-4/+4
2023-06-01acpi: Replace struct acpi_table_slit 1-element array with flex-arrayWyes Karny1-1/+1
2023-06-01bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos1-3/+18
2023-06-01RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescingLong Li1-1/+3
2023-06-01Merge tag 'firewire-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-06-01block: mark bio_add_folio as __must_checkJohannes Thumshirn1-1/+2
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn1-0/+2
2023-06-01block: mark bio_add_page as __must_checkJohannes Thumshirn1-1/+2
2023-06-01firewire: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli1-0/+1
2023-06-01drm/i915: Implement dedicated fbdev I/O helpersThomas Zimmermann1-39/+0
2023-06-01drm/fbdev-generic: Implement dedicated fbdev I/O helpersThomas Zimmermann1-41/+0
2023-06-01drm/fb-helper: Export helpers for marking damage areasThomas Zimmermann1-0/+3
2023-06-01fbdev: Add initializer macros for struct fb_opsThomas Zimmermann1-0/+112
2023-06-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann11-16/+136
2023-06-01gpiolib: Kill unused GPIOF_OPEN_*Andy Shevchenko1-6/+0
2023-06-01gpiolib: Kill unused GPIOF_EXPORT and CoAndy Shevchenko1-5/+0
2023-06-01dt-bindings: ti-serdes-mux: Add defines for J784S4 SoCMatt Ranostay1-0/+62
2023-06-01usb: typec: mux: fix static inline syntax errorRandy Dunlap1-1/+1
2023-06-01Merge patch series "UFS host controller driver patches"Martin K. Petersen1-1/+0
2023-06-01scsi: ufs: core: Simplify driver shutdownBart Van Assche1-1/+0
2023-06-01Merge patch series "ufs: core: mcq: Add ufshcd_abort() and error handler supp...Martin K. Petersen2-5/+23
2023-06-01scsi: ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in MCQ modeBao D. Nguyen1-1/+1
2023-06-01scsi: ufs: mcq: Add supporting functions for MCQ abortBao D. Nguyen2-0/+20
2023-06-01scsi: ufs: core: Combine 32-bit command_desc_base_addr_lo/hiBao D. Nguyen1-4/+2
2023-06-01PCI: Add PCI_EXT_CAP_ID_PL_32GT defineBen Dooks1-0/+1
2023-05-31vdso/timens: Always provide arch_get_vdso_data() prototype for vdsoArnd Bergmann1-1/+2
2023-05-31firmware: xilinx: Switch Michal Simek's email to new oneMichal Simek1-1/+1
2023-05-31driver core: device.h: add some missing kerneldocsJames Seo1-1/+110
2023-05-31parport: PC style parport depends on HAS_IOPORTNiklas Schnelle1-1/+1
2023-05-31amba: move to_amba_device() to use container_of_constPrathu Baronia1-1/+1
2023-05-31uacce: use q->mapping to replace inode->i_mappingZhangfei Gao1-2/+2
2023-05-31PCI: Add pci_clear_master() stub for non-CONFIG_PCISui Jingfeng1-0/+1
2023-05-31PCI: Expand comment about sorting pci_ids.h entriesBjorn Helgaas1-1/+1
2023-05-31scsi: ufs: core: Do not open code SZ_xAvri Altman1-1/+1
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells1-0/+1
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells1-2/+24
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen2-1/+7
2023-05-31scsi: ufs: Ungate the clock synchronouslyBart Van Assche1-1/+1
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche1-0/+6
2023-05-31scsi: core: Trace SCSI sense dataBart Van Assche1-2/+19
2023-05-31Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-2/+10