All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-14 20:35:29 to 2025-03-14 21:56:20 UTC [more...]

[PATCH 00/12] lwIP sandbox tests
 2025-03-14 21:55 UTC  (4+ messages)
` [PATCH 01/12] net: lwip: do_ping() should return CMD_RET_FAILURE when no device
` [PATCH 02/12] net: lwip: fix initialization sequence before a command
` [PATCH 03/12] net: lwip: provide net_start_again()

[PATCH] configure: disable split_debug on Windows and on non-git builds
 2025-03-14 21:53 UTC  (5+ messages)

[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
 2025-03-14 21:54 UTC  (3+ messages)
` [PATCH v3 6/6] rust: use strict provenance APIs

[PATCH v2 0/5] Minor memcg cleanups & prep for memdescs
 2025-03-14 21:53 UTC  (6+ messages)
` [PATCH v2 1/5] mm: Separate folio_split_memcg_refs() from split_page_memcg()
` [PATCH v2 3/5] mm: Remove references to folio in split_page_memcg()

[PATCH] drm/xe/hw_engine_class_sysfs: Allow to inject error during probe
 2025-03-14 21:53 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/hw_engine_class_sysfs: Allow to inject error during probe (rev2)

[meta-arago][scarthgap/master][PATCH] packagegroup-arago-tisdk-graphics : Add ti-gc320-libs-dev package
 2025-03-14 21:51 UTC  (5+ messages)

[PATCH 0/7] btrfs: remove ASSERT()s for folio_order() and folio_test_large()
 2025-03-14 21:50 UTC  (4+ messages)
` [PATCH 1/7] btrfs: send: remove the again label inside put_file_data()

[f2fs-dev] [PATCH] f2fs: fix to avoid atomicity corruption of atomic file
 2025-03-14 21:50 UTC  (3+ messages)
    `  "

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-03-14 21:39 UTC  (43+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v12 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v12 09/28] riscv mmu: write protect and shadow stack
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v12 15/28] riscv/traps: Introduce software check exception
` [PATCH v12 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v12 21/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v12 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH 1/7] drm/amd/amdgpu: Simplify SDMA reset mechanism by removing dynamic callbacks
 2025-03-14 21:46 UTC  (8+ messages)

[PATCH net-next] tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
 2025-03-14 21:44 UTC  (3+ messages)

[PATCH net] tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
 2025-03-14 21:41 UTC 

[PATCH 00/20] x86: Cleanup alternative_io() and friends, prep for asm_call()
 2025-03-14 21:41 UTC  (21+ messages)
` [PATCH 01/20] x86/cpu: Use named asm operands in prefetch[w]()
` [PATCH 02/20] x86/apic: Use named asm operands in native_apic_mem_write()
` [PATCH 03/20] x86/mm: Use named asm operands in task_size_max()
` [PATCH 04/20] x86/cpu: Use named asm operands in clflushopt()
` [PATCH 05/20] x86/asm: Always use flag output operands
` [PATCH 06/20] x86/asm: Remove CC_SET()
` [PATCH 07/20] x86/alternative: Remove operand numbering restrictions
` [PATCH 08/20] x86/asm: Replace ASM_{OUTPUT,INPUT}() with ARG()
` [PATCH 09/20] x86/alternative: Simplify alternative_io() interface
` [PATCH 10/20] x86/alternative: Add alternative_2_io()
` [PATCH 11/20] x86/alternative: Make alternative() a wrapper around alternative_io()
` [PATCH 12/20] x86/cpu: Use alternative_io() in prefetch[w]()
` [PATCH 13/20] x86/alternative: Remove alternative_input()
` [PATCH 14/20] x86/barrier: Use alternative_io() in 32-bit barrier functions
` [PATCH 15/20] x86/cpu/amd: Use named asm operands in asm_clear_divider()
` [PATCH 16/20] x86/cpu: Use alternative_io() in amd_clear_divider()
` [PATCH 17/20] x86/smap: Use named asm operands in smap_{save,restore}()
` [PATCH 18/20] x86/smap: Use alternative_io() "
` [PATCH 19/20] x86/uaccess: Use alternative_io() in __untagged_addr()
` [PATCH 20/20] x86/msr: Use alternative_2_io() in rdtsc_ordered()

[scarthgap/master][PATCH] ti-sgx-ddk-km: work around incorrect target name selection
 2025-03-14 21:41 UTC  (2+ messages)
` [meta-ti] "

[PATCH 0/9] drm/i915/display: conversions to struct intel_display
 2025-03-14 21:40 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/display: conversions to struct intel_display (rev3)

[PATCH] media: vivid: fix FB dependency
 2025-03-14 21:38 UTC 

[PATCH v2 0/4] track memory used by balloon drivers
 2025-03-14 21:37 UTC  (5+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "
` [PATCH v2 2/4] balloon_compaction: update the NR_BALLOON_PAGES state
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] xen: balloon: "

[f2fs-dev] [PATCH 0/4] f2fs: Remove uses of writepage
 2025-03-14 21:38 UTC  (7+ messages)

[Buildroot] [PATCH v2 1/1] package/can-utils: bump to v2025.01
 2025-03-14 21:37 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/can-utils: bump to v2025.01
 2025-03-14 21:25 UTC 

[PATCH] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-03-14 21:36 UTC  (8+ messages)

[PATCH v1] dmaengine: dmatest: Fix dmatest waiting less when interrupted
 2025-03-14 21:35 UTC  (8+ messages)

[GIT PULL] Block fixes for 6.14-rc7
 2025-03-14 21:36 UTC  (2+ messages)

[git pull] device mapper fixes 2 for 6.14
 2025-03-14 21:35 UTC  (2+ messages)

[PATCH v2] drm/amdkfd: Update return value of config_dequeue_wait_counts
 2025-03-14 21:34 UTC  (4+ messages)

[PATCH 0/9] Minor cleanups and improvements to swap freeing code
 2025-03-14 21:34 UTC  (13+ messages)
` [PATCH 1/9] mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
` [PATCH 3/9] mm: swap: use __swap_entry_free() to free swap entry in swap_entry_put_locked()
` [PATCH 4/9] mm: swap: remove unneeded VM_BUG_ON(*map != SWAP_HAS_CACHE) in swap_entry_range_free()
` [PATCH 5/9] mm: swap: use swap_entries_free() drop last 1 flag in swap_entries_put_nr()
` [PATCH 6/9] mm: swap: drop last SWAP_MAP_SHMEM flag in batch "
` [PATCH 7/9] mm: swap: free each cluster individually in swap_entries_put_map_nr()

[PATCH] commands: hwclock: replace strncpy with strlcpy
 2025-03-14 21:33 UTC 

[PATCH v5 0/3] drm/i915: Fix harmful driver register/unregister asymmetry
 2025-03-14 21:34 UTC  (5+ messages)
` [PATCH v5 1/3] drm/i915: Downgrade device register error if injected
` [PATCH v5 2/3] drm/i915: Fix PXP cleanup missing from probe error rewind
` [PATCH v5 3/3] drm/i915: Fix harmful driver register/unregister asymmetry
` ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH] rust: kbuild: skip `--remap-path-prefix` for `rustdoc`
 2025-03-14 21:33 UTC 

[PATCH v9 0/6] scanf: convert self-test to KUnit
 2025-03-14 21:31 UTC  (6+ messages)
` (subset) "

[PATCH v5 0/3] drm/i915/xe3lpd: Update bandwidth parameters
 2025-03-14 21:29 UTC  (4+ messages)
` [PATCH v5 1/3] drm/i915/display: Convert intel_bw.c internally to intel_display

[PATCH v3 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-03-14 21:29 UTC  (6+ messages)
` [PATCH v3 2/4] platform/x86: Add Lenovo Gamezone WMI Driver

[PATCH RFC 0/2] Dynamically allocate memory to store task's full name
 2025-03-14 21:25 UTC  (2+ messages)

[Buildroot] [PATCH] package/libedit: bump to 20250104-3.1
 2025-03-14 21:23 UTC  (2+ messages)

[PATCH 0/2] gdb invalid memory access handling improvements
 2025-03-14 21:22 UTC  (6+ messages)
` [PATCH 1/2] gdbstub: Add phys_memory_rw_debug for physical memory access
` [PATCH 2/2] memory: suppress INVALID_MEM logs caused by debug access

[Buildroot] [git commit branch/next] package/libedit: bump to 20250104-3.1
 2025-03-14 21:06 UTC 

[PATCH i-g-t] tests/intel/xe_fault_injection: Add test for xe_hw_engine_class_sysfs
 2025-03-14 21:23 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH v2] ARM/vgic: Use for_each_set_bit() in vgic_mmio_write_sgir()
 2025-03-14 21:21 UTC 

[net-next PATCH v12 00/13] net: dsa: Add Airoha AN8855 support
 2025-03-14 21:19 UTC  (7+ messages)
` [net-next PATCH v12 07/13] net: mdio: regmap: add support for multiple valid addr

Complete with Docusign: Kvack Received a Document for Review
 2025-03-13 22:16 UTC 

[PATCH] ci: add yet another HW runner
 2025-03-14 21:19 UTC  (2+ messages)

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-14 21:19 UTC  (11+ messages)
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems

[PATCH V3] common/rc: explicitly test for engine availability in _require_fio
 2025-03-14 21:19 UTC  (2+ messages)

[PATCH] treewide: use fallthrough pseudo keyword in switches
 2025-03-14 21:18 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-03-14 21:18 UTC  (11+ messages)
` [PATCH bpf-next v9 1/6] locking/local_lock: Introduce localtry_lock_t

[PATCH v2] fuse: fix uring race condition for null dereference of fc
 2025-03-14 21:17 UTC  (2+ messages)

[PATCH 0/4] rev-list: introduce NUL-delimited output mode
 2025-03-14 21:16 UTC  (10+ messages)

[PATCH] usb: dwc3: xilinx: Prevent spike in reset signal
 2025-03-14 21:14 UTC  (2+ messages)

[PATCH] config.mak.dev: enable -Wunreachable-code
 2025-03-14 21:09 UTC  (5+ messages)
` [PATCH v2 0/3] -Wunreachable-code
  ` [PATCH v2 1/3] config.mak.dev: enable -Wunreachable-code
  ` [PATCH v2 2/3] run-command: use errno to check for sigfillset() error
  ` [PATCH v2 3/3] git-compat-util: add NOT_A_CONST macro and use it in atfork_prepare()

[PATCH v2] drm/msm/a6xx+: Don't let IB_SIZE overflow
 2025-03-14 21:08 UTC  (3+ messages)

[PATCH bpf-next v1] bpf: Fix out-of-bounds read in check_atomic_load/store()
 2025-03-14 21:08 UTC  (2+ messages)

[PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display
 2025-03-14 21:06 UTC  (3+ messages)
` [PATCH v2 03/12] dt-bindings: connector: Add the GOcontroll Moduline module slot bindings

[PATCH v3 0/5] PM: sleep: Improvements of async suspend and resume of devices
 2025-03-14 21:06 UTC  (2+ messages)

[PATCH v5 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2025-03-14 21:06 UTC  (5+ messages)

[PATCH 0/5] mm: reliable huge page allocator
 2025-03-14 21:05 UTC  (6+ messages)
` [PATCH 3/5] mm: page_alloc: defrag_mode
` [PATCH 5/5] mm: page_alloc: defrag_mode kswapd/kcompactd watermarks

[GIT PULL] arm64 fixes for -rc7
 2025-03-14 21:03 UTC  (3+ messages)

[PATCH V10 1/7] perf: Save PMU specific data in task_struct
 2025-03-14 21:05 UTC  (3+ messages)
` [PATCH V10 3/7] perf: attach/detach PMU specific data

[PATCH V9 1/7] perf: Save PMU specific data in task_struct
 2025-03-14 21:03 UTC  (6+ messages)
` [PATCH V9 3/7] perf: attach/detach PMU specific data

[Buildroot] [PATCH 1/2] package/tesseract-ocr: needs gcc >= 8
 2025-03-14 21:03 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] support/testing: test_gstreamer1: fix test by using bootlin toolchain

[GIT PULL] platform-drivers-x86 for v6.14-5
 2025-03-14 21:04 UTC  (2+ messages)

SARS Settlement Completed: Document Awaits Your Review & Signature for info | 3/14/2025
 2025-03-14 21:03 UTC 

[GIT PULL] gpio fixes for v6.14-rc7
 2025-03-14 21:04 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.14-rc7
 2025-03-14 21:04 UTC  (2+ messages)

[PATCH 00/37] accel/tcg, codebase: Build once patches
 2025-03-14 20:59 UTC  (8+ messages)
` [PATCH 32/37] include/hw/intc: Remove ifndef CONFIG_USER_ONLY from armv7m_nvic.h

[PATCH v2] media: dt-bindings: Convert Analog Devices ad5820 to DT schema
 2025-03-14 20:57 UTC  (3+ messages)

[RFC] openrisc: Add cacheinfo support
 2025-03-14 20:56 UTC  (4+ messages)

[PATCH v1 0/5] Optimize async device suspend/resume
 2025-03-14 20:49 UTC  (4+ messages)
` [PATCH v1 1/5] PM: sleep: Fix runtime PM issue in dpm_resume()

[meta-oe][PATCH 1/7] fluentbit: set UPSTREAM_CHECK_GITTAGREGEX
 2025-03-14 20:50 UTC  (7+ messages)
` [meta-oe][PATCH 2/7] fluentbit: upgrade 3.2.1 -> 3.2.8
` [meta-oe][PATCH 3/7] fluentbit: drop compiler optimization package configs
` [meta-oe][PATCH 4/7] fluentbit: fix valgrind package config
` [meta-oe][PATCH 5/7] fluentbit: fix shared-lib "
` [meta-oe][PATCH 6/7] fluentbit: add profiles "
` [meta-oe][PATCH 7/7] fluentbit: fix aws-error-reporter "

[RFC PATCH 00/13] Ultra Ethernet driver introduction
 2025-03-14 20:51 UTC  (7+ messages)

[PATCH v5 00/11] perf: Support multiple system call tables in the build
 2025-03-14 20:48 UTC  (10+ messages)

[PATCH v2] x86/hvm: Use for_each_set_bit() in hvm_emulate_writeback()
 2025-03-14 20:49 UTC 

[cxl:next] BUILD SUCCESS acc2913692413df9d1070896517e9f9c3a3b70ee
 2025-03-14 20:49 UTC 

[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-03-14 20:47 UTC  (3+ messages)
` [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version

[ANNOUNCE] Git v2.49.0
 2025-03-14 20:46 UTC  (3+ messages)
` Problems publishing Rust crates (was: [ANNOUNCE] Git v2.49.0)
  ` Problems publishing Rust crates

[PATCH v1] fuse: support configurable number of uring queues
 2025-03-14 20:44 UTC 

[PATCH v4 0/3] drm/xe/vf: Post-migration recovery of GGTT nodes and CTB
 2025-03-14 20:46 UTC  (3+ messages)
` [PATCH v4 3/3] drm/xe/vf: Fixup CTB send buffer messages after migration

[PATCH] x86/resctrl: Refactor to make adding extra MBM events easy
 2025-03-14 20:45 UTC  (2+ messages)

[PATCH v4 0/3] drm/xe: Fix survivability
 2025-03-14 20:45 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for drm/xe: Fix survivability (rev6)

[PATCH 0/2] rust: workqueue: remove HasWork::OFFSET
 2025-03-14 20:44 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] kvm-xfstests: fix wget progress bar support
 2025-03-14 20:44 UTC  (2+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-03-14 20:44 UTC  (2+ messages)

[meta-webserver][PATCH] xdebug: Upgrade to 3.4.2 release
 2025-03-14 20:40 UTC 

[PATCH v2 0/2] Enable USB MSC Boot for AM62, AM62A and AM62P
 2025-03-14 20:39 UTC  (2+ messages)

[PATCH] common: console: Delete obsolete VIDCONSOLE_AS_{LCD, NAME} options
 2025-03-14 20:39 UTC  (2+ messages)

[PATCH v1] arm: dts: npcm7xx: correct the timer node
 2025-03-14 20:39 UTC  (2+ messages)

[PATCH net] net: ethernet: microchip: lan743x: Fix memory allocation failure
 2025-03-14 20:37 UTC  (2+ messages)

[meta-arago][scarthgap/master][PATCH] packagegroup-arago-tisdk-gtk: set PACKAGE_ARCH
 2025-03-14 20:36 UTC  (4+ messages)

[PATCH bpf-next v5 00/13] bpf qdisc
 2025-03-14 20:35 UTC  (3+ messages)
` [PATCH bpf-next v5 12/13] selftests/bpf: Add a bpf fq qdisc to selftest


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.