summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-06-028-29/+93
|\
| * mmc: sdio: Sort all SDIO IDs in common include filePali Rohár2020-05-291-21/+22
| * mmc: sdio: Fix Cypress SDIO IDs macros in common include filePali Rohár2020-05-291-3/+3
| * mmc: sdio: Move SDIO IDs from b43-sdio driver to common include filePali Rohár2020-05-291-0/+4
| * mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár2020-05-291-0/+2
| * mmc: sdio: Move SDIO IDs from ath6kl driver to common include filePali Rohár2020-05-291-0/+10
| * mmc: sdio: Move SDIO IDs from smssdio driver to common include filePali Rohár2020-05-291-0/+5
| * mmc: sdio: Move SDIO IDs from btmtksdio driver to common include filePali Rohár2020-05-291-0/+2
| * mmc: sdio: Move SDIO IDs from btmrvl driver to common include filePali Rohár2020-05-291-0/+8
| * mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár2020-05-291-0/+10
| * mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár2020-05-291-2/+2
| * mmc: sdio: Fix macro name for Marvell device with ID 0x9134Pali Rohár2020-05-281-1/+1
| * m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello2020-05-281-0/+17
| * mmc: fix compilation of user APIJérôme Pouiller2020-05-281-0/+1
| * mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-1/+0
| * memstick: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
| * mmc: sdhci-esdhc: update contact emailWolfram Sang2020-05-281-1/+1
| * mmc: core: expose info about enhanced rpmb supportKrishna Konda2020-05-282-0/+2
| * mmc: host: Introduce the request_atomic() for the hostBaolin Wang2020-05-281-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0220-83/+352
|\ \
| * | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-2/+0
| * | mm/vmalloc: track which page-table levels were modifiedJoerg Roedel2020-06-021-0/+16
| * | mm: add functions to track page directory modificationsJoerg Roedel2020-06-023-2/+72
| * | mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-06-021-1/+0
| * | mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-021-2/+2
| * | mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig2020-06-021-9/+0
| * | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-1/+1
| * | mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-0/+4
| * | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-2/+1
| * | mm: remove map_vm_rangeChristoph Hellwig2020-06-021-6/+4
| * | mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig2020-06-021-1/+1
| * | mm: remove __get_vm_areaChristoph Hellwig2020-06-021-2/+0
| * | mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
| * | x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-021-0/+1
| * | mm/memcg: automatically penalize tasks with high swap useJakub Kicinski2020-06-021-0/+1
| * | mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski2020-06-022-3/+8
| * | include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin2020-06-021-1/+0
| * | swap: reduce lock contention on swap cache from swap slots allocationHuang Ying2020-06-021-0/+1
| * | mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang2020-06-021-5/+10
| * | mm/gup: introduce pin_user_pages_unlockedJohn Hubbard2020-06-021-0/+2
| * | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-022-5/+1
| * | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-1/+2
| * | mm_types.h: change set_page_private to inline functionGuoqing Jiang2020-06-021-1/+5
| * | buffer_head.h: remove attach_page_buffersGuoqing Jiang2020-06-021-8/+0
| * | include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang2020-06-021-0/+37
| * | iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-2/+1
| * | f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-3/+3
| * | erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-3/+3
| * | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-2/+2
| * | mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-021-0/+3