All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-28 20:12:15 to 2024-04-28 23:02:23 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-04-28 23:02 UTC 

[PATCH 00/18] Staging: rtl8192e: Rename variables in rtl819x_HTProc.c
 2024-04-28 23:01 UTC  (19+ messages)
` [PATCH 01/18] Staging: rtl8192e: Rename variable CurSTAExtChnlOffset
` [PATCH 02/18] Staging: rtl8192e: Rename variable CurrentAMPDUFactor
` [PATCH 03/18] Staging: rtl8192e: Rename variable OptMode
` [PATCH 04/18] Staging: rtl8192e: Rename variable LSigTxopProtect
` [PATCH 05/18] Staging: rtl8192e: Rename variable ChlWidth
` [PATCH 06/18] Staging: rtl8192e: Rename variable AdvCoding
` [PATCH 07/18] Staging: rtl8192e: Rename variable MimoPwrSave
` [PATCH 08/18] Staging: rtl8192e: Rename variable ShortGI40Mhz
` [PATCH 09/18] Staging: rtl8192e: Rename variable ShortGI20Mhz
` [PATCH 10/18] Staging: rtl8192e: Rename variable GreenField
` [PATCH 11/18] Staging: rtl8192e: Rename variable TxSTBC
` [PATCH 12/18] Staging: rtl8192e: Rename variable RxSTBC
` [PATCH 13/18] Staging: rtl8192e: Rename variable DelayBA
` [PATCH 14/18] Staging: rtl8192e: Rename variable MaxAMSDUSize
` [PATCH 15/18] Staging: rtl8192e: Rename variable MaxRxAMPDUFactor
` [PATCH 16/18] Staging: rtl8192e: Rename variable MPDUDensity
` [PATCH 17/18] Staging: rtl8192e: Rename variable ExtHTCapInfo
` [PATCH 18/18] Staging: rtl8192e: Rename variable DssCCk

[PATCH 0/1] completion: send-email: don't complete revs when --no-format-patch
 2024-04-28 22:55 UTC  (5+ messages)
  ` [PATCH v2 1/1] completion: "

RTT-PROBE: lore-subspace-rtt
 2024-04-28 22:52 UTC 

[PATCH 0/2] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-04-28 22:44 UTC  (7+ messages)
` [PATCH 2/2] drivers: soc: "

RTT-PROBE: lore-subspace-rtt
 2024-04-28 22:42 UTC 

General Protection Fault in md raid10
 2024-04-28 22:38 UTC  (7+ messages)

[PATCH v2] drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2
 2024-04-28 22:36 UTC  (6+ messages)

[syzbot] [bluetooth?] possible deadlock in hci_dev_do_close (2)
 2024-04-28 22:35 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-28 22:32 UTC 

[PATCH 00/13] builtin: implement, document and test url-parse
 2024-04-28 22:31 UTC  (14+ messages)
` [PATCH 01/13] url: move helper function to URL header and source
` [PATCH 02/13] urlmatch: define url_parse function
` [PATCH 03/13] builtin: create url-parse command
` [PATCH 04/13] url-parse: add URL parsing helper function
` [PATCH 05/13] url-parse: enumerate possible URL components
` [PATCH 06/13] url-parse: define component extraction helper fn
` [PATCH 07/13] url-parse: define string to component converter fn
` [PATCH 08/13] url-parse: define usage and options
` [PATCH 09/13] url-parse: parse options given on the command line
` [PATCH 10/13] url-parse: validate all given git URLs
` [PATCH 11/13] url-parse: output URL components selected by user
` [PATCH 12/13] Documentation: describe the url-parse builtin
` [PATCH 13/13] tests: add tests for the new "

x86: dynamic pt_regs pointer and kernel stack randomization
 2024-04-28 22:28 UTC 

[PATCH v3 0/8] refs: add symref support to 'git-update-ref'
 2024-04-28 22:28 UTC  (5+ messages)
` [PATCH v4 0/7] add symref-* commands to 'git-update-ref --stdin'
  ` [PATCH v4 3/7] update-ref: add support for 'symref-verify' command

QEMU Community Call Agenda Items (April 30th, 2024)
 2024-04-28 22:25 UTC 

[PATCH 00/24] exec: Rework around CPUState user fields (part 2)
 2024-04-28 22:22 UTC  (26+ messages)
` [PATCH 01/24] exec/user: Move 'thunk.h' from 'exec/user' to 'user'
` [PATCH 02/24] coverity: Update user emulation regexp
` [PATCH 03/24] accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
` [PATCH 04/24] accel/tcg: Duplicate cpu_exit() for user / system
` [PATCH 05/24] accel/tcg: Extract tcg_cpu_exit() from cpu_exit()
` [PATCH 06/24] accel: Introduce AccelOpsClass::exit_vcpu_thread() handler
` [PATCH 07/24] accel/tcg: Implement "
` [PATCH 08/24] user: Forward declare TaskState type definition
` [PATCH 09/24] user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
` [PATCH 10/24] user: Use get_task_state() helper
` [PATCH 11/24] accel/tcg: Allocate per-vCPU accel state in create_vcpu_thread()
` [PATCH 12/24] accel/tcg: Move TaskState from CPUState to TCG AccelCPUState
` [PATCH 13/24] accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
` [PATCH 14/24] accel/tcg: Move plugin fields to CPUNegativeOffsetState
` [PATCH 15/24] accel/tcg: Restrict IcountDecr and CPUTLB to TCG
` [PATCH 16/24] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPUState
` [PATCH 17/24] accel/tcg: Move @mem_io_pc "
` [PATCH 18/24] accel/tcg: Move @cflags_next_tb "
` [PATCH 19/24] accel/tcg: Move @iommu_notifiers "
` [PATCH 20/24] accel/tcg: Move @tb_jmp_cache "
` [PATCH 21/24] accel/tcg: Remove NULL check in tcg_flush_jmp_cache()
` [PATCH 22/24] accel/tcg: Move @tcg_cflags from CPUState to TCG AccelCPUState
` [PATCH 23/24] accel/tcg: Restrict icount to system emulation
` [PATCH 24/24] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState

RTT-PROBE: lore-subspace-rtt
 2024-04-28 22:22 UTC 

[PATCH v2 00/12] exec: Rework around CPUState user fields
 2024-04-28 22:17 UTC  (16+ messages)
` [PATCH v2 01/12] plugins: Update stale comment
` [PATCH v2 02/12] plugins/api: Only include 'exec/ram_addr.h' with system emulation
` [PATCH v2 03/12] exec: Include missing license in 'exec/cpu-common.h'
` [PATCH v2 04/12] exec/cpu: Indent TARGET_PAGE_foo definitions
` [PATCH v2 05/12] exec/cpu: Remove obsolete PAGE_RESERVED definition
` [PATCH v2 06/12] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
` [PATCH v2 07/12] exec/cpu: Extract page-protection definitions to page-protection.h
` [PATCH v2 08/12] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
` [PATCH v2 09/12] accel/tcg: Restrict cpu_loop_exit_requested() to TCG
` [PATCH v2 10/12] accel/tcg: Remove pointless initialization of cflags_next_tb
` [PATCH v2 11/12] accel/tcg: Reset TCG specific fields in tcg_cpu_reset_hold()
` [PATCH v2 12/12] accel/tcg: Access tcg_cflags with getter / setter

[PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-04-28 22:12 UTC  (7+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-28 22:12 UTC 

[PATCH] crypto: ecc - Protect ecc_digits_from_bytes from reading too many bytes
 2024-04-28 22:12 UTC  (2+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-04-28 22:04 UTC  (14+ messages)
` [PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v4 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v4 13/12] net: lan865x: optional hardware reset

[PATCH] selftests: default to host arch for LLVM builds
 2024-04-28 22:04 UTC  (3+ messages)

[RFC PATCH v2 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup
 2024-04-28 22:04 UTC  (3+ messages)
` [RFC PATCH v2 1/1] "

[PATCH v12 00/14] Add Cgroup support for SGX EPC memory
 2024-04-28 22:03 UTC  (7+ messages)
` [PATCH v12 14/14] selftests/sgx: Add scripts for EPC cgroup testing

RTT-PROBE: lore-subspace-rtt
 2024-04-28 22:02 UTC 

(no subject)
 2024-04-28 22:02 UTC  (4+ messages)
` [PATCH 1/2] drm/xe: rename gt invalidation functions
` [PATCH 2/2] drm/xe: preparations for multi instance TLB invalidations
` ✗ CI.Patch_applied: failure for series starting with [1/2] drm/xe: rename gt invalidation functions

[PATCH 00/30] Remove PG_error flag
 2024-04-28 21:42 UTC  (5+ messages)
` [PATCH 22/30] squashfs: Convert squashfs_symlink_read_folio to use folio APIs
` [PATCH 23/30] squashfs: Remove calls to set the folio error flag

[PATCH bpf-next v3] bpf, docs: Clarify PC use in instruction-set.rst
 2024-04-28 22:01 UTC  (4+ messages)
` [Bpf] "

[PATCH v2] riscv: misaligned: remove CONFIG_RISCV_M_MODE specific code
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH v13 0/4] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH v3 RESEND] riscv: select ARCH_HAS_FAST_MULTIPLIER
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH v2] riscv: hwprobe: export Zihintpause ISA extension
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH v3 0/2] riscv: fix patching with IPI
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH v3 RESEND] riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH v3 RESEND 0/2] riscv: enable lockless lockref implementation
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH] cpuidle: riscv-sbi: Add cluster_pm_enter()/exit()
 2024-04-28 22:00 UTC  (3+ messages)

[PATCH 0/2] Minor cleanup of pgtable_l{4,5}_enabled
 2024-04-28 22:00 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag
 2024-04-28 21:58 UTC  (2+ messages)

(no subject)
 2024-04-28 21:57 UTC  (4+ messages)
` [PATCH 1/2] drm/xe: rename gt invalidation functions
` [PATCH 2/2] drm/xe: preparations for multi instance TLB invalidations
` ✗ CI.Patch_applied: failure for series starting with [1/2] drm/xe: rename gt invalidation functions

[syzbot] [xfs?] possible deadlock in xfs_qm_flush_one
 2024-04-28 21:56 UTC  (2+ messages)

linux-next: duplicate patch in the risc-v tree
 2024-04-28 21:55 UTC  (2+ messages)

Linux kernel 6.9-rc6 released
 2024-04-28 21:52 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-28 21:52 UTC 

[GIT PULL] turbostat 2024.04.27 for linux-next
 2024-04-28 21:52 UTC  (2+ messages)

[RFC for-6.10/block] loop: Fix a race between loop detach and loop open
 2024-04-28 21:49 UTC  (2+ messages)

[PATCH 1/2] drm: print top commit sha after loading the driver
 2024-04-28 21:49 UTC  (5+ messages)
` [PATCH 2/2] drm/xe: set last driver commit sha
` ✓ CI.Patch_applied: success for series starting with [1/2] drm: print top commit sha after loading the driver
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[openeuler:OLK-6.6 7604/7619] drivers/net/ethernet/bzwx/nce/comm/txrx.c:555:6: warning: no previous prototype for function 'ne6x_alloc_rx_buffers'
 2024-04-28 21:42 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-28 21:42 UTC 

[linux-next:master 8878/8890] include/asm-generic/io.h:1184:(.text+0x2c36): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: (.xiptext+0x14c8)
 2024-04-28 21:41 UTC 

[PATCH v2 0/2] arm64: dts: rockchip: Add Radxa ROCK 3C
 2024-04-28 21:41 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: arm: rockchip: add "

linux-next: duplicate patch in the landlock tree
 2024-04-28 21:41 UTC 

[PATCH] drm/xe: add wopcm region size to the device info
 2024-04-28 21:39 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH v2] apache2: fix multilib files confliction
 2024-04-28 21:32 UTC  (2+ messages)
` [oe] "

linux-next: duplicate patches in the mediatek tree
 2024-04-28 21:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-28 21:32 UTC 

linux-next: duplicate patch in the mm-nonmm-stable tree
 2024-04-28 21:25 UTC 

[PATCH v20 0/5] Introducing trace buffer mapping by user-space
 2024-04-28 21:24 UTC  (5+ messages)
` [PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions

RTT-PROBE: lore-subspace-rtt
 2024-04-28 21:22 UTC 

[syzbot] [serial?] KMSAN: uninit-value in gsmld_receive_buf
 2024-04-28 21:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-28 21:12 UTC 

[PATCH v6 00/18] Intel IPU6 and IPU6 input system drivers
 2024-04-28 21:09 UTC  (7+ messages)
` [PATCH v6 12/18] media: intel/ipu6: input system video nodes and buffer queues
` [PATCH v6 16/18] media: intel/ipu6: support line-based metadata capture support

[PATCH v3] flock: add support for using fcntl() with open file description locks
 2024-04-28 21:07 UTC  (2+ messages)

[PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach
 2024-04-28 21:07 UTC  (13+ messages)

[PATCH 0/7] drm/msm: Initial fixes for DUALPIPE (+DSC) topology
 2024-04-28 21:06 UTC  (4+ messages)
` [PATCH 5/7] drm/msm/dpu: Correct dual-ctl -> dual-intf typo in comment

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-28 21:06 UTC  (7+ messages)
` [PATCH v4 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v4 08/11] xfs: use kvmalloc for xattr buffers

RTT-PROBE: lore-subspace-rtt
 2024-04-28 21:02 UTC 

Linux 6.9-rc6
 2024-04-28 20:58 UTC 

[PATCH v3 0/3] meson pwm small fixes
 2024-04-28 20:55 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-28 20:52 UTC 

[PATCH] drm/i915/gt: Disarm breadcrumbs if engines are already idle
 2024-04-28 20:42 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/gt: Disarm breadcrumbs if engines are already idle (rev2)

RTT-PROBE: lore-subspace-rtt
 2024-04-28 20:42 UTC 

[tip:master] BUILD SUCCESS 0a2f1c12ac1323c78789ca3ff28d2f99447a30c9
 2024-04-28 20:40 UTC 

[tip:sched/urgent] BUILD SUCCESS 257bf89d84121280904800acd25cc2c444c717ae
 2024-04-28 20:40 UTC 

[...] unregister_netdevice: waiting for ax0 to become free. Usage count = -1
 2024-04-28 19:57 UTC  (2+ messages)

[linux-6.1 test] 185849: regressions - FAIL
 2024-04-28 20:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-28 20:32 UTC 

[RESEND PATCH v6 0/2] IIO: Use device_for_each_child_scope()
 2024-04-28 20:25 UTC  (4+ messages)
` [PATCH v6 1/2] iio: adc: mcp3564: Use device_for_each_child_node_scoped()

SR-IOV + switchdev + vlan + Mellanox: Cannot ping
 2024-04-28 20:24 UTC  (3+ messages)

[RFC] drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
 2024-04-28 20:22 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in force_sig_info_to_task
 2024-04-28 20:22 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-28 20:22 UTC 

[PATCH] mm/slab: make __free(kfree) accept error pointers
 2024-04-28 20:20 UTC  (2+ messages)

[Buildroot] [git commit branch/2024.02.x] support/testing: fix trace-cmd runtime test
 2024-04-28 20:11 UTC 

[PULL 00/38] Exec / accelerators patches
 2024-04-28 20:12 UTC  (3+ messages)
` [PULL 20/38] accel/whpx: Use accel-specific per-vcpu @dirty field

[PATCH 00/14] exec: Rework around CPUState user fields
 2024-04-28 20:13 UTC  (7+ messages)
` [RFC PATCH 09/14] exec/cpu: Restrict user-specific page definitions
` [PATCH 10/14] exec/user: Restrict 'syscall-trace.h' to user emulation

RTT-PROBE: lore-subspace-rtt
 2024-04-28 20:12 UTC 

[Buildroot] [PATCH 1/1] support/testing: fix trace-cmd runtime test
 2024-04-28 20:12 UTC  (2+ 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.