summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2020-12-18virtio-mem: use "unsigned long" for nr_pages when fake onlining/offliningDavid Hildenbrand-4/+4
2020-12-18virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()David Hildenbrand-3/+2
2020-12-18virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handlingDavid Hildenbrand-16/+19
2020-12-18virtio-mem: more precise calculation in virtio_mem_mb_state_prepare_next_mb()David Hildenbrand-4/+2
2020-12-18virtio-mem: determine nid only once using memory_add_physaddr_to_nid()David Hildenbrand-17/+11
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1134/+2592
2020-12-18Merge tag 'thermal-v5.11-2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2020-12-18Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+3
2020-12-18drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler-1/+2
2020-12-18drm/komeda: Handle NULL pointer access code path in error caseCarsten Haitzler-2/+2
2020-12-18drm/komeda: Remove useless variable assignmentCarsten Haitzler-1/+0
2020-12-18drm/komeda: Correct the sequence of hw_done() and flip_done()James Qian Wang-2/+2
2020-12-18Merge tag 'drm-intel-next-fixes-2020-12-18' of git://anongit.freedesktop.org/...Daniel Vetter-20/+23
2020-12-18drm/qxl: don't allocate a dma_address arrayChristian König-1/+1
2020-12-18drm/nouveau: fix multihop when move doesn't work.Dave Airlie-15/+16
2020-12-18drm/qxl: don't allocate a dma_address arrayChristian König-1/+1
2020-12-18drm/i915/tgl: Fix REVID macros for TGL to fetch correct steppingAditya Swarup-6/+6
2020-12-18drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson-1/+1
2020-12-18drm/i915/perf: also include Gen11 in OATAILPTR workaroundLionel Landwerlin-1/+1
2020-12-18Revert "drm/i915: re-order if/else ladder for hpd_irq_setup"Chris Wilson-12/+15
2020-12-17Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-681/+1402
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+8
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+9
2020-12-17device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei-7/+0
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-109/+94
2020-12-17drm/amdgpu: fix vbios reservation handling on SR-IOVAlex Deucher-1/+2
2020-12-17drm/amd/pm: check pmfw version before issuing RlcPowerNotify messageXiaomeng Hou-2/+7
2020-12-17drm/amdkfd: PCIe atomics required for gfx10Harish Kasiviswanathan-6/+6
2020-12-17Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-0/+637
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-36/+286
2020-12-17watchdog: convert comma to semicolonZheng Yongjun-2/+2
2020-12-17Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-556/+6902
2020-12-17s390/dasd: fix list corruption of lcu listStefan Haberland-1/+1
2020-12-17s390/dasd: fix list corruption of pavgroup group listStefan Haberland-0/+1
2020-12-17s390/dasd: prevent inconsistent LCU device dataStefan Haberland-0/+9
2020-12-17s390/dasd: fix hanging device offline processingStefan Haberland-1/+9
2020-12-17Merge tag 'mailbox-v5.11' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds-11/+1153
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-2/+6
2020-12-17ACPI: PM: s2idle: Move x86-specific code to the x86 directoryRafael J. Wysocki-441/+489
2020-12-17nfp: move indirect block cleanup to flower app stop callbackSimon Horman-3/+3
2020-12-17octeontx2-af: Fix undetected unmap PF error checkColin Ian King-1/+2
2020-12-17net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"Colin Ian King-1/+1
2020-12-17qlcnic: Fix error code in probeDan Carpenter-0/+1
2020-12-17drm/edid: fix objtool warning in drm_cvt_modes()Linus Torvalds-2/+2
2020-12-17ACPI: scan: Add Intel Baytrail Mailbox Device to acpi_ignore_dep_idsHans de Goede-0/+1
2020-12-17ACPI: scan: Avoid unnecessary second pass in acpi_bus_scan()Rafael J. Wysocki-1/+10
2020-12-17ACPI: scan: Defer enumeration of devices with _DEP listsRafael J. Wysocki-25/+78
2020-12-17ACPI: scan: Evaluate _DEP before adding the deviceRafael J. Wysocki-19/+25
2020-12-17nbd: Respect max_part for all partition scansJosh Triplett-3/+6
2020-12-17thermal: int340x: Support Alder LakeSrinivas Pandruvada-0/+2