summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-24platform/x86: pcengines-apuv2: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_...Ed Wildgoose1-1/+1
2020-09-24ACPI: Rename acpi_map_pxm_to_online_node() to pxm_to_online_node()Jonathan Cameron1-4/+4
2020-09-24ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_...Jonathan Cameron1-4/+3
2020-09-24fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers2-7/+7
2020-09-24fscrypt: don't call no-key names "ciphertext names"Eric Biggers1-8/+7
2020-09-24Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov1-0/+4
2020-09-24net: phy: Document core PHY structuresAndrew Lunn1-131/+292
2020-09-24net: phy: Fixup kernel docAndrew Lunn2-2/+4
2020-09-23net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov1-1/+1
2020-09-23net: bridge: add src field to br_ipNikolay Aleksandrov1-0/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-13/+32
2020-09-23block: mark blkdev_get staticChristoph Hellwig1-1/+0
2020-09-23mm: split swap_type_ofChristoph Hellwig1-1/+2
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-2/+2
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2-3/+3