All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-22 19:11:33 to 2025-04-22 19:48:16 UTC [more...]

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-22 19:33 UTC  (13+ messages)
` [PATCH v14 02/19] x86: Secure Launch Kconfig
` [PATCH v14 03/19] x86: Secure Launch Resource Table header file
` [PATCH v14 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths

[PATCH 000/147] single-binary patch queue
 2025-04-22 19:28 UTC  (71+ messages)
` [PATCH 001/147] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH 002/147] exec/tswap: implement {ld, st}.*_p as functions instead of macros
` [PATCH 003/147] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH 004/147] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH 005/147] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH 006/147] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH 007/147] exec/exec-all: remove dependency on cpu.h
` [PATCH 008/147] exec/memory-internal: "
` [PATCH 009/147] exec/ram_addr: "
` [PATCH 010/147] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH 011/147] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH 012/147] hw/xen: add stubs for various functions
` [PATCH 015/147] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH 016/147] include/exec/memory: move devend functions to memory-internal.h
` [PATCH 017/147] system/memory: make compilation unit common
` [PATCH 018/147] system/ioport: "
` [PATCH 019/147] accel/tcg: Build user-exec-stub.c once
` [PATCH 021/147] accel/tcg: Fix cpu_ld*_code_mmu for user mode
` [PATCH 022/147] include/exec: Use vaddr for *_mmu guest memory access routines
` [PATCH 023/147] include/exec: Split out cpu-ldst-common.h
` [PATCH 024/147] include/exec: Split out accel/tcg/cpu-mmu-index.h
` [PATCH 025/147] include/exec: Inline *_mmuidx_ra memory operations
` [PATCH 027/147] include/exec: Inline *_data "
` [PATCH 028/147] include/exec: Inline *_code "
` [PATCH 029/147] accel/tcg: Perform aligned atomic reads in translator_ld
` [PATCH 030/147] accel/tcg: Use cpu_ld*_code_mmu in translator.c
` [PATCH 031/147] accel/tcg: Implement translator_ld*_end
` [PATCH 032/147] accel/tcg: Remove mmap_lock/unlock from watchpoint.c
` [PATCH 033/147] include/exec: Split out mmap-lock.h
` [PATCH 034/147] include/system: Move exec/memory.h to system/memory.h
` [PATCH 035/147] include/system: Move exec/address-spaces.h to system/address-spaces.h
` [PATCH 036/147] include/system: Move exec/ioport.h to system/ioport.h
` [PATCH 037/147] include/system: Move exec/ram_addr.h to system/ram_addr.h
` [PATCH 038/147] include/system: Move exec/ramblock.h to system/ramblock.h
` [PATCH 039/147] accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c
` [PATCH 040/147] exec: Restrict memory-internal.h to system/
` [PATCH 043/147] accel/tcg: Use libuser_ss and libsystem_ss
` [PATCH 046/147] semihosting: Move user-only implementation out-of-line
` [PATCH 047/147] semihosting: Assert is_user in user-only semihosting_enabled
` [PATCH 048/147] include/exec: Split out watchpoint.h
` [PATCH 049/147] hw/core: Move unconditional files to libsystem_ss, libuser_ss
` [PATCH 051/147] plugins: Move api.c, core.c to libuser_ss, libsystem_ss
` [PATCH 052/147] include/exec: Drop ifndef CONFIG_USER_ONLY from cpu-common.h
` [PATCH 060/147] target/riscv: Remove ifndef CONFIG_USER_ONLY from cpu_cfg.h
` [PATCH 063/147] accel/tcg: Fix argument types of tlb_reset_dirty
` [PATCH 065/147] accel/tcg: Rebuild full flags in tlb_reset_dirty_range_locked
` [PATCH 067/147] include/exec: Move tb_{, set_}page_addr[01] to translation-block.h
` [PATCH 068/147] accel/tcg: Move get_page_addr_code* declarations
` [PATCH 069/147] accel/tcg: Remove page_protect
` [PATCH 070/147] accel/tcg: Remove cpu-all.h, exec-all.h from tb-internal.h
` [PATCH 073/147] accel/tcg: Introduce TCGCPUOps::mmu_index() callback
` [PATCH 074/147] target/alpha: Restrict SoftMMU mmu_index() to TCG
` [PATCH 075/147] target/arm: "
` [PATCH 076/147] target/avr: "
` [PATCH 077/147] target/hppa: "
` [PATCH 079/147] target/i386: Restrict cpu_mmu_index_kernel() "
` [PATCH 084/147] target/mips: Restrict SoftMMU mmu_index() "
` [PATCH 085/147] target/openrisc: "
` [PATCH 090/147] target/sh4: "
` [PATCH 094/147] target/hexagon: Implement TCGCPUOps.mmu_index
` [PATCH 097/147] accel/tcg: Split out tlb-bounds.h
` [PATCH 098/147] include/exec: Redefine tlb-flags with absolute values
` [PATCH 109/147] exec/cpu-all: remove cpu include
` [PATCH 111/147] exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
` [PATCH 127/147] tcg: Declare TARGET_INSN_START_EXTRA_WORDS in 'cpu-param.h'
` [PATCH 133/147] tcg: Simplify tcg_req_mo() macro
` [PATCH 137/147] tcg: Have tcg_req_mo() use TCGCPUOps::guest_default_memory_order
` [PATCH 138/147] tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally
` [PATCH 146/147] target/i386: Remove AccelCPUClass::cpu_class_init need
` [PATCH 147/147] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field

[PATCH v2 0/2] Imagination BXS-4-64 MC1 GPU support (DTS changes)
 2025-04-22 17:45 UTC  (7+ messages)
` [PATCH v2 2/2] arm64: dts: ti: k3-j721s2: Add GPU node

[PATCH net v3] net: ethernet: mtk_eth_soc: net: revise NETSYSv3 hardware configuration
 2025-04-22 17:01 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: bcm: Add support for Raspberry Pi 2 (2nd rev)
 2025-04-22 16:51 UTC  (3+ messages)

[PATCH 0/5] arm64: dts: ti: k3-am62a/p: Add ddr-pmctrl, canuart-wake
 2025-04-22 16:45 UTC  (17+ messages)
` [PATCH 2/5] dt-bindings: mfd: syscon: Add ti,am62-ddr-pmctrl

[PATCH v4 2/4] PCI: cadence-host: Introduce cdns_pcie_host_disable helper for cleanup
 2025-04-22 16:49 UTC  (2+ messages)

[RFC PATCH 0/3] pinctrl: starfive: jh7110: support force inputs
 2025-04-22 16:22 UTC  (4+ messages)
` [RFC PATCH 1/3] dt-bindings: pinctrl: jh7110-sys: add "
` [RFC PATCH 2/3] pinctrl: starfive: jh7110: support forcing inputs to low/high
` [RFC PATCH 3/3] riscv: dts: starfive: jh7110-pine64-star64: force no USB overcurrent

[PATCH v2 0/5] riscv: misaligned: fix interruptible context and add tests
 2025-04-22 16:23 UTC  (6+ messages)
` [PATCH v2 1/5] riscv: misaligned: factorize trap handling
` [PATCH v2 2/5] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v2 3/5] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v2 4/5] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v2 5/5] selftests: riscv: add misaligned access testing

[PATCH v2 0/4] kexec-tools RISC-V port
 2025-04-22 16:23 UTC  (9+ messages)
` [PATCH v2 1/4] RISC-V: Add support for riscv kexec/kdump on kexec-tools
` [PATCH v2 2/4] RISC-V: Enable kexec_file_load syscall
` [PATCH v2 3/4] RISC-V: Separate elf_riscv_find_pbase out
` [PATCH v2 4/4] RISC-V: Support loading Image binary file

[PATCH net-next v7 0/3] net: ethtool: Introduce ethnl dump helpers
 2025-04-22 16:17 UTC 

[PATCH net 0/2] net: stmmac: fix timestamp snapshots on dwmac1000
 2025-04-22 16:11 UTC  (7+ messages)
` [PATCH net 1/2] net: stmmac: fix dwmac1000 ptp timestamp status offset
` [PATCH net 2/2] net: stmmac: fix multiplication overflow when reading timestamp

[PATCH] media: amphion: Start decoding job when both queue are on
 2025-04-22 19:46 UTC  (2+ messages)

[PATCH] xen: Use asm inline when available for alternatives
 2025-04-22 19:46 UTC  (2+ messages)

[PATCH 5.4/5.10] nvmet-fc: Remove unused functions
 2025-04-22 19:46 UTC  (2+ messages)

[PATCH 6.14.y] mm/vma: add give_up_on_oom option on modify/merge, use in uffd release
 2025-04-22 19:46 UTC  (2+ messages)

[PATCH 2/3 v5.4.y] dmaengine: ti: edma: add missed operations
 2025-04-22 19:46 UTC  (2+ messages)

[PATCH 5.10.y] s390/dasd: fix double module refcount decrement
 2025-04-22 19:45 UTC  (2+ messages)

[PATCH net-next v9 0/9] Device memory TCP TX
 2025-04-22 19:47 UTC  (7+ messages)
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support

[PATCH 5.15/6.1/6.6] nvmet-fc: Remove unused functions
 2025-04-22 19:45 UTC  (2+ messages)

[PATCH 5.4+] MIPS: ds1287: Match ds1287_set_base_clock() function types
 2025-04-22 19:45 UTC  (2+ messages)

[PATCH 5.4+] MIPS: dec: Declare which_prom() as static
 2025-04-22 19:45 UTC  (2+ messages)

[PATCH v2] PCI/PM: Avoid suspending the device with errors
 2025-04-22 19:45 UTC  (2+ messages)

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-22 19:44 UTC  (5+ messages)

[PATCH V1 0/3] Add support to disable UFS LPM
 2025-04-22 19:44 UTC  (4+ messages)
` [PATCH V1 3/3] scsi: ufs: qcom: Add support to disable UFS LPM Feature

[syzbot] [jfs?] [bcachefs?] KASAN: null-ptr-deref Read in drop_buffers (3)
 2025-04-22 19:44 UTC 

[Buildroot] [PATCH v2] package/linux-tools: Fix parallel compilation
 2025-04-22 19:43 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: msm8974-samsung-hlte: Add touchkey support
 2025-04-22 19:43 UTC  (2+ messages)

[PATCH 0/2] drm/xe/hwmon: Documentation fixes wrt kernel version
 2025-04-22 19:42 UTC  (9+ messages)
` [PATCH 1/2] drm/xe/hwmon: Fix kernel version documentation for temperature
` [PATCH 2/2] drm/xe/hwmon: Fix kernel version documentation for fan speed

[Buildroot] [git commit] package/linux-tools: fix parallel compilation
 2025-04-22 19:42 UTC 

[PATCH i-g-t 0/6] Sanity check Xe2 PEC OA reports
 2025-04-22 19:42 UTC  (6+ messages)
` [PATCH i-g-t 3/6] tests/intel/xe_oa: Sanity check PEC report data for TestOa metric set

Wiznet w5500 support
 2025-04-22 18:36 UTC 

[Buildroot] [PATCH v2 0/2] package/pixman: Fix riscv vector support
 2025-04-22 19:41 UTC  (2+ messages)

[PATCH v2 1/1] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-04-22 19:40 UTC  (5+ messages)

[Buildroot] [git commit] package/pixman: fix pixman compilation on riscv
 2025-04-22 19:39 UTC 

[Buildroot] [git commit] package/pixman: only compile with riscv vector support when selected
 2025-04-22 19:39 UTC 

[PATCH] drm/i915/pch: fix warning for coffeelake on SunrisePoint PCH
 2025-04-22 19:38 UTC  (2+ messages)

[PATCH 0/4] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-04-22 19:37 UTC  (3+ messages)
` [PATCH 1/4] cxl: Saperate out CXL dport->id vs actual dport hardware id

looking for an informed write up on how to handle serious multicore issues in rust
 2025-04-22 19:37 UTC  (2+ messages)

[PATCH] Docker, CI: Add vexpress_fvp / vexpress_fvp_bloblist support
 2025-04-22 19:36 UTC 

linux-firmware-rtl8723 RDEPENDS on entire linux-firmware
 2025-04-22 19:36 UTC  (2+ messages)
` [OE-core] "

[PATCH] Handle Ice Lake MONITOR erratum
 2025-04-22 19:35 UTC  (4+ messages)

[PATCH i-g-t 0/6] Sanity check Xe2 PEC OA reports
 2025-04-22 19:34 UTC  (7+ messages)
` [PATCH i-g-t 1/6] tests/intel/xe_oa: Rename check_reports to mmap_check_reports
` [PATCH i-g-t 2/6] tests/intel/xe_oa: Fix oa_tick_delta
` [PATCH i-g-t 3/6] tests/intel/xe_oa: Sanity check PEC report data for TestOa metric set
` [PATCH i-g-t 4/6] tests/intel/xe_oa: Only sanity check timer PEC reports
` [PATCH i-g-t 5/6] tests/intel/xe_oa: Reduce test_non_zero_reason execution time
` [PATCH i-g-t 6/6] tests/intel/xe_oa: Drop pec_sanity_check_one

[PATCH] lsm: Move security_netlink_send to under CONFIG_SECURITY_NETWORK
 2025-04-22 19:34 UTC  (2+ messages)

[PATCH v3 0/2] sched_ext: Introduce rq lock tracking
 2025-04-22 19:33 UTC  (2+ messages)

[Buildroot] [PATCH v2, 1/2] package/iproute2: bump to version 6.14.0
 2025-04-22 19:33 UTC  (2+ messages)

[PATCH wireless] wifi: mac80211: restore monitor for outgoing frames
 2025-04-22 19:32 UTC 

[PATCH v3 0/4] mm/folio_zero_user: add multi-page clearing
 2025-04-22 19:32 UTC  (9+ messages)
` [PATCH v3 4/4] x86/folio_zero_user: "

[PATCH] ceph: fix possible integer overflow in ceph_zero_objects()
 2025-04-22 18:25 UTC  (2+ messages)

[Buildroot] [git commit] package/iproute2: backport NULL dereference fix
 2025-04-22 19:30 UTC 

[Buildroot] [git commit] package/iproute2: bump to version 6.14.0
 2025-04-22 19:30 UTC 

[PATCH i-g-t 0/5] Add test to validate survivability mode
 2025-04-22 19:29 UTC  (4+ messages)
` [PATCH i-g-t 5/5] tests/intel/xe_configfs: "

[RFC PATCH 00/14] Virtual Swap Space
 2025-04-22 19:29 UTC  (3+ messages)

[PATCH] iio: pressure: bmp280: drop sensor_data array
 2025-04-22 19:28 UTC 

[Buildroot] [git commit branch/2024.02.x] support/scripts/pkg-stats: add -v/--verbose option
 2025-04-22 19:21 UTC 

[Buildroot] [git commit branch/2024.02.x] package/xwayland: security bump to version 24.1.6
 2025-04-17  6:51 UTC 

[Buildroot] [git commit branch/2024.02.x] Update for 2024.02.13
 2025-04-22 19:22 UTC 

[Buildroot] [git commit branch/2024.02.x] package/libopenh264: security bump to version 2.5.1
 2025-04-17  9:18 UTC 

[syzbot] [jfs?] KASAN: null-ptr-deref Read in drop_buffers (3)
 2025-04-22 19:22 UTC  (2+ messages)
` [syzbot] [PATCH] "

[PATCH] remoteproc: xlnx: avoid RPU force power down
 2025-04-22 19:21 UTC  (7+ messages)

[PATCH v2 7/8] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
 2025-04-22 19:21 UTC  (4+ messages)
  ` [PATCH v3] "

[Buildroot] [git commit branch/2024.11.x] package/libopenh264: security bump to version 2.5.1
 2025-04-17  9:20 UTC 

[Buildroot] [git commit branch/2024.11.x] package/xwayland: security bump to version 24.1.6
 2025-04-17  6:52 UTC 

[Buildroot] [git commit branch/2024.11.x] support/scripts/pkg-stats: add -v/--verbose option
 2025-04-22 19:05 UTC 

[Buildroot] [git commit branch/2024.11.x] CHANGES: Add changes for 2024.11.4
 2025-04-22 19:11 UTC 

[PATCH v2 0/2] dma-buf: heaps: Use constant name for CMA heap
 2025-04-22 19:19 UTC  (3+ messages)
` [PATCH v2 1/2] dma-buf: heaps: Parameterize heap name in __add_cma_heap()
` [PATCH v2 2/2] dma-buf: heaps: Give default CMA heap a fixed name

[PATCH] dm: use generic functions instead of disable_discard and disable_write_zeroes
 2025-04-22 19:19 UTC 

[PATCH] drm/xe: Fix CFI violation when accessing sysfs files
 2025-04-22 19:18 UTC  (4+ messages)
` ✗ CI.Hooks: failure for "
` ✓ CI.checksparse: success "

[PATCH]dm-integrity: fix a warning on invalid table line
 2025-04-22 19:18 UTC 

[PATCH] arm/alternative: Drop unused includes of asm/alternative.h
 2025-04-22 19:18 UTC  (2+ messages)

[PATCH 6.1/6.6/6.12] LoongArch: Eliminate superfluous get_numa_distances_cnt()
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 6.12.y] mm/vma: add give_up_on_oom option on modify/merge, use in uffd release
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 5.4+] MIPS: cevt-ds1287: Add missing ds1287.h include
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 6.12/6.14] nvmet-fc: Remove unused functions
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH] dm: lock limits when reading them
 2025-04-22 19:17 UTC 

[PATCH 6.1&6.6 V4 3/3] sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 6.1.y] mm: fix apply_to_existing_page_range()
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 5.15.y] mm: fix apply_to_existing_page_range()
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 6.1&6.6 V4 2/3] sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 5.15.y] drm/amdgpu: fix usage slab after free
 2025-04-22 19:17 UTC  (2+ messages)

[syzbot] [fs?] [mm?] INFO: task hung in page_cache_ra_order
 2025-04-22 19:17 UTC 

[PATCH 5.10.y] mm: fix apply_to_existing_page_range()
 2025-04-22 19:17 UTC  (2+ messages)

[PATCH 6.1&6.6 V4 1/3] sign-file,extract-cert: move common SSL helper functions to a header
 2025-04-22 19:17 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/xserver_xorg-server: security bump to version 21.1.16
 2025-04-22 19:16 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] package/xwayland: security bump to version 24.1.6

[Buildroot] [PATCH] package/libtracefs: bump to version 1.8.2
 2025-04-22 19:16 UTC  (2+ messages)

[morimoto:sound-cleanup-2025-04-22 78/103] sound/soc/soc-dapm.c:4786:52: error: 'struct snd_soc_card' has no member named 'debugfs_card_root'
 2025-04-22 19:15 UTC 

[PATCH 1/1] iommu/vt-d: Assign owner to the static identity domain
 2025-04-22 19:15 UTC  (2+ messages)

[Buildroot] [git commit] package/libtracefs: bump to version 1.8.2
 2025-04-22 19:06 UTC 

[Buildroot] [PATCH] package/libopenh264: security bump to version 2.5.1
 2025-04-22 19:14 UTC  (2+ messages)

[PATCH v2 0/2] Add interconnect nodes and paths for MSM8953 SoC
 2025-04-22 19:14 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: msm8953: Add interconnects

[PATCH 1/1] drm/xe/eustall: Do not support EU stall on SRIOV VF
 2025-04-22 19:12 UTC  (4+ messages)

[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams
 2025-04-22 19:12 UTC  (3+ messages)
` [RFC PATCH bpf-next/net v1 13/13] selftests/bpf: Add tests for prog streams

[f2fs-dev] [PATCH] f2fs: handle error cases of memory donation
 2025-04-22 19:11 UTC  (2+ messages)
`  "

[PATCH v3] iio: light: apds9306: Refactor threshold get/set functions to use helper
 2025-04-22 19:11 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.