summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2020-03-04driver core: Add fw_devlink kernel commandline optionSaravana Kannan
2020-03-04workqueue: Make workqueue_init*() return voidYu Chen
2020-03-04bus: ti-sysc: Add support for PRUSS SYSC typeSuman Anna
2020-03-04driver core: Add dev_has_sync_state()Saravana Kannan
2020-03-04usb: typec: Add definitions for Thunderbolt 3 Alternate ModeHeikki Krogerus
2020-03-04usb: roles: Allow the role switches to be namedHeikki Krogerus
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus
2020-03-04usb: roles: Leave the private driver data pointer to the driversHeikki Krogerus
2020-03-04usb: typec: mux: Allow the mux handles to be requested with fwnodeHeikki Krogerus
2020-03-04usb: typec: mux: Add helpers for setting the mux stateHeikki Krogerus
2020-03-04usb: typec: mux: Allow the muxes to be namedHeikki Krogerus
2020-03-04PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus
2020-03-04usb: typec: Add sysfs node to show cc orientationBadhri Jagan Sridharan
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko
2020-03-02splice: make do_splice publicPavel Begunkov
2020-03-02netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-02iommu/vt-d: Fix RCU list debugging warningsAmol Grover
2020-03-02fbdev: simplefb: Platform data shan't include kernel.hAndy Shevchenko
2020-03-02Merge series "spi: spidev: Fix messages in spidev" from Oleksandr Suvorov <ol...Mark Brown
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner
2020-03-02dmaengine: consistently return string literal from switch-caseAndy Shevchenko
2020-03-02dmaengine: Drop redundant 'else' keywordAndy Shevchenko
2020-03-02dmaengine: Use negative condition for better readabilityAndy Shevchenko
2020-03-02dmaengine: Refactor dmaengine_check_align() to be bit operations onlyAndy Shevchenko
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit
2020-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry
2020-02-28iommu: Use C99 flexible array in fwspecRobin Murphy
2020-02-28tee: remove redundant teedev in struct tee_shmJens Wiklander
2020-02-28tee: remove unused tee_shm_priv_alloc()Jens Wiklander
2020-02-28tee: remove linked list of struct tee_shmJens Wiklander
2020-02-28KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger
2020-02-27random: add arch_get_random_*long_early()Mark Rutland
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller