summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-29fortify: Capture __bos() results in const temp varsKees Cook1-4/+9
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo2-85/+102
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2-2/+36
2022-10-28mm/uffd: fix vma check on userfault for wpPeter Xu1-3/+3
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi1-0/+1
2022-10-28Merge branch 'fs.acl.rework' into for-nextChristian Brauner1-10/+0
2022-10-28acl: make vfs_posix_acl_to_xattr() staticChristian Brauner1-10/+0
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-26/+20
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-22/+16
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-2/+2
2022-10-27perf: Rewrite core context handlingPeter Zijlstra3-33/+96
2022-10-27net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan1-1/+1
2022-10-27blk-mq: don't add non-pt request with ->end_io to batchMing Lei1-1/+2
2022-10-27phy: dphy: add support to calculate the timing based on hs_clk_rateMarco Felsch1-0/+3
2022-10-27ice: Add support Flex RXDMichal Jaron1-2/+12