summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe1-0/+3
2023-04-03regmap: Add maple tree based register cacheMark Brown1-0/+1
2023-04-03USB: core: Add API to change the wireless_statusBastien Nocera1-0/+5
2023-04-03USB: core: Add wireless_status sysfs attributeBastien Nocera1-0/+9
2023-04-03pid: add pidfd_prepare()Christian Brauner1-0/+1
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit1-0/+4
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean1-1/+8
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean1-0/+33
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman30-53/+187
2023-04-02soc: mediatek: cmdq: Add inline functions for !CONFIG_MTK_CMDQAngeloGioacchino Del Regno1-0/+114
2023-04-02net: minor reshuffle of napi_structJakub Kicinski1-2/+3
2023-04-02genetlink: make _genl_cmd_to_str staticChristoph Böhmwalder1-1/+1
2023-04-01Merge tag 'v6.3-rc3'Sebastian Reichel14-29/+79
2023-04-01Merge tag 'iommu-fixes-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki1-0/+19
2023-03-31Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki1-0/+19
2023-03-31vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access IDYi Liu1-1/+1
2023-03-31vfio-iommufd: No need to record iommufd_ctx in vfio_deviceYi Liu1-1/+0
2023-03-31iommufd: Create access in vfio_iommufd_emulated_bind()Nicolin Chen1-1/+2
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman1-2/+0
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman1-2/+0
2023-03-31driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman1-2/+0
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman1-0/+1
2023-03-31Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini23-35/+148
2023-03-31dmaengine: ti: k3-udma: Workaround errata i2234Vignesh Raghavendra1-0/+1
2023-03-31clk: Introduce devm_clk_hw_register_gate_parent_data()Marek Vasut1-0/+19
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong1-0/+1
2023-03-31iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplugKan Liang1-1/+0
2023-03-31iommu: Remove ioasid infrastructureJason Gunthorpe1-75/+0
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan2-3/+4
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan3-37/+14
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-18/+79
2023-03-31Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-3/+4
2023-03-30dm: split discards further if target sets max_discard_granularityMike Snitzer1-0/+6
2023-03-30dm bufio: remove unused dm_bufio_release_move interfaceJoe Thornber1-6/+0
2023-03-30HID: Recognize "Digitizer" as a valid input applicationJason Gerecke1-1/+1
2023-03-30iov_iter: overlay struct iovec and ubuf/lenJens Axboe1-9/+35
2023-03-30iov_iter: set nr_segs = 1 for ITER_UBUFJens Axboe1-1/+2
2023-03-30iov_iter: remove iov_iter_iovec()Jens Axboe1-9/+0
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe1-0/+2
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-3/+6
2023-03-30spi: s3c64xx: add no_cs descriptionJaewon Kim1-0/+1
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet1-0/+1
2023-03-30nfs: use vfs setgid helperChristian Brauner1-0/+2
2023-03-30f2fs: convert to use bitmap APIYangtao Li1-5/+4
2023-03-29power: supply: generic-adc-battery: use simple-battery APISebastian Reichel1-18/+0
2023-03-29power: supply: generic-adc-battery: drop charge now supportSebastian Reichel1-2/+0
2023-03-29power: supply: generic-adc-battery: drop jitter delay supportSebastian Reichel1-3/+0
2023-03-29power: supply: core: auto-exposure of simple-battery dataSebastian Reichel1-0/+8
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter23-35/+148