All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-04 15:31:19 to 2020-11-04 16:08:55 UTC [more...]

[PATCH v1] lan743x: correctly handle chips with internal PHY
 2020-11-04 16:08 UTC 

[PATCH v2 00/44] Make qdev static property API usable by any QOM type
 2020-11-04 16:00 UTC  (15+ messages)
` [PATCH v2 01/44] cs4231: Get rid of empty property array
` [PATCH v2 02/44] cpu: Move cpu_common_props to hw/core/cpu.c
` [PATCH v2 03/44] qdev: Move property code to qdev-properties.[ch]
` [PATCH v2 04/44] qdev: Check dev->realized at set_size()
` [PATCH v2 05/44] sparc: Check dev->realized at sparc_set_nwindows()
` [PATCH v2 06/44] qdev: Don't use dev->id on set_size32() error message
` [PATCH v2 09/44] qdev: Make qdev_get_prop_ptr() get Object* arg
` [PATCH v2 10/44] qdev: Make qdev_find_global_prop() get Object* argument
` [PATCH v2 13/44] qdev: Move UUID property to qdev-properties-system.c
` [PATCH v2 14/44] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH v2 16/44] sparc: Use DEFINE_PROP for nwindows property
` [PATCH v2 22/44] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v2 36/44] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-11-04 16:07 UTC  (9+ messages)
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug

[PATCH v4 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p
 2020-11-04 16:06 UTC  (4+ messages)
` [PATCH v4 1/4] HID: i2c-hid: Reorganize so ACPI and OF are subclasses

[ANNOUNCE] v5.10-rc2-rt4
 2020-11-04 16:06 UTC  (7+ messages)

[PATCH] can: j1939: add tables for the CAN identifier and its fields
 2020-11-04 16:06 UTC  (2+ messages)

[PATCH 1/4] pinctrl: amd: fix incorrect way to disable debounce filter
 2020-11-04 16:03 UTC  (4+ messages)
` [PATCH 2/4] pinctrl: amd: use higher precision for 512 RtcClk
` [PATCH 3/4] pinctrl: amd: print debounce filter info in debugfs
` [PATCH 4/4] pinctrl: amd: remove debounce filter setting in irq type setting

[PATCH] arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399-roc-pc boards
 2020-11-04 16:03 UTC  (11+ messages)

[linux-linus test] 156390: regressions - FAIL
 2020-11-04 16:03 UTC 

[PATCH v4 04/11] media: imx-jpeg: Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2020-11-04 16:03 UTC  (3+ messages)

Philips Monitor with webcam
 2020-11-04 16:02 UTC  (2+ messages)

pull-request: can 2020-11-03
 2020-11-04 16:02 UTC  (6+ messages)
` [net 05/27] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context

[PATCH v7] fat: Add KUnit tests for checksums and timestamps
 2020-11-04 16:01 UTC  (3+ messages)

[PATCH] membarrier.2: Update membarrier manpage for 5.10
 2020-11-04 16:01 UTC  (4+ messages)

[Intel-gfx] [PATCH v4 00/61] drm/i915: Remove obj->mm.lock!
 2020-11-04 16:01 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 31/61] drm/i915: Prepare for obj->mm.lock removal

[PATCH net 2/4] net:phy:smsc: expand documentation of clocks property
 2020-11-04 16:01 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH v3] qom: code hardening - have bound checking while looping with integer value
 2020-11-04 15:59 UTC  (5+ messages)

[PATCH 1/3 v2] Input: atmel_mxt_ts - Fix up inverted RESET handler
 2020-11-04 15:59 UTC  (3+ messages)

[PATCH] ASoC: mchp-spdiftx: Do not set Validity bit(s)
 2020-11-04 15:57 UTC  (3+ messages)

[dpdk-dev] [PATCH] usertools: fix pmdinfo parsing
 2020-11-04 15:57 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v3 00/24] wfx: get out from the staging area
 2020-11-04 15:52 UTC  (25+ messages)
` [PATCH v3 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip
` [PATCH v3 02/24] dt-bindings: introduce silabs,wfx.yaml
` [PATCH v3 03/24] wfx: add Makefile/Kconfig
` [PATCH v3 04/24] wfx: add wfx.h
` [PATCH v3 05/24] wfx: add main.c/main.h
` [PATCH v3 06/24] wfx: add bus.h
` [PATCH v3 07/24] wfx: add bus_spi.c
` [PATCH v3 08/24] wfx: add bus_sdio.c
` [PATCH v3 09/24] wfx: add hwio.c/hwio.h
` [PATCH v3 10/24] wfx: add fwio.c/fwio.h
` [PATCH v3 11/24] wfx: add bh.c/bh.h
` [PATCH v3 12/24] wfx: add hif_api_*.h
` [PATCH v3 13/24] wfx: add hif_tx*.c/hif_tx*.h
` [PATCH v3 14/24] wfx: add key.c/key.h
` [PATCH v3 15/24] wfx: add hif_rx.c/hif_rx.h
` [PATCH v3 16/24] wfx: add data_rx.c/data_rx.h
` [PATCH v3 17/24] wfx: add queue.c/queue.h
` [PATCH v3 18/24] wfx: add data_tx.c/data_tx.h
` [PATCH v3 19/24] wfx: add sta.c/sta.h
` [PATCH v3 20/24] wfx: add scan.c/scan.h
` [PATCH v3 21/24] wfx: add debug.c/debug.h
` [PATCH v3 22/24] wfx: add traces.h
` [PATCH v3 23/24] wfx: remove from the staging area
` [PATCH v3 24/24] wfx: get out "

[PATCH v2 0/9] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-11-04 15:52 UTC  (20+ messages)
` [PATCH v2 1/9] ata: ahci: mvebu: Rename a platform data flag
` [PATCH v2 2/9] ata: ahci: mvebu: Support A8k compatible
` [PATCH v2 3/9] ata: ahci: custom irq init for host init
` [PATCH v2 4/9] ata: ahci: add ack callback to multi irq handler
` [PATCH v2 5/9] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH v2 6/9] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH v2 7/9] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH v2 8/9] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH v2 9/9] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[PATCH 1/2] tpm: Make response length of tpm2_get_capability() configurable
 2020-11-04 15:56 UTC  (3+ messages)

[PATCH] btrfs: reorder extent buffer members for better packing
 2020-11-04 15:53 UTC  (3+ messages)

[PATCH v5 00/15] follow_pfn and other iomap races
 2020-11-04 15:54 UTC  (12+ messages)
` [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM

[PATCH 0/8] Block group caching fixes
 2020-11-04 15:54 UTC  (5+ messages)
` [PATCH 3/8] btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_range
` [PATCH 4/8] btrfs: cleanup btrfs_discard_update_discardable usage

[RFC PATCH 0/6] eBPF RSS support for virtio-net
 2020-11-04 15:51 UTC  (6+ messages)
` [RFC PATCH 5/6] virtio-net: Added eBPF RSS to virtio-net

[LTP] [PATCH v2 00/11] Test metadata extraction
 2020-11-04 15:54 UTC  (4+ messages)
` [LTP] [PATCH v2 05/11] syscalls: Add a few documentation comments

[PATCH v3 0/3] PWM backlight interpolation adjustments
 2020-11-04 15:54 UTC  (4+ messages)
` [PATCH v3 3/3] backlight: pwm_bl: Fix interpolation

[PATCH v4.1 2/2] xen/evtchn: rework per event channel lock
 2020-11-04 15:53 UTC  (3+ messages)

remove dma_virt_ops
 2020-11-04 15:52 UTC  (6+ messages)
` [PATCH 2/5] RDMA/core: remove use of dma_virt_ops

[dpdk-dev] Licensing patch
 2020-11-04 15:52 UTC 

[PULL 0/3] Fixes 20201104 patches
 2020-11-04 15:46 UTC  (4+ messages)
` [PULL 1/3] vnc: fix resource leak when websocket channel error
` [PULL 2/3] ati: check x y display parameter values
` [PULL 3/3] roms/Makefile: Add qboot to .PHONY list

[PATCH 5.10] io_uring: fix overflowed cancel w/ linked ->files
 2020-11-04 15:52 UTC  (4+ messages)

[PATCH v4 0/4] Support ROHM BD9576MUF and BD9573MUF PMICs
 2020-11-04 15:51 UTC  (3+ messages)
` [PATCH v4 2/4] mfd: Support ROHM BD9576MUF and BD9573MUF

[PATCH 0/4] fixes for btrfs async discards
 2020-11-04 15:48 UTC  (4+ messages)
` [PATCH 2/4] btrfs: discard: save discard delay as ns not jiffy

[PATCH 0/2] NFS: Delay Retry Proposed Changes
 2020-11-04 15:51 UTC  (6+ messages)
` [PATCH 2/2] NFS: Limit the number of retries

include/crypto/chacha.h:78: undefined reference to `chacha_init_arch'
 2020-11-04 15:50 UTC  (2+ messages)

Segfault in git when using git logs
 2020-11-04 15:49 UTC  (7+ messages)

stable-rc/queue/4.19 build: 206 builds: 1 failed, 205 passed, 77 warnings (v4.19.154-191-g7aad7f07408a)
 2020-11-04 15:50 UTC 

[PATCH v2 0/4] xen/arm: Make PCI passthrough code non-x86 specific
 2020-11-04 15:49 UTC  (6+ messages)
` [PATCH v2 1/4] xen/ns16550: solve compilation error on ARM with CONFIG_HAS_PCI enabled
` [PATCH v2 2/4] xen/pci: Introduce new CONFIG_PCI_ATS flag for PCI ATS functionality

[Buildroot] [PATCH 00/10] Introduce CPE ID matching for CVEs
 2020-11-04 15:49 UTC  (4+ messages)
` [Buildroot] [PATCH 10/10] package: provide CPE ID details for numerous packages

Ramping up Continuous Fuzzing of Virtual Devices in QEMU
 2020-11-04 15:46 UTC  (6+ messages)

[PATCH net-next v2 0/7] smsc W=1 warning fixes
 2020-11-04 15:48 UTC  (8+ messages)
` [PATCH net-next v2 1/7] drivers: net: smc91x: Fix set but unused W=1 warning
` [PATCH net-next v2 2/7] drivers: net: smc91x: Fix missing kerneldoc reported by W=1
` [PATCH net-next v2 3/7] drivers: net: smc911x: Work around set but unused status
` [PATCH net-next v2 4/7] drivers: net: smc911x: Fix set but unused status because of DBG macro
` [PATCH net-next v2 5/7] drivers: net: smc911x: Fix passing wrong number of parameters to DBG() macro
` [PATCH net-next v2 6/7] drivers: net: smc911x: Fix cast from pointer to integer of different size
` [PATCH net-next v2 7/7] drivers: net: smsc: Add COMPILE_TEST support

[PATCH] ACPI: Remove trailing whitespace
 2020-11-04 15:48 UTC  (4+ messages)

[PATCH 0/3] gpio: pcie-idio-24: Fix IRQ handling
 2020-11-04 15:47 UTC  (8+ messages)
` [PATCH 1/3] gpio: pcie-idio-24: Fix irq mask when masking
` [PATCH 2/3] gpio: pcie-idio-24: Fix IRQ Enable Register value
` [PATCH 3/3] gpio: pcie-idio-24: Enable PEX8311 interrupts

[dm-devel] [PATCH v2 00/29] libmultipath: improve cleanup on exit
 2020-11-04 15:46 UTC  (8+ messages)
` [dm-devel] [PATCH v2 29/29] libmultipath: fix race between log_safe and log_thread_stop()

[dpdk-dev] [PATCH v3 0/4] test/lpm: fix rcu qsbr perf test
 2020-11-04 15:46 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 4/4] test/lpm: avoid code duplication in rcu qsbr perf

[libgpiod][PATCH v3] treewide: rework struct gpiod_line_bulk
 2020-11-04 15:45 UTC  (2+ messages)

[libgpiod][RFC PATCH] bindings: cxx: demote the line's parent chip reference to a weak_ptr
 2020-11-04 15:45 UTC  (9+ messages)

[PULL 00/33] Block patches
 2020-11-04 15:18 UTC  (21+ messages)
` [PULL 13/33] block/nvme: Make nvme_init_queue() return boolean indicating error
` [PULL 15/33] block/nvme: Use definitions instead of magic values in add_io_queue()
` [PULL 16/33] block/nvme: Correctly initialize Admin Queue Attributes
` [PULL 17/33] block/nvme: Simplify ADMIN queue access
` [PULL 18/33] block/nvme: Simplify nvme_cmd_sync()
` [PULL 19/33] block/nvme: Set request_alignment at initialization
` [PULL 20/33] block/nvme: Correct minimum device page size
` [PULL 21/33] block/nvme: Change size and alignment of IDENTIFY response buffer
` [PULL 22/33] block/nvme: Change size and alignment of queue
` [PULL 23/33] block/nvme: Change size and alignment of prp_list_pages
` [PULL 24/33] block/nvme: Align iov's va and size on host page size
` [PULL 25/33] block/nvme: Fix use of write-only doorbells page on Aarch64 arch
` [PULL 26/33] block/nvme: Fix nvme_submit_command() on big-endian host
` [PULL 27/33] util/vfio-helpers: Improve reporting unsupported IOMMU type
` [PULL 28/33] util/vfio-helpers: Trace PCI I/O config accesses
` [PULL 29/33] util/vfio-helpers: Trace PCI BAR region info
` [PULL 30/33] util/vfio-helpers: Trace where BARs are mapped
` [PULL 31/33] util/vfio-helpers: Improve DMA trace events
` [PULL 32/33] util/vfio-helpers: Convert vfio_dump_mapping to "
` [PULL 33/33] util/vfio-helpers: Assert offset is aligned to page size

[PATCH v3 0/2] imx: support for conga-QMX8 board
 2020-11-04 15:44 UTC  (2+ messages)

[PATCH][ipipe-4.19-noarch] ipipe: mm: Drop un-COW from copy_pte_range
 2020-11-04 15:43 UTC  (2+ messages)

[PATCH] Prefer 'on' | 'off' over 'yes' | 'no' for bool options
 2020-11-04 15:39 UTC  (2+ messages)

[PATCH RESEND 1/2] mfd: madera: Add reset as part of resume
 2020-11-04 15:42 UTC  (4+ messages)
` [PATCH RESEND 2/2] mfd: madera: Add special errata reset handling for cs47l15

[PATCH v2 00/20] Start KernelShark v2 transformation
 2020-11-04 15:41 UTC  (9+ messages)
` [PATCH v2 07/20] kernel-shark: Add basic methods for Data streams

[PATCH v8 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-04 15:40 UTC  (4+ messages)
` [PATCH v8 1/3] Drivers: hv: vmbus: Add "
` [PATCH v8 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "
` [PATCH v8 3/3] hv_netvsc: "

[PATCH v5 0/10] mfd: mt6360: Merge different sub-devices I2C read/write
 2020-11-04 15:38 UTC  (5+ messages)
` [PATCH v5 10/10] "

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-11-04 15:40 UTC  (8+ messages)

io-uring and tcp sockets
 2020-11-04 15:38 UTC  (4+ messages)

[Intel-gfx] [RFC 1/2] drm/i915: Improve record of hung engines in error state
 2020-11-04 15:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [RFC,1/2] "

[meta-ti][dunfell/master PATCH] ipc: ti-rpmsg-char: Update library to 0.2.0
 2020-11-04 15:37 UTC 

[PATCH v1 0/2] Input: ads7846: reduce SPI related CPU load
 2020-11-04 15:35 UTC  (3+ messages)
` [PATCH v1 1/2] Input: ads7846: convert to full duplex
` [PATCH v1 2/2] Input: ads7846: convert to one message

Changes to Travis Usage
 2020-11-04 15:35 UTC 

stable-rc/queue/4.4 build: 190 builds: 2 failed, 188 passed, 2 errors, 13 warnings (v4.4.241-63-gee073a715a86)
 2020-11-04 15:35 UTC 

[PATCH v2] platform/x86: amd-pmc: Add AMD platform support for S2Idle
 2020-11-04 15:34 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/8] drm/i915: Remainder of dbuf state stuff
 2020-11-04 15:35 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/8] drm/i915: Extract intel_crtc_ddb_weight()

[PATCH 1/2] rsi: Move card interrupt handling to RX thread
 2020-11-04 15:31 UTC  (3+ messages)

[PATCH virtio] virtio: virtio_console: fix DMA memory allocation for rproc serial
 2020-11-04 15:31 UTC 

[PATCH 0/8] linker-section array fix and clean ups
 2020-11-04 15:31 UTC  (4+ messages)
` get_maintainer.pl bug? (was: Re: [PATCH 0/8] linker-section array fix and clean ups)


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.