All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-14 00:11:05 to 2023-06-14 01:36:04 UTC [more...]

[RESEND 1/1] linux-5.10/rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
 2023-06-14  1:35 UTC 

[PULL 00/60] riscv-to-apply queue
 2023-06-14  1:20 UTC  (59+ messages)
` [PULL 01/60] target/riscv/vector_helper.c: skip set tail when vta is zero
` [PULL 02/60] target/riscv: Move zc* out of the experimental properties
` [PULL 03/60] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PULL 04/60] target/riscv/cpu.c: remove set_vext_version()
` [PULL 05/60] target/riscv/cpu.c: remove set_priv_version()
` [PULL 06/60] target/riscv: add PRIV_VERSION_LATEST
` [PULL 07/60] target/riscv: Mask the implicitly enabled extensions in isa_string based on priv version
` [PULL 08/60] target/riscv: Update check for Zca/Zcf/Zcd
` [PULL 09/60] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
` [PULL 10/60] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
` [PULL 11/60] target/riscv/cpu.c: validate extensions before riscv_timer_init()
` [PULL 12/60] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PULL 13/60] target/riscv: rework write_misa()
` [PULL 14/60] target/riscv: Update pmp_get_tlb_size()
` [PULL 15/60] target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
` [PULL 16/60] target/riscv: Make the short cut really work in pmp_hart_has_privs
` [PULL 17/60] target/riscv: Change the return type of pmp_hart_has_privs() to bool
` [PULL 18/60] target/riscv: Make RLB/MML/MMWP bits writable only when Smepmp is enabled
` [PULL 19/60] target/riscv: Remove unused paramters in pmp_hart_has_privs_default()
` [PULL 21/60] target/riscv: Update the next rule addr in pmpaddr_csr_write()
` [PULL 22/60] target/riscv: Flush TLB when pmpaddr is updated
` [PULL 23/60] target/riscv: Flush TLB only when pmpcfg/pmpaddr really changes
` [PULL 24/60] target/riscv: Separate pmp_update_rule() in pmpcfg_csr_write
` [PULL 25/60] target/riscv: Deny access if access is partially inside the PMP entry
` [PULL 26/60] hw/riscv/opentitan: Rename machine_[class]_init() functions
` [PULL 27/60] hw/riscv/opentitan: Declare QOM types using DEFINE_TYPES() macro
` [PULL 28/60] hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definition
` [PULL 29/60] hw/riscv/opentitan: Explicit machine type definition
` [PULL 30/60] hw/riscv/opentitan: Correct OpenTitanState parent type/size
` [PULL 31/60] hw/riscv: qemu crash when NUMA nodes exceed available CPUs
` [PULL 32/60] target/riscv: Fix pointer mask transformation for vector address
` [PULL 33/60] target/riscv: Update cur_pmmask/base when xl changes
` [PULL 34/60] target/riscv: smstateen check for fcsr
` [PULL 36/60] target/riscv: smstateen knobs
` [PULL 37/60] disas: Change type of disassemble_info.target_info to pointer
` [PULL 38/60] target/riscv: Split RISCVCPUConfig declarations from cpu.h into cpu_cfg.h
` [PULL 39/60] target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
` [PULL 40/60] disas/riscv.c: Support disas for Zcm* extensions
` [PULL 41/60] disas/riscv.c: Support disas for Z*inx extensions
` [PULL 42/60] disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions
` [PULL 43/60] disas/riscv.c: Fix lines with over 80 characters
` [PULL 44/60] disas/riscv.c: Remove redundant parentheses
` [PULL 45/60] target/riscv: Fix target address to update badaddr
` [PULL 46/60] target/riscv: Introduce cur_insn_len into DisasContext
` [PULL 47/60] target/riscv: Change gen_goto_tb to work on displacements
` [PULL 48/60] target/riscv: Change gen_set_pc_imm to gen_update_pc
` [PULL 49/60] target/riscv: Use true diff for gen_pc_plus_diff
` [PULL 50/60] target/riscv: Enable PC-relative translation
` [PULL 51/60] target/riscv: Remove pc_succ_insn from DisasContext
` [PULL 52/60] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
` [PULL 53/60] riscv/virt: Support using pflash via -blockdev option
` [PULL 54/60] docs/system: riscv: Add pflash usage details
` [PULL 55/60] util/log: Add vector registers to log
` [PULL 56/60] target/riscv: Fix initialized value for cur_pmmask
` [PULL 57/60] target/riscv/vector_helper.c: clean up reference of MTYPE
` [PULL 58/60] target/riscv/vector_helper.c: Remove the check for extra tail elements
` [PULL 59/60] target/riscv: Smepmp: Return error when access permission not allowed in PMP
` [PULL 60/60] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only

[PATCH v3 0/6] ceph: print the client global id for debug logs
 2023-06-14  1:30 UTC  (6+ messages)
` [PATCH v3 1/6] ceph: add the *_client debug macros support
` [PATCH v3 2/6] ceph: pass the mdsc to several helpers
` [PATCH v3 3/6] ceph: rename _to_client() to _to_fs_client()
` [PATCH v3 4/6] ceph: move mdsmap.h to fs/ceph/
` [PATCH v3 5/6] ceph: add ceph_inode_to_client() helper support

[PATCH v2 0/6] ceph: print the client global id for debug logs
 2023-06-14  1:31 UTC  (5+ messages)
  ` [PATCH v2 6/6] ceph: print the client global_id in all the "

[PATCH] clk: sprd: composite: Fix unsigned comparison with less than zero
 2023-06-14  1:30 UTC 

[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
 2023-06-14  1:30 UTC  (8+ messages)
` [PATCH -next V13 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V13 2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V13 3/3] riscv: stack: Add config of thread stack size

[PATCH] drm/fbdev-generic: Remove a redundant assignment clause
 2023-06-14  1:30 UTC  (2+ messages)

[PATCH 0/5] arm64: docs: Move the arm64 docs under Documentation/arch/
 2023-06-14  1:29 UTC  (4+ messages)
` [PATCH 1/5] docs: arm64: Move arm64 documentation "

[PATCH -next 1/3] clk: sprd: composite: Fix unsigned comparison with less than zero
 2023-06-14  1:29 UTC  (3+ messages)
` [PATCH -next 2/3] clk: stm32: core: "
` [PATCH -next 3/3] clk: tegra: "

[PATCH v3 0/6] KVM: selftests: add powerpc support
 2023-06-14  0:20 UTC  (3+ messages)
` [PATCH v3 3/6] KVM: PPC: selftests: add support for powerpc

[PATCH] app/testpmd: fix IPv6 tunnel packet checksum error
 2023-06-14  1:26 UTC  (3+ messages)
` [PATCH v2] net/ice:fix tunnel packet TX descriptor error

[RFC PATCH 0/2] lib: reset: thead: Correct dts naming convention
 2023-06-14  1:25 UTC  (23+ messages)
` [RFC PATCH 2/2] lib: reset: thead: Correct the naming convention of dts

[seabios test] 181413: tolerable FAIL - PUSHED
 2023-06-14  1:24 UTC 

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-14  1:22 UTC  (7+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 05/21] arm64/kexec: refactor for kernel/Kconfig.kexec

[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-14  1:20 UTC  (9+ messages)
` [PATCH drm-next v4 03/14] drm: manager to keep track of GPUs VA mappings
    ` [Nouveau] "
` [PATCH drm-next v4 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs
    ` [Nouveau] "

[PATCH] drm/amd/display: Convert to kdoc formats in dc/core/dc.c
 2023-06-14  1:21 UTC 

Some questions about using the perf tool in ARM-SPE
 2023-06-14  1:21 UTC  (4+ messages)

[PATCH v7 0/2] Amiga RDB partition support fixes
 2023-06-14  1:20 UTC  (7+ messages)
` [PATCH v7 2/2] block: add overflow checks for Amiga partition support

[PATCH v14 0/1] Introduce Nuvoton ma35d1 SoC
 2023-06-14  1:18 UTC  (7+ messages)
` [PATCH v14 1/1] tty: serial: Add Nuvoton ma35d1 serial driver support

inconsistence in mprotect_fixup mlock_fixup madvise_update_vma
 2023-06-14  1:18 UTC  (5+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2023-06-14  1:17 UTC 

[PATCH 0/8] ASoC: Use the maple tree register cache for RealTek SoundWire CODECs
 2023-06-14  1:15 UTC  (2+ messages)

[OE-core][PATCH 0/6] weston-init: add extra config for weston global socket
 2023-06-14  1:16 UTC  (7+ messages)
` [OE-core][PATCH 4/6] weston-init: fix the mixed indentation
            ` [EXTERNAL] "

[Intel-gfx] [PATCH 0/4] Use non traceable api in display trace code
 2023-06-14  1:16 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Fwd: Dell XPS 13 ath10k_pci firmware crashed!
 2023-06-14  1:15 UTC  (2+ messages)

[dm-devel] [PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
 2023-06-14  1:15 UTC  (5+ messages)
` [dm-devel] [PATCH -next v2 3/6] md: add a mutex to synchronize idle and frozen in action_store()

[PATCH] io_uring/io-wq: don't clear PF_IO_WORKER on exit
 2023-06-14  1:14 UTC  (4+ messages)

[usb:usb-testing] BUILD SUCCESS WITH WARNING 53d061c19dc4cb68409df6dc11c40389c8c42a75
 2023-06-14  1:12 UTC 

[PATCH 0/3] riscv: Add ACLINT mtimer and mswi devices support
 2023-06-14  1:11 UTC  (3+ messages)
` [PATCH 2/3] riscv: clint: Update the sifive clint ipi driver to support aclint

[PATCH v2] SUNRPC: Remove strlcpy
 2023-06-14  1:10 UTC  (3+ messages)

❌ FAIL: Test report for master (6.4.0-rc6, mainline.kernel.org-clang, b6dad517)
 2023-06-14  1:11 UTC 

[PATCH v2] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-14  1:08 UTC  (5+ messages)

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-14  1:09 UTC  (3+ messages)

[PATCH v9 0/6] notes.c: introduce "--separator" option
 2023-06-14  1:10 UTC  (4+ messages)
` [PATCH v9 4/6] notes.c: introduce '--separator=<paragraph-break>' option
    ` [PATCH] notes: do not access before the beginning of an array

[Intel-wired-lan] [PATCH iwl-net v3] igc: Add TransmissionOverrun counter
 2023-06-14  1:07 UTC  (9+ messages)

[PATCH v1] perf tool x86: Fix perf_env memory leak
 2023-06-14  1:06 UTC  (2+ messages)

[PATCH 00/19] cxl: Device memory setup
 2023-06-14  1:06 UTC  (9+ messages)
` [PATCH 03/19] cxl/mbox: Move mailbox related driver state to its own data structure
` [PATCH 08/19] cxl/port: Enumerate flit mode capability
` [PATCH 17/19] cxl/region: Define a driver interface for HPA free space enumeration

[PATCH v2] dm: Support turning off io stat accounting
 2023-06-14  0:59 UTC 

[PATCH v1] add IVSC support for IPU bridge driver
 2023-06-14  1:04 UTC 

[PATCH] kallsyms: Replace all non-returning strlcpy with strscpy
 2023-06-14  1:03 UTC 

[igt-dev] [PATCH v2 i-g-t] tests/i915_pm_freq_api: Add a suspend subtest
 2023-06-14  1:01 UTC  (4+ messages)
` [igt-dev] [Intel-gfx] "
  `  "

[PATCH net-next] tools: ynl-gen: fix nested policy attribute type
 2023-06-14  0:59 UTC  (4+ messages)
` [PATCH net-next] tools: ynl-gen: generate docs for <name>_max/_mask enums

[oe][meta-oe][PATCH] opengl-es-cts: 3.2.8.0 -> 3.2.9.3
 2023-06-14  0:56 UTC 

[PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
 2023-06-14  0:55 UTC  (2+ messages)

[Intel-xe] [RFC 0/2] Add mmio register rw tracing
 2023-06-14  0:53 UTC  (13+ messages)
` [Intel-gfx] "
` [Intel-gfx] [RFC 1/2] drm/xe: Move mmio read/write functions to xe_mmio.c
  ` [Intel-xe] "
` [Intel-xe] [RFC 2/2] drm/xe: Add reg read/write trace
  ` [Intel-gfx] "
` [Intel-xe] ✓ CI.Patch_applied: success for Add mmio register rw tracing
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[PATCH v2 led] leds: trigger: netdev: uninitialized variable in netdev_trig_activate()
 2023-06-14  0:51 UTC  (2+ messages)

[PATCH v6 1/2] dt-bindings: iio: adc: add max14001
 2023-06-14  0:48 UTC  (2+ messages)
` [PATCH v6 2/2] iio: adc: max14001: New driver

[PATCH v3] blk-mq: check on cpu id when there is only one ctx mapping
 2023-06-14  0:25 UTC  (2+ messages)

[PATCH -next] jbd2: remove unused function '__cp_buffer_busy'
 2023-06-14  0:44 UTC 

[syzbot] [net?] WARNING in unreserve_psock
 2023-06-14  0:43 UTC  (2+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-14  0:42 UTC  (15+ messages)
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot

[Intel-gfx] [PATCH] drm/i915: Remove prototype for intel_cx0_phy_ddi_vswing_sequence()
 2023-06-14  0:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 6.1.y-cip 0/7] RZ/V2M UART FIFO support
 2023-06-14  0:40 UTC  (2+ messages)

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-06-14  0:40 UTC  (8+ messages)
` [PATCH v3 00/16] refs: implement jump "
  ` [PATCH v3 09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
  ` [PATCH v3 10/16] refs/packed-backend.c: add trace2 counters for jump list
  ` [PATCH v3 12/16] refs/packed-backend.c: ignore complicated hidden refs rules

[PATCH 5.10.y-cip 0/7] RZ/V2M UART FIFO support
 2023-06-14  0:39 UTC  (2+ messages)

[PATCH 0/2] nvme: fix two kinds of IO hang from removing NSs
 2023-06-14  0:38 UTC  (4+ messages)
` [PATCH 2/2] nvme: don't freeze/unfreeze queues from different contexts

next/pending-fixes build: 180 builds: 3 failed, 177 passed, 7 errors, 45 warnings (v6.4-rc6-257-gbc9b3eb6d292)
 2023-06-14  0:36 UTC 

[PATCH v3] uml: Replace strlcpy with strscpy
 2023-06-14  0:36 UTC  (2+ messages)

[PATCH v3 0/2] leds: trigger: netdev: add additional modes
 2023-06-14  0:35 UTC  (3+ messages)
` [PATCH v3 2/2] leds: trigger: netdev: add additional specific link duplex mode

[PATCH] dt-bindings: i2c: opencores: Add missing type for "regstep"
 2023-06-14  0:31 UTC  (2+ messages)

[PATCH v2] CodingGuidelines: use octal escapes, not hex
 2023-06-14  0:28 UTC  (2+ messages)

[PATCH net-next] tools: ynl: work around stale system headers
 2023-06-14  0:28 UTC 

[PATCH] block: Add config option to not allow writing to mounted devices
 2023-06-14  0:26 UTC  (3+ messages)

[PATCH v4 00/24] sched: Introduce classes of tasks for load balance
 2023-06-14  0:29 UTC  (3+ messages)
` [PATCH v4 06/24] sched/fair: Collect load-balancing stats for IPC classes

[jirislaby:devel 35/55] drivers/tty/serial/serial_port.c:23:3: error: call to undeclared function 'uart_circ_chars_pending'; ISO C99 and later do not support implicit function declarations
 2023-06-14  0:23 UTC 

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-14  0:23 UTC  (6+ messages)

[PATCH 0/8] add snd_soc_{of_}get_dlc()
 2023-06-14  0:20 UTC  (9+ messages)
` [PATCH 1/8] ASoC: soc-core.c: "
` [PATCH 2/8] ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()
` [PATCH 3/8] ASoC: fsl: use snd_soc_{of_}get_dlc()
` [PATCH 4/8] ASoC: qcom: "
` [PATCH 5/8] ASoC: meson: "
` [PATCH 6/8] ASoC: samsung: "
` [PATCH 7/8] ASoC: soc-core.c: "
` [PATCH 8/8] ASoC: simple-card.c: "

[syzbot] [net?] KASAN: stack-out-of-bounds Read in skb_splice_from_iter
 2023-06-14  0:20 UTC  (2+ messages)

[PATCH v2] usb: typec: ucsi: Mark dGPUs as DEVICE scope
 2023-06-14  0:16 UTC  (2+ messages)

3.2.2: "lock requires two atomic ops"
 2023-06-14  0:15 UTC 

[PATCH] btrfs: do not BUG_ON after failure to migrate space during truncation
 2023-06-14  0:11 UTC  (2+ messages)

[GIT PULL] nios2: fix for v6.4
 2023-06-14  0:10 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.