summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede2-0/+47
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede1-0/+1
2020-03-03bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko1-0/+13
2020-03-03splice: make do_splice publicPavel Begunkov1-0/+3
2020-03-02netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-5/+5
2020-03-02iommu/vt-d: Fix RCU list debugging warningsAmol Grover1-3/+5
2020-03-02fbdev: simplefb: Platform data shan't include kernel.hAndy Shevchenko1-1/+1
2020-03-02Merge series "spi: spidev: Fix messages in spidev" from Oleksandr Suvorov <ol...Mark Brown1-0/+1
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner1-1/+0
2020-03-02dmaengine: consistently return string literal from switch-caseAndy Shevchenko1-3/+1
2020-03-02dmaengine: Drop redundant 'else' keywordAndy Shevchenko1-3/+3
2020-03-02dmaengine: Use negative condition for better readabilityAndy Shevchenko1-17/+18
2020-03-02dmaengine: Refactor dmaengine_check_align() to be bit operations onlyAndy Shevchenko1-8/+1
2020-03-02net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit1-0/+1
2020-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-03-01ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+6
2020-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-27/+121
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky1-0/+2
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-10/+2
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+1
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+14
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman2-7/+0
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry1-0/+3
2020-02-28iommu: Use C99 flexible array in fwspecRobin Murphy1-1/+1
2020-02-28tee: remove redundant teedev in struct tee_shmJens Wiklander1-3/+1
2020-02-28tee: remove unused tee_shm_priv_alloc()Jens Wiklander1-12/+0
2020-02-28tee: remove linked list of struct tee_shmJens Wiklander1-3/+0
2020-02-28KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger1-1/+1
2020-02-28random: add arch_get_random_*long_early()Mark Rutland1-0/+22
2020-02-28bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2-2/+6
2020-02-28bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-0/+1
2020-02-28inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau1-4/+7
2020-02-28inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau1-7/+5
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-9/+27
2020-02-28net/mlx5e: Eswitch, Use per vport tables for mirroringEli Cohen1-0/+1
2020-02-28firmware: xilinx: Add ZynqMP aes API for AES functionalityKalyani Akula1-0/+2
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-7/+20
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-15/+42
2020-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-1/+1
2020-02-27ARM: OMAP2+: pm33xx-core: Extend platform_data ops for cpuidleDave Gerlach1-1/+2
2020-02-27ARM: OMAP2+: pm33xx-core: Add cpuidle_ops for am335x/am437xDave Gerlach1-0/+3
2020-02-27dma-buf: drop dynamic_mapping flagChristian König1-16/+5
2020-02-27dma-buf: add dynamic DMA-buf handling v15Christian König1-11/+71
2020-02-27clocksource: Replace setup_irq() by request_irq()afzal mohammed1-1/+0
2020-02-27device: add device_change_owner()Christian Brauner1-0/+1
2020-02-27sysfs: add sysfs_change_owner()Christian Brauner1-0/+6
2020-02-27sysfs: add sysfs_group{s}_change_owner()Christian Brauner1-0/+20
2020-02-27sysfs: add sysfs_link_change_owner()Christian Brauner1-0/+10