All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-28 21:59:12 to 2020-05-28 22:44:21 UTC [more...]

[PATCH v4 0/3] account for NVDIMM nodes during SRAT generation
 2020-05-28 22:34 UTC  (4+ messages)
` [PATCH v4 1/3] diffs-allowed: add the SRAT AML to diffs-allowed
` [PATCH v4 2/3] hw/acpi/nvdimm: add a helper to augment SRAT generation
` [PATCH v4 3/3] tests/acpi: update expected SRAT files

[PATCH 1/2] soc: sifive: l2 cache: Eliminate an unsigned zero compare warning
 2020-05-28 22:43 UTC  (4+ messages)
` [PATCH 2/2] soc: sifive: l2 cache: Mark l2_get_priv_group as static

[PATCH v7 0/8] block: enhance handling of size-related BlockConf properties
 2020-05-28 22:35 UTC  (4+ messages)
` [PATCH v7 4/8] qdev-properties: add size32 property type

[PATCH] nl80211: Add HE UL MU fixed rate setting
 2020-05-28 22:43 UTC 

[PATCH 0/6] x86/entry: disallow #DB more
 2020-05-28 22:42 UTC  (5+ messages)
` [RFC][PATCH 6/6] x86/entry: Remove DBn stacks

[PATCH v3 0/6] sc16is7xx: IrDA mode and threaded IRQs
 2020-05-28 22:42 UTC  (3+ messages)
` [PATCH v3 1/6] dt-bindings: sc16is7xx: Add flag to activate IrDA mode

[PATCH v11 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-05-28 22:42 UTC  (7+ messages)
` [PATCH v11 1/4] power_supply: Add additional health properties to the header
` [PATCH v11 4/4] power: supply: bq25150 introduce the bq25150

[Buildroot] Cross-compile mariadb-connector-c
 2020-05-28 22:42 UTC  (4+ messages)

[PATCH] hw/vfio/common: Trace in which mode a IOMMU is opened
 2020-05-28 22:34 UTC  (8+ messages)

stable/linux-4.4.y boot: 44 boots: 0 failed, 40 passed with 4 untried/unknown (v4.4.225)
 2020-05-28 22:41 UTC 

[Intel-gfx] [PATCH 01/11] drm/i915/gt: Start timeslice on partial submission
 2020-05-28 22:41 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

Feedback requested: Exposing NVDIMM performance statistics in a generic way
 2020-05-28 22:40 UTC  (5+ messages)

[PATCH] ASoC: dt-bindings: simple-card: care missing address #address-cells
 2020-05-28 22:39 UTC  (3+ messages)

[PATCH v2 bpf-next 0/5] bpf: Add support for XDP programs in DEVMAP entries
 2020-05-28 22:40 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/5] devmap: Formalize map value as a named struct
` [PATCH v2 bpf-next 2/5] bpf: Add support to attach bpf program to a devmap entry

[XFS SUMMIT] Ugh, Rebasing Sucks!
 2020-05-28 22:39 UTC  (4+ messages)

[Bug 1877418] [NEW] qemu-nbd freezes access to VDI file
 2020-05-28 22:17 UTC  (2+ messages)
` [Bug 1877418] "

[PATCH v4 0/4] RISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-28 22:16 UTC  (10+ messages)
` [PATCH v4 1/4] hw/riscv: spike: Remove deprecated ISA specific machines
` [PATCH v4 2/4] target/riscv: Remove the deprecated CPUs
` [PATCH v4 3/4] target/riscv: Drop support for ISA spec version 1.09.1
` [PATCH v4 4/4] docs: deprecated: Update the -bios documentation

Out-of-tree support for Sharp X68000
 2020-05-28 22:38 UTC 

[GIT PULL] sh: remove sh5 support
 2020-05-28 22:37 UTC  (12+ messages)

Spende von 2.000.000,00 Euro
 2020-05-28 16:22 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Start timeslice on partial submission
 2020-05-28 22:35 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

stable/linux-4.19.y build: 168 builds: 1 failed, 167 passed, 6 warnings (v4.19.125)
 2020-05-28 22:35 UTC 

[PATCH V7 00/19] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-05-28 22:35 UTC  (26+ messages)
` [PATCH V7 01/19] net: ks8851: Factor out spi->dev in probe()/remove()
` [PATCH V7 02/19] net: ks8851: Rename ndev to netdev in probe
` [PATCH V7 03/19] net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
` [PATCH V7 04/19] net: ks8851: Pass device node into ks8851_init_mac()
` [PATCH V7 05/19] net: ks8851: Use devm_alloc_etherdev()
` [PATCH V7 06/19] net: ks8851: Use dev_{get,set}_drvdata()
` [PATCH V7 07/19] net: ks8851: Remove ks8851_rdreg32()
` [PATCH V7 08/19] net: ks8851: Use 16-bit writes to program MAC address
` [PATCH V7 09/19] net: ks8851: Use 16-bit read of RXFC register
` [PATCH V7 10/19] net: ks8851: Factor out bus lock handling
` [PATCH V7 11/19] net: ks8851: Factor out SKB receive function
` [PATCH V7 12/19] net: ks8851: Split out SPI specific entries in struct ks8851_net
` [PATCH V7 13/19] net: ks8851: Split out SPI specific code from probe() and remove()
` [PATCH V7 14/19] net: ks8851: Factor out TX work flush function
` [PATCH V7 15/19] net: ks8851: Permit overridding interrupt enable register
` [PATCH V7 16/19] net: ks8851: Implement register, FIFO, lock accessor callbacks
` [PATCH V7 17/19] net: ks8851: Separate SPI operations into separate file
` [PATCH V7 18/19] net: ks8851: Implement Parallel bus operations
` [PATCH V7 19/19] net: ks8851: Remove ks8851_mll.c

[PATCH] [RFC] usb: dwc2: Run the core connect in dwc2_hcd_init()
 2020-05-28 22:35 UTC  (21+ messages)

[PATCH v5 00/11] RISC-V Add the OpenTitan Machine
 2020-05-28 22:14 UTC  (24+ messages)
` [PATCH v5 01/11] riscv/boot: Add a missing header include
` [PATCH v5 02/11] target/riscv: Don't overwrite the reset vector
` [PATCH v5 03/11] target/riscv: Disable the MMU correctly
` [PATCH v5 04/11] target/riscv: Don't set PMP feature in the cpu init
` [PATCH v5 05/11] target/riscv: Add the lowRISC Ibex CPU
` [PATCH v5 06/11] riscv: Initial commit of OpenTitan machine
` [PATCH v5 07/11] hw/char: Initial commit of Ibex UART
` [PATCH v5 08/11] hw/intc: Initial commit of lowRISC Ibex PLIC
` [PATCH v5 09/11] riscv/opentitan: Connect the PLIC device
` [PATCH v5 10/11] riscv/opentitan: Connect the UART device
` [PATCH v5 11/11] target/riscv: Use a smaller guess size for no-MMU PMP

[PATCH 0/2] phy: qcom-usb-hs: Add DT controlled VBUS pullup waggle
 2020-05-28 22:34 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy-qcom-usb-hs-phy: Add qcom,enable-vbus-pullup

Spende von 2.000.000,00 Euro
 2020-05-28 16:29 UTC 

[PATCH] PM: runtime: Replace pm_runtime_callbacks_present()
 2020-05-28 22:33 UTC  (2+ messages)

[PATCH] nvme-tcp: constify static struct blk_mq_ops
 2020-05-28 22:33 UTC  (4+ messages)

[PATCH] tpm: Revert "tpm: fix invalid locking in NONBLOCKING mode"
 2020-05-28 22:33 UTC  (6+ messages)

[PATCH] devtool: Add IPv6 deploy targets targets
 2020-05-28 22:33 UTC  (2+ messages)
  ` [OE-core] "

[PATCH v2 0/4] TI K3 DSP remoteproc driver for C66x DSPs
 2020-05-28 22:32 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: remoteproc: Add bindings for C66x DSPs on TI K3 SoCs

[Bug 207959] New: Don't warn about the universal zero initializer for a structure with the 'designated_init' attribute
 2020-05-28 22:31 UTC  (5+ messages)
` [Bug 207959] "

[PATCH v2 1/2] avrcp: Fix always requesting player settings for category 1
 2020-05-28 22:31 UTC  (4+ messages)
` [PATCH v2 2/2] avrcp: Don't attempt to load settings if on volume changed is supported

linux-next: build failure after merge of the drm-intel-fixes tree
 2020-05-28 22:30 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v4 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-28 22:24 UTC  (12+ messages)
` [PATCH v4 01/11] dt-bindings: dma: dw: Convert DW DMAC to DT binding
` [PATCH v4 02/11] dt-bindings: dma: dw: Add max burst transaction length property
` [PATCH v4 03/11] dmaengine: Introduce min burst length capability
` [PATCH v4 04/11] dmaengine: Introduce max SG list entries capability
` [PATCH v4 05/11] dmaengine: Introduce DMA-device device_caps callback
` [PATCH v4 06/11] dmaengine: dw: Take HC_LLP flag into account for noLLP auto-config
` [PATCH v4 07/11] dmaengine: dw: Set DMA device max segment size parameter
` [PATCH v4 08/11] dmaengine: dw: Add dummy device_caps callback
` [PATCH v4 09/11] dmaengine: dw: Initialize min_burst capability
` [PATCH v4 10/11] dmaengine: dw: Introduce max burst length hw config
` [PATCH v4 11/11] dmaengine: dw: Initialize max_sg_nents capability

Spende von 2.000.000,00 Euro
 2020-05-28 16:29 UTC 

[PATCH 0/3 - V2] SUNRPC/svc: fix gss flavour registration problems
 2020-05-28 22:26 UTC  (2+ messages)

[PATCH][next] drm/amdkfd: fix a dereference of pdd before it is null checked
 2020-05-28 22:24 UTC  (3+ messages)

[PATCH 0/4] python: pylint and flake8 support
 2020-05-28 22:21 UTC  (5+ messages)
` [PATCH 1/4] scripts/qmp: Fix shebang and imports
` [PATCH 2/4] python/machine.py: remove bare except
` [PATCH 3/4] python/qemu: delint and add pylintrc
` [PATCH 4/4] python/qemu: delint; add flake8 config

How to handle revocation of locking state
 2020-05-28 22:24 UTC  (4+ messages)

Usage of mdelay() inside Interrupt
 2020-05-28 22:24 UTC  (2+ messages)

chipsec-1.5.0 in EFI Shell
 2020-05-28 22:24 UTC  (2+ messages)

[PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-05-28 22:20 UTC  (5+ messages)

[BUG] bluez: impossible to start/stop discovery over dbus if the first discovery have failed
 2020-05-28 22:22 UTC  (2+ messages)

[PATCH] sched/headers: Fix sched_setattr userspace compilation breakage
 2020-05-28 22:21 UTC  (2+ messages)

[PATCH v2 0/4] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-05-28 22:22 UTC  (7+ messages)
` [PATCH v2 1/4] gpio: gpiolib: Allow GPIO IRQs to lazy disable

[PATCH] doc: ls-tree paths do not support wildcards
 2020-05-28 22:21 UTC  (4+ messages)

[Buildroot] [PATCH v3] package/qt5/qt5declarative: fix parallel install
 2020-05-28 22:21 UTC  (3+ messages)

[PATCHv2 0/6] Add initial genpd support for omap PRM driver
 2020-05-28 22:20 UTC  (4+ messages)
` [PATCH 1/6] dt-bindings: omap: Update PRM binding for genpd

[v1] drm/msm: add shutdown support for display platform_driver
 2020-05-28 22:20 UTC  (2+ messages)

[PATCH] tpm_tis_spi: Don't send anything during flow control
 2020-05-28 22:19 UTC 

[PATCH] bitops: simplify get_count_order_long()
 2020-05-28 22:18 UTC  (10+ messages)

Some -serious- BPF-related litmus tests
 2020-05-28 22:16 UTC  (11+ messages)

[PATCH] staging: tegra-video: fix V4L2 dependency
 2020-05-28 22:16 UTC  (4+ messages)

[PATCH net-next] tcp: tcp_init_buffer_space can be static
 2020-05-28 22:16 UTC  (2+ messages)

[PATCH BlueZ] adapter: Fix not removing client from discovery list
 2020-05-28 22:15 UTC 

[PATCH bpf-next 0/3] bpf: Introduce minimal support for sleepable progs
 2020-05-28 22:15 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce sleepable BPF programs
` [PATCH bpf-next 2/3] libbpf: support sleepable progs
` [PATCH bpf-next 3/3] selftests/bpf: basic sleepable tests

[PATCH 00/12] irqchip: ti,sci-intr/inta: Update the dt bindings to accept different interrupt parents
 2020-05-28 22:14 UTC  (4+ messages)
` [PATCH 04/12] dt-bindings: irqchip: ti,sci-intr: Update bindings to drop the usage of gic as parent
  ` [PATCH 04/12] dt-bindings: irqchip: ti, sci-intr: "

[Buildroot] [PATCH for-next v1] package/qt5: bump version to 5.15.0
 2020-05-28 22:14 UTC 

[RFC 0/2] io_uring: don't use kiocb.private to store buf_index
 2020-05-28 22:12 UTC  (6+ messages)
` [RFC 2/2] io_uring: mark REQ_NOWAIT for a non-mq queue as unspported

[PATCH][next] clk: intel: remove redundant initialization of variable rate64
 2020-05-28 22:12 UTC  (2+ messages)

stable/linux-5.4.y build: 160 builds: 4 failed, 156 passed, 3 errors, 92 warnings (v5.4.43)
 2020-05-28 22:11 UTC 

[PATCH v3 bpf-next 0/5] BPF ring buffer
 2020-05-28 22:11 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it

[PATCH net] net: be more gentle about silly gso requests coming from user
 2020-05-28 22:08 UTC  (2+ messages)

[PATCH net-next 00/11] New DSA driver for VSC9953 Seville switch
 2020-05-28 22:09 UTC  (4+ messages)
` [PATCH net-next 11/11] net: dsa: ocelot: introduce driver for Seville VSC9953 switch

[PATCH v3 00/11] md/raid5: set STRIPE_SIZE as a configurable value
 2020-05-28 22:07 UTC  (2+ messages)

[PATCH] drm: use drm_dev_has_vblank more
 2020-05-28 22:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm: use drm_dev_has_vblank more (rev2)

[kbd] Plus instead acute accent
 2020-05-28 22:06 UTC  (2+ messages)

[PATCH] initramfs-framework/udev: remove mount.sh to avoid /run/media/XXX
 2020-05-28 22:06 UTC  (2+ messages)

[PATCH net-next] net/sched: fix a couple of splats in the error path of tfc_gate_init()
 2020-05-28 22:05 UTC 

[PATCH V4] dt-bindings: thermal: Convert i.MX to json-schema
 2020-05-28 22:05 UTC  (3+ messages)

[PATCH net] net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
 2020-05-28 22:04 UTC  (8+ messages)

[RFC][PATCH V4] btrfs: preferred_metadata: preferred device for metadata
 2020-05-28 22:03 UTC  (6+ messages)
` [PATCH 1/4] Add an ioctl to set/retrive the device properties
` [PATCH 4/4] btrfs: add preferred_metadata mode

[PATCH] dt-bindings: input: touchscreen: edt-ft5x06: change reg property
 2020-05-28 22:02 UTC  (9+ messages)

[PATCH v3 0/3] Add Qualcomm IPCC driver support
 2020-05-28 22:03 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: mailbox: Add devicetree binding for Qcom IPCC

The file_lock_operatoins.lock API seems to be a BAD API
 2020-05-28 22:01 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: fix a verifier issue when assigning 32bit reg states to 64bit ones
 2020-05-28 21:58 UTC  (4+ messages)
` [PATCH bpf 1/2] "

[RFC 00/17] dma-fence lockdep annotations
 2020-05-28 21:54 UTC  (3+ messages)
` [RFC 02/17] dma-fence: basic "
  ` [Intel-gfx] "

[Buildroot] [PATCH v2] package/cvs: fix mktime related compile failure
 2020-05-28 21:59 UTC 


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.