aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-05-03regulator: pca9450: Make I2C Level Translator configurablePer-Daniel Olsson1-0/+7
2022-05-03Merge tag 'mlx5-updates-2022-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxPaolo Abeni2-10/+18
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-4/+5
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie21-302/+118
2022-05-03platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett1-3/+7
2022-05-02net/mlx5: fs, add unused destination typeMark Bloch1-0/+1
2022-05-02net/mlx5: fs, split software and IFC flow destination definitionsMark Bloch2-10/+17
2022-05-02Stefan Schmidt says:Jakub Kicinski1-8/+73
2022-05-02kthread: unexport kthread_blkcgChristoph Hellwig1-4/+0
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig1-10/+5
2022-05-02blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig1-4/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-78/+5
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig1-6/+4
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2-35/+3
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig1-44/+2
2022-05-02blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig1-19/+1
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig1-56/+2
2022-05-02KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson1-0/+1
2022-05-02soc: apple: Add SART driverSven Peter1-0/+53
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman21-302/+118
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman21-302/+118
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman21-302/+118
2022-05-02Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-nextBartosz Golaszewski2-2/+34
2022-05-02mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle1-2/+0
2022-05-02mm/slub: remove unused kmem_cache_order_objects maxMiaohe Lin1-1/+0
2022-05-02mm: slab: fix comment for __assume_kmalloc_alignmentAndrey Konovalov1-3/+3
2022-05-02mm: slab: fix comment for ARCH_KMALLOC_MINALIGNAndrey Konovalov1-1/+1
2022-05-01Merge tag 'v5.18-rc5' into develLinus Walleij35-343/+294
2022-05-01fs-verity: define a function to return the integrity protected file digestMimi Zohar1-0/+18
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici2-0/+73
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-1/+1
2022-05-01soc: apple: Add RTKit IPC librarySven Peter1-0/+155
2022-05-01net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min1-0/+1
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior1-0/+9
2022-05-01sched: Fix missing prototype warningsThomas Gleixner1-0/+2
2022-04-30Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe2-2/+12
2022-04-30net: lan966x: Fix compilation errorHoratiu Vultur1-0/+4
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov1-2/+12
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov1-14/+22
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux into for-5.19/io_uring-netJens Axboe1-1/+5
2022-04-29Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-netJens Axboe2-0/+6
2022-04-29Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linuxJakub Kicinski1-1/+5
2022-04-29tcp: pass back data left in socket after receiveJens Axboe1-1/+5
2022-04-29ptrace: fix wrong comment of PT_DTRACETiezhu Yang1-1/+1
2022-04-29list: fix a data-race around ep->rdllistKuniyuki Iwashima1-3/+3
2022-04-29pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima1-1/+1
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)1-6/+4
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-5/+4