summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds3-18/+40
2021-06-28Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-06-28Merge tag 'hwmon-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+30
2021-06-28trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira1-0/+2
2021-06-28Merge tag 'spi-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds6-35/+99
2021-06-28Merge tag 'regulator-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-14/+1199
2021-06-28Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-0/+40
2021-06-28Merge tag 'mmc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-1/+28
2021-06-28Merge tag 'for-5.14/libata-2021-06-27' of git://git.kernel.dk/linux-blockLinus Torvalds4-1629/+11
2021-06-28regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin1-2/+2
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