All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-07 14:59:58 to 2020-05-07 15:13:47 UTC [more...]

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-05-07 15:13 UTC  (12+ messages)
` [PATCH 07/26] KVM: arm64: Add a level hint to __kvm_tlb_flush_vmid_ipa
` [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations

[PATCH next] ARM: dts: am437x: fix networking on boards with ksz9031 phy
 2020-05-07 15:13 UTC  (3+ messages)

[PATCH] wcn36xx: Replace zero-length array with flexible-array
 2020-05-07 15:17 UTC 

[PATCH v3 0/8] New Arasan NAND controller driver
 2020-05-07 15:13 UTC  (9+ messages)
` [PATCH v3 7/8] mtd: rawnand: arasan: Add new Arasan NAND controller
` [PATCH v3 8/8] mtd: rawnand: arasan: Support the hardware BCH ECC engine

[PATCH] net: microchip: encx24j600: add missed kthread_stop
 2020-05-07 15:13 UTC 

[PATCH v2] ARM: dts: am437x: fix networking on boards with ksz9031 phy
 2020-05-07 15:12 UTC 

[PATCH] Input: wm831x-ts - add missed input_unregister_device
 2020-05-07 15:12 UTC 

[PATCH v6 0/5] Fix potential kernel panic when increase hardware queue
 2020-05-07 15:12 UTC  (11+ messages)
` [PATCH v6 1/5] block: free both rq_map and request
` [PATCH v6 2/5] block: save previous hardware queue count before udpate
` [PATCH v6 3/5] block: alloc map and request for new hardware queue
` [PATCH v6 4/5] block: rename __blk_mq_alloc_rq_map
` [PATCH v6 5/5] block: rename blk_mq_alloc_rq_maps

[PATCH v2 0/3] xfs: fix inode use-after-free during log recovery
 2020-05-07 15:09 UTC  (8+ messages)
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

[PATCH] selinux-testsuite: update to work on Debian
 2020-05-07 15:12 UTC  (7+ messages)

[PATCH] Input: stmpe-ts - add missed input_unregister_device
 2020-05-07 15:12 UTC  (2+ messages)

[PATCH] nvme-pci: slimmer CQ head update
 2020-05-07 15:11 UTC  (12+ messages)

[PATCH] Input: stmfts - add missed input_unregister_device
 2020-05-07 15:11 UTC  (2+ messages)

[PATCH BlueZ v3] tools/mesh-cfgclient: Fix model app list parsing
 2020-05-07 15:06 UTC  (2+ messages)

[PATCH 00/36] drm: Fareless gem_free_object
 2020-05-07 15:08 UTC  (39+ messages)
` [PATCH 01/36] drm: remove unused drm_gem.h include
` [PATCH 02/36] drm/gem: use _unlocked reference in drm_gem_objects_lookup docs
` [PATCH 03/36] drm/todo: mention i915 in the struct_mutex section
` [PATCH 04/36] drm/doc: drop struct_mutex references
` [PATCH 05/36] drm/doc: drop struct_mutex refernce for drm_gem_object_free
` [PATCH 06/36] drm/amdgpu: use the unlocked drm_gem_object_put
` [PATCH 07/36] drm/gma500: Use lockless gem BO free callback
` [PATCH 08/36] drm: remove drm_driver::gem_free_object
` [PATCH 09/36] drm/gem: fold drm_gem_object_put_unlocked and __drm_gem_object_put()
` [PATCH 10/36] drm/gem: add _locked suffix to drm_object_put
` [PATCH 11/36] drm/gem: add drm_object_put helper
` [PATCH 12/36] drm/amd: remove _unlocked suffix in drm_object_put_unlocked
` [PATCH 13/36] drm/arm: "
` [PATCH 14/36] drm/armada: "
` [PATCH 15/36] drm/etnaviv: "
` [PATCH 16/36] drm/exynos: "
` [PATCH 17/36] drm/gma500: "
` [PATCH 18/36] drm/i915: "
` [PATCH 19/36] drm/lima: "
` [PATCH 20/36] drm/mediatek: "
` [PATCH 21/36] drm/mgag200: "
` [PATCH 22/36] drm/msm: "
` [PATCH 23/36] drm/nouveau: "
` [PATCH 24/36] drm/omapdrm: "
` [PATCH 25/36] drm/panfrost: "
` [PATCH 26/36] drm/qxl: "
` [PATCH 27/36] drm/radeon: "
` [PATCH 28/36] drm/rockchip: "
` [PATCH 29/36] drm/tegra: "
` [PATCH 30/36] drm/v3d: "
` [PATCH 31/36] drm/vc4: "
` [PATCH 32/36] drm/vgem: "
` [PATCH 33/36] drm/virtio: "
` [PATCH 34/36] drm/vkms: "
` [PATCH 35/36] drm/xen: "
` [PATCH 36/36] drm/gem: "

[PATCH] Input: s6sy761 - add missed input_unregister_device
 2020-05-07 15:11 UTC 

[PATCH V3 00/15] Remove duplicated kmap code
 2020-05-07 15:00 UTC  (72+ messages)
` [PATCH V3 01/15] arch/kmap: Remove BUG_ON()
` [PATCH V3 02/15] arch/xtensa: Move kmap build bug out of the way
` [PATCH V3 03/15] arch/kmap: Remove redundant arch specific kmaps
` [PATCH V3 04/15] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH V3 05/15] {x86,powerpc,microblaze}/kmap: Move preempt disable
` [PATCH V3 06/15] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V3 07/15] arch/kunmap_atomic: "
` [PATCH V3 08/15] arch/kmap: Ensure kmap_prot visibility
` [PATCH V3 09/15] arch/kmap: Don't hard code kmap_prot values
` [PATCH V3 10/15] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V3 11/15] drm: Remove drm specific kmap_atomic code
` [PATCH V3 12/15] kmap: Remove kmap_atomic_to_page()
` [PATCH V3 13/15] parisc/kmap: Remove duplicate kmap code
` [PATCH V3 14/15] sparc: Remove unnecessary includes
` [PATCH V3 15/15] kmap: Consolidate kmap_prot definitions

[PATCH] kgdb: Return true in kgdb_nmi_poll_knock()
 2020-05-07 15:10 UTC  (2+ messages)

[PATCH] Input: applespi - add missed input_unregister_device
 2020-05-07 15:10 UTC 

[PATCH 1/3] drm/i915: Mark concurrent submissions with a weak-dependency
 2020-05-07 15:10 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gem: Treat submit-fence as weak dependency for new clients
` [Intel-gfx] [PATCH 1/3] drm/i915: Mark concurrent submissions with a weak-dependency

[PATCH 0/3] mirror: Make sure that source and target size match
 2020-05-07 15:09 UTC  (3+ messages)
` [PATCH 1/3] iotests/229: Use blkdebug to inject an error

[PATCH v7 0/6] media: Register read-only sub-dev devnode
 2020-05-07 15:12 UTC  (7+ messages)
` [PATCH v7 1/6] Documentation: media: Update sub-device API intro
` [PATCH v7 2/6] Documentation: media: Document read-only subdevice
` [PATCH v7 3/6] media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()
` [PATCH v7 4/6] media: v4l2-subdev: Guard whole fops and ioctl hdlr
` [PATCH v7 5/6] v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctl
` [PATCH v7 6/6] v4l: document VIDIOC_SUBDEV_QUERYCAP

[PATCH] drm/amdgpu: Don't report unique_id for Arcturus
 2020-05-07 15:09 UTC  (2+ messages)

[PATCH][next] staging: most: usb: sanity check channel before using it as an index into arrays
 2020-05-07 15:06 UTC  (3+ messages)

[PATCH] x86: bitops: fix build regression
 2020-05-07 15:09 UTC  (5+ messages)

[PATCH 0/4] usb: typec: Intel PMC driver changes
 2020-05-07 15:09 UTC  (5+ messages)
` [PATCH 1/4] usb: typec: Add typec_find_orientation()
` [PATCH 2/4] usb: typec: mux: intel_pmc_mux: Support for static SBU/HSL orientation
` [PATCH 3/4] usb: typec: Add firmware documentation for the Intel PMC mux control
` [PATCH 4/4] MAINTAINERS: Add entry for Intel PMC mux driver

[PATCH v3 00/11] arm64: BTI kernel and vDSO support
 2020-05-07 15:09 UTC  (6+ messages)

[Intel-gfx] [PATCH] drm/i915/gen12: Add aux table invalidate for all engines
 2020-05-07 15:08 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gen12: Add aux table invalidate for all engines (rev2)

[PATCH v2] misc: i2c_eeprom: implement different probe test eeprom offset
 2020-05-07 15:08 UTC  (4+ messages)

[PATCH 00/15] Split off nVHE hyp code
 2020-05-07 15:07 UTC  (5+ messages)
` [PATCH 05/15] arm64: kvm: Build hyp-entry.S separately for VHE/nVHE

[PATCH 1/2] alpha: add a delay between RTC port write and read
 2020-05-07 15:08 UTC  (7+ messages)
  ` [PATCH 1/2 v2] alpha: add a delay to inb_p, inb_w and inb_l
    ` [PATCH 1/2 v3] "

[PATCH] [RFC] genirq: Check irq_data_get_irq_chip() return value before use
 2020-05-07 15:07 UTC 

[xen-unstable-smoke test] 150069: tolerable all pass - PUSHED
 2020-05-07 15:07 UTC 

linux-next: build failure after merge of the vfs tree
 2020-05-07 15:07 UTC  (3+ messages)

[net-next v3 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-05
 2020-05-07 15:06 UTC  (5+ messages)
` [net-next v3 2/9] ice: Create and register virtual bus for RDMA

[PATCH] wil6210: Replace zero-length array with flexible-array
 2020-05-07 15:11 UTC 

[PATCH] sched/fair: Fix enqueue_task_fair warning some more
 2020-05-07 15:06 UTC  (4+ messages)

[Virtio-fs] [RFC 0/5] fuse: Auto-mounted submounts
 2020-05-07 15:05 UTC  (8+ messages)
` [Virtio-fs] [RFC 3/5] fuse: Split fuse_mount off of fuse_conn

[PATCH] 9pfs: Fix potential deadlock of QEMU mainloop
 2020-05-07 15:03 UTC  (4+ messages)

[patch V4 part 2 00/18] x86/entry: Entry/exception code rework, syscall and KVM changes
 2020-05-07 15:03 UTC  (5+ messages)
` [patch V4 part 2 05/18] x86/entry: Move irq tracing on syscall entry to C-code

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-05-07 15:03 UTC  (2+ messages)
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use

Emulating Solaris 10 on SPARC64 sun4u
 2020-05-07 15:02 UTC  (4+ messages)

[PATCH V6 0/3] Convert QUP bindings to YAML and add ICC, pin swap doc
 2020-05-07 15:00 UTC  (4+ messages)
` [PATCH V6 1/3] dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
` [PATCH V6 2/3] dt-bindings: geni-se: Add interconnect binding for GENI QUP
` [PATCH V6 3/3] dt-bindings: serial: Add binding for UART pin swap

[PATCH] ext4: remove unnecessary test_opt for DIOREAD_NOLOCK
 2020-05-07 15:01 UTC  (2+ messages)

[PATCH 0/2] [WIP] removed fetch_if_missing global
 2020-05-07 15:02 UTC  (4+ messages)
` [PATCH 1/2] fetch-pack: remove fetch_if_missing=0

[PATCH v2] usb: raw-gadget: fix gadget endpoint selection
 2020-05-07 15:01 UTC  (5+ messages)

[PATCH V5 0/3] Convert QUP bindings to YAML and add ICC, pin swap doc
 2020-05-07 15:00 UTC  (4+ messages)
` [PATCH V5 2/3] dt-bindings: geni-se: Add interconnect binding for GENI QUP

[PATCH -next] riscv: perf_event: Make some funciton static
 2020-05-07 15:04 UTC  (2+ messages)
` [PATCH -next] riscv: perf: RISCV_BASE_PMU should be closeable

[igt-dev] [PATCH i-g-t v7 0/5] lpsp platform agnostic support
 2020-05-07 15:00 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for lpsp platform agnostic support (rev10)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.