summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-11-04bpf: Allow specifying volatile type modifier for kptrsKumar Kartikeya Dwivedi1-0/+5
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-17/+61
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel1-0/+12
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu1-0/+3
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu1-7/+0
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu1-20/+23
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu1-2/+23
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu1-0/+32
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu2-18/+3
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu1-0/+2
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu1-0/+2
2022-11-03regulator: userspace-consumer: Handle regulator-output DT nodesZev Weiss1-0/+1
2022-11-03regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss1-0/+2
2022-11-03bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang1-1/+1
2022-11-03tty: serial: introduce transmit helpersJiri Slaby (SUSE)1-0/+80
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook2-0/+48
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-25/+55
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng2-0/+5
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig1-1/+1
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig2-9/+4
2022-11-02memory: omap-gpmc: wait pin additionsBenedikt Niedermayr1-0/+8
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow1-0/+2
2022-11-02device property: Introduce fwnode_device_is_compatible() helperAndy Shevchenko1-1/+9
2022-11-02cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle formatHector Martin1-12/+16
2022-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+17
2022-11-01spi: introduce new helpers with using modern namingYang Yingliang1-2/+45
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen1-0/+12
2022-11-01fortify: Do not cast to "unsigned char"Kees Cook1-1/+1
2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook1-0/+10
2022-11-01string: Add __realloc_size hint to kmemdup()Kees Cook2-2/+3
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-1/+1
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2-6/+5
2022-10-31cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo2-0/+7
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner3-11/+16
2022-10-31block: simplify blksize_bits() implementationDawei Li1-6/+1
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-0/+46
2022-10-31ptp: add missing documentation for parametersJacob Keller1-0/+7
2022-10-31net: remove unused netdev_unregistering()Juhee Kang1-5/+0
2022-10-30Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2022-10-30sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou1-3/+0
2022-10-30sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan1-0/+1
2022-10-30sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou1-0/+3
2022-10-30Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2022-10-30Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-5/+39
2022-10-29net: sfp: move field definitions along side register indexRussell King (Oracle)1-10/+17
2022-10-29net: sfp: convert register indexes from hex to decimalRussell King (Oracle)1-90/+90
2022-10-29net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)1-0/+24
2022-10-29Kalle Valo says:Jakub Kicinski1-8/+48
2022-10-29string: Rewrite and add more kern-doc for the str*() functionsKees Cook1-10/+123