summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-09virtio-mem: kdump mode to sanitize /proc/vmcore accessDavid Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_...David Hildenbrand
2021-11-09virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_m...David Hildenbrand
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-06zram: introduce an aged idle interfaceBrian Geffon
2021-11-06zram: off by one in read_block_state()Dan Carpenter
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-06arch_numa: simplify numa_distance allocationMike Rapoport
2021-11-06arm64: support page mapping percpu first chunk allocatorKefeng Wang
2021-11-06mtd: call bdi_unregister explicitlyChristoph Hellwig
2021-11-06rapidio: avoid bogus __alloc_size warningKees Cook
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)
2021-10-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-10-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman
2021-10-29Merge tag 'gpio-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-29Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-29scsi: mpt3sas: Fix reference tag handling for WRITE_INSERTMartin K. Petersen
2021-10-29Merge tag 'mmc-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2021-10-28Merge tag 'libnvdimm-fixes-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-28mmc: tmio: reenable card irqs after the reset callbackWolfram Sang
2021-10-28Merge tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-10-29Merge tag 'drm-intel-fixes-2021-10-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-28Merge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-28Merge tag 'regmap-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-28Merge tag 'linux-watchdog-5.15-rc7' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang
2021-10-28octeontx2-af: Fix possible null pointer dereference.Rakesh Babu Saladi
2021-10-28octeontx2-af: Display all enabled PF VF rsrc_alloc entries.Rakesh Babu
2021-10-28octeontx2-af: Check whether ipolicers existsSubbaraya Sundeep
2021-10-28net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino
2021-10-28nfp: bpf: relax prog rejection for mtu check through max_pkt_offsetYu Xiao
2021-10-28vmxnet3: do not stop tx queues after netif_device_detach()Dongli Zhang
2021-10-28mmc: mediatek: Move cqhci init behind ungate clockWenbin Mei
2021-10-28drm/i915: Revert 'guc_id' from i915_request tracepointJoonas Lahtinen
2021-10-28Merge tag 'drm-misc-fixes-2021-10-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-10-28Merge tag 'drm-misc-fixes-2021-10-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-10-27drm/amd/display: Fix deadlock when falling back to v2 from v3Nicholas Kazlauskas
2021-10-27drm/amd/display: Fallback to clocks which meet requested voltage on DCN31Michael Strauss
2021-10-27drm/amdgpu: Fix even more out of bound writes from debugfsPatrik Jakobsson
2021-10-27r8169: Add device 10ec:8162 to driver r8169Janghyub Seo
2021-10-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-10-27virtio-ring: fix DMA metadata flagsVincent Whitchurch