summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-09-26SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-0/+2
2020-09-26efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel1-0/+1
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-0/+1
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-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 Oskolkov2-1/+4
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 certificate parseTianjia Zhang1-0/+6
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-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 Hellwig33-83/+212
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-25of: add of_mdio_find_device() apiRussell King1-0/+6
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
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao1-0/+1
2020-09-24debugobjects: Allow debug_obj_descr to be constStephen Boyd1-16/+16
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe9-96/+74
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-38/+10
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig1-10/+3
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig3-6/+4
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-9/+0
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig1-5/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+1
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig1-1/+0
2020-09-24NFSv4: make cache consistency bitmask dynamicOlga Kornievskaia1-3/+3
2020-09-24Merge tag 'icc-5.10-rc1' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman2-2/+44