summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-165/+678
2020-10-20xen/events: block rogue events for some timeJuergen Gross2-6/+24
2020-10-20xen/events: defer eoi in case of excessive number of eventsJuergen Gross4-32/+208
2020-10-20xen/events: use a common cpu hotplug hook for event channelsJuergen Gross3-21/+47
2020-10-20xen/events: switch user event channels to lateeoi modelJuergen Gross1-4/+3
2020-10-20xen/pciback: use lateeoi irq bindingJuergen Gross4-19/+56
2020-10-20xen/pvcallsback: use lateeoi irq bindingJuergen Gross1-30/+46
2020-10-20xen/scsiback: use lateeoi irq bindingJuergen Gross1-10/+13
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross4-14/+86
2020-10-20xen/blkback: use lateeoi irq bindingJuergen Gross2-8/+19
2020-10-20xen/events: add a new "late EOI" evtchn frameworkJuergen Gross1-17/+134
2020-10-20xen/events: fix race in evtchn_fifo_unmask()Juergen Gross1-4/+9
2020-10-20xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross1-0/+2
2020-10-20xen/events: avoid removing an event channel while handling itJuergen Gross1-5/+36
2020-10-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-2/+276
2020-10-20Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2020-10-19Merge tag 'mailbox-v5.10' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds6-14/+371
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-144/+95
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2020-10-18xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig1-14/+16
2020-10-18drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig2-68/+60
2020-10-18drm/i915: stop using kmap in i915_gem_object_mapChristoph Hellwig1-5/+2
2020-10-18drm/i915: use vmap in shmem_pin_mapChristoph Hellwig1-58/+18
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds196-4381/+4757
2020-10-17Merge tag 'i3c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2-54/+94
2020-10-17Merge tag 'mtd/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds89-980/+2051
2020-10-17Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-74/+145
2020-10-17mailbox: avoid timer start from callbackJassi Brar1-5/+7
2020-10-17Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-4/+7
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2-5/+5
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds41-959/+2348
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-43/+37
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-64/+95
2020-10-16rapidio: fix the missed put_device() for rio_mport_add_riodevJing Xiangfeng1-1/+4
2020-10-16rapidio: fix error handling pathSouptick Joarder1-6/+7
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2-23/+18
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson1-1/+1
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour1-12/+21
2020-10-16hv_balloon: try to merge system ram resourcesDavid Hildenbrand1-1/+1
2020-10-16xen/balloon: try to merge system ram resourcesDavid Hildenbrand1-1/+1
2020-10-16virtio-mem: try to merge system ram resourcesDavid Hildenbrand1-1/+2
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand7-7/+9
2020-10-16device-dax/kmem: fix resource releaseDan Williams1-14/+34
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson1-0/+3
2020-10-16RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe1-4/+4
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe16-79/+57
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe263-2163/+2453
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1421-36304/+74493
2020-10-16Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+28