All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-03 07:03:44 to 2023-08-03 07:38:50 UTC [more...]

[PATCH] hw/virtio: Add a protection against duplicate vu_scmi_stop calls
 2023-08-03  7:38 UTC  (4+ messages)

[PATCH net-next v2 7/9] wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions
 2023-08-03  7:35 UTC 

[PATCHv6 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-03  7:34 UTC  (27+ messages)
` [PATCHv6 bpf-next 01/28] bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
` [PATCHv6 bpf-next 02/28] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv6 bpf-next 03/28] bpf: Add multi uprobe link
` [PATCHv6 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link
` [PATCHv6 bpf-next 05/28] bpf: Add pid filter "
` [PATCHv6 bpf-next 06/28] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv6 bpf-next 07/28] libbpf: Add uprobe_multi attach type and link names
` [PATCHv6 bpf-next 08/28] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv6 bpf-next 09/28] libbpf: Add elf_open/elf_close functions
` [PATCHv6 bpf-next 10/28] libbpf: Add elf symbol iterator
` [PATCHv6 bpf-next 11/28] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv6 bpf-next 12/28] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv6 bpf-next 13/28] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv6 bpf-next 14/28] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv6 bpf-next 15/28] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv6 bpf-next 16/28] libbpf: Add uprobe multi link detection
` [PATCHv6 bpf-next 17/28] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv6 bpf-next 18/28] selftests/bpf: Move get_time_ns to testing_helpers.h
` [PATCHv6 bpf-next 19/28] selftests/bpf: Add uprobe_multi skel test
` [PATCHv6 bpf-next 20/28] selftests/bpf: Add uprobe_multi api test
` [PATCHv6 bpf-next 21/28] selftests/bpf: Add uprobe_multi link test
` [PATCHv6 bpf-next 22/28] selftests/bpf: Add uprobe_multi test program
` [PATCHv6 bpf-next 23/28] selftests/bpf: Add uprobe_multi bench test
` [PATCHv6 bpf-next 24/28] selftests/bpf: Add uprobe_multi usdt test code
` [PATCHv6 bpf-next 25/28] selftests/bpf: Add uprobe_multi usdt bench test
` [PATCHv6 bpf-next 26/28] selftests/bpf: Add uprobe_multi cookie test

[RFC PATCH v2 0/3] Deduplicate RISCV cmpxchg.h and atomic.c macros
 2023-08-03  7:33 UTC  (4+ messages)
` [RFC PATCH v2 3/3] riscv/atomic.h : Deduplicate arch_atomic.*

[PATCH net-next v2 6/9] wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions
 2023-08-03  7:35 UTC 

[PATCH net-next v2 2/9] wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions
 2023-08-03  7:34 UTC 

[PATCH net-next v2 0/9] wifi: rsi: Remove some unnecessary conversions
 2023-08-03  7:34 UTC 

[PATCH net-next v2 1/9] wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions
 2023-08-03  7:34 UTC 

[PATCH net-next v2 5/9] wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions
 2023-08-03  7:35 UTC 

[PATCH net-next v2 4/9] wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions
 2023-08-03  7:35 UTC 

[PATCH net-next v2 3/9] wifi: rsi: rsi_91x_hal: Remove unnecessary conversions
 2023-08-03  7:35 UTC 

[Buildroot] [PATCH 1/2] package/systemd: fix typos in comments
 2023-08-03  7:37 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/systemd: fix wrong variable name in comment

[PATCH v5 00/19] Enable CET Virtualization
 2023-08-03  4:27 UTC  (20+ messages)
` [PATCH v5 01/19] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v5 02/19] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v5 03/19] KVM:x86: Report XSS as to-be-saved if there are supported features
` [PATCH v5 04/19] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v5 05/19] KVM:x86: Initialize kvm_caps.supported_xss
` [PATCH v5 06/19] KVM:x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v5 07/19] KVM:x86: Add fault checks for guest CR4.CET setting
` [PATCH v5 08/19] KVM:x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v5 09/19] KVM:x86: Make guest supervisor states as non-XSAVE managed
` [PATCH v5 10/19] KVM:VMX: Introduce CET VMCS fields and control bits
` [PATCH v5 11/19] KVM:VMX: Emulate read and write to CET MSRs
` [PATCH v5 12/19] KVM:x86: Save and reload SSP to/from SMRAM
` [PATCH v5 13/19] KVM:VMX: Set up interception for CET MSRs
` [PATCH v5 14/19] KVM:VMX: Set host constant supervisor states to VMCS fields
` [PATCH v5 15/19] KVM:x86: Optimize CET supervisor SSP save/reload
` [PATCH v5 16/19] KVM:x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v5 17/19] KVM:x86: Enable guest CET supervisor xstate bit support
` [PATCH v5 18/19] KVM:nVMX: Refine error code injection to nested VM
` [PATCH v5 19/19] KVM:nVMX: Enable CET support for "

FAILED: patch "[PATCH] f2fs: fix to set flush_merge opt and show noflush_merge" failed to apply to 6.1-stable tree
 2023-08-03  7:32 UTC 

FAILED: patch "[PATCH] f2fs: don't reset unchangable mount option in f2fs_remount()" failed to apply to 6.1-stable tree
 2023-08-03  7:32 UTC 

sparc64 -- cannot get 'Hello World' to run
 2023-08-03  7:35 UTC  (2+ messages)

[RFC PATCH] arm/gicv2: make GICv2 driver and vGICv2 optional
 2023-08-03  7:35 UTC  (8+ messages)

[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
 2023-08-03  7:35 UTC  (13+ messages)

[PATCH mptcp-next 0/3] add bpf_stale scheduler
 2023-08-03  7:36 UTC  (4+ messages)
` [PATCH mptcp-next 1/3] Squash to "bpf: Add bpf_mptcp_sched_ops"

[PATCH 1/1] media: i2c: ccs: Check rules is non-NULL
 2023-08-03  7:31 UTC  (2+ messages)

[PATCH 5.15 000/153] 5.15.124-rc2 review
 2023-08-03  7:32 UTC  (2+ messages)

[PATCH 6.1 000/225] 6.1.43-rc2 review
 2023-08-03  7:32 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-08-03  7:32 UTC 

[PATCH bpf-next v8 0/4] bpf: Force to MPTCP
 2023-08-03  7:30 UTC  (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v8 2/4] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v8 3/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v8 4/4] selftests/bpf: Add mptcpify test

[igt-dev] [PATCH i-g-t 0/5] Update code to use xe_sysfs_gt_open
 2023-08-03  7:30 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 3/5] xe/xe_sysfs: Removing non privileged user test
` [igt-dev] ○ CI.xeBAT: info for Update code to use xe_sysfs_gt_open (rev3)
` [igt-dev] ✓ Fi.CI.BAT: success "

[PATCH v3 00/14] tools/nolibc: enable compiler warnings
 2023-08-03  7:28 UTC  (15+ messages)
` [PATCH v3 01/14] tools/nolibc: drop unused variables
` [PATCH v3 02/14] tools/nolibc: fix return type of getpagesize()
` [PATCH v3 03/14] tools/nolibc: setvbuf: avoid unused parameter warnings
` [PATCH v3 04/14] tools/nolibc: sys: avoid implicit sign cast
` [PATCH v3 05/14] tools/nolibc: stdint: use int for size_t on 32bit
` [PATCH v3 06/14] selftests/nolibc: drop unused variables
` [PATCH v3 07/14] selftests/nolibc: mark test helpers as potentially unused
` [PATCH v3 08/14] selftests/nolibc: make functions static if possible
` [PATCH v3 09/14] selftests/nolibc: avoid unused parameter warnings
` [PATCH v3 10/14] selftests/nolibc: avoid sign-compare warnings
` [PATCH v3 11/14] selftests/nolibc: use correct return type for read() and write()
` [PATCH v3 12/14] selftests/nolibc: prevent out of bounds access in expect_vfprintf
` [PATCH v3 13/14] selftests/nolibc: don't strip nolibc-test
` [PATCH v3 14/14] selftests/nolibc: enable compiler warnings

[gustavoars:testing/fam01-next20230731] BUILD REGRESSION fb53d89ede1aed6cca2a6cb73ffecb99fe1bcc65
 2023-08-03  7:27 UTC 

[PATCH] ASoC: fsl: micfil: Use dual license micfil code
 2023-08-03  7:26 UTC 

[PATCH v2 1/1] serial: core: Fix serial_base_match() after fixing controller port name
 2023-08-03  7:26 UTC  (2+ messages)

[PATCH -next] mptcp: fix the incorrect judgment for msk->cb_flags
 2023-08-03  7:24 UTC 

[Intel-gfx] [PATCH v5 19/22] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
 2023-08-03  7:13 UTC  (5+ messages)

[Intel-gfx] [PATCH 0/4] drm/bridge-connector: simplify handling of USB-C DP
 2023-08-02 19:23 UTC  (14+ messages)
` [Intel-gfx] [PATCH 1/4] drm: allow specifying default subtype for the DP subconnector property
  `  "
` [Intel-gfx] [PATCH 2/4] drm/bridge-connector: handle subconnector types
  `  "
` [Intel-gfx] [PATCH 3/4] drm/uapi: document the USB subconnector type
  `  "

[PATCH 1/1] perf tests task_analyzer: Check perf build options for libtraceevent support
 2023-08-03  7:22 UTC  (7+ messages)

[PATCH v5 0/2] Add Richtek RTQ2208 SubPMIC support
 2023-08-03  7:24 UTC  (3+ messages)
` [PATCH v5 2/2] regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driver

[PATCH 1/2] dt-bindings: spi: spi-cadence: Describe power-domains property
 2023-08-03  7:24 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: spi: spi-cadence: Add label property

[PATCH] dt-bindings: i2c: cadence: Describe power-domains property
 2023-08-03  7:23 UTC  (2+ messages)

[PATCH 0/3] More changes related to TPM RNG handling
 2023-08-03  7:22 UTC  (3+ messages)
` [PATCH 3/3] tpm: Drop CONFIG_HW_RANDOM_TPM

[PATCH] dt-bindings: mmc: arasan,sdci: Add power-domains and iommus properties
 2023-08-03  7:22 UTC 

[rt-devel:linux-6.5.y-rt-rebase] [serial] 18e3027b95: WARNING:at_drivers/tty/serial.h:#serial8250_config_port
 2023-08-03  7:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-08-03  7:22 UTC 

[PATCH] fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb static
 2023-08-03  2:09 UTC 

nouveau bug in linux/6.1.38-2
 2023-08-02 21:28 UTC 

[PATCH -next] agp: Make agp_gatt_table static
 2023-08-03  2:08 UTC 

[PATCH v2 0/9] Add support for XLCDC to sam9x7 SoC family
 2023-08-02 10:47 UTC  (5+ messages)
` [PATCH v2 6/9] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver
` [PATCH v2 7/9] drm: atmel-hlcdc: add DPI mode support for XLCDC

[v3 0/3] ASoC: mediatek:mt8186: fix both the speaker and hdmi
 2023-08-03  7:20 UTC  (8+ messages)
` [v3 2/3] ASoC: mediatek: mt8186: correct the HDMI widgets

[PATCH BlueZ v1 0/3] Implementation of MICS and MICP
 2023-08-03  7:20 UTC  (4+ messages)
` [PATCH BlueZ v1 1/3] shared/micp: Add initial code for handling micp and mics
` [PATCH BlueZ v1 2/3] client/player: Add interface menu to configure MICP-MICS during PTS testing
` [PATCH BlueZ v1 3/3] unit/test-micp: Add unit test code for testing MICP-MICS

[RFC PATCH 00/14] RISC-V: Add steal-time support
 2023-08-03  7:20 UTC  (8+ messages)
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions
` [RFC PATCH 03/14] RISC-V: paravirt: Implement steal-time support

[PATCH -next v3] md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
 2023-08-03  7:17 UTC 

[PATCH v4 0/5] Add bblock helper scripts
 2023-08-03  7:19 UTC  (3+ messages)
` [OE-core] "

[oe-core][PATCH 0/6] Add new packagefeed recipe class
 2023-08-03  7:18 UTC  (3+ messages)
` [oe-core][PATCH 5/6] packagefeed.bbclass: Add new bbclass for building feeds

[PATCH net-next 0/9] wifi: rsi: Remove some unnecessary conversions
 2023-08-03  7:18 UTC  (3+ messages)

[PATCH] arm-bsp/u-boot: corstone1000: increase the kernel size
 2023-08-03  7:18 UTC 

[PATCH v5 0/5] fix wrong TX power and frequency in regdomain by dynamic switch 6 GHz reg rules of LPI/SP/VLP for station mode
 2023-08-03  7:17 UTC  (12+ messages)
` [PATCH v5 1/5] wifi: ath11k: add support to select 6 GHz regulatory type
` [PATCH v5 2/5] wifi: ath11k: store cur_regulatory_info for each radio
` [PATCH v5 3/5] wifi: ath11k: fix a possible dead lock caused by ab->base_lock
` [PATCH v5 4/5] wifi: ath11k: update regulatory rules when interface added
` [PATCH v5 5/5] wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for station

[csky-linux:sg2042-master-qspinlock-64ilp32_v4 13/70] arch/riscv/kernel/paravirt.c:109:12: warning: no previous prototype for function 'pv_time_init'
 2023-08-03  7:16 UTC 

[PATCH 1/2] dt-bindings: arm: bcm: add bindings for ASUS RT-AC3100
 2023-08-03  7:14 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: BCM5301X: Add DT "

[igt-dev] [PATCH i-g-t 0/4] RFC Modify igt_pm functions and add GT C6 freeze test
 2023-08-03  7:07 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 2/4] lib/igt_pm: change d3cold_allowed function parameters

[PATCH] dt-bindings: pwm: st: convert sti-pwm to DT schema
 2023-08-03  7:18 UTC  (3+ messages)

[PATCH net-next] net: vlan: update wrong comments
 2023-08-03  7:14 UTC 

[PATCH 0/4] mm: migrate: more folio conversion
 2023-08-03  7:13 UTC  (7+ messages)
` [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
` [PATCH 2/4] mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()

The imsm regression tests fail
 2023-08-03  7:04 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-08-03  7:12 UTC 

[PATCH net v3] can: raw: fix receiver memory leak
 2023-08-03  7:11 UTC  (9+ messages)

[PATCH v1 1/2] usb: dwc3: add Realtek DHC RTD SoC dwc3 glue layer driver
 2023-08-03  7:09 UTC  (4+ messages)
` [PATCH v1 2/2] doc: dt: bindings: usb: realtek,dwc3: Add Realtek DHC RTD SoC DWC3 USB

[PATCH -next] video: fbdev: goldfishfb: Do not check 0 for platform_get_irq()
 2023-08-03  7:10 UTC  (2+ messages)

[PATCH -next] mm: zswap: use helper function put_z3fold_locked()
 2023-08-03  7:08 UTC 

[PATCH net-next v2 0/2] docs: net: page_pool: sync dev and kdoc
 2023-08-03  7:08 UTC  (5+ messages)
` [PATCH net-next v2 1/2] docs: net: page_pool: document PP_FLAG_DMA_SYNC_DEV parameters
` [PATCH net-next v2 2/2] docs: net: page_pool: use kdoc to avoid duplicating the information

[PATCH V25 0/3] misc: Add driver support for Data Capture and Compare unit(DCC)
 2023-08-03  7:06 UTC  (3+ messages)

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03  7:07 UTC  (17+ messages)
` [PATCH v6 2/7] fs: add infrastructure for "
        ` [Cluster-devel] "
        ` [f2fs-dev] "
` [PATCH v6 5/7] xfs: switch to "
        ` [Cluster-devel] "
        ` [f2fs-dev] "

[PATCH v2 net] tcp: Enable header prediction for active open connections with MD5
 2023-08-03  7:07 UTC  (4+ messages)

[peterz-queue:perf/core 15/17] arch/x86/include/asm/cpu_device_id.h:161:46: error: 'INTEL_FAM6_SIERRAFOREST_X' undeclared here (not in a function); did you mean 'INTEL_FAM6_BROADWELL_X'?
 2023-08-03  7:06 UTC 

[PATCH] kselftest/arm64: add RCpc load-acquire to the tested hwcaps
 2023-08-03  7:02 UTC  (2+ messages)

[PATCH 0/7] remove some usage of gadget_is_{*}speed() API
 2023-08-03  7:04 UTC  (4+ messages)
` [PATCH 1/7] usb: gadget: f_ecm: fix ecm_bitrate() for SuperSpeed and above

[Intel-gfx] [PATCH v5 0/8] Add DSC PPS readout
 2023-08-03  7:03 UTC  (9+ messages)
` [Intel-gfx] [PATCH v5 1/8] drm/i915/vdsc: Refactor dsc register field macro
` [Intel-gfx] [PATCH v5 2/8] drm/i915/vdsc: Add a check for dsc split cases
` [Intel-gfx] [PATCH v5 3/8] drm/i915/vdsc: Add func to get no. of vdsc instances per pipe
` [Intel-gfx] [PATCH v5 4/8] drm/i915/vdsc: Add function to read any PPS register
` [Intel-gfx] [PATCH v5 5/8] drm/i915/vdsc: Add function to write in "
` [Intel-gfx] [PATCH v5 6/8] drm/i915/vdsc: Remove unused dsc registers
` [Intel-gfx] [PATCH v5 7/8] drm/i915/vdsc: Fill the intel_dsc_get_pps_config function
` [Intel-gfx] [PATCH v5 8/8] drm/i915/display: Compare the readout dsc pps params

[syzbot] Monthly ntfs report (Aug 2023)
 2023-08-03  7:02 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.