All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-29 20:39:00 to 2020-09-29 21:31:58 UTC [more...]

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2020-09-29 21:31 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-09-29 21:31 UTC 

[PATCH v2 devicetree 0/2] Add Seville Ethernet switch to T1040RDB
 2020-09-29 11:32 UTC  (2+ messages)
` [PATCH v2 devicetree 1/2] powerpc: dts: t1040: add bindings for Seville Ethernet switch

[RFC PATCH v4 00/29] Hexagon patch series
 2020-09-29 21:28 UTC  (7+ messages)

[PATCH v2 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 21:27 UTC  (9+ messages)
` [PATCH v2 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH v2 2/8] selftests/vm: use a common gup_test.h
` [PATCH v2 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH v2 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH v2 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH v2 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH v2 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH v2 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

refactor the nvme scanning and validation code
 2020-09-29 21:27 UTC  (19+ messages)
` [PATCH 01/20] block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONED
` [PATCH 02/20] nvme: fix initialization of the zone bitmaps
` [PATCH 03/20] nvme: remove the disk argument to nvme_update_zone_info
` [PATCH 04/20] nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns
` [PATCH 05/20] nvme: rename _nvme_revalidate_disk
` [PATCH 06/20] nvme: rename __nvme_revalidate_disk
` [PATCH 07/20] nvme: lift the check for an unallocated namespace into nvme_identify_ns
` [PATCH 08/20] nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_block
` [PATCH 09/20] nvme: factor out a nvme_configure_metadata helper

[PATCH v13 00/20] Introduction of the generic ECC framework
 2020-09-29 21:26 UTC  (4+ messages)
` [PATCH v13 17/20] mtd: rawnand: Use the ECC framework OOB layouts

[Intel-gfx] [PATCH 1/3] drm/i915/vbt: Fix backlight parsing for VBT 234+
 2020-09-29 21:29 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/vbt: Update the version and expected size of BDB_GENERAL_DEFINITIONS map
` [Intel-gfx] [PATCH 3/3] drm/i915/vbt: Add VRR VBT toggle

[PATCH] vfio/pci: when irq_bypass_register_producer() return fails, we need to clean it up and return -EINVAL. instead of return true
 2020-09-29 21:25 UTC  (2+ messages)

[PATCH] tools: Add SPDX License Identifier
 2020-09-29 21:24 UTC 

linusw/devel baseline: 96 runs, 5 regressions (v5.9-rc1-39-g12d16b397ce0)
 2020-09-29 21:24 UTC 

[PATCH net v2 0/4] via-rhine: Resume fix and other maintenance work
 2020-09-29 21:24 UTC  (2+ messages)

[PATCH v3] tools lib traceevent: Hide non API functions
 2020-09-29 21:23 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] Various BPF helper improvements
 2020-09-29 21:23 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next v3 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next v3 3/6] bpf: add redirect_neigh helper as redirect drop-in
` [PATCH bpf-next v3 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs
` [PATCH bpf-next v3 5/6] bpf, selftests: use bpf_tail_call_static where appropriate
` [PATCH bpf-next v3 6/6] bpf, selftests: add redirect_neigh selftest

[dpdk-dev] [PATCH v3 0/9] Enable dynamic config of subport bandwidth
 2020-09-29 21:23 UTC  (6+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 3/9] sched: add subport profile add and config api
  ` [dpdk-dev] [PATCH v4 6/9] example/ip_pipeline: add dynamic config of subport

[PATCH v9 0/5] Simplify PCIe native ownership detection logic
 2020-09-29 21:23 UTC  (4+ messages)

[PATCH net-next v2] lib8390: Replace panic() call with BUILD_BUG_ON
 2020-09-29 21:22 UTC  (2+ messages)

[PATCH net 1/1] MAINTAINERS: Update MAINTAINERS for Intel ethernet drivers
 2020-09-29 21:22 UTC  (2+ messages)

[patch V2 00/36] net: in_interrupt() cleanup and fixes
 2020-09-29 21:22 UTC  (18+ messages)
` [patch V2 02/36] net: caif: Remove unused caif SPI driver
` [patch V2 03/36] net: Add netif_rx_any_context()
` [patch V2 04/36] net: caif: Use netif_rx_any_context()
` [patch V2 05/36] net: atheros: Remove WARN_ON(in_interrupt())
` [patch V2 06/36] net: cxgb3: Cleanup in_interrupt() usage
` [patch V2 07/36] net: cxbg4: Remove pointless in_interrupt() check
` [patch V2 08/36] net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
` [patch V2 13/36] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
` [patch V2 14/36] net: natsemi: Replace in_interrupt() usage
` [patch V2 15/36] net: sfc: "
` [patch V2 16/36] net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
` [patch V2 17/36] net: sunbmac: Replace in_interrupt() usage
` [patch V2 18/36] net: sun3lance: Remove redundant checks in interrupt handler
` [patch V2 19/36] net: vxge: Remove in_interrupt() conditionals
` [patch V2 20/36] net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
  ` [Intel-wired-lan] [patch V2 00/36] net: in_interrupt() cleanup and fixes

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-09-29 21:21 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-09-29 21:21 UTC 

[PATCH v3 0/1] implement negative refspecs
 2020-09-29 21:21 UTC  (3+ messages)
` [PATCH v3 1/1] refspec: add support for "

[PATCH yocto-autobuilder-helper] config.json: QAMAIL_CC => qa-build-notification
 2020-09-29 21:20 UTC 

[PATCH] docs: programming-languages: refresh blurb on clang support
 2020-09-29 21:19 UTC 

[PATCH v2] Partially revert "video: fbdev: amba-clcd: Retire elder CLCD driver"
 2020-09-29 21:16 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2020-09-29 21:18 UTC 

RTL8402 stops working after hibernate/resume
 2020-09-29 21:17 UTC  (19+ messages)

[PATCH v8 00/32] Improvements for Tegra I2C driver
 2020-09-29 21:16 UTC  (6+ messages)
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v8 23/32] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()

[PATCH v2] x86: Fix MCE error handing when kdump is enabled
 2020-09-29 21:16 UTC 

post-receive: pub/scm/linux/kernel/git/dborkman/bpf
 2020-09-29 21:14 UTC 

[PATCH] Use maximum latency when determining L1/L0s ASPM v2
 2020-09-29 21:13 UTC  (10+ messages)

[dpdk-dev] [PATCH v3 11/11] doc: update bbdev feature table
 2020-09-29 21:13 UTC  (4+ messages)
` [dpdk-dev] [PATCH v9 00/10] bbdev PMD ACC100
  ` [dpdk-dev] [PATCH v9 03/10] baseband/acc100: add info get function

[igt-dev] [PATCH i-g-t] drm-uapi: Re-synchronize drm_fourcc.h with kernel
 2020-09-29 21:12 UTC 

[PATCH 0/2] mips: Introduce some IO-accessors optimizations
 2020-09-29 21:12 UTC  (2+ messages)

[PATCH 0/4] xen/arm: Unbreak ACPI
 2020-09-29 21:11 UTC  (4+ messages)

[PATCH v2] drm/i915/edp/jsl: Update vswing table for HBR and HBR2
 2020-09-29 21:11 UTC  (9+ messages)
        ` [Intel-gfx] "

[PATCH] drm/amd/display: add pipe reassignment prevention code to dcn3
 2020-09-29 21:11 UTC  (2+ messages)

[PATCH net 0/4] via-rhine: Resume fix and other maintenance work
 2020-09-29 21:10 UTC  (4+ messages)
` [PATCH net 4/4] via-rhine: Version bumped to 1.5.2

[PATCH bpf-next 0/2] introduce BPF_F_SHARE_PE
 2020-09-29 21:08 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: introduce BPF_F_SHARE_PE for perf event array

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-29 21:08 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-29 21:08 UTC 

[Buildroot] [RFC PATCH 0/4] add BCC and bpftrace packages
 2020-09-29 21:08 UTC  (6+ messages)
` [Buildroot] [RFC PATCH 3/4] Add bpftrace package
` [Buildroot] [RFC PATCH 4/4] clang: Fix undefined reference to dladdr error

[PATCH 4.19 000/244] 4.19.149-rc2 review
 2020-09-29 21:08 UTC  (2+ messages)

block/diskstats: more accurate approximation of io_ticks for slow disks
 2020-09-29 21:06 UTC 

Rook orchestrator module
 2020-09-29 21:05 UTC  (3+ messages)

[PATCH 1/4] kernel-shark :Fix all build warnings for gcc 10.2.1
 2020-09-29 21:05 UTC  (2+ messages)

[PATCH v2 0/3] condition EAS enablement on FI support
 2020-09-29 20:54 UTC  (8+ messages)
` [PATCH v2 1/3] sched/topology,schedutil: wrap sched domains rebuild
` [PATCH v2 2/3] arm64: rebuild sched domains on invariance status changes
` [PATCH v2 3/3] sched/topology: condition EAS enablement on FIE support

[dhowells-fs:rxrpc-next 2/3] net/rxrpc/conn_client.c:494:1-7: preceding lock on line 471 (fwd)
 2020-09-29 21:05 UTC  (2+ messages)

[PATCH] x86/boot: Place kernel_info at a fixed offset
 2020-09-29 21:04 UTC 

Bluetooth: Allow to use configure SCO socket codec parameters
 2020-09-29 21:04 UTC  (11+ messages)

[PATCH v2 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-09-29 21:00 UTC  (8+ messages)

[RFC PATCH 0/4] x86: Improve Minimum Alternate Stack Size
 2020-09-29 20:57 UTC  (5+ messages)
` [RFC PATCH 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [RFC PATCH 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [RFC PATCH 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [RFC PATCH 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[Bug 1897783] [NEW] avocado tests not running on aarch64 host
 2020-09-29 20:52 UTC  (4+ messages)
` [Bug 1897783] "

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-09-29 21:01 UTC 

[PATCH] ACPICA: Fix a soft-lockup on large systems
 2020-09-29 21:01 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/3] patchset for bnxt PMD
 2020-09-29 20:59 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] net/bnxt: add support for RSS hash selection
` [dpdk-dev] [PATCH 2/3] net/bnxt: update HWRM structures
` [dpdk-dev] [PATCH 3/3] doc: fix vector mode info for bnxt

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-29 21:00 UTC  (11+ messages)
` [PATCH v10 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v10 07/16] s390/vfio-ap: sysfs attribute to display the guest's matrix

[PATCH] compiler.h: avoid escaped section names
 2020-09-29 20:59 UTC  (6+ messages)

[PATCH bpf-next] selftests: Make sure all 'skel' variables are declared static
 2020-09-29 20:59 UTC  (3+ messages)

[net-next] devlink: include <linux/const.h> for _BITUL
 2020-09-29 20:58 UTC  (2+ messages)

[PATCH] habanalabs/gaudi: use correct define for qman init
 2020-09-29 20:58 UTC  (2+ messages)

[PATCH 0/3] nvmem: qfprom: Avoid untouchable regions
 2020-09-29 20:58 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: nvmem: Add qcom,sc7180-qfprom compatible string
` [PATCH 2/3] arm64: dts: qcom: sc7180: Add soc-specific qfprom compat string
` [PATCH 3/3] nvmem: qfprom: Don't touch certain fuses

[PATCH] selinux: provide a "no sooner than" date for the checkreqprot removal
 2020-09-29 20:58 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH RFC] checkpatch: fix multistatement macro checks
 2020-09-29 20:57 UTC 

[net-next v3 0/3] cxgb4/ch_ktls: updates in net-next
 2020-09-29 20:57 UTC  (2+ messages)

+ mm-zbud-remove-redundant-initialization.patch added to -mm tree
 2020-09-29 20:57 UTC 

[PATCH v2 00/14] DDW Indirect Mapping
 2020-09-29 20:54 UTC  (4+ messages)
` [PATCH v2 14/14] powerpc/pseries/iommu: Rename "direct window" to "dma window"

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-09-29 20:56 UTC 

[PATCH v9 0/6]Finish converting git bisect to C part 2 subset 1
 2020-09-29 20:55 UTC  (2+ messages)

[PATCH 5.8 00/99] 5.8.13-rc1 review
 2020-09-29 20:54 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.9, take 3
 2020-09-29 20:54 UTC 

[PATCH] Revert "video: fbdev: amba-clcd: Retire elder CLCD driver"
 2020-09-29 20:51 UTC  (9+ messages)

[PATCH bpf-next 0/2] bpf, x64: optimize JIT's pro/epilogue
 2020-09-29 20:46 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf, x64: drop "pop %rcx" instruction on BPF JIT epilogue
` [PATCH bpf-next 2/2] bpf: x64: do not emit sub/add 0, %rsp when !stack_depth

[PATCH 5.4 000/388] 5.4.69-rc1 review
 2020-09-29 20:53 UTC  (2+ messages)

[PATCH 0/3] serial: 8250_dw: Fix clk-notifier/port suspend deadlock
 2020-09-29 20:51 UTC  (4+ messages)

[PATCH v2] btrfs-progs: convert: Show more info when reserve_space fails
 2020-09-29 20:51 UTC  (2+ messages)

post-receive: pub/scm/docs/man-pages/man-pages
 2020-09-29 20:52 UTC 

post-receive: pub/scm/linux/kernel/git/pcmoore/selinux
 2020-09-29 20:51 UTC 

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2020-09-29 20:51 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2020-09-29 20:50 UTC 

[PATCH 4.14 000/166] 4.14.200-rc1 review
 2020-09-29 20:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/robh/linux
 2020-09-29 20:50 UTC 

[PATCH RFC 0/3] xfs: rework quotaoff to avoid log deadlock
 2020-09-29 20:50 UTC  (5+ messages)
` [PATCH RFC 2/3] xfs: temporary transaction subsystem freeze hack
` [PATCH RFC 3/3] xfs: rework quotaoff logging to avoid log deadlock on active fs

[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-29 19:42 UTC  (12+ messages)

[PATCH 4.9 000/121] 4.9.238-rc1 review
 2020-09-29 20:48 UTC  (2+ messages)

[PATCH v3 0/10] libperf and arm64 userspace counter access support
 2020-09-29 20:46 UTC  (7+ messages)
` [PATCH v3 01/10] arm64: pmu: Add hook to handle pmu-related undefined instructions

[PULL 00/29] QAPI patches patches for 2020-09-29
 2020-09-29 20:19 UTC  (6+ messages)
` [PULL 13/29] scripts/qapi/parser.py: improve doc comment indent handling
` [PULL 15/29] docs/sphinx: Add new qapi-doc Sphinx extension
` [PULL 23/29] tests/qapi-schema: Add test of the rST QAPI doc-comment output
` [PULL 24/29] scripts/qapi: Remove texinfo generation support
` [PULL 27/29] Remove Texinfo related line from git.orderfile

kernel panic in nvmet_tcp when receiving malformed admin command
 2020-09-29 20:47 UTC  (2+ messages)

[RFC][PATCH 2/6] dma-buf: heaps: Move heap-helper logic into the cma_heap implementation (fwd)
 2020-09-29 20:48 UTC  (2+ messages)

linusw/fixes build: 7 builds: 0 failed, 7 passed, 11 warnings (v5.9-rc2-13-g2e969d8a7f99)
 2020-09-29 20:47 UTC 

Keyboard regression by intel-vbtn
 2020-09-29 20:47 UTC  (9+ messages)

Yocto Technical Team Minutes, Engineering Sync, for September 29, 2020
 2020-09-29 20:47 UTC 

[PATCH] bus: qcom: ebi2: fix device node iterator leak
 2020-09-29 20:46 UTC  (2+ messages)

[PATCH v3 0/4] TPM 2.0 fixes in IMA tests
 2020-09-29 20:46 UTC  (4+ messages)
` [PATCH v3 3/4] ima_tpm.sh: Fix calculating boot aggregate
    ` [LTP] "

[Buildroot] [PATCH] package/python-tinyrpc: not available for python 2.x
 2020-09-29 20:45 UTC 

[PATCH v2 2/6] mfd: Add MFD driver for ATC260x PMICs
 2020-09-29 20:45 UTC  (4+ messages)

[PATCH 4.4 00/85] 4.4.238-rc1 review
 2020-09-29 20:45 UTC  (2+ messages)

[net-next 01/15] net/mlx5: DR, Add buddy allocator utilities
 2020-09-29 20:44 UTC  (5+ messages)

post-receive: pub/scm/utils/grokmirror/grokmirror
 2020-09-29 20:44 UTC 

[PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5
 2020-09-29 20:41 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip, sama7g5

[PATCH] Documentation: PM: Fix a reStructuredText syntax error
 2020-09-29 20:41 UTC 

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2020-09-29 20:41 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-29 20:41 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-29 20:41 UTC 

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2020-09-29 20:41 UTC 

[PATCH 0/2] iio:trigger: Remove re-poll logic
 2020-09-29 20:40 UTC  (3+ messages)
` [PATCH 2/2] iio:trigger: rename try_reenable() to reenable() plus return void

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2020-09-29 20:40 UTC 

[RFC] dm: fix imposition of queue_limits in dm_wq_work() thread
 2020-09-29 20:39 UTC  (3+ messages)
`  "
  ` [PATCH] dm: fix missing imposition of queue_limits from "

linusw/devel build: 7 builds: 0 failed, 7 passed, 11 warnings (v5.9-rc1-39-g12d16b397ce0)
 2020-09-29 20:40 UTC 

[PATCH v2 0/6] Add initial support for ATC260x PMICs
 2020-09-29 20:35 UTC  (5+ messages)
` [PATCH v2 5/6] input: atc260x: Add onkey driver "

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-09-29 20:36 UTC  (5+ messages)
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM


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.