All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-19 14:38:52 to 2021-10-19 15:13:10 UTC [more...]

[dpdk-dev] [PATCH v2 0/8] use compiler atomic builtins for examples
 2021-10-19 15:12 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 8/8] examples: remove unnecessary include of atomic

[PATCH v3 0/2] PCI MCFG consolidation and APEI resource filterin
 2021-10-19 15:12 UTC  (2+ messages)

[PATCH] x86: replace snprintf in show functions with sysfs_emit
 2021-10-19 15:12 UTC  (2+ messages)

[GIT PULL] Reset controller fixes for v5.15
 2021-10-19 15:12 UTC 

[PATCH 00/64] Patch Round-up for stable 6.0.1, freeze on 2021-10-26
 2021-10-19 14:09 UTC  (29+ messages)
` [PATCH 02/64] linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
` [PATCH 04/64] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
` [PATCH 18/64] vhost-vdpa: don't initialize backend_features
` [PATCH 19/64] esp: only assert INTR_DC interrupt flag if selection fails
` [PATCH 20/64] esp: only set ESP_RSEQ at the start of the select sequence
` [PATCH 21/64] runstate: Initialize Error * to NULL
` [PATCH 23/64] vl: Fix an assert failure in error path
` [PATCH 24/64] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
` [PATCH 25/64] tcg: Allocate sufficient storage in temp_allocate_frame
` [PATCH 27/64] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
` [PATCH 28/64] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH 30/64] qemu-nbd: Use qcrypto_tls_creds_check_endpoint()
` [PATCH 31/64] chardev/socket: "
` [PATCH 32/64] migration/tls: "
` [PATCH 33/64] ui/vnc: "
` [PATCH 34/64] crypto: Make QCryptoTLSCreds* structures private
` [PATCH 35/64] yank: Unregister function when using TLS migration
` [PATCH 36/64] tests: acpi: prepare for changing DSDT tables
` [PATCH 37/64] acpi: pc: revert back to v5.2 PCI slot enumeration
` [PATCH 38/64] tests: acpi: pc: update expected DSDT blobs
` [PATCH 39/64] hw/block/nvme: align with existing style
` [PATCH 41/64] hw/nvme: fix pin-based interrupt behavior (again)
` [PATCH 42/64] virtio-balloon: don't start free page hinting if postcopy is possible
` [PATCH 43/64] hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of std CAN 8 bytes
` [PATCH 49/64] qemu-nbd: Change default cache mode to writeback
` [PATCH 51/64] virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE event
` [PATCH 52/64] uas: add stream number sanity checks
` [PATCH 53/64] usb/redir: avoid dynamic stack allocation (CVE-2021-3527)

[PATCH v17 0/5] FPGA Image Load (previously Security Manager)
 2021-10-19 15:09 UTC  (11+ messages)

[PATCH] platform/x86: wmi: change notification handler type
 2021-10-19 15:11 UTC  (2+ messages)

Venky Shankar taking over CephFS PTL Role
 2021-10-19 15:10 UTC 

[PATCH v8 0/8] env: Allow environment in text files
 2021-10-19 15:11 UTC  (3+ messages)
` [PATCH v8 4/8] env: Allow U-Boot scripts to be placed in a .env file

WC vs UC mappings in snd_dma_sg_alloc()
 2021-10-19 15:03 UTC 

[PATCH v2 0/9] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-10-19 15:10 UTC  (12+ messages)
` [PATCH v2 1/9] mfd: max77686: Correct tab-based alignment of register addresses
` [PATCH v2 2/9] rtc: max77686: convert comments to kernel-doc format
` [PATCH v2 3/9] rtc: max77686: rename day-of-month defines
` [PATCH v2 4/9] rtc: max77686: remove unused code to read in 12-hour mode
` [PATCH v2 5/9] dt-bindings: mfd: add Maxim MAX77714 PMIC
` [PATCH v2 6/9] mfd: max77714: Add driver for "
` [PATCH v2 7/9] watchdog: Kconfig: fix help text indentation
` [PATCH v2 8/9] watchdog: max77714: add driver for the watchdog in the MAX77714 PMIC
` [PATCH v2 9/9] rtc: max77686: add MAX77714 support

Deadlock on failure to read NVMe namespace
 2021-10-19 15:09 UTC  (7+ messages)

[oe][meta-filesystem][hardknott][PATCH] ntfs-3g-ntfsprogs: upgrade to 2021.8.22
 2021-10-19 15:09 UTC  (2+ messages)

[meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker
 2021-10-19 15:09 UTC  (4+ messages)
` [oe] "

[PATCH 00/15] Introduce DAMON-based Proactive Reclamation
 2021-10-19 15:07 UTC  (16+ messages)
` [PATCH 01/15] mm/damon/paddr: Support the pageout scheme
` [PATCH 02/15] mm/damon/schemes: Implement size quota for schemes application speed control
` [PATCH 03/15] mm/damon/schemes: Skip already charged targets and regions
` [PATCH 04/15] mm/damon/schemes: Implement time quota
` [PATCH 05/15] mm/damon/dbgfs: Support quotas of schemes
` [PATCH 06/15] mm/damon/selftests: Support schemes quotas
` [PATCH 07/15] mm/damon/schemes: Prioritize regions within the quotas
` [PATCH 08/15] mm/damon/vaddr,paddr: Support pageout prioritization
` [PATCH 09/15] mm/damon/dbgfs: Support prioritization weights
` [PATCH 10/15] tools/selftests/damon: Update for regions prioritization of schemes
` [PATCH 11/15] mm/damon/schemes: Activate schemes based on a watermarks mechanism
` [PATCH 12/15] mm/damon/dbgfs: Support watermarks
` [PATCH 13/15] selftests/damon: "
` [PATCH 14/15] mm/damon: Introduce DAMON-based Reclamation (DAMON_RECLAIM)
` [PATCH 15/15] Documentation/admin-guide/mm/damon: Add a document for DAMON_RECLAIM

[PATCH] staging: vt6655: Fix line wrapping in rf.c file
 2021-10-19 15:08 UTC  (5+ messages)
    ` [Outreachy kernel] "

[dpdk-dev] [PATCH 1/3] devargs: support path value for global device arguments
 2021-10-19 15:07 UTC  (6+ messages)
` [dpdk-dev] [PATCH v1 0/3] devargs: support path in global syntax
  ` [dpdk-dev] [PATCH v1 1/3] devargs: support path value for global device arguments
  ` [dpdk-dev] [PATCH v1 3/3] test/devargs: add devargs test cases

[PATCH v2] x86/PoD: defer nested P2M flushes
 2021-10-19 15:06 UTC  (3+ messages)

[dpdk-dev] [PATCH] eal: add telemetry callbacks for memory info
 2021-10-19 15:04 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2 00/21] perf metric: Fixes and allow modifiers
 2021-10-19 15:06 UTC  (3+ messages)
` [PATCH v2 21/21] perf metric: Allow modifiers on metrics

[PATCH] memblock: exclude NOMAP regions from kmemleak
 2021-10-19 15:06 UTC  (5+ messages)

[PATCH v3 2/2] ACPI: APEI: Filter the PCI MCFG address with an arch-agnostic method
 2021-10-19 15:04 UTC  (3+ messages)

[dpdk-dev] [PATCH] test: rely on EAL detection for core list
 2021-10-19 15:04 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2 1/2] net: macb: Clean up macb_validate
 2021-10-19 15:02 UTC  (8+ messages)

[LTP] [PATCH] lib: memutils: respect minimum memory watermark when polluting memory
 2021-10-19 15:02 UTC 

[PATCH v2 1/2] thermal/core: Make the userspace governor deprecated
 2021-10-19 15:02 UTC  (2+ messages)
` [PATCH v2 2/2] thermal/core: Make deprecated cooling device state change from userspace

[PATCH v1] KVM: stats: Decouple stats name string from its field name in structure
 2021-10-19 15:02 UTC  (2+ messages)

[PATCH net-next 0/6] ethernet: manual netdev->dev_addr conversions (part 3)
 2021-10-19 15:00 UTC  (8+ messages)
` [PATCH net-next 1/6] ethernet: netsec: use eth_hw_addr_set()
` [PATCH net-next 2/6] ethernet: stmmac: "
` [PATCH net-next 3/6] ethernet: tehuti: "
` [PATCH net-next 4/6] ethernet: tlan: "
` [PATCH net-next 5/6] ethernet: via-rhine: "
` [PATCH net-next 6/6] ethernet: via-velocity: "

[PATCH userspace v3 0/7] Parallel setfiles/restorecon
 2021-10-19 15:01 UTC  (8+ messages)
` [PATCH userspace v3 1/7] label_file: fix a data race
` [PATCH userspace v3 2/7] selinux_restorecon: simplify fl_head allocation by using calloc()
` [PATCH userspace v3 3/7] selinux_restorecon: protect file_spec list with a mutex
` [PATCH userspace v3 4/7] libselinux: make selinux_log() thread-safe
` [PATCH userspace v3 5/7] selinux_restorecon: add a global mutex to synchronize progress output
` [PATCH userspace v3 6/7] selinux_restorecon: introduce selinux_restorecon_parallel(3)
` [PATCH userspace v3 7/7] setfiles/restorecon: support parallel relabeling

[PATCH -perfbook] fixsvgfonts-urwps: Add patterns for 'URW Gothic'
 2021-10-19 15:00 UTC  (5+ messages)

Yocto Project Status WW42`21
 2021-10-19 14:58 UTC 

[PATCH -next,v3 0/2] Audit: fix warning and check priority early
 2021-10-19 14:53 UTC  (6+ messages)
` [PATCH -next,v3 2/2] audit: return early if the rule has a lower priority
  ` [PATCH -next, v3 "

[PATCH] net: renesas: Fix rgmii-id delays
 2021-10-19 14:57 UTC 

[PATCH v1 0/7] ACPI: Use ACPI_COMPANION() directly to simplify code
 2021-10-19 14:57 UTC  (11+ messages)
` [PATCH v1 4/7] surface: surface3-wmi: Use ACPI_COMPANION() directly
  ` [PATCH v2 "
` [PATCH v1 5/7] surface: surface3_power: "
  ` [PATCH v2 5/7] surface: surface3_power: Drop redundant acpi_bus_get_device() call
    ` [PATCH v3 "
` [PATCH v1 6/7] platform: x86: ideapad-laptop: Use ACPI_COMPANION() directly
  ` [PATCH v2 "

[meta-ti][master/dunfell][PATCH] ti-linux-fw: AUTOREV support for ti-linux-fw
 2021-10-19 14:55 UTC 

[PATCH 1/2] beaglebone-yocto: use correct CPU and QB_RNG
 2021-10-19 14:54 UTC  (8+ messages)
` [poky] "

[PATCH] btrfs: add stub argument to transaction API
 2021-10-19 14:54 UTC  (3+ messages)

✅ PASS: Test report for kernel 5.14.14-rc2 (stable, 6b894d18)
 2021-10-19 14:53 UTC 

[PATCH v2] Add payload to be 32-bit aligned to fix dropped packets
 2021-10-19 14:52 UTC  (4+ messages)

b4: introducing b4 shazam (like b4 am -o- | git am)
 2021-10-19 14:49 UTC  (2+ messages)

[PATCH] usb: max-3421: Use driver data instead of maintaining a list of bound devices
 2021-10-19 14:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V2] media: i2c: ccs: replace snprintf in show functions with sysfs_emit
 2021-10-19 14:51 UTC  (2+ messages)

[dpdk-dev] [PATCH v11 4/4] performance-thread: Fix cross compilation failed
 2021-10-19 14:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH v12 1/4] Enable ASan Address Sanitization

[PATCH] platform/x86: Support for EC-connected GPIOs for identify LED/button on Barco P50 board
 2021-10-19 14:50 UTC  (2+ messages)

[PATCH v8 0/8] gpio: implement the configfs testing module
 2021-10-19 14:49 UTC  (9+ messages)
` [PATCH v8 1/8] configfs: increase the item name length
` [PATCH v8 2/8] configfs: use (1UL << bit) for internal flags
` [PATCH v8 3/8] configfs: implement committable items
` [PATCH v8 4/8] samples: configfs: add a committable group
` [PATCH v8 5/8] gpio: sim: new testing module
` [PATCH v8 6/8] selftests: gpio: provide a helper for reading chip info
` [PATCH v8 7/8] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v8 8/8] selftests: gpio: add test cases for gpio-sim

[PATCH v2] mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI
 2021-10-19 14:49 UTC 

[meta-arago][master/dunfell][PATCH] branding-bleeding: Add AUTOREV support for ti-linux-fw
 2021-10-19 14:49 UTC 

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-10-19 14:46 UTC  (11+ messages)
` [PATCH bpf-next 01/10] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next 02/10] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
` [PATCH bpf-next 03/10] bpf: Use EOPNOTSUPP "
` [PATCH bpf-next 04/10] bpf: Make errors of bpf_tcp_check_syncookie distinguishable
` [PATCH bpf-next 05/10] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next 06/10] bpf: Expose struct nf_conn to BPF
` [PATCH bpf-next 07/10] bpf: Add helpers to query conntrack info
` [PATCH bpf-next 08/10] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp "
` [PATCH bpf-next 10/10] bpf: Add sample for raw syncookie helpers

[PATCH] bus: mhi: Add mhi_prepare_for_transfer_autoqueue API for DL auto queue
 2021-10-19 14:49 UTC  (2+ messages)

Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
 2021-10-19 14:24 UTC  (21+ messages)
      ` Deprecate the ppc405 boards in QEMU?

[PATCHv2 0/8] x86/ftrace: Add direct batch interface
 2021-10-19 14:47 UTC  (13+ messages)
` [PATCH 7/8] ftrace: Add multi direct modify interface

melver@kernel.org
 2021-10-19 14:47 UTC 

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-19 14:47 UTC  (3+ messages)
` [PATCH v6 09/42] x86/sev: Check SEV-SNP features support

Commit 09e856d54bda5f288ef8437a90ab2b9b3eab83d1r "vrf: Reset skb conntrack connection on VRF rcv" breaks expected netfilter behaviour
 2021-10-19 14:46 UTC  (9+ messages)

[PATCH v8 00/21] auxdisplay: ht16k33: Add character display support
 2021-10-19 14:45 UTC  (22+ messages)
` [PATCH v8 01/21] uapi: Add <linux/map_to_14segment.h>
` [PATCH v8 02/21] dt-bindings: auxdisplay: ht16k33: Document Adafruit segment displays
` [PATCH v8 03/21] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
` [PATCH v8 04/21] auxdisplay: img-ascii-lcd: Add helper variable dev
` [PATCH v8 05/21] auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()
` [PATCH v8 06/21] auxdisplay: Extract character line display core support
` [PATCH v8 07/21] auxdisplay: linedisp: Use kmemdup_nul() helper
` [PATCH v8 08/21] auxdisplay: linedisp: Add support for changing scroll rate
` [PATCH v8 09/21] auxdisplay: ht16k33: Connect backlight to fbdev
` [PATCH v8 10/21] auxdisplay: ht16k33: Fix frame buffer device blanking
` [PATCH v8 11/21] auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()
` [PATCH v8 12/21] auxdisplay: ht16k33: Remove unneeded error check in keypad probe()
` [PATCH v8 13/21] auxdisplay: ht16k33: Convert to simple i2c probe function
` [PATCH v8 14/21] auxdisplay: ht16k33: Add helper variable dev
` [PATCH v8 15/21] auxdisplay: ht16k33: Move delayed work
` [PATCH v8 16/21] auxdisplay: ht16k33: Extract ht16k33_brightness_set()
` [PATCH v8 17/21] auxdisplay: ht16k33: Extract frame buffer probing
` [PATCH v8 18/21] auxdisplay: ht16k33: Add support for segment displays
` [PATCH v8 19/21] dt-bindings: auxdisplay: ht16k33: Document LED subnode
` [PATCH v8 20/21] auxdisplay: ht16k33: Add LED support
` [PATCH v8 21/21] auxdisplay: ht16k33: Make use of device properties

[PATCH] Fix shazam for multiple git worktrees
 2021-10-19 14:46 UTC 

[Intel-gfx] [PATCH 0/6] drm/i915/dp: Fix link parameter use in lack of a valid DPCD
 2021-10-19 14:45 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dp: Fix link parameter use in lack of a valid DPCD (rev2)

stable-rc/queue/4.4 build: 185 builds: 5 failed, 180 passed, 8 errors, 35 warnings (v4.4.288-41-g7cfc0d2f1a45)
 2021-10-19 14:45 UTC 

[PATCH V3 00/19] RTLA: An interface for osnoise/timerlat tracers
 2021-10-19 14:45 UTC  (7+ messages)
` [PATCH V3 13/19] rtla: Add Documentation

[Intel-gfx] [PATCH v3 00/11] drm/i915: Simplify handling of modifiers
 2021-10-19 14:44 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Simplify handling of modifiers (rev11)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] counter: drop chrdev_lock
 2021-10-19 14:44 UTC  (7+ messages)

[PATCH v3 0/4] sunxi: TOC0 image type support
 2021-10-19 14:43 UTC  (6+ messages)
` [PATCH v3 1/4] tools: Separate image types which depend on OpenSSL

[PATCH] arch: arm64: dts: Set gpio5-pin9 as input by default
 2021-10-19 14:42 UTC  (2+ messages)

[ti:ti-rt-linux-5.10.y 7474/10054] net/socket.c:861:5: error: use of undeclared identifier 'SCM_RED_TIMESTAMPING'
 2021-10-19 14:41 UTC  (2+ messages)

[PATCH v8 00/32] file system-wide error monitoring
 2021-10-19 14:41 UTC  (3+ messages)
` [PATCH v8 27/32] fanotify: Report fid info for file related file system errors

[dpdk-dev] [PATCH v2 0/5] cryptodev: hide internal structures
 2021-10-19 14:25 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 0/7] "
  ` [dpdk-dev] [PATCH v3 6/7] cryptodev: update fast path APIs to use new flat array

[PATCH v2 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-19 14:39 UTC  (5+ messages)
` [PATCH v2 04/42] arm64/sve: Make access to FFR optional

[igt-dev] [PATCH i-g-t] intel-ci: Stop executing kms_bw
 2021-10-19 14:38 UTC 

[PATCH] arm64: defconfig: enable regulator to fix mt8173 regression
 2021-10-19 14:38 UTC  (3+ messages)

[PATCH] i2c: i801: Fix interrupt storm from SMB_ALERT signal
 2021-10-19 14:17 UTC 

[PATCH v5 1/2] dt-bindings: display: bridge: lvds-codec: Document pixel data sampling edge select
 2021-10-19 14:39 UTC  (7+ messages)


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.