summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-11-03bpf: Allow specifying volatile type modifier for kptrsKumar Kartikeya Dwivedi
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu
2022-11-03regulator: userspace-consumer: Handle regulator-output DT nodesZev Weiss
2022-11-03regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss
2022-11-03bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang
2022-11-03tty: serial: introduce transmit helpersJiri Slaby (SUSE)
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig
2022-11-02memory: omap-gpmc: wait pin additionsBenedikt Niedermayr
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow
2022-11-02device property: Introduce fwnode_device_is_compatible() helperAndy Shevchenko
2022-11-02cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle formatHector Martin
2022-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-11-01spi: introduce new helpers with using modern namingYang Yingliang
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen
2022-11-01fortify: Do not cast to "unsigned char"Kees Cook
2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook
2022-11-01string: Add __realloc_size hint to kmemdup()Kees Cook
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-31cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner
2022-10-31block: simplify blksize_bits() implementationDawei Li
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller
2022-10-31ptp: add missing documentation for parametersJacob Keller
2022-10-30net: remove unused netdev_unregistering()Juhee Kang
2022-10-30Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-30sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou
2022-10-30sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan
2022-10-30sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-28net: sfp: move field definitions along side register indexRussell King (Oracle)
2022-10-28net: sfp: convert register indexes from hex to decimalRussell King (Oracle)
2022-10-28net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook