summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-0/+1
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz1-0/+2
2020-09-25ACPI: battery: include linux/power_supply.hBarnabás Pőcze1-0/+2
2020-09-25compat.h: fix a spelling error in <linux/compat.h>Christoph Hellwig1-1/+1
2020-09-25genirq: Add stub for set_handle_irq() when !GENERIC_IRQ_MULTI_HANDLERZhen Lei1-0/+6
2020-09-25soc: mediatek: cmdq: add clear option in cmdq_pkt_wfe apiDennis YC Hsieh2-4/+4
2020-09-25soc: mediatek: cmdq: add jump functionDennis YC Hsieh1-0/+11
2020-09-25soc: mediatek: cmdq: add write_s_mask value functionDennis YC Hsieh1-0/+15
2020-09-25soc: mediatek: cmdq: add write_s value functionDennis YC Hsieh1-0/+13
2020-09-25soc: mediatek: cmdq: add read_s functionDennis YC Hsieh2-0/+13
2020-09-25soc: mediatek: cmdq: add write_s_mask functionDennis YC Hsieh2-0/+19
2020-09-25soc: mediatek: cmdq: add write_s functionDennis YC Hsieh2-0/+20
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo1-0/+41
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum1-2/+4
2020-09-25iopoll: update kerneldoc of read_poll_timeout_atomic()Chunfeng Yun1-2/+2
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov1-0/+6
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer1-2/+5
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-2/+7
2020-09-25block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu1-2/+1
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov3-1/+30
2020-09-25ACPI: Remove three unused inline functionsYueHaibing1-9/+0
2020-09-25Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye1-0/+5
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye1-0/+8
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang1-0/+15
2020-09-25X.509: support OSCCA certificate parseTianjia Zhang1-0/+6
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang1-0/+25
2020-09-25lib/mpi: Introduce ec implementation to MPI libraryTianjia Zhang1-0/+105
2020-09-25lib/mpi: Extend the MPI libraryTianjia Zhang1-0/+87
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang1-0/+2
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova2-0/+2
2020-09-25dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig1-0/+5
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig3-20/+22
2020-09-25dma-mapping: remove dma_cache_syncChristoph Hellwig2-18/+0
2020-09-25dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig1-0/+12
2020-09-25mm: turn alloc_pages into an inline functionChristoph Hellwig1-2/+4
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig54-115/+287
2020-09-25dma-mapping: better document dma_addr_t and DMA_MAPPING_ERRORChristoph Hellwig1-6/+10
2020-09-25dma-mapping: move valid_dma_direction to dma-direction.hChristoph Hellwig2-8/+7
2020-09-25dma-mapping: remove DMA_MASK_NONEChristoph Hellwig1-2/+0
2020-09-25net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-4/+2
2020-09-25tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha1-0/+1
2020-09-25net: mscc: ocelot: fix fields offset in SG_CONFIG_REG_3Xiaoliang Yang1-4/+4
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+2
2020-09-25net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski1-0/+6
2020-09-25of: add of_mdio_find_device() apiRussell King1-0/+6
2020-09-25net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-2/+2
2020-09-25net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang1-2/+0
2020-09-25md/raid6: let async recovery function support different page offsetYufen Yu1-2/+4
2020-09-25md/raid6: let syndrome computor support different page offsetYufen Yu1-3/+3
2020-09-25md/raid5: add new xor function to support different page offsetYufen Yu1-0/+11