All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-24 15:08:22 to 2025-06-24 15:50:14 UTC [more...]

[PATCH v2 0/8] Cache coherency management subsystem
 2025-06-24 15:48 UTC  (5+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v2 3/8] cache: coherency core registration and instance handling
` [PATCH v2 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache

[PATCH v8 0/3] CCS save restore for IGPU
 2025-06-24 15:48 UTC  (7+ messages)
` [PATCH v8 2/3] drm/xe/vf: Attach and detach CCS copy commands with BO

[PATCH wireless-next 0/2] wifi: mac80211: extend beacon and connection monitoring for MLO
 2025-06-24 15:49 UTC  (5+ messages)
` [PATCH wireless-next 1/2] wifi: mac80211: extend beacon "
` [PATCH wireless-next 2/2] wifi: mac80211: extend connection "

[PATCH v2 0/2] NFC: trf7970a: Add option to reduce antenna gain
 2025-06-24 15:49 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: net/nfc: ti,trf7970a: Add ti,rx-gain-reduction option

[PATCH 1/2] maple_tree: Fix status setup on restore to active
 2025-06-24 15:48 UTC  (2+ messages)
` [PATCH 2/2] maple_tree: Add testing for restoring maple state "

[PATCH v2] loader/efi/linux: Correctly terminate LoadOptions field
 2025-06-24 15:48 UTC  (2+ messages)

[PATCH v12 00/22] Support more Amlogic SoC families in crypto driver
 2025-06-24 13:52 UTC  (36+ messages)
` [PATCH v12 02/22] crypto: amlogic - Add platform data
` [PATCH v12 03/22] crypto: amlogic - Remove clock input
` [PATCH v12 04/22] crypto: amlogic - Add MMIO helpers
` [PATCH v12 05/22] crypto: amlogic - Move get_engine_number()
` [PATCH v12 06/22] crypto: amlogic - Drop status field from meson_flow
` [PATCH v12 07/22] crypto: amlogic - Move algs definition and cipher API to cipher.c
` [PATCH v12 08/22] crypto: amlogic - Cleanup defines
` [PATCH v12 09/22] crypto: amlogic - Process more than MAXDESCS descriptors
` [PATCH v12 10/22] crypto: amlogic - Avoid kzalloc in engine thread
` [PATCH v12 11/22] crypto: amlogic - Introduce hasher
` [PATCH v12 12/22] crypto: amlogic - Use fallback for 192-bit keys
` [PATCH v12 13/22] crypto: amlogic - Add support for G12-series
` [PATCH v12 14/22] crypto: amlogic - Add support for AXG-series
` [PATCH v12 15/22] crypto: amlogic - Add support for A1-series
` [PATCH v12 16/22] dt-bindings: crypto: amlogic,gxl-crypto: correct clk and interrupt lines
` [PATCH v12 17/22] dt-bindings: crypto: amlogic,gxl-crypto: support new SoC's
` [PATCH v12 18/22] arm64: dts: amlogic: gxl: correct crypto node definition
` [PATCH v12 19/22] arm64: dts: amlogic: a1: add crypto node
` [PATCH v12 20/22] arm64: dts: amlogic: s4: "
` [PATCH v12 21/22] arm64: dts: amlogic: g12: "
` [PATCH v12 22/22] arm64: dts: amlogic: axg: "

[PATCH -next] security: Remove unused declaration cap_mmap_file()
 2025-06-24 15:48 UTC  (3+ messages)

[PATCH 0/3] char: misc: Trivial cleanup
 2025-06-24 15:47 UTC  (3+ messages)
` [PATCH 2/3] char: misc: Rename a local variable in misc_init()

[PATCH bpf-next v5 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-06-24 15:46 UTC  (6+ messages)

[PATCH] drm/amdkfd: Don't call mmput from MMU notifier callback
 2025-06-24 15:46 UTC  (6+ messages)

[PATCH v2 0/4] Improvements for Devres
 2025-06-24 15:46 UTC  (5+ messages)
` [PATCH v2 3/4] rust: devres: get rid of Devres' inner Arc

[PATCH v9 0/3] CCS save restore for IGPU
 2025-06-24 15:46 UTC  (6+ messages)
` [PATCH v9 1/3] drm/xe/vf: Create contexts for CCS read write
` ✗ CI.checkpatch: warning for CCS save restore for IGPU (rev9)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] PCI: Extend isolated function probing to LoongArch
 2025-06-24 15:46 UTC  (2+ messages)

[PATCH v2 0/4] madvise anon_name cleanups
 2025-06-24 15:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm, madvise: simplify anon_name handling
` [PATCH v2 2/4] mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c
` [PATCH v2 3/4] mm, madvise: move madvise_set_anon_name() down the file
` [PATCH v2 4/4] mm, madvise: use standard madvise locking in madvise_set_anon_name()

[PATCH] usb: chipidea: udc: Use usb_endpoint_is_isoc_in() rather than duplicating its implementation
 2025-06-24 15:40 UTC 

[PATCH v4 00/19] Enable FRED with KVM VMX
 2025-06-24 15:44 UTC  (7+ messages)
` [PATCH v4 03/19] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v4 06/19] KVM: VMX: Set FRED MSR interception
` [PATCH v4 07/19] KVM: VMX: Save/restore guest FRED RSP0

xenstore - Suggestion of batching watch events
 2025-06-24 15:43 UTC  (7+ messages)

[PATCH 0/3] daemon: explicitly allow EINTR during poll()
 2025-06-24 15:43 UTC  (7+ messages)
` [PATCH 1/3] compat/posix.h: track SA_RESTART fallback
` [PATCH 2/3] daemon: use sigaction() to install child_handler()
` [PATCH 3/3] daemon: explicitly allow EINTR during poll()

[PATCH v3 0/5] Extend usb_onboard_hub driver to support Cypress HX3 hub family
 2025-06-24 15:42 UTC  (5+ messages)
` [PATCH v3 2/5] usb: onboard-hub: Use devm API do automatically free the reset GPIO
` [PATCH v3 4/5] usb: onboard-hub: Add support for multiple power supplies

[PATCH v3 00/11] migration: Some enhancements and cleanups for 10.1
 2025-06-24 15:41 UTC  (4+ messages)
` [PATCH v3 06/11] migration: Rename save_live_complete_precopy to save_complete

[PATCH] misc: amd-sbi: Address issues reported in smatch
 2025-06-24 15:41 UTC  (2+ messages)

[PATCH v2 0/3] Add Input Video Control Block driver for RZ/V2H
 2025-06-24 15:41 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: media: Add bindings for the RZ/V2H IVC block

[PATCH dwarves 0/2] Add function list comparison to github CI
 2025-06-24 15:41 UTC  (3+ messages)
` [PATCH dwarves 1/2] github CI: Build pahole "next" branch as well as latest changes
` [PATCH dwarves 2/2] github CI: Add comparison of generated BTF functions between baseline, change

[PATCH 7/7] pci: aspeed: Add ASPEED PCIe host controller driver
 2025-06-24 15:40 UTC  (2+ messages)

[PATCH net-next v4] vsock/test: Add test for null ptr deref when transport changes
 2025-06-24 15:40 UTC 

[PATCH v6 0/9] Add i.MX91 platform support
 2025-06-24 15:39 UTC  (5+ messages)
` [PATCH v6 2/9] dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible

[PATCH bpf-next v1 1/4] bpf: Save struct_ops instance pointer in bpf_prog_aux
 2025-06-24 15:38 UTC  (4+ messages)

[PATCH v2] misc: fastrpc: Fix channel resource access in device_open
 2025-06-24 15:38 UTC  (4+ messages)

[PATCH v3] lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()
 2025-06-24 15:38 UTC  (10+ messages)
`  "

[PATCH] net: thunderbolt: Enable e2e flow control in two direction
 2025-06-24 15:38 UTC  (2+ messages)

[PATCH v2] loongarch: Replace __ASSEMBLY__ with __ASSEMBLER__ in the loongarch headers
 2025-06-24 15:37 UTC  (3+ messages)

[PATCH] maple tree: Use goto label to simplify code
 2025-06-24 15:36 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: Fix usdt/multispec failure with arm64/clang20
 2025-06-24 15:36 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Refactor the failed assertion to another subtest

[PATCH V2] ublk: setup ublk_io correctly in case of ublk_get_data() failure
 2025-06-24 15:36 UTC  (3+ messages)

[PATCH net-next] net: phy: realtek: add error handling to rtl8211f_get_wol
 2025-06-24 15:35 UTC  (2+ messages)

[PATCH v2 0/2] Add Opaque::cast_from
 2025-06-24 15:35 UTC  (4+ messages)
` [PATCH v2 1/2] rust: types: add Opaque::cast_from
` [PATCH v2 2/2] rust: types: rename Opaque::raw_get to cast_into

[PATCH 0/2] spl: fix error handling in spl_fit_get_image_name()
 2025-06-24 15:34 UTC  (3+ messages)
` [PATCH 1/2] common/spl: Revert fix potential out of buffer access in spl_fit_get_image_name function
` [PATCH 2/2] common/spl: guard against buffer overflow in spl_fit_get_image_name()

[PATCH net-next 0/5] eth: fbnic: trivial code tweaks
 2025-06-24 15:35 UTC  (3+ messages)
` [PATCH net-next 2/5] eth: fbnic: fix stampinn typo in a comment

[PATCH 6.1.y-cip 00/17] Add support for RZ/G3E SDHI
 2025-06-24 15:34 UTC  (3+ messages)

回覆: [PATCH 7/7] pci: aspeed: Add ASPEED PCIe host controller driver
 2025-06-24 15:33 UTC  (2+ messages)

[PATCH] riscv: Enable interrupt during exception handling
 2025-06-24 15:33 UTC  (11+ messages)

[PATCH v2 00/17] xen/riscv: introduce p2m functionality
 2025-06-24 15:32 UTC  (8+ messages)
` [PATCH v2 03/17] xen/riscv: introduce guest domain's VMID allocation and manegement

[PATCH] mei: vsc: Remove unused irq functions
 2025-06-24 15:31 UTC  (4+ messages)

[PATCH] clk: renesas: rzv2h-cpg: Drop redundant base pointer from pll_clk
 2025-06-24 15:30 UTC 

[PATCH 0/2] Improve handling of aborted probe
 2025-06-24 15:32 UTC  (4+ messages)
` [PATCH 2/2] drm/xe/guc: Explicitly exit CT safe mode on unwind

[PATCH] net/iavf: fix VLAN offload strip flag
 2025-06-24 15:29 UTC  (5+ messages)
` [PATCH v2] "

[PATCH i-g-t v1 0/2] intel-ci: Block VirtIO-GPU from running on Intel CI
 2025-06-24 15:28 UTC  (5+ messages)
` [PATCH i-g-t v1 1/2] intel-ci: Block virtgpu tests for i915
` [PATCH i-g-t v1 2/2] intel-ci/xe.blocklist: Block virtgpu test

回覆: [PATCH 5/7] ARM: dts: aspeed-g6: Add PCIe RC node
 2025-06-24 15:28 UTC  (2+ messages)

[PATCH 0/2] xen/efi: Make boot more flexible, especially with GRUB2
 2025-06-24 15:28 UTC  (7+ messages)
` [PATCH 1/2] xen/efi: Handle cases where file didn't come from ESP

When routed to VRF, NF _output_ hook is run unexpectedly
 2025-06-24 15:27 UTC  (5+ messages)

[PATCH v6 0/8] Add TH1520 GPU support with power sequencing
 2025-06-24 13:54 UTC  (7+ messages)
  ` [PATCH v6 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management
  ` [PATCH v6 5/8] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
  ` [PATCH v6 8/8] drm/imagination: Enable PowerVR driver for RISC-V

[RFC 00/19] Kernel API Specification Framework
 2025-06-24 15:27 UTC  (5+ messages)

[PATCH 0/2] ublk: fix ublk_queue_rqs() and selftests test_stress_03
 2025-06-24 15:26 UTC  (9+ messages)
` [PATCH 1/2] ublk: build per-io-ring-ctx batch list
` [PATCH 2/2] selftests: ublk: don't take same backing file for more than one ublk devices

[PATCH net-next] net/mlx5e: Fix error handling in RQ memory model registration
 2025-06-24 15:25 UTC  (2+ messages)

[PATCH] Add a document on limiting host resources
 2025-06-24 15:25 UTC  (2+ messages)
` [docs] "

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-06-24 15:25 UTC  (5+ messages)
` [GSoC RFC PATCH v2 0/7] "
  ` [GSoC RFC PATCH v2 5/7] repo-info: add the field references.format

[PATCH v2 1/2] drm/doc: Fix title underline for "Task information"
 2025-06-24 15:25 UTC  (2+ messages)

[PATCH v2 00/11] fhandle, pidfs: allow open_by_handle_at() purely based on file handle
 2025-06-24 15:23 UTC  (8+ messages)
` [PATCH v2 10/11] fhandle, pidfs: support "

[PULL 00/24] i386 (TCG, TDX), Rust changes for 2025-06-20
 2025-06-24 15:22 UTC  (12+ messages)
` [PULL 24/24] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH 0/1] hw/s390x: Remediate legacy API call
 2025-06-24 15:22 UTC  (5+ messages)
` [PATCH 1/1] hw/s390x: Use preferred API call for IPLB chain write

[PATCH net-next] net: Reoder rxq_idx check in __net_mp_open_rxq()
 2025-06-24 15:23 UTC  (2+ messages)

[PATCH 0/5] powerpc: Implement masked user access
 2025-06-24 15:15 UTC  (5+ messages)
` [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()

[PATCH v6 0/4] Add support for DU/DSI clocks and DSI driver support for the Renesas RZ/V2H(P) SoC
 2025-06-24 15:21 UTC  (12+ messages)
` [PATCH v6 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks
` [PATCH v6 4/4] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC

[PATCH] crypto/ccp: Fix locking on alloc failure handling
 2025-06-24 15:20 UTC  (4+ messages)

[PATCH v5 0/6] Extend RAW format support for rzg2l-cru driver
 2025-06-24 15:20 UTC  (4+ messages)
` [PATCH v5 1/6] media: v4l2: Add Renesas Camera Receiver Unit pixel formats

[LTP] [PATCH 1/3] open13: Convert to new API
 2025-06-24 15:19 UTC  (3+ messages)
` [LTP] [PATCH 2/3] open13: Add subtests for mmap() and ioctl()
` [LTP] [PATCH 3/3] open13: Verify that dup() will preserve O_PATH flag

[PATCH v4] staging: media: atomisp: fix coding style in ia_css_output.host.c
 2025-06-24 15:19 UTC  (2+ messages)

Cachefiles slowdown caused by SEEK_HOLE
 2025-06-24 15:19 UTC  (4+ messages)

[PATCH] mm/selftests: improve UFFD-WP feature detection in KSM test
 2025-06-24 15:17 UTC  (10+ messages)
` [PATCH v2] selftests/mm: Fix UFFDIO_API usage with proper two-step feature negotiation

[PATCH] Fix do_pages_stat to use compat_uptr_t
 2025-06-24 15:17 UTC 

[PATCH v2] cxl/memdev: automate cleanup with __free()
 2025-06-24 15:17 UTC  (2+ messages)

[PATCH v4 3/6] rust: irq: add support for non-threaded IRQs and handlers
 2025-06-24 15:17 UTC  (12+ messages)

[PATCH i-g-t v2 1/2] lib/amdgpu: Generalize command submission NOP function
 2025-06-24 15:16 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [i-g-t,v2,1/2] "

[PATCH] pcapng: allow any protocol link type for the interface block
 2025-06-24 15:15 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/3] PCIe: Refactor link speed configuration with unified macro
 2025-06-24 15:13 UTC  (2+ messages)

[PATCH 0/3] KVM: Speed up MMIO registrations
 2025-06-24 15:11 UTC  (3+ messages)
` [PATCH 3/3] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()

[PATCH] mmc-utils: Pass key_mac buffer to rpmb_get_key()
 2025-06-24 15:10 UTC  (2+ messages)

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-06-24 15:10 UTC  (3+ messages)
` [PATCH v9 22/43] KVM: arm64: Validate register access for a Realm VM

[PATCH v13 0/6] Refactor capability search into common macros
 2025-06-24 15:09 UTC  (2+ messages)

[PATCH] libselinux: Document thread caveat for security_compute_av.3
 2025-06-24 15:10 UTC  (2+ messages)

[PATCH net-next v6] docs: net: sysctl documentation cleanup
 2025-06-24 15:09 UTC 

[PATCH 00/66] kconfig: improve xconfig and gconfig
 2025-06-24 15:05 UTC  (36+ messages)
` [PATCH 32/66] kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()
` [PATCH 33/66] kconfig: gconf: avoid hardcoding model2 in renderer_edited()
` [PATCH 34/66] kconfig: gconf: avoid hardcoding model* in on_treeview*_button_press_event()
` [PATCH 35/66] kconfig: gconf: add on_save_clicked() event handler
` [PATCH 36/66] kconfig: gconf: use GtkFileChooser in on_load1_activate()
` [PATCH 37/66] kconfig: gconf: use GtkFileChooser in on_save_as1_activate()
` [PATCH 38/66] kconfig: gconf: use GdkPixbuf in replace_button_icon()
` [PATCH 39/66] kconfig: gconf: refactor replace_button_icon()
` [PATCH 40/66] kconfig: gconf: make introduction, about, license dialogs modal
` [PATCH 41/66] kconfig: gconf: remove global 'tree' variable
` [PATCH 42/66] kconfig: gconf: merge 'current' and 'browsed' global variables
` [PATCH 43/66] kconfig: gconf: preserve menu selection when switching view mode
` [PATCH 44/66] kconfig: gconf: use GtkTreeModelFilter to control row visibility
` [PATCH 45/66] kconfig: gconf: remove global 'model1' and 'model2' variables
` [PATCH 46/66] kconfig: gconf: remove init_tree_model()
` [PATCH 47/66] kconfig: gconf: inline fill_row() into set_node()
` [PATCH 48/66] kconfig: gconf: do not reconstruct tree store when a symbol is changed
` [PATCH 49/66] kconfig: gconf: inline display_list() into set_view_mode()
` [PATCH 50/66] kconfig: gconf: remove dead code in display_tree_part()
` [PATCH 51/66] kconfig: gconf: rename display_tree_part()
` [PATCH 52/66] kconfig: gconf: remove fixup_rootmenu()
` [PATCH 53/66] kconfig: gconf: use size_allocate event handler
` [PATCH 54/66] kconfig: gconf: replace GDK_space with GDK_KEY_space
` [PATCH 55/66] kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL}
` [PATCH 56/66] kconfig: gconf: remove "tooltips" property from glade
` [PATCH 57/66] kconfig: gconf: replace "tooltip" property with "tooltip-text"
` [PATCH 58/66] kconfig: gconf: remove unnecessary default message in text view
` [PATCH 59/66] kconfig: gconf: use gtk_check_menu_item_get_active() accessor
` [PATCH 60/66] kconfig: gconf: use gtk_dialog_get_content_area() accessor
` [PATCH 61/66] kconfig: gconf: remove GtkHandleBox from glade
` [PATCH 62/66] kconfig: gconf: rename gconf.glade to gconf.ui
` [PATCH 63/66] kconfig: gconf: migrate to GTK 3
` [PATCH 64/66] kconfig: gconf: replace GtkVbox with GtkBox
` [PATCH 65/66] kconfig: gconf: replace GdkColor with GdkRGBA
` [PATCH 66/66] kconfig: gconf: show GTK version in About dialog

[PATCH v4] PCI/PM: Skip resuming to D0 if disconnected
 2025-06-24 15:08 UTC  (4+ messages)

[PATCH] ASoC: rt721-sdca: fix boost gain calculation error
 2025-06-24 15:07 UTC  (2+ messages)

[ANNOUNCE] mmc-utils v1.0
 2025-06-24 15:08 UTC 

dwc3-am62/usb-conn-gpio: USB gadget not added when booting in host mode
 2025-06-24 15:08 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.