summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-06-28sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu1-18/+0
2021-06-28wait: use LIST_HEAD_INIT() to initialize wait_queue_headJulian Wiedmann1-1/+1
2021-06-28pwm: Add a device-managed function to add PWM chipsUwe Kleine-König1-0/+3
2021-06-28Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner21-91/+135
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2-2/+0
2021-06-26mailbox: mtk-cmdq: Add struct cmdq_pkt in struct cmdq_cb_dataChun-Kuang Hu1-0/+1
2021-06-26mailbox: mtk-cmdq: Remove cmdq_cb_statusChun-Kuang Hu1-6/+1
2021-06-26net/mlx5: DR, Add support for flow sampler offloadYevgeny Kliteynik1-0/+5
2021-06-26trace: Add osnoise tracerDaniel Bristot de Oliveira2-0/+18
2021-06-25net: mdiobus: withdraw fwnode_mdbiobus_registerMarcin Wojtas1-12/+0
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-22/+8
2021-06-25dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel1-1/+1
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+3
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini20-75/+130
2021-06-25i2c: core-smbus: Expose PEC calculate function for generic useQuan Nguyen1-0/+1
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel6-31/+70
2021-06-25Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown6-35/+99
2021-06-25Merge remote-tracking branch 'asoc/for-5.14' into asoc-nextMark Brown2-0/+138
2021-06-25Merge remote-tracking branch 'asoc/for-5.13' into asoc-linusMark Brown1-0/+3
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-2/+2
2021-06-25ACPI: Add driver for the VIOT tableJean-Philippe Brucker1-0/+19
2021-06-25ACPI: Move IOMMU setup code out of IORTJean-Philippe Brucker1-5/+3
2021-06-25ACPI: arm64: Move DMA setup operations out of IORTJean-Philippe Brucker2-3/+6
2021-06-25HID: core: Add hid_hw_may_wakeup() functionHans de Goede1-0/+18
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul1-0/+1
2021-06-25tty: make linux/tty_flip.h self-containedJiri Slaby1-0/+2
2021-06-25mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2-22/+7
2021-06-25mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda1-0/+1
2021-06-25blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-1/+2
2021-06-25KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-16/+1
2021-06-25KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-1/+12
2021-06-25KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+6
2021-06-24PCI: Export pci_dev_trylock() and pci_dev_unlock()Luis Chamberlain1-0/+3
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov1-1/+3
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov1-1/+1
2021-06-24net: mdiobus: fix fwnode_mdbiobus_register() fallback caseMarcin Wojtas1-1/+1
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-1/+1
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-1/+0
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen1-5/+3
2021-06-24rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney1-0/+14
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang2-2/+82
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-0/+12
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi1-1/+0
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi1-0/+26
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi1-0/+11
2021-06-24stm class: Spelling fixRandy Dunlap1-1/+1
2021-06-24HID: input: Add support for Programmable ButtonsThomas Weißschuh1-0/+1
2021-06-24dma-buf: Document dma-buf implicit fencing/resv fencing rulesDaniel Vetter1-0/+34
2021-06-24dma-buf: Switch to inline kerneldocDaniel Vetter1-26/+90
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon1-2/+86