summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-01block/keyslot-manager: introduce devm_blk_ksm_init()Eric Biggers1-0/+3
2021-02-01mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery1-0/+13
2021-02-01mmc: omap: remove unused struct component card_detect_irqH. Nikolaus Schaller1-2/+1
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab68-443/+342
2021-02-01dmaengine: ti: k3-psil: optimize struct psil_endpoint_config for sizeGrygorii Strashko1-7/+6
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+1
2021-01-31staging: hikey9xx: hi6421-spmi-pmic: update copyright notesMauro Carvalho Chehab1-0/+1
2021-01-31staging: hikey9xx: hi6421-spmi-pmic: cleanup header fileMauro Carvalho Chehab1-20/+0
2021-01-31staging: hikey9xx: hi6421-spmi-pmic: rename some varsMauro Carvalho Chehab1-1/+1
2021-01-31staging: hikey9xx: spmi driver: convert to regmapMauro Carvalho Chehab1-5/+2
2021-01-31soc: mediatek: cmdq: Remove cmdq_pkt_flush()Chun-Kuang Hu1-12/+0
2021-01-31soc: mediatek: pm-domains: Add support for mt8167Fabien Parent1-0/+8
2021-01-31dt-bindings: power: Add MT8167 power domainsFabien Parent1-0/+17
2021-01-30nfs: use change attribute for NFS re-exportsJ. Bruce Fields1-0/+1
2021-01-30clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible headerLee Jones1-0/+15
2021-01-30clk: imx8mn: add clkout1/2 supportLucas Stach1-1/+8
2021-01-30clk: imx8mm: add clkout1/2 supportLucas Stach1-1/+9
2021-01-30clk: imx8mq: add PLL monitor outputLucas Stach1-1/+15
2021-01-30Merge tag 'tegra-for-5.12-arm64-dt' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-1/+1
2021-01-30Merge tag 'reset-for-v5.12' of git://git.pengutronix.de/pza/linux into arm/dr...Arnd Bergmann1-0/+19
2021-01-30tcp: shrink inet_connection_sock icsk_mtup enabled and probe_sizeNeal Cardwell1-3/+3
2021-01-30net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2-0/+5
2021-01-30net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean1-0/+2
2021-01-30net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+9
2021-01-30net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean1-1/+6
2021-01-30net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-2/+2
2021-01-30net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean1-1/+6
2021-01-30net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean1-0/+289
2021-01-30net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean1-0/+14
2021-01-30ip_gre: add csum offload support for gre headerXin Long1-12/+7
2021-01-30Merge branch 'mhi-net-immutable' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski1-0/+9
2021-01-30net: flow_offload: Add original direction flag to ct_metadataPaul Blakey1-0/+1
2021-01-30net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey1-0/+1
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier1-0/+6
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-1/+1
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-2/+1
2021-01-29tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon2-2/+5
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-2/+1
2021-01-29Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede1-0/+8
2021-01-29Merge tag 'drm-intel-next-2021-01-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-22/+26
2021-01-29linux/qed: fix spelling typo in qed_chain.hdingsenjie1-1/+1
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel1-1/+6
2021-01-29nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata1-1/+6
2021-01-29fs: Remove dcookies supportViresh Kumar1-69/+0
2021-01-29drivers: Remove CONFIG_OPROFILE supportViresh Kumar1-209/+0
2021-01-29net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-1/+1
2021-01-29net/af_iucv: count packets in the xmit pathJulian Wiedmann1-0/+1
2021-01-29net: adjust net_device layout for cacheline usageJesper Dangaard Brouer1-26/+27
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-136/+93