aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-07device connection: Remove struct device_connectionHeikki Krogerus1-17/+1
2020-09-07device connection: Remove device_connection_add()Heikki Krogerus1-29/+0
2020-09-07device connection: Remove device_connection_find()Heikki Krogerus1-2/+0
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang1-0/+6
2020-09-07mmc: core: Improve documentation of MMC_CAP_HW_RESETWolfram Sang1-1/+2
2020-09-07mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár2-0/+4
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+42
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-5/+17
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linuxLinus Torvalds2-9/+3
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-0/+6
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli1-0/+5
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-137/+236
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2020-09-04Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds2-7/+1
2020-09-04mm: Add PGREUSE counterPeter Xu1-0/+1
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu1-7/+0
2020-09-04dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie1-4/+16
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner1-9/+42
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price1-0/+28
2020-09-04arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regsetCatalin Marinas1-0/+1
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas1-0/+3
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas1-0/+6
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas1-0/+13
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas1-0/+8
2020-09-04mm: Introduce arch_calc_vm_flag_bits()Kevin Brodsky1-2/+8
2020-09-04mm: Add PG_arch_2 page flagSteven Price3-1/+12
2020-09-04arm64: mte: Add specific SIGSEGV codesVincenzo Frascino1-1/+3
2020-09-04iommu/mediatek: Check 4GB mode by reading infracfgMiles Chen1-0/+3
2020-09-04pidfd: support PIDFD_NONBLOCK in pidfd_open()Christian Brauner1-0/+12
2020-09-04iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU headerAndy Shevchenko2-4/+2
2020-09-04soundwire: remove SDW_REG_SHIFT()Vinod Koul1-7/+0
2020-09-04soundwire: define and use addr bit masksVinod Koul1-6/+13
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy2-6/+6
2020-09-04ASoC: SOF: support topology components on secondary coresGuennadi Liakhovetski1-0/+1
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-0/+9
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-5/+4
2020-09-04xen/balloon: add header guardRoger Pau Monne1-0/+4
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-13/+42
2020-09-03ip: expose inet sockopts through inet_diagWei Wang2-0/+20
2020-09-03blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai1-0/+4
2020-09-03blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmapJohn Garry2-0/+2
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry1-0/+2
2020-09-03blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry1-0/+6
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei1-1/+1
2020-09-03dma-mapping: set default segment_boundary_mask to ULONG_MAXNicolin Chen1-1/+1
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-0/+19