All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-10 16:59:54 to 2025-06-10 17:33:55 UTC [more...]

[PATCH v2 0/5] pinctrl: stm32: add irq affinity, RIF, module support
 2025-06-10 14:30 UTC  (6+ messages)
` [PATCH v2 1/5] pinctrl: stm32: Declare stm32_pmx_get_mode() as static
` [PATCH v2 2/5] pinctrl: stm32: Manage irq affinity settings
` [PATCH v2 3/5] pinctrl: stm32: Add RIF support for stm32mp257
` [PATCH v2 4/5] pinctrl: stm32: Allow compile as module "
` [PATCH v2 5/5] MAINTAINERS: Add entry for STM32 pinctrl drivers and documentation

[PATCH] Documentation: fix typo in CXL driver documentation
 2025-06-10 17:31 UTC 

[GIT PULL] Additional MM updates for 6.16-rc1
 2025-06-10 17:32 UTC  (7+ messages)

[PATCH v2] dt-bindings: arm: Convert Altera SDRAM EDAC .txt to YAML
 2025-06-10 17:31 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v4 00/10] LKMM generic atomics in Rust
 2025-06-10 17:30 UTC  (4+ messages)
` [PATCH v4 03/10] rust: sync: atomic: Add ordering annotation types

[PATCH v3] cxl: Remove core/acpi.c and cxl core dependency on ACPI
 2025-06-10 17:29 UTC 

[PATCH v6 0/4] Fixing some dma-fence use-after-free
 2025-06-10 17:29 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ CI.Patch_applied: success for Fixing some dma-fence use-after-free (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[RFC PATCH 0/3] Remove the max-ops-per-compound-limit
 2025-06-10 17:28 UTC  (5+ messages)
` [RFC PATCH 3/3] NFSD: Remove the cap on number of operations per NFSv4 COMPOUND

[PATCH V5.1] pci: skip reset during cpr
 2025-06-10 17:26 UTC 

[PATCH v3 bpf-next 0/5] bpf path iterator
 2025-06-10 17:26 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH 0/9] media: qcom: camss: a number of cleanups and fixes
 2025-06-10 17:26 UTC  (2+ messages)

[PATCH v2] migration: Setup pre-listened cpr.sock to remove race-condition
 2025-06-10 17:25 UTC  (9+ messages)

[PATCH v3 0/3] arm64: dts: qcom: x1e80100-hp-x14: add usb-1-ss1-sbu-mux
 2025-06-10 17:25 UTC  (8+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] arm64: dts: qcom: x1e80100-hp-x14: remove unused i2c buses
` [PATCH v3 3/3] arm64: dts: qcom: x1e80100-hp-x14: amend order of nodes

[PATCH 0/3] CXL: ACPI: faux: Fix cxl_core.ko module load regression
 2025-06-10 17:24 UTC  (10+ messages)
` [PATCH 3/3] ACPI: APEI: EINJ: Do not fail einj_init() on faux_device_create() failure

[Bug 220218] New: amdgpu: crash in dc_dmub_srv_apply_idle_power_optimizations
 2025-06-10 17:25 UTC 

[PATCH v2 0/4] usb: dwc3: Modify role-switching QC drd usb controllers
 2025-06-10 17:24 UTC  (9+ messages)
` [PATCH v2 2/4] usb: dwc3: qcom: Implement glue callbacks to facilitate runtime suspend
` [PATCH v2 3/4] usb: dwc3: qcom: Facilitate autosuspend during host mode

[PATCH v2 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-10 13:31 UTC  (6+ messages)
` [PATCH v2 1/2] mm: Allow lockless kernel pagetable walking

[PATCH v2] mach-k3: mmu: add dynamic carveouts for MMU table
 2025-06-10 17:23 UTC  (2+ messages)

[PATCH 1/2] block: Make __submit_bio_noacct() preserve the bio submission order
 2025-06-10 17:23 UTC  (12+ messages)

[PATCH v4 00/42] SELinux namespace support
 2025-06-10 17:22 UTC  (43+ messages)
` [PATCH v4 01/42] selinux: restore passing of selinux_state
` [PATCH v4 02/42] selinux: introduce current_selinux_state
` [PATCH v4 03/42] selinux: support multiple selinuxfs instances
` [PATCH v4 04/42] selinux: dynamically allocate selinux namespace
` [PATCH v4 05/42] netstate,selinux: create the selinux netlink socket per network namespace
` [PATCH v4 06/42] selinux: limit selinux netlink notifications to init namespace
` [PATCH v4 07/42] selinux: support per-task/cred selinux namespace
` [PATCH v4 08/42] selinux: introduce cred_selinux_state() and use it
` [PATCH v4 09/42] selinux: init inode from nearest initialized namespace
` [PATCH v4 10/42] selinux: add a selinuxfs interface to unshare selinux namespace
` [PATCH v4 11/42] selinux: add limits for SELinux namespaces
` [PATCH v4 12/42] selinux: exempt creation of init SELinux namespace from limits
` [PATCH v4 13/42] selinux: refactor selinux_state_create()
` [PATCH v4 14/42] selinux: allow userspace to detect non-init SELinux namespace
` [PATCH v4 15/42] selinuxfs: restrict write operations to the same selinux namespace
` [PATCH v4 16/42] selinux: introduce a global SID table
` [PATCH v4 17/42] selinux: wrap security server interfaces to use the "
` [PATCH v4 18/42] selinux: introduce a Kconfig option for SELinux namespaces
` [PATCH v4 19/42] selinux: eliminate global SID table if !CONFIG_SECURITY_SELINUX_NS
` [PATCH v4 20/42] selinux: maintain a small cache in the global SID table
` [PATCH v4 21/42] selinux: update hook functions to use correct selinux namespace
` [PATCH v4 22/42] selinux: introduce cred_task_has_perm()
` [PATCH v4 23/42] selinux: introduce cred_has_extended_perms()
` [PATCH v4 24/42] selinux: introduce cred_self_has_perm()
` [PATCH v4 25/42] selinux: introduce cred_has_perm()
` [PATCH v4 26/42] selinux: introduce cred_ssid_has_perm() and cred_other_has_perm()
` [PATCH v4 27/42] selinux: introduce task_obj_perm()
` [PATCH v4 28/42] selinux: update bprm hooks for selinux namespaces
` [PATCH v4 29/42] selinux: add kerneldoc to new permission checking functions
` [PATCH v4 30/42] selinux: convert selinux_file_send_sigiotask() to namespace-aware helper
` [PATCH v4 31/42] selinux: rename cred_has_perm*() to cred_tsid_has_perm*()
` [PATCH v4 32/42] selinux: update cred_tsid_has_perm_noaudit() to return the combined avd
` [PATCH v4 33/42] selinux: convert additional checks to cred_ssid_has_perm()
` [PATCH v4 34/42] selinux: introduce selinux_state_has_perm()
` [PATCH v4 35/42] selinux: annotate selinuxfs permission checks
` [PATCH v4 36/42] selinux: annotate process transition "
` [PATCH v4 37/42] selinux: convert xfrm and netlabel "
` [PATCH v4 38/42] selinux: switch selinux_lsm_setattr() checks to current namespace
` [PATCH v4 39/42] selinux: make open_perms namespace-aware
` [PATCH v4 40/42] selinux: split cred_ssid_has_perm() into two cases
` [PATCH v4 41/42] selinux: convert nlmsg_sock_has_extended_perms() to namespace-aware
` [PATCH v4 42/42] selinux: disallow writes to /sys/fs/selinux/user in non-init namespaces

[PATCH v2] io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
 2025-06-10 17:23 UTC  (2+ messages)

[PATCH V4 0/2] Fix race conditions in the nvme-tcp driver
 2025-06-10 14:29 UTC  (9+ messages)
` [PATCH V4 1/2] nvme-tcp: Prevent infinite loop if socket closes during CONNECTING state

[PATCH] cxl: Remove core/acpi.c and cxl core dependency on ACPI
 2025-06-10 17:22 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH] ptp: extend offset ioctls to expose raw free-running cycles
 2025-06-10 17:19 UTC 

[PATCH] cifs: Show reason why autodisabling serverino support
 2025-06-10 17:22 UTC  (8+ messages)

nolibc test target overwites kernel config without asking
 2025-06-10 17:21 UTC  (3+ messages)

[PATCH v4 0/4] RK3576 USB Enablement
 2025-06-10 14:07 UTC  (15+ messages)
` [PATCH v4 1/4] phy: rockchip: inno-usb2: add soft vbusvalid control
` [PATCH v4 2/4] phy: rockchip: usbdp: move orientation handling further down
` [PATCH v4 3/4] phy: rockchip: usbdp: reset USB3 and reinit on orientation switch
` [PATCH v4 4/4] arm64: dts: rockchip: enable USB on Sige5

[PATCH] platform/x86/intel-uncore-freq: avoid non-literal format string
 2025-06-10 17:20 UTC  (2+ messages)

[PATCH V4 00/43] Live update: vfio and iommufd
 2025-06-10 17:19 UTC  (15+ messages)
` [PATCH V4 16/43] pci: skip reset during cpr

[PATCH V5 00/38] Live update: vfio and iommufd
 2025-06-10 17:18 UTC  (11+ messages)
` [PATCH V5 06/38] vfio/container: restore DMA vaddr
` [PATCH V5 13/38] vfio/pci: vfio_notifier_init
` [PATCH V5 14/38] vfio/pci: pass vector to virq functions
` [PATCH V5 15/38] vfio/pci: vfio_notifier_init cpr parameters
` [PATCH V5 16/38] vfio/pci: vfio_notifier_cleanup
` [PATCH V5 18/38] vfio-pci: preserve MSI
` [PATCH V5 28/38] vfio/iommufd: device name blocker
` [PATCH V5 32/38] vfio/iommufd: preserve descriptors
` [PATCH V5 36/38] iommufd: preserve DMA mappings

[PATCH 0/2] Extend nvmem patternProperties and then fix W=1 warnings in Apple dts
 2025-06-10 17:17 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: nvmem: fixed-layout: Allow optional bit positions
` [PATCH 2/2] arm64: dts: apple: Add bit offset to PMIC NVMEM node names

[PATCH] bpf: Specify access type of bpf_sysctl_get_name args
 2025-06-10 17:16 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] selftests/bpf: Convert test_sysctl to prog_tests

[PATCH v3] drm/xe/vm: Add a helper xe_vm_range_tilemask_tlb_invalidation()
 2025-06-10 17:16 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/vm: Add a helper xe_vm_range_tilemask_tlb_invalidation() (rev3)

[PATCH v2] xen/arm: fix build with HAS_PCI
 2025-06-10 17:15 UTC  (6+ messages)

[PATCH] selftests/mm: Check for YAMA ptrace_scope configuraiton before modifying it
 2025-06-10 17:16 UTC  (2+ messages)

[BISECT] regression: tcp: fix to allow timestamp undo if no retransmits were sent
 2025-06-10 17:15 UTC  (8+ messages)

[Intel-wired-lan] [PATCH net-next v3 0/4] udp_tunnel: remove rtnl_lock dependency
 2025-06-10 17:15 UTC  (10+ messages)
`  "
` [Intel-wired-lan] [PATCH net-next v3 1/4] "
  `  "
` [Intel-wired-lan] [PATCH net-next v3 2/4] net: remove redundant ASSERT_RTNL() in queue setup functions
  `  "
` [Intel-wired-lan] [PATCH net-next v3 3/4] netdevsim: remove udp_ports_sleep
  `  "
` [Intel-wired-lan] [PATCH net-next v3 4/4] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"
  `  "

[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-06-10 (i40e, iavf, ice, e1000)
 2025-06-10 17:13 UTC  (6+ messages)
` [PATCH net 1/5] i40e: return false from i40e_reset_vf if reset is in progress
` [PATCH net 2/5] i40e: retry VFLR handling if there is ongoing VF reset
` [PATCH net 3/5] iavf: fix reset_task for early reset event
` [PATCH net 4/5] ice/ptp: fix crosstimestamp reporting
` [PATCH net 5/5] e1000: Move cancel_work_sync to avoid deadlock

[PATCH V3 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
 2025-06-10 17:13 UTC  (5+ messages)
` [PATCH V3 1/2] "
` [PATCH V3 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t

[PATCH 0/2] cosmetics for the i6300esb watchdog
 2025-06-10 17:12 UTC  (5+ messages)
` [PATCH 1/2] watchdog: CONFIG_WDT_IB6300ESB -> CONFIG_WDT_I6300ESB
` [PATCH 2/2] watchdog: generic name for i6300esb

[GSOC PATCH 0/2] preload-index: remove dependency on global variables and 'the_repository'
 2025-06-10 17:11 UTC  (2+ messages)

[OE-core][walnascar 00/32] Patch review
 2025-06-10 17:11 UTC  (2+ messages)

[PATCH net-next 0/2] fbnic: Expand mac stats coverage
 2025-06-10 17:11 UTC  (3+ messages)
` [PATCH net-next 1/2] eth: Update rmon hist range
` [PATCH net-next 2/2] eth: fbnic: Expand coverage of mac stats

[PATCH V3 0/3] rust: Introduce CpuId and fix cpumask doctest
 2025-06-10 17:10 UTC  (2+ messages)

[PATCH v2] tools/resolve_btfids: Fix build when cross compiling kernel with clang
 2025-06-10 17:10 UTC  (2+ messages)

[PATCH 0/4] net: use new GPIO line value setter callbacks
 2025-06-10 14:05 UTC  (4+ messages)
` [PATCH 3/4] net: can: mcp251x: "

[PATCH net-next v8 00/11] PRU-ICSSM Ethernet Driver
 2025-06-10 13:58 UTC  (5+ messages)
` [PATCH net-next v8 08/11] net: ti: prueth: Adds support for RX interrupt coalescing/pacing
` [PATCH net-next v8 09/11] net: ti: prueth: Adds power management support for PRU-ICSS
` [PATCH net-next v8 10/11] net: ti: prueth: Adds support for PRUETH on AM33x and AM43x SOCs
` [PATCH net-next v8 11/11] net: ti: prueth: Adds PTP OC Support for AM335x and AM437x

[PATCH] VFS: change try_lookup_noperm() to skip revalidation
 2025-06-10 17:06 UTC  (2+ messages)

[PATCH 1/2] aoe: clean device rq_list in aoedev_downdev()
 2025-06-10 17:06 UTC  (2+ messages)
` [PATCH 2/2] aoe: defer rexmit timer downdev work to workqueue

[PATCH i-g-t 0/2]
 2025-06-10 17:05 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for series starting with [i-g-t,1/2] tools/gputop/gputop: Add per-device engine activity stats in GPUTOP

[QEMU PATCH v3 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
 2025-06-10 15:09 UTC  (4+ messages)
` [QEMU PATCH v3 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config

[PATCH 0/4] Add support for Sony Xperia Z Ultra (togari)
 2025-06-10 17:05 UTC  (3+ messages)

[PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
 2025-06-10 17:04 UTC  (2+ messages)

[PATCH 0/3] FM-API Physical switch command set update
 2025-06-10 14:45 UTC  (3+ messages)
  ` [PATCH 3/3] hw/cxl: Add Physical Port Control (Opcode 5102h)

[PATCH] ARM: dts: aspeed: catalina: Enable MCTP for frontend NIC management
 2025-06-10 17:02 UTC 

[PATCH RFC 00/11] mm: ASI integration for the page allocator
 2025-06-10 17:04 UTC  (2+ messages)

[PATCH] virtio: avoid cost of -ftrivial-auto-var-init in hot path
 2025-06-10 16:52 UTC  (3+ messages)

[PATCH RESEND v3] meson: fix Windows build
 2025-06-10 14:53 UTC  (4+ messages)

[PATCH v2 0/3] Add devicetree aliases for mmc on multiple MSM8974 devices
 2025-06-10 17:03 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: dts: qcom: msm8974-oneplus-bacon: Add alias for mmc0
` [PATCH v2 2/3] ARM: dts: qcom: msm8974-hammerhead: "
` [PATCH v2 3/3] ARM: dts: qcom: msm8974-sony-xperia-rhine: Add alias for mmc0 & mmc1

[DISCUSSION] proposed mctl() API
 2025-06-10 17:02 UTC  (10+ messages)

[RFC PATCH 0/4] TDX attestation support and GHCI fixup
 2025-06-10 17:01 UTC  (3+ messages)
` [RFC PATCH 4/4] KVM: TDX: Check KVM exit on KVM_HC_MAP_GPA_RANGE when TD finalize

[PATCH v5 0/2] mailbox: Add support for bcm74110
 2025-06-10 17:01 UTC  (3+ messages)
` [PATCH v5 2/2] "

[PATCH v3 00/23] vfio-user client
 2025-06-10 16:59 UTC  (7+ messages)
` [PATCH v3 03/23] vfio: add per-region fd support
` [PATCH v3 05/23] vfio-user: introduce vfio-user protocol specification

[GIT PULL] RISC-V Patches for the 6.16 Merge Window, Part 1
 2025-06-10 17:01 UTC  (2+ messages)

[PATCH net] netrom: fix possible deadlock in nr_rt_device_down
 2025-06-10 17:00 UTC  (6+ messages)

[cocci] Checking another deletion of redundant null pointer checks (with SmPL)?
 2025-06-10 17:00 UTC  (6+ messages)

[PATCH] platform/chrome: cros_ec_typec: Defer probe on missing EC parent
 2025-06-10 17:00 UTC  (2+ messages)

[PATCH] Qualcomm: maintain trogdor so CI passes
 2025-06-10 16:59 UTC 

[PATCH v2] arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: add Bluetooth support
 2025-06-10 16:59 UTC  (2+ messages)

[PATCH 00/31] Skip automatic zero-init of large arrays / structs in I/O paths
 2025-06-10 14:04 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.