All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-18 08:29:00 to 2022-10-18 09:02:39 UTC [more...]

[PATCH 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-18  8:48 UTC  (7+ messages)
` [PATCH 5/6] KVM: selftests: memslot_perf_test: Consolidate memory sizes

[PATCH] bpf, test_run: Track allocation size of data
 2022-10-18  9:02 UTC 

[PATCH net-next v3 0/5] ptp: ocp: add support for Orolia ART-CARD
 2022-10-18  9:01 UTC  (5+ messages)
` [PATCH net-next v3 1/5] ptp: ocp: upgrade serial line information
` [PATCH net-next v3 2/5] ptp: ocp: add Orolia timecard support
` [PATCH net-next v3 3/5] ptp: ocp: add serial port of mRO50 MAC on ART card
` [PATCH net-next v3 4/5] ptp: ocp: expose config and temperature for "

[PATCH for-next 00/16] Implement work queues for rdma_rxe
 2022-10-18  9:02 UTC  (5+ messages)
` [PATCH for-next 15/16] RDMA/rxe: Add workqueue support for tasks
` [PATCH for-next 16/16] RDMA/rxe: Add parameters to control task type

[kvm-unit-tests PATCH v2] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
 2022-10-18  9:01 UTC  (3+ messages)

[PATCH v3] mtd: rawnand: cadence: support 64-bit slave dma interface
 2022-10-18  9:00 UTC 

[PATCH net-next v2 0/5] ptp: ocp: add support for Orolia ART-CARD
 2022-10-18  9:00 UTC  (7+ messages)
` [PATCH net-next v2 1/5] ptp: ocp: upgrade serial line information
` [PATCH net-next v2 2/5] ptp: ocp: add Orolia timecard support
` [PATCH net-next v2 3/5] ptp: ocp: add serial port of mRO50 MAC on ART card
` [PATCH net-next v2 4/5] ptp: ocp: expose config and temperature for "
` [PATCH net-next v2 5/5] ptp: ocp: remove flash image header check fallback

[PATCH v2 0/3] Add support for QSGMII mode for J721e CPSW9G to am65-cpsw driver
 2022-10-18  8:58 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: net: ti: k3-am654-cpsw-nuss: Update bindings for J721e CPSW9G
` [PATCH v2 2/3] net: ethernet: ti: am65-cpsw: Enable QSGMII mode "
` [PATCH v2 3/3] net: ethernet: ti: am65-cpsw: Add support for SERDES configuration

[PATCH] qed: Track allocation size of qed_ll2_buffer
 2022-10-18  9:00 UTC 

[PATCH v3 0/5] ksm: support tracking KSM-placed zero-pages
 2022-10-18  9:00 UTC  (2+ messages)
`  "

[LTP] [PATCH 1/1] doc: LTP C And Shell Test API Comparison
 2022-10-18  8:59 UTC  (2+ messages)

[PATCH v3 net] udp: Update reuse->has_conns under reuseport_lock
 2022-10-18  9:00 UTC  (2+ messages)

[PATCH] pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
 2022-10-18  8:59 UTC  (2+ messages)

[PATCH] bnx2: Pass allocation size to build_skb()
 2022-10-18  8:59 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for ulli-kroll
 2022-10-18  8:58 UTC  (3+ messages)

[PATCH v3 0/2] Refactoring: expand usage of TFR() macro
 2022-10-18  8:43 UTC  (3+ messages)
` [PATCH v3 1/2] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
` [PATCH v3 2/2] error handling: Use RETRY_ON_EINTR() macro where applicable

[RFT PATCH master 0/3] soc: imx8m-featctrl: fixes and first 8MP support
 2022-10-18  8:57 UTC  (2+ messages)

[PATCH 1/2] tools/perf: Fix printing os->prefix in CSV metrics output
 2022-10-18  8:56 UTC  (4+ messages)
` [PATCH 2/2] tools/perf: Fix printing field separator "

[Intel-gfx] i915 "GPU HANG", bisected to a2daa27c0c61 "swiotlb: simplify swiotlb_max_segment"
 2022-10-18  8:57 UTC  (3+ messages)
`  "

[PATCH v2 0/2] improve nvme quiesce time for large amount of namespaces
 2022-10-18  8:55 UTC  (6+ messages)
` [PATCH v2 1/2] blk-mq: add tagset quiesce interface

[LTP] [PATCH] pthread_barrier_init: remove the restrict limit
 2022-10-18  8:48 UTC  (2+ messages)

dnsproxy: first round of refactoring, TCP bugfix
 2022-10-18  8:55 UTC  (18+ messages)
` [PATCH 01/16] dnsproxy-simple-test: improve test coverage and test flexibility
` [PATCH 02/16] autoconf: require C99 compiler and set C99 mode
` [PATCH 03/16] dnsproxy: first bits of refactoring data types, global variables, simpler functions
` [PATCH 04/16] dnsproxy: refactoring of update_cached_ttl() and append_data()
` [PATCH 05/16] dnsproxy: refactor parse_response()
` [PATCH 06/16] dnsproxy: refactoring of cache_update()
` [PATCH 07/16] dnsproxy: strip_domains(): fix out of bounds read access
` [PATCH 08/16] dnsproxy: refactor and document strip_domains() to make it less confusing
` [PATCH 09/16] dnsproxy: refactor ns_resolv() and forwards_dns_reply()
` [PATCH 10/16] dnsproxy: uncompress: replace unnecessary goto with return statements
` [PATCH 11/16] dnsproxy: forward_dns_reply: pull out separate dns_reply_fixup_domains()
` [PATCH 12/16] dnsproxy: finish first pass of refactoring the compilation unit
` [PATCH 13/16] dnsproxy: fix TCP server reply handling if domain name is appended
` [PATCH 14/16] dnsproxy: harmonize use of sizeof() for message size calculations
` [PATCH 15/16] dnsproxy: add my copyright statement covering the larger refactoring changes
` [PATCH 16/16] dnsproxy: fix compiler warnings (differing signedness, empty format string)

[PATCH v2] nbd/client: Use smarter assert
 2022-10-18  8:41 UTC  (2+ messages)

[virtio-dev] [PATCH 0/2] introduce virtio-ism: internal shared memory device
 2022-10-18  8:55 UTC  (6+ messages)

[PATCH 1/2] arm64: dts: tqma8mpql: add PCIe support
 2022-10-18  8:53 UTC  (4+ messages)
` [PATCH 2/2] arm64: defconfig: Add Renesas 9-series PCIe clock generator

[PATCH master] resource: fix recently broken memory bank fusing
 2022-10-18  8:52 UTC  (2+ messages)

[PATCH v12 0/7] Add support for zoned device
 2022-10-18  8:41 UTC  (7+ messages)
` [PATCH v12 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v12 6/7] qemu-iotests: test new zone operations

[PATCH v2] drm/panel/panel-sitronix-st7701: Fix RTNI calculation
 2022-10-18  8:53 UTC  (2+ messages)

[PATCH 00/15] mac80211 MLO updates
 2022-10-18  8:53 UTC  (14+ messages)
` [PATCH 01/15] mac80211: split bss_info_changed method

[PATCH v3 0/4] module: Merge same-name module load requests
 2022-10-18  8:52 UTC  (4+ messages)
` [PATCH v3 3/4] "

[PATCH] net/nfp: set the appropriate initialized value of flbufsz
 2022-10-18  8:51 UTC  (7+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/pps: Add get_pps_idx() hook as part of pps_get_register() cleanup
 2022-10-18  8:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/pps: Enable 2nd pps for dual EDP scenario

[PATCH 0/6] usb: chipidea: Export more phy tuning parameters to device tree
 2022-10-18  8:49 UTC  (13+ messages)
` [PATCH 1/6] usb: chipidea: usbmisc_imx: Fix i.MX53 clock sel masks
` [PATCH 2/6] usb: chipidea: usbmisc_imx: Fix setting i.MX6SX wakeup source
` [PATCH 3/6] usb: chipidea: usbmisc_imx: Use GENMASK/FIELD_PREP for bitfields
` [PATCH 4/6] usb: chipidea: usbmisc_imx: Add prefix to register defines

[LTP] [PATCH v2 1/1] ptrace07: should not use a hard-coded xstate size and use CPUID specified instead
 2022-10-18  8:49 UTC  (6+ messages)

[PATCH v3 0/2] gpio: tegra: Convert to immutable irq chip
 2022-10-18  8:49 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] gpio: tegra: Switch to new *_PM_OPS macros

[PATCH v2] proc: report open files as size in stat() for /proc/pid/fd
 2022-10-18  8:48 UTC  (6+ messages)

[meta-oe][PATCH] double-conversion: added double-conversion lib
 2022-10-18  8:48 UTC  (2+ messages)

[PATCH] thermal: sandbox: Enable thermal uclass for sandbox64 variant
 2022-10-18  8:47 UTC 

[mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression
 2022-10-18  8:44 UTC  (2+ messages)

[PATCH v6 1/2] gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
 2022-10-18  8:46 UTC  (4+ messages)

Regression with 6.1-rc1
 2022-10-18  8:46 UTC  (5+ messages)

[LTP] [PATCH v4 1/1] mount03: Convert to new API
 2022-10-18  8:44 UTC  (6+ messages)

mlo rx nss value 0 of wifi
 2022-10-18  8:45 UTC  (10+ messages)
` wifi: mac80211: "

[oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.0.0 -> 4.0.1
 2022-10-18  8:45 UTC  (4+ messages)

[PATCH] Adjust MES polling timeout for sriov worst case
 2022-10-18  8:44 UTC 

[PATCH v2 0/3] Add support to PHY GMII SEL for J721e CPSW9G QSGMII
 2022-10-18  8:43 UTC  (12+ messages)
` [PATCH v2 1/3] dt-bindings: phy: ti: phy-gmii-sel: Add bindings for J721e
` [PATCH v2 2/3] phy: ti: gmii-sel: Update methods for fetching and using qsgmii main port
` [PATCH v2 3/3] phy: ti: gmii-sel: Add support for CPSW9G GMII SEL in J721e

[Intel-gfx] [PATCH 1/2] drm/i915/pps: Add get_pps_idx() hook as part of pps_get_register() cleanup
 2022-10-18  8:39 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/pps: Enable 2nd pps for dual EDP scenario

[Bug 1107] [22.11-rc1][meson test] seqlock_autotest test failed
 2022-10-18  8:43 UTC  (2+ messages)

[RFC PATCH] mm, hwpoison: Recover from copy-on-write machine checks
 2022-10-18  8:43 UTC  (2+ messages)

[PATCH v5 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
 2022-10-18  8:43 UTC  (8+ messages)
` [PATCH v5 2/2] "

IORING_CQE_F_COPIED
 2022-10-18  8:43 UTC  (3+ messages)

[PATCH] pinctrl: ocelot: Fix incorrect trigger of the interrupt
 2022-10-18  8:42 UTC  (2+ messages)

[PATCH] PCI: Add Bachmann electronic GmbH vendor ID
 2022-10-18  8:41 UTC  (3+ messages)

[PATCH 0/4] vDPA: dev config export via "vdpa dev show" command
 2022-10-18  8:41 UTC  (5+ messages)

[PATCH] drivers: staging: r8188eu: Fix sleep-in-atomic-context bug in rtw_join_timeout_handler
 2022-10-18  8:34 UTC 

[PATCH] rdmavt: avoid NULL pointer dereference in rvt_qp_exit()
 2022-10-18  8:41 UTC  (2+ messages)

[PATCH 1/1] df01.sh: Use own fsfreeze implementation for XFS
 2022-10-18  8:41 UTC  (7+ messages)
` [LTP] "

[PATCH 0/3] iSER patches for linux-6.2
 2022-10-18  8:41 UTC  (7+ messages)
` [PATCH 1/3] IB/iser: open code iser_conn_state_comp_exch
` [PATCH 2/3] IB/iser: add safety checks for state_mutex lock
` [PATCH 3/3] IB/iser: open code iser_disconnected_handler

[Buildroot] [PATCH 0/4] systemd: sort out the conflict between var factory and tmpfiles (branch systemdify-var)
 2022-10-18  8:40 UTC  (8+ messages)

[PATCH 1/2] block: unregister holder kobject on late add_disk failure
 2022-10-18  8:40 UTC  (5+ messages)
` [PATCH 2/2] block: clear the holder releated fields on late disk_add failure

[linux-next:master 1304/1443] fs/jfs/jfs_dmap.c:196:23: warning: result of comparison of constant 8796093022201 with expression of type 'int' is always false
 2022-10-18  8:37 UTC  (4+ messages)

[RFC] memory tier, sysfs: rename attribute "nodes" to "nodes_list"
 2022-10-18  8:39 UTC  (3+ messages)

[PATCH] mm: remove kern_addr_valid() completely
 2022-10-18  8:32 UTC  (7+ messages)

[PATCH] dmaengine: ti: edma: Remove the unused function edma_and()
 2022-10-18  8:38 UTC 

[PATCH v4 0/4] vdpa: Add resume operation
 2022-10-18  8:37 UTC  (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] vhost-vdpa: Introduce RESUME backend feature bit
` [PATCH v4 3/4] vhost-vdpa: uAPI to resume the device
` [PATCH v4 4/4] vdpa_sim: Implement resume vdpa op

Bug report: cpu_relax call from vdso space
 2022-10-18  8:37 UTC  (3+ messages)

[Bridge] [PATCH net-next 0/4] bridge: A few multicast cleanups
 2022-10-18  8:37 UTC  (13+ messages)
` [Bridge] [PATCH net-next 1/4] selftests: bridge_vlan_mcast: Delete qdiscs during cleanup
  `  "
` [Bridge] [PATCH net-next 2/4] selftests: bridge_igmp: Remove unnecessary address deletion
  `  "
` [Bridge] [PATCH net-next 3/4] bridge: mcast: Use spin_lock() instead of spin_lock_bh()
  `  "
` [Bridge] [PATCH net-next 4/4] bridge: mcast: Simplify MDB entry creation
  `  "

[PATCH] fs: jfs: use the correct value to do sanity check
 2022-10-18  8:33 UTC 

[PATCH v15 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2022-10-18  8:35 UTC  (4+ messages)
` [PATCH v15 1/4] trace: Add trace any "

BISECT result: 6.0.0-RC kernels trigger Firefox snap bug with 6.0.0-rc3 through 6.0.0-rc7
 2022-10-18  8:35 UTC  (8+ messages)

[PATCH 00/13] Make user_regset_copyin_ignore() *void*
 2022-10-18  8:35 UTC  (3+ messages)
` [PATCH 06/13] mips: ptrace: user_regset_copyin_ignore() always returns 0

[PATCH 1/4] drm/amdgpu: add RAS page retirement functions for MCA
 2022-10-18  8:32 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu: use page retirement API in MCA notifier
` [PATCH 3/4] drm/amdgpu: add RAS poison handling for MCA
` [PATCH 4/4] drm/amdgpu: remove ras_error_status parameter for UMC poison handler

[PATCH] hw/block/nvme: re-enable NVMe PCI hotplug
 2022-10-18  8:15 UTC  (10+ messages)

[Intel-gfx] [PATCH v5 00/22] drm: Analog TV Improvements
 2022-10-18  8:31 UTC  (8+ messages)
` [Intel-gfx] [PATCH v5 21/22] drm/vc4: vec: Add support for more analog TV standards
  ` [Intel-gfx] [PATCH] drm/vc4: vec: Add support for PAL-60
    `  "
      ` [Nouveau] "

[PATCH] fortify: Short-circuit known-safe calls to strscpy()
 2022-10-18  8:32 UTC 

[oe][meta-xfce][PATCH] xfce4-settings: upgrade 4.16.2 -> 4.16.3
 2022-10-18  8:32 UTC 

i915 "GPU HANG", bisected to a2daa27c0c61 "swiotlb: simplify swiotlb_max_segment"
 2022-10-18  8:31 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[PATCH v3 00/25] add the basic rte_flow offload support of nfp PMD
 2022-10-18  8:30 UTC  (3+ messages)
` [PATCH v3 07/25] net/nfp: add the offload support of VLAN item

[PATCH v1 1/1] pinctrl: intel: Use str_enable_disable() helper
 2022-10-18  8:30 UTC  (2+ messages)

[PATCH] fbdev: gbefb: convert sysfs snprintf to sysfs_emit
 2022-10-18  8:29 UTC  (3+ messages)

[PATCH v1 1/1] gpio: exar: Allow IO port access
 2022-10-18  8:29 UTC  (2+ messages)

[PATCH] string: Convert strscpy() self-test to KUnit
 2022-10-18  8:28 UTC 

[PATCH v10 0/7] Make ghes_edac a proper module
 2022-10-18  8:22 UTC  (3+ messages)
` [PATCH v10 6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
` [PATCH v10 7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled


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.