All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-13 21:24:49 to 2019-12-13 21:36:33 UTC [more...]

[PATCH] drm/panfrost: Prefix interrupt handlers' names
 2019-12-13 15:31 UTC  (5+ messages)

[dpdk-dev] [FDIO] dpdk: add devargs support
 2019-12-13 23:35 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 0/2] Some debugfs enhancements
 2019-12-13 14:59 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 1/2] drm/i915/rps: Add frequency translation helpers
` [Intel-gfx] [PATCH v3 2/2] drm/i915/gt: Move power management debug files into a gt aware debugfs

[PATCH 1/4] mt76: mt7615: defer mcu initialization via workqueue
 2019-12-13 21:36 UTC  (2+ messages)
` [PATCH 3/4] mt76: fix rx dma ring descriptor state on reset

[RESEND PATCH v2] drm: Add getfb2 ioctl
 2019-12-13 21:36 UTC  (3+ messages)
  ` [Intel-gfx] "

[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops)
 2019-12-13 21:32 UTC  (14+ messages)
  ` READ_ONCE() + STACKPROTECTOR_STRONG == :/ (was Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops))

[PATCH 0/3] drm/i915 / LPSS / mfd: Select correct PWM controller to use based on VBT
 2019-12-13 12:40 UTC  (11+ messages)
` [PATCH 2/3] mfd: intel_soc_pmic: Rename pwm_backlight pwm-lookup to pwm_pmic_backlight
                ` [Intel-gfx] "

[PATCH 1/4] ARM: dts: am437x-gp-evm: add HDMI support
 2019-12-13 12:33 UTC  (10+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
 2019-12-13 12:40 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[PATCH v2 00/12] drm/i915: Add support for HDCP 1.4 over MST connectors
 2019-12-13 19:07 UTC  (9+ messages)
` [PATCH v2 02/12] drm/i915: Clear the repeater bit on HDCP disable
    ` [Intel-gfx] "
` [PATCH v2 08/12] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
    ` [Intel-gfx] "

[PATCH v3] drm: Funnel drm logs to tracepoints
 2019-12-13 16:47 UTC  (3+ messages)

[Intel-gfx] [PATCH v12 0/3] Refactor Gen11+ SAGV support
 2019-12-13 18:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Refactor Gen11+ SAGV support (rev14)

[Intel-gfx] [PATCH 1/2] drm/i915/perf: Register sysctl path globally
 2019-12-13 16:09 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Introduce new macros for tracing

[PATCHv4 00/36] AFBC support for Rockchip
 2019-12-13 15:59 UTC  (33+ messages)
` [PATCHv4 01/36] drm/framebuffer: Add optional modifier info
` [PATCHv4 02/36] drm/core: Add afbc helper functions
` [PATCHv4 03/36] drm/gem-fb-helper: Allow drivers to allocate struct drm_framebuffer on their own
` [PATCHv4 04/36] drm/gem-fb-helper: Add special version of drm_gem_fb_size_check
` [PATCHv4 06/36] drm/gem-fb-helper: Add method to allocate struct drm_framebuffer
` [PATCHv4 07/36] drm/komeda: Use afbc helper
` [PATCHv4 09/36] drm/komeda: Use the already available local variable
` [PATCHv4 10/36] drm/komeda: Retrieve drm_format_info once
` [PATCHv4 11/36] drm/komeda: Explicitly require 1 plane for AFBC
` [PATCHv4 12/36] drm/komeda: Move pitches comparison to komeda_fb_create
` [PATCHv4 13/36] drm/komeda: Provide and use komeda_fb_get_pixel_addr variant not requiring a fb
` [PATCHv4 14/36] drm/komeda: Factor out object lookups for non-afbc case
` [PATCHv4 15/36] drm/komeda: Make komeda_fb_none_size_check independent from framebuffer
` [PATCHv4 16/36] drm/komeda: Factor out object lookups for afbc case
` [PATCHv4 17/36] drm/komeda: Free komeda_fb_afbc_size_check from framebuffer dependency
` [PATCHv4 18/36] drm/komeda: Simplify error handling
` [PATCHv4 19/36] drm/komeda: Move object lookup before size checks
` [PATCHv4 20/36] drm/komeda: Move object assignments to framebuffer to after "
` [PATCHv4 21/36] drm/komeda: Make the size checks independent from framebuffer structure
` [PATCHv4 22/36] drm/komeda: Move helper invocation to after size checks
` [PATCHv4 23/36] drm/komeda: Use helper for common tasks
` [PATCHv4 25/36] drm/komeda: Use special helper for non-afbc size checks
` [PATCHv4 26/36] drm/komeda: Factor in the invocation of special helper
` [PATCHv4 27/36] drm/komeda: Use special helper for afbc case size check
` [PATCHv4 28/36] drm/komeda: Factor in the invocation of special helper, afbc case
` [PATCHv4 29/36] drm/komeda: Move special helper invocation outside if-else
` [PATCHv4 30/36] drm/komeda: Move to helper checking afbc buffer size
` [PATCHv4 32/36] drm/arm/malidp: Integrate verify functions
` [PATCHv4 33/36] drm/arm/malidp: Factor in afbc framebuffer verification
` [PATCHv4 34/36] drm/arm/malidp: Use generic helpers for afbc checks
` [PATCHv4 35/36] drm/rockchip: Use helper for common task
` [PATCHv4 36/36] drm/rockchip: Add support for afbc

[Intel-gfx] [PATCH v4 0/2] Some debugfs enhancements
 2019-12-13 19:05 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4 2/2] drm/i915/gt: Move power management debug files into a gt aware debugfs

[PATCH] drm/i915: Provide ddc symlink in hdmi connector sysfs directory
 2019-12-13 16:10 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/amdgpu: add JPEG check to VCN idle handler and begin use
 2019-12-13 15:30 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu/vcn1.0: use its own idle handler and begin use funcs

[PATCH] powerpc/devicetrees: Change 'gpios' to 'cs-gpios' on fsl,spi nodes
 2019-12-13 21:34 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
 2019-12-13 11:28 UTC  (3+ messages)

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-13 18:59 UTC  (9+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()
` [PATCH 2/7] KVM: arm/arm64: Pass flags along Stage-2 unmapping functions
` [PATCH 3/7] KVM: arm/arm64: Condition cache maintenance on unmap with a flag
` [PATCH 4/7] KVM: arm/arm64: Condition TLB "
` [PATCH 5/7] KVM: arm/arm64: Elide both CMOs and TBLIs on freeing the whole Stage-2
` [PATCH 6/7] KVM: arm/arm64: Elide CMOs when retrying a block mapping
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[dpdk-dev] [PATCH] net/ice: correct VSI context
 2019-12-14  6:14 UTC 

[PATCH 1/1] io_uring: don't wait when under-submitting
 2019-12-13 21:32 UTC  (4+ messages)

[PATCH 00/58] serial/sysrq: Cleanup ifdeffery
 2019-12-13 16:41 UTC  (3+ messages)

[PATCH v3 0/2] firmware: google: Expose coreboot tables and CBMEM
 2019-12-13 21:31 UTC  (4+ messages)
` [PATCH v3 1/2] firmware: google: Expose CBMEM over sysfs

[patch] percpu: Separate decrypted varaibles anytime encryption can be enabled
 2019-12-13 21:31 UTC 

[PATCH v3 00/13] iommu: Add PASID support to Arm SMMUv3
 2019-12-13 16:45 UTC  (3+ messages)
` [PATCH v3 01/13] iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation

[MPTCP] Re: [PATCH 08/11] tcp: Export TCP functions and ops struct
 2019-12-13 21:31 UTC 

[PATCH bpf-next 1/2] bpf: expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
 2019-12-13 21:30 UTC  (4+ messages)

kernelci.org update - 2019-12-13 #minutes
 2019-12-13 21:30 UTC 

[PATCH v4 0/7] Add dual-LVDS panel support to EK874
 2019-12-13 21:30 UTC  (4+ messages)
` [PATCH v4 3/7] drm: rcar-du: lvds: Get dual link configuration from DT

[Intel-gfx] [PATCH] drm/i915/execlists: Select arb on/off around batches based on preemption
 2019-12-13 19:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] udmabuf: fix dma-buf cpu access
 2019-12-13 19:33 UTC 

[Intel-gfx] [PATCH v8 0/4] Enable second DBuf slice for ICL and TGL
 2019-12-13 11:24 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Enable second DBuf slice for ICL and TGL (rev7)

[Intel-gfx] [PATCH v8 0/4] Enable second DBuf slice for ICL and TGL
 2019-12-13 19:01 UTC  (3+ messages)
` [Intel-gfx] [PATCH v8 3/4] drm/i915: Manipulate DBuf slices properly

[MPTCP] Re: [PATCH 01/11] net: Make sock protocol value checks more specific
 2019-12-13 21:29 UTC 

[PATCH v5 0/2] kvm: Use huge pages for DAX-backed files
 2019-12-13 17:50 UTC  (9+ messages)
` [PATCH v5 2/2] "

[dpdk-dev] [PATCH v5 0/3] Add ABI compatibility checks to the meson build
 2019-12-13 16:41 UTC  (6+ messages)
` [dpdk-dev] [PATCH v6 00/11] "
  ` [dpdk-dev] [PATCH v6 03/11] drivers/mempool: add dump files for v20.0 ABI
  ` [dpdk-dev] [PATCH v6 04/11] drivers/common: "
  ` [dpdk-dev] [PATCH v6 05/11] drivers/raw: "
  ` [dpdk-dev] [PATCH v6 07/11] drivers/compress: "

[kvm-unit-tests RFC 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-13 19:10 UTC  (5+ messages)
` [kvm-unit-tests RFC 03/10] pmu: Add a pmu struct
` [kvm-unit-tests RFC 04/10] pmu: Check Required Event Support

[dpdk-dev] [PATCH v2] net/mlx5: avoid crash when meter action conf is NULL
 2019-12-13 14:21 UTC 

[PATCH 3/3] dt-bindings: PCI: Convert generic host binding to DT schema
 2019-12-13 21:28 UTC  (2+ messages)

[PULL 00/16] first s390x update for 5.0
 2019-12-13 21:12 UTC  (11+ messages)
` [PULL 03/16] s390x: Don't do a normal reset on the initial cpu
` [PULL 06/16] s390x: Move clear reset
` [PULL 07/16] s390x: Beautify diag308 handling
` [PULL 08/16] s390x: kvm: Make kvm_sclp_service_call void
` [PULL 10/16] s390x/event-facility: Fix realize() error API violations
` [PULL 12/16] s390x/cpumodel: "
` [PULL 13/16] s390x/cpumodel: Fix query-cpu-model-FOO "
` [PULL 15/16] s390x/tcg: clear local interrupts on reset normal
` [PULL 16/16] qga: fence guest-set-time if hwclock not available

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2019-12-13 11:31 UTC  (15+ messages)
` [PATCH for-5.0 v2 15/23] mirror: Prevent loops
` [PATCH for-5.0 v2 18/23] iotests: Add VM.assert_block_path()
` [PATCH for-5.0 v2 19/23] iotests: Resolve TODOs in 041

[PATCH 0/2] RFC: add -mem-shared option
 2019-12-13 13:12 UTC  (5+ messages)

[PATCH] virtio-blk: deprecate SCSI passthrough
 2019-12-13 15:10 UTC  (4+ messages)
  ` [libvirt] "

[PATCH 00/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'
 2019-12-13 16:47 UTC  (8+ messages)
` [PATCH 01/12] hw/i386/pc: Convert DPRINTF() to trace events
` [PATCH 02/12] hw/i386/pc: Move kvm_i8259_init() declaration to sysemu/kvm.h
` [PATCH 03/12] hw/i386/pc: Remove obsolete pc_pci_device_init() declaration
` [PATCH 04/12] hw/i386/pc: Remove obsolete cpu_set_smm_t typedef
` [PATCH 08/12] hw/ide/piix: Use ARRAY_SIZE() instead of magic numbers
` [Xen-devel] [PATCH 12/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'
  `  "

[PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
 2019-12-13 12:40 UTC  (8+ messages)
          ` [PING] "

[PATCH] virtio: update queue size on guest write
 2019-12-13 14:24 UTC 

[PATCH 000/104] virtiofs daemon [all]
 2019-12-13 16:56 UTC  (4+ messages)
` [PATCH 025/104] virtiofsd: Add Makefile wiring for virtiofsd contrib

[PATCH v5 0/5] Add vTPM emulator support for ppc64 platform
 2019-12-13 13:03 UTC  (4+ messages)
` [PATCH v5 1/5] tpm_spapr: Support TPM for ppc64 using CRQ based interface

[PATCH 00/13] ppc/pnv: Get rid of chip_type attributes
 2019-12-13 13:06 UTC  (26+ messages)
` [PATCH 01/13] ppc: Drop useless extern annotation for functions
` [PATCH 02/13] ppc/pnv: Introduce PnvPsiClass::compat
` [PATCH 03/13] ppc/pnv: Drop PnvPsiClass::chip_type
` [PATCH 04/13] ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compat
` [PATCH 05/13] ppc/pnv: Introduce PnvMachineClass::dt_power_mgt()
` [PATCH 06/13] ppc/pnv: Drop pnv_is_power9() and pnv_is_power10() helpers
` [PATCH 07/13] ppc/pnv: Introduce PnvChipClass::intc_print_info() method
` [PATCH 08/13] ppc/pnv: Introduce PnvChipClass::xscom_core_base() method
` [PATCH 09/13] ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()
` [PATCH 10/13] ppc/pnv: Pass content of the "compatible" property "
` [PATCH 11/13] ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers
` [PATCH 12/13] ppc/pnv: Introduce PnvChipClass::xscom_pcba() method
` [PATCH 13/13] ppc/pnv: Drop PnvChipClass::type

[PATCH 0/2] rcu_read auto macro use
 2019-12-13 14:04 UTC  (3+ messages)
` [PATCH 2/2] qsp: Use WITH_RCU_READ_LOCK_GUARD

[PATCH 0/4] hw/i386/pc: Extract the port92 device
 2019-12-13 12:05 UTC  (3+ messages)
` [PATCH 4/4] "

[PATCH v2 0/8] x86: allow building without PC machine types
 2019-12-13 14:56 UTC  (6+ messages)
` [PATCH v2 3/8] hw: replace hw/i386/pc.h with a header just for the i8259

[PATCH] virtio-fs: fix MSI-X nvectors calculation
 2019-12-13 11:29 UTC  (2+ messages)

[PATCH 0/4] powerpc: KASAN for 64-bit Book3S on Radix
 2019-12-13 13:40 UTC  (6+ messages)
` [PATCH 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH v4 00/15] add git-bugreport tool
 2019-12-13 21:27 UTC  (3+ messages)
` [PATCH v4 07/15] bugreport: add curl version

[PATCH v4 1/5] dt-bindings: Document JZ47xx VPU auxiliary processor
 2019-12-13 21:27 UTC  (3+ messages)

[PULL 0/2] virtiofs queue
 2019-12-13 11:58 UTC  (3+ messages)
` [PULL 1/2] vhost-user-fs: remove "vhostfd" property
` [PULL 2/2] virtio-fs: fix MSI-X nvectors calculation

[PATCH v3 00/20] gdbstub refactor and SVE support (+check-tcg tweaks)
 2019-12-13 12:31 UTC  (3+ messages)
` [PATCH v3 04/20] gdbstub: move mem_buf to GDBState and use GByteArray

[PATCH v5 0/3] target/ppc: single step for KVM HV
 2019-12-13 21:03 UTC  (7+ messages)
` [PATCH v5 1/3] linux-headers: Update kvm.h for ppc single step capability
` [PATCH v5 2/3] kvm-all: Introduce kvm_set_singlestep

[PATCH v6 00/25] monitor: add asynchronous command type
 2019-12-13 16:28 UTC  (3+ messages)

qemu-4.2: failed to set MSR 0x48b to 0x1582e00000000: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2019-12-13 20:53 UTC 

[PATCH] hw/i386/pc: Simplify ioapic_init_gsi()
 2019-12-13 11:55 UTC  (2+ messages)

[PATCH] hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()
 2019-12-13 20:08 UTC  (3+ messages)

[PATCH] hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
 2019-12-13 12:02 UTC  (3+ messages)

[PATCH v5 0/4] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
 2019-12-13 20:59 UTC  (4+ messages)
` [PATCH v5 4/4] blockdev: honor bdrv_try_set_aio_context() context requirements

[PATCH v2 0/2] gdbstub: allow sending packet of arbitrary length
 2019-12-13 12:13 UTC  (6+ messages)
` [PATCH v2 2/2] gdbstub: do not split gdb_monitor_write payload

[PATCH] colo: fix return without releasing RCU
 2019-12-13 15:03 UTC  (2+ messages)

[PATCH v6 0/4] Add vTPM emulator support for ppc64 platform
 2019-12-13 17:52 UTC  (4+ messages)
` [PATCH v6 1/4] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PATCH v6 2/4] tpm_spapr: Support suspend and resume
` [PATCH v6 3/4] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config

MIPS cache bypass on custom board
 2019-12-13 18:59 UTC 

QEMU VM crashes when enabling KVM
 2019-12-13 18:36 UTC  (7+ messages)

[PATCH v3 0/4] s390x: Increase architectural compliance
 2019-12-13 12:37 UTC  (5+ messages)
` [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

[PATCH] hw/isa/isa-bus: Use ISA_NUM_IRQS instead of magic number
 2019-12-13 13:22 UTC  (2+ messages)

[PATCH] memory: use RCU_READ_LOCK_GUARD
 2019-12-13 14:08 UTC 

[PATCH RFC] qapi: Allow getting flat output from 'query-named-block-nodes'
 2019-12-13 15:23 UTC  (2+ messages)

[PULL 0/5] 9pfs patches for QEMU 5.0
 2019-12-13 15:58 UTC  (2+ messages)

[PATCH v2 0/2] tests/acceptance: Use QEMUMachine on tests that expect failure
 2019-12-13 12:46 UTC  (4+ messages)
` [PATCH v2 1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine

clk: Ingenic: Add support for the X1830 v2
 2019-12-13 21:25 UTC  (3+ messages)
` [PATCH v2 1/5] clk: Ingenic: Adjust cgu code to make it compatible with X1830

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-13 20:45 UTC  (8+ messages)

[PATCH v4 0/6] HPPA: i82596, PS/2 and graphics emulation
 2019-12-13 20:40 UTC  (4+ messages)

[PATCH 1/8] drm/print: introduce new struct drm_device based logging macros
 2019-12-13 19:40 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/8] drm/print: introduce new struct drm_device based logging macros (rev3)

[PATCH v3 0/5] drm/tidss: New driver for TI Keystone platform Display SubSystem
 2019-12-13 11:17 UTC  (4+ messages)
` [PATCH v3 5/5] MAINTAINERS: add entry for tidss

[Intel-gfx] [PATCH v3 0/3] AUX power well fixes
 2019-12-13 18:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for AUX power well fixes (rev4)

[Intel-gfx] [PATCH 1/6] drm/i915/fbc: Reject PLANE_OFFSET.y%4!=0 on icl+ too
 2019-12-13 15:58 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/fbc: Remove second redundant intel_fbc_pre_update() call
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915/fbc: Reject PLANE_OFFSET.y%4!=0 on icl+ too

[Intel-gfx] [PATCH] drm/i915: Add device name to display tracepoints
 2019-12-13 15:28 UTC 

[PATCH] drm/amdkfd: Improve function get_sdma_rlc_reg_offset()
 2019-12-13 16:38 UTC 

[PULL 0/2] Block patches
 2019-12-13 14:33 UTC  (2+ messages)
` [PULL 2/2] iothread: document -object iothread on man page


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.