All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-20 11:59:33 to 2019-12-20 12:51:47 UTC [more...]

[PATCH 00/11] iwlwifi: updates intended for v5.6 2019-11-20
 2019-12-20 12:51 UTC  (11+ messages)
` [PATCH 01/11] iwlwifi: mvm: update powersave correctly for D3
` [PATCH 02/11] iwlwifi: dbg_ini: don't skip a TX FIFO when dumping
` [PATCH 03/11] iwlwifi: scan: remove support for fw scan api v11
` [PATCH 04/11] iwlwifi: mvm: add support for location range request version 8
` [PATCH 05/11] iwlwifi: mvm: add support for responder config command version 7
` [PATCH 06/11] iwlwifi: allocate more receive buffers for HE devices
` [PATCH 07/11] iwlwifi: pcie: map only used part of RX buffers
` [PATCH 08/11] iwlwifi: pcie: use partial pages if applicable
` [PATCH 09/11] iwlwifi: pcie: validate queue ID before array deref/bit ops
` [PATCH 10/11] iwlwifi: remove some outdated iwl22000 configurations

[PATCH 00/18] block: Allow exporting BDSs via FUSE
 2019-12-20 12:50 UTC  (11+ messages)
` [PATCH 02/18] fuse: "

[RFC] cpuidle : Add debugfs support for cpuidle core
 2019-12-20 12:50 UTC  (5+ messages)

[Xen-devel] [PATCH] tools/libxc: Drop unused xc_compression_*()
 2019-12-20 12:48 UTC  (2+ messages)

[PULL 00/87] Misc patches for 2019-12-18
 2019-12-20 12:45 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mtd: spi-nor: document new flag
 2019-12-20 12:46 UTC  (6+ messages)

[mkp-scsi:queue 23/33] drivers/scsi/ufs/ufs-mediatek.c:93:23: error: storage size of 'res' isn't known
 2019-12-20 12:47 UTC 

[PATCH v3 0/4] xen-blkback: support live update
 2019-12-20 12:45 UTC  (3+ messages)
  ` [Xen-devel] "

[dpdk-dev] [PATCH] test/crypto: add operation status checks
 2019-12-20 12:46 UTC  (3+ messages)

include/asm-generic/memory_model.h:54:29: error: 'vmemmap' undeclared; did you mean 'mem_map'?
 2019-12-20 12:43 UTC  (2+ messages)

[dpdk-dev] [PATCH v1] net/axgbe: enhance device stats reporting
 2019-12-20 12:43 UTC 

[PATCH v7 0/6] Add vTPM emulator support for ppc64 platform
 2019-12-20 12:42 UTC  (4+ messages)
` [PATCH v7 1/6] tpm: Move tpm_tis_show_buffer to tpm_util.c

[Xen-devel] [PATCH v3 0/2] xen: make more debugger support code conditional
 2019-12-20 12:42 UTC  (2+ messages)

[bvanassche:scsi-for-next 25/36] drivers/tty/serial/8250/8250_early.c:46:16: error: passing argument 1 of 'readw' from incompatible pointer type
 2019-12-20 12:42 UTC 

[virtio-dev] [PATCH v3] virtio-snd: add virtio sound device specification
 2019-12-20 12:41 UTC  (10+ messages)
` [virtio-dev] "

[PATCH] sched, fair: Allow a small degree of load imbalance between SD_NUMA domains v2
 2019-12-20 12:40 UTC  (2+ messages)

[PATCH] xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
 2019-12-20 12:39 UTC  (3+ messages)
` [Xen-devel] "

[RFC 0/5] Introduce i3c device userspace interface
 2019-12-20 12:39 UTC  (5+ messages)
` [RFC 5/5] i3c: add i3cdev module to expose i3c dev in /dev

[PATCH V4 0/2] irqchip: add NXP INTMUX interrupt controller
 2019-12-20 12:34 UTC  (6+ messages)
` [PATCH V4 1/2] dt-bindings/irq: add binding for NXP INTMUX interrupt multiplexer
` [PATCH V4 2/2] drivers/irqchip: add NXP INTMUX interrupt multiplexer support

[PULL 0/6] QAPI patches for 2019-12-17
 2019-12-20 12:36 UTC  (5+ messages)

[PATCH net-next v2] openvswitch: add TTL decrement action
 2019-12-20 12:36 UTC  (3+ messages)

[PATCH v4 00/21] gdbstub refactor and SVE support (+check-tcg tweaks)
 2019-12-20 12:04 UTC  (34+ messages)
` [PATCH v4 01/21] gdbstub: make GDBState static and have common init function
` [PATCH v4 02/21] gdbstub: stop passing GDBState * around and use global
` [PATCH v4 03/21] gdbstub: move str_buf to GDBState and use GString
` [PATCH v4 04/21] gdbstub: move mem_buf to GDBState and use GByteArray
` [PATCH v4 05/21] gdbstub: add helper for 128 bit registers
` [PATCH v4 06/21] target/arm: use gdb_get_reg helpers
` [PATCH v4 07/21] target/m68k: "
` [PATCH v4 08/21] gdbstub: extend GByteArray to read register helpers
` [PATCH v4 09/21] target/arm: prepare for multiple dynamic XMLs
` [PATCH v4 10/21] target/arm: explicitly encode regnum in our XML
` [PATCH v4 11/21] target/arm: default SVE length to 64 bytes for linux-user
` [PATCH v4 12/21] target/arm: generate xml description of our SVE registers
` [PATCH v4 13/21] tests/tcg: add a configure compiler check for ARMv8.1 and SVE
` [PATCH v4 14/21] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
` [PATCH v4 15/21] tests/tcg/aarch64: userspace system register test
` [PATCH v4 16/21] tests/guest-debug: add a simple test runner
` [PATCH v4 17/21] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
` [PATCH v4 18/21] tests/tcg/aarch64: add SVE iotcl test
` [PATCH v4 19/21] tests/tcg/aarch64: add test-sve-ioctl guest-debug test
` [PATCH v4 20/21] gdbstub: change GDBState.last_packet to GByteArray
` [PATCH v4 21/21] gdbstub: do not split gdb_monitor_write payload

[patch net-next 0/4] net: allow per-net notifier to follow netdev into namespace
 2019-12-20 12:35 UTC  (5+ messages)
` [patch net-next 1/4] net: call call_netdevice_unregister_net_notifiers from unregister
` [patch net-next 2/4] net: push code from net notifier reg/unreg into helpers
` [patch net-next 3/4] net: introduce dev_net notifier register/unregister variants
` [patch net-next 4/4] mlx5: Use dev_net netdevice notifier registrations

[PATCH v2 0/4] dma: Add Xilinx ZynqMP DPDMA driver
 2019-12-20 12:35 UTC  (10+ messages)
` [PATCH v2 2/4] dma: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver

[PATCH] x86: Remove force_iret()
 2019-12-20 12:35 UTC  (6+ messages)

[PATCH] drm/stm: ltdc: move pinctrl to encoder mode set
 2019-12-20 12:33 UTC  (5+ messages)

[PATCH v39 00/22] QEMU AVR 8 bit cores
 2019-12-20 12:30 UTC  (4+ messages)
` [PATCH v39 15/22] target/avr: Add example board configuration

Tracking down severe regression in 5.3-rc4/5.4 for TU116 - assistance needed
 2019-12-20 12:34 UTC  (9+ messages)
        ` [Nouveau] "

5.4.3-rt1 mutex issue
 2019-12-20 12:33 UTC  (2+ messages)

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2019-12-20 12:10 UTC  (8+ messages)
` [PATCH for-5.0 v2 15/23] mirror: Prevent loops

[PATCH] 9p: init_in_iov_from_pdu can truncate the size
 2019-12-20 12:31 UTC  (4+ messages)

[PATCH] generic/520: use fsync instead of sync during clean_dir
 2019-12-20 12:32 UTC  (2+ messages)

[PATCH] sctp: do trace_sctp_probe after SACK validation and check
 2019-12-20 12:32 UTC  (3+ messages)

[PATCH V3 0/2] irqchip: add NXP INTMUX interrupt controller
 2019-12-20 12:30 UTC  (9+ messages)
` [PATCH V3 1/2] dt-bindings/irq: add binding for NXP INTMUX interrupt multiplexer
` [PATCH V3 2/2] drivers/irqchip: add NXP INTMUX interrupt multiplexer support

[PATCH] tools lib: Disable redundant-delcs error for strlcpy
 2019-12-20 12:31 UTC  (5+ messages)

[PATCH] perf python: Convert tracepoint example to python 3
 2019-12-20 12:29 UTC 

[PATCH net 0/2] net/sched: cls_u32: fix refcount leak
 2019-12-20 12:25 UTC  (12+ messages)
` [PATCH net 1/2] net/sched: cls_u32: fix refcount leak in the error path of u32_change()

[PATCH v5 0/5] Add rtc support for rn5t618 mfd
 2019-12-20 12:24 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: mfd: rn5t618: Document optional property interrupts
` [PATCH v5 2/5] mfd: rn5t618: add IRQ support
` [PATCH v5 3/5] mfd: rn5t618: add RTC related registers
` [PATCH v5 4/5] mfd: rn5t618: add more subdevices
` [PATCH v5 5/5] rtc: rc5t619: add ricoh rc5t619 RTC driver

[PATCH RESEND] PCI: endpoint: Fix clearing start entry in configfs
 2019-12-20 12:24 UTC 

[Xen-devel] [PATCH V5 1/4] x86/mm: Add array_index_nospec to guest provided index values
 2019-12-20 12:24 UTC  (6+ messages)

[PATCH v6 00/11] Multi-phase reset mechanism
 2019-12-20 11:50 UTC  (6+ messages)
` [PATCH v6 07/11] hw/core/qdev: update hotplug reset regarding resettable
` [PATCH v6 08/11] hw/core: deprecate old reset functions and introduce new ones
` [PATCH v6 09/11] docs/devel/reset.rst: add doc about Resettable interface
` [PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration
` [PATCH v6 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration

[PATCH] KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZ
 2019-12-20 12:20 UTC  (7+ messages)

[linux-next:master 2534/4485] ERROR: "zlib_dfltcc_support" [lib/zlib_deflate/zlib_deflate.ko] undefined!
 2019-12-20 12:20 UTC  (2+ messages)

[RFC][PATCH 0/4] sched: Optimizations to sched_class processing
 2019-12-20 12:19 UTC  (8+ messages)
` [RFC][PATCH 1/4] sched: Force the address order of each sched class descriptor
` [RFC][PATCH 3/4] sched: Remove struct sched_class next field

issues with the list?
 2019-12-20 12:19 UTC 

[RFC] perf report/top with callchain fixes improvements
 2019-12-20 12:17 UTC  (4+ messages)
` [PATCH 06/12] perf report/top: Add 'k' hotkey to zoom directly into the kernel map

[PATCH] fs: inode: Reduce volatile inode wraparound risk when ino_t is 64 bit
 2019-12-20 12:16 UTC  (3+ messages)

[PATCH v3 00/13] gpiolib: add an ioctl() for monitoring line status changes
 2019-12-20 12:15 UTC  (5+ messages)
` [PATCH v3 12/13] gpiolib: add new ioctl() for monitoring changes in line info

[Xen-devel] [PATCH] libxc/restore: Fix data auditing in handle_x86_pv_info()
 2019-12-20 12:15 UTC  (4+ messages)
` [Xen-devel] [PATCH 2/1] libxc: Drop other examples of the 'goto x; } else if' antipattern

next/master boot: 215 boots: 7 failed, 202 passed with 6 offline (next-20191220)
 2019-12-20 12:14 UTC 

[PATCH 00/10] Fixes for DP8393X SONIC device emulation
 2019-12-20 12:03 UTC  (3+ messages)

[PATCH 01/25] gettext-minimal-native: update to 0.20.1
 2019-12-20 12:12 UTC  (4+ messages)
` [PATCH 20/25] ltp: update to 20190930

[alsa-devel] [PATCH] ASoC: Add MediaTek MT6660 Speaker Amp Driver
 2019-12-20 12:11 UTC  (4+ messages)
  `  "

[PATCH] ath10k: select the min len of RX skb for sdio
 2019-12-20 12:11 UTC  (5+ messages)

[PATCH v1] Revert "core: device: use dev_power_domain_on"
 2019-12-20 12:11 UTC  (3+ messages)

[PATCH 1/2] arm64: dts: rockchip: rk3308-evb: sort nodes in alphabetical order
 2019-12-20 12:10 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rk3308-roc-cc: "

[PATCH 0/2] perf/x86/amd: Add support for Large Increment per Cycle Events
 2019-12-20 12:09 UTC  (3+ messages)
` [PATCH 2/2] "

Exposing sensors to IPMI over dbus
 2019-12-20 12:08 UTC  (3+ messages)

[PATCH 0/4] drm: add release callbacks to qemu drivers
 2019-12-20 12:09 UTC  (15+ messages)
` [PATCH 1/4] drm/bochs: add drm_driver.release callback
` [PATCH 2/4] drm/cirrus: "
` [PATCH 3/4] drm/virtio: "
` [PATCH 4/4] drm/qxl: "
  ` [Spice-devel] "

[Xen-devel] [PATCH] libxc/restore: Fix data auditing in handle_x86_pv_vcpu_blob()
 2019-12-20 12:08 UTC  (2+ messages)

[PATCH 0/5] arm64: meson: add libretech-pc support
 2019-12-20 12:06 UTC  (3+ messages)
` [PATCH 3/5] clk: meson: reset mmc clock on probe

[RFC PATCH v1] devres: align devres.data strictly only for devm_kmalloc()
 2019-12-20 12:05 UTC  (6+ messages)

[cip-dev] [cip-core:deby] failed switching to "builder": operation not permitted
 2019-12-20 12:04 UTC  (2+ messages)

[RFC PATCH v3 0/7] PM / devfreq: Simple QoS for exynos-bus using interconnect
 2019-12-20 11:56 UTC  (16+ messages)
  ` [RFC PATCH v3 1/7] interconnect: Export of_icc_get_from_provider()
  ` [RFC PATCH v3 2/7] interconnect: Relax requirement in of_icc_get_from_provider()
  ` [RFC PATCH v3 3/7] interconnect: Allow inter-provider pairs to be configured
  ` [RFC PATCH v3 4/7] arm: dts: exynos: Add interconnect bindings for Exynos4412
  ` [RFC PATCH v3 5/7] devfreq: exynos-bus: Add interconnect functionality to exynos-bus
  ` [RFC PATCH v3 6/7] arm: dts: exynos: Add interconnects to Exynos4412 mixer
  ` [RFC PATCH v3 7/7] drm: exynos: mixer: Add interconnect support

Looks like issue in handling active_nodes count in 4.19 kernel 
 2019-12-20 12:03 UTC  (2+ messages)
`  "

[Intel-gfx] [CI] drm/i915: Remove i915->kernel_context
 2019-12-20 12:03 UTC 

[alsa-devel] [PATCH v2] ASoC: max98090: save and restore SHDN when changing sensitive registers
 2019-12-20 12:01 UTC  (11+ messages)

[PATCH v4 00/14] cpuidle: psci: Support hierarchical CPU arrangement
 2019-12-20 12:01 UTC  (10+ messages)
` [PATCH v4 13/14] cpuidle: psci: Add support for PM domains by using genpd

[PATCH 0/6] phy: socionext: Add some improvements and legacy SoC support
 2019-12-20 12:00 UTC  (3+ messages)

[alsa-devel] [PATCH v10 0/2] ASoC: codecs: Add WSA881x Smart Speaker amplifier support
 2019-12-20 11:56 UTC  (3+ messages)
` [alsa-devel] [PATCH v10 1/2] dt-bindings: ASoC: Add WSA881x bindings
` [alsa-devel] [PATCH v10 2/2] ASoC: codecs: add wsa881x amplifier support


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.