aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds76-150/+76
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds25-683/+683
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds56-776/+1026
2020-10-14Merge tag 'backlight-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds6-2/+210
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds33-57/+1656
2020-10-14Merge tag 'devicetree-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2020-10-14Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds102-501/+10422
2020-10-14Merge tag 'leds-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-ledsLinus Torvalds52-991/+1523
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds139-2166/+4090
2020-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds13-393/+222
2020-10-14Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds5-36/+89
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-24/+24
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds28-902/+1896
2020-10-14Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-25/+2
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds59-300/+865
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds38-603/+812
2020-10-14Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds4-68/+97
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-9/+10
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds12-230/+382
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-428/+1526
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-6/+6
2020-10-13virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand1-39/+8
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)1-2/+2
2020-10-13device-dax: add a range mapping allocation attributeJoao Martins1-0/+64
2020-10-13dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins1-1/+4
2020-10-13device-dax: add an 'align' attributeDan Williams2-10/+101
2020-10-13device-dax: make align a per-device propertyJoao Martins3-26/+19
2020-10-13device-dax: introduce 'mapping' devicesDan Williams2-2/+203
2020-10-13device-dax: add dis-contiguous resource supportDan Williams4-118/+309
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams6-0/+6
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams15-93/+114
2020-10-13device-dax: add resize supportDan Williams1-9/+152
2020-10-13drivers/base: make device_find_child_by_name() compatible with sysfs inputsDan Williams1-1/+1
2020-10-13device-dax: introduce 'seed' devicesDan Williams3-40/+272
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams5-19/+35
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams5-23/+121
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams2-16/+7
2020-10-13device-dax/kmem: move resource name tracking to drvdataDan Williams1-7/+9
2020-10-13device-dax/kmem: introduce dax_kmem_range()Dan Williams1-23/+17
2020-10-13device-dax: make pgmap optional for instance creationDan Williams7-34/+58
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams4-17/+30
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams6-33/+7
2020-10-13ACPI: HMAT: attach a device for each soft-reserved rangeDan Williams3-1/+39
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams6-65/+82
2020-10-13efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceDan Williams1-3/+9
2020-10-13x86/numa: add 'nohmat' optionDan Williams1-1/+7
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams1-2/+7
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-30/+16