aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-08-23net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier1-0/+2
2024-08-23net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier1-1/+1
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier4-1/+105
2024-08-23filemap: allocate mapping_min_order folios in the page cachePankaj Raghav1-0/+20
2024-08-23fs: Allow fine-grained control of folio sizesMatthew Wilcox (Oracle)1-14/+76
2024-08-23iommu: Handle iommu faults for a bad iopf setupPranjal Shrivastava1-2/+3
2024-08-23dt-bindings: clock: add ExynosAuto v920 SoC CMU bindingsSunyeal Hong1-0/+191
2024-08-23xfrm: Correct spelling in xfrm.hSimon Horman1-2/+2
2024-08-22Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen3-9/+0
2024-08-22scsi: core: Simplify an alloc_workqueue() invocationBart Van Assche1-1/+0
2024-08-22scsi: scsi_transport_fc: Simplify alloc_workqueue() invocationsBart Van Assche1-6/+0
2024-08-22scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche1-2/+0
2024-08-22scsi: ufs: Move UFS trace events to private headerAvri Altman2-401/+2
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-48/+169
2024-08-22string: Check for "nonstring" attribute on strscpy() argumentsKees Cook3-4/+18
2024-08-22virt: vbox: struct vmmdev_hgcm_pagelist: Replace 1-element array with flexibl...Kees Cook1-1/+4
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-15/+82
2024-08-22nvme-tcp: check for invalidated or revoked keyHannes Reinecke1-1/+5
2024-08-22ASoC: grace time for DPCM cleanupMark Brown2-1/+1
2024-08-22Input: keypad-nomadik-ske - remove the driverDmitry Torokhov1-50/+0
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov61-245/+411
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh1-9/+43
2024-08-22lsm: count the LSMs enabled at compile timeKP Singh2-3/+138
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki1-8/+0
2024-08-22thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki1-0/+10
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman2-12/+12
2024-08-22ASoC: cs35l56: Make struct regmap_config constRichard Fitzgerald1-3/+3
2024-08-22ASoC: remove snd_soc_dai_link_set_capabilities()Kuninori Morimoto1-1/+0
2024-08-22ASoC: soc-pcm: Indicate warning if dpcm_playback/capture were used for availa...Kuninori Morimoto1-0/+1
2024-08-22ASoC: tas2781: mark const variables tas2563_dvc_table as __maybe_unusedShenghao Ding1-1/+1
2024-08-22USB: gadget: f_hid: Add GET_REPORT via userspace IOCTLChris Wulff2-1/+41
2024-08-22net: ipv6: ioam6: new feature tunsrcJustin Iurman1-0/+6
2024-08-22Merge tag 'drm-misc-next-2024-08-16' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter8-68/+20
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky3-13/+152
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas1-1/+1
2024-08-21net: repack struct netdev_queueJakub Kicinski1-9/+14
2024-08-21drm/fourcc: define Intel Xe2 related tile4 ccs modifiersJuha-Pekka Heikkila1-0/+25
2024-08-21bpf: extract iterator argument type and name validation logicAndrii Nakryiko1-0/+5
2024-08-21workqueue: Fix another htmldocs build warningTejun Heo1-2/+3
2024-08-21soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson1-5/+6
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner1-0/+4
2024-08-21printk: Coordinate direct printing in panicJohn Ogness1-0/+5
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness1-0/+5
2024-08-21serial: core: Acquire nbcon context in port->lock wrapperJohn Ogness1-2/+80
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness2-0/+16
2024-08-21console: Improve console_srcu_read_flags() commentsJohn Ogness1-11/+17
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness1-0/+17
2024-08-21serial: core: Provide low-level functions to lock portJohn Ogness1-0/+18
2024-08-21printk: nbcon: Add callbacks to synchronize with driverJohn Ogness1-0/+43
2024-08-21printk: nbcon: Add detailed doc for write_atomic()John Ogness1-4/+29