messages from 2025-05-09 12:37:41 to 2025-05-09 13:16:42 UTC [more...]
[PULL 00/28] vfio queue
2025-05-09 13:13 UTC (11+ messages)
` [PULL 03/28] vfio/container: vfio_container_group_add
` [PULL 05/28] vfio/igd: Always emulate ASLS (OpRegion) register
` [PULL 06/28] vfio/igd: Detect IGD device by OpRegion
` [PULL 09/28] vfio/igd: Enable OpRegion by default
` [PULL 12/28] vfio/igd: Remove generation limitation for IGD passthrough
` [PULL 13/28] linux-header: update-linux-header script changes
` [PULL 15/28] vfio: add vfio_device_prepare()
` [PULL 19/28] vfio: consistently handle return value for helpers
` [PULL 22/28] vfio: add unmap_all flag to DMA unmap callback
` [PULL 28/28] vfio/container: pass listener_begin/commit callbacks
[PATCH] arm64: dts: qcom: sm8750: Add adsp fastrpc support
2025-05-09 13:16 UTC (3+ messages)
[PATCH RESEND v4 0/3] Add Luckfox Omni3576 Carrier Board support for RK3576
2025-05-09 12:26 UTC (2+ messages)
[PATCH v4 0/9] Apple Mac System Management Controller
2025-05-09 13:15 UTC (20+ messages)
` [PATCH v4 1/9] dt-bindings: gpio: Add Apple Mac SMC GPIO block
` [PATCH v4 2/9] dt-bindings: power: reboot: Add Apple Mac SMC Reboot Controller
` [PATCH v4 3/9] dt-bindings: mfd: Add Apple Mac System Management Controller
` [PATCH v4 4/9] mfd: Add Apple Silicon "
` [PATCH v4 5/9] gpio: Add new gpio-macsmc driver for Apple Macs
` [PATCH v4 6/9] power: reset: macsmc-reboot: Add driver for rebooting via Apple SMC
` [PATCH v4 7/9] arm64: dts: apple: t8103: Add SMC node
` [PATCH v4 8/9] arm64: dts: apple: t8112: "
` [PATCH v4 9/9] arm64: dts: apple: t600x: "
[PATCH v2 2/2] [PATCH v2] man/man2/kill.2: Add Amit Pinhas as a contributer
2025-05-09 13:14 UTC (11+ messages)
` Removing in-source contribution records contributer
[PATCH v3 0/3] fuse: Expose more information of fuse backing files to userspace
2025-05-09 13:14 UTC (3+ messages)
[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
2025-05-09 13:14 UTC (14+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 02/12] locking/rtmutex: Move max_lock_depth into rtmutex.c
` [PATCH 03/12] rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
` [PATCH 04/12] mm: move randomize_va_space into memory.c
` [PATCH 05/12] parisc/power: Move soft-power into power.c
` [PATCH 06/12] fork: mv threads-max into kernel/fork.c
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 08/12] sysctl: Move tainted ctl_table into kernel/panic.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c
` [PATCH 10/12] sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.c
` [PATCH 11/12] sysctl: Remove (very) old file changelog
` [PATCH 12/12] sysctl: Remove superfluous includes from kernel/sysctl.c
[Buildroot] [PATCH] package/swupdate: bump to version 2025.05
2025-05-09 13:13 UTC (2+ messages)
[Buildroot] [git commit] package/swupdate: bump to version 2025.05
2025-05-09 13:09 UTC
[for-next][PATCH 00/31] tracing: Updates for v6.16
2025-05-09 13:13 UTC (32+ messages)
` [for-next][PATCH 01/31] tracing: Update function trace addresses with module addresses
` [for-next][PATCH 02/31] tracing: Show function names when possible when listing fields
` [for-next][PATCH 03/31] tracing: Only return an adjusted address if it matches the kernel address
` [for-next][PATCH 04/31] tracing: Adjust addresses for printing out fields
` [for-next][PATCH 05/31] tracing: Show preempt and irq events callsites from the offsets in field print
` [for-next][PATCH 06/31] tracing: Always use memcpy() in histogram add_to_key()
` [for-next][PATCH 07/31] tracing: Move histogram trigger variables from stack to per CPU structure
` [for-next][PATCH 08/31] tracing: Add common_comm to histograms
` [for-next][PATCH 09/31] ftrace: Show subops in enabled_functions
` [for-next][PATCH 10/31] ftrace: Expose call graph depth as unsigned int
` [for-next][PATCH 11/31] ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()
` [for-next][PATCH 12/31] tracing/osnoise: Allow arbitrarily long CPU string
` [for-next][PATCH 13/31] tracing/mmiotrace: Remove reference to unused per CPU data pointer
` [for-next][PATCH 14/31] ftrace: Do not bother checking per CPU "disabled" flag
` [for-next][PATCH 15/31] tracing: Just use this_cpu_read() to access ignore_pid
` [for-next][PATCH 16/31] tracing: Add tracer_tracing_disable/enable() functions
` [for-next][PATCH 17/31] tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_dump_one()
` [for-next][PATCH 18/31] tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
` [for-next][PATCH 19/31] ftrace: Do not disabled function graph based on "disabled" field
` [for-next][PATCH 20/31] tracing: Do not use per CPU array_buffer.data->disabled for cpumask
` [for-next][PATCH 21/31] ring-buffer: Add ring_buffer_record_is_on_cpu()
` [for-next][PATCH 22/31] tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
` [for-next][PATCH 23/31] tracing: Convert the per CPU "disabled" counter to local from atomic
` [for-next][PATCH 24/31] tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff tracer
` [for-next][PATCH 25/31] tracing: Remove unused buffer_page field from trace_array_cpu structure
` [for-next][PATCH 26/31] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
` [for-next][PATCH 27/31] tracing: Rename event_trigger_alloc() to trigger_data_alloc()
` [for-next][PATCH 28/31] tracing: Fix error handling in event_trigger_parse()
` [for-next][PATCH 29/31] tracing: Remove unnecessary "goto out" that simply returns ret is trigger code
` [for-next][PATCH 30/31] tracing: Add a helper function to handle the dereference arg in verifier
` [for-next][PATCH 31/31] tracing: Allow the top level trace_marker to write into another instances
wifi: iwlwifi: SAE fails when AP sends confirm before STA
2025-05-09 13:12 UTC (2+ messages)
[PATCH i-g-t v1 0/2] whitelist for HDCP panels
2025-05-09 13:11 UTC (3+ messages)
` [PATCH i-g-t v1 1/2] lib/igt_whitelist: Add Hdcp Whitelist support
[PATCH 1/1] soc: ti: wkup_m3_ipc: Use dev_err_probe
2025-05-09 12:22 UTC (2+ messages)
Kernels >= 6.3 disable video output
2025-05-09 13:11 UTC (2+ messages)
[PATCH i-g-t v2 0/4] tests/kms_flip: Improve frame timing checks for high refresh rates
2025-05-09 13:11 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for tests/kms_flip: Improve frame timing checks for high refresh rates (rev2)
man-pages-6.14 released
2025-05-09 13:11 UTC (8+ messages)
[PATCH v9] riscv: dts: spacemit: Add clock tree for SpacemiT K1
2025-05-09 13:10 UTC (2+ messages)
[PATCH v3 0/4] Add overlays for IMX219 and OV5640 on J722S
2025-05-09 12:20 UTC (2+ messages)
[PATCH 0/2] scripts/checkpatch: fix SPDX-License-Identifier detection
2025-05-09 13:07 UTC (4+ messages)
` [PATCH 2/2] scripts/checkpatch: reimplement "
[PATCH v1 1/1] app/testpmd: add sleep command
2025-05-09 13:08 UTC (4+ messages)
` [PATCH v8 1/3] cmdline: use C standard library as number parser
[PATCH V9 00/24] drm: sun4i: add Display Engine 3.3 (DE33) support
2025-05-09 13:08 UTC (3+ messages)
[Intel-wired-lan] [PATCH iwl-net v2 0/3] Fix XDP loading on machines with many CPUs
2025-05-09 13:07 UTC (4+ messages)
` [Intel-wired-lan] [PATCH iwl-net v2 3/3] ice: fix rebuilding the Tx scheduler tree for large queue counts
` "
[PATCH 0/3] fix xstrdup leak in parse_short_opt
2025-05-09 13:08 UTC (4+ messages)
` [PATCH v2] parse-options: fix xstrdup leak in parse_options_step parse-options:984
[PATCH] driver core: platform: Use devres group to free driver probe resources
2025-05-09 13:07 UTC (11+ messages)
[PATCH v3 0/4] {am62,am62a}-phycore-som: Add R5F and C7xv device nodes
2025-05-09 12:20 UTC (2+ messages)
[Buildroot] [PATCH] package/libnss: bump version to 3.111
2025-05-09 13:05 UTC (2+ messages)
[PATCH v2 1/2] arm64: dts: ti: k3-am62a: Enable CPU freq throttling on thermal alert
2025-05-09 12:20 UTC (2+ messages)
[Buildroot] [git commit] package/libnss: bump version to 3.111
2025-05-09 12:58 UTC
[PATCH v2] kbuild: Disable -Wdefault-const-init-unsafe
2025-05-09 13:04 UTC (2+ messages)
[PATCH v1 0/3] PM: sleep: Updates related to pm_suspend_target_state
2025-05-09 13:03 UTC (3+ messages)
` [PATCH v1 1/3] PM: sleep: Print PM debug messages during hibernation
` [PATCH v1 3/3] PM: sleep: Introduce pm_sleep_transition_in_progress()
[PATCH v2] arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E
2025-05-09 12:19 UTC (2+ messages)
[PATCH v12] pwm: airoha: Add support for EN7581 SoC
2025-05-09 13:03 UTC (3+ messages)
[PATCH 0/2] Deal with clang's -Wdefault-const-init-unsafe
2025-05-09 13:02 UTC (3+ messages)
` [PATCH 1/2] kbuild: Disable -Wdefault-const-init-field-unsafe
[PATCH v3 0/6] powerpc: use lock guards for mutex Set 1
2025-05-09 13:02 UTC (4+ messages)
` [PATCH v3 3/6] powerpc: fadump: use lock guard for mutex
[PATCH] configure: Fix libnfs cflags and libs
2025-05-09 13:01 UTC (2+ messages)
[PATCH v2 0/2] VCPU reset fixes
2025-05-09 12:19 UTC (8+ messages)
` [PATCH v2 2/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
[PATCH v2 1/2] mm: khugepaged: convert set_huge_pmd() to take a folio
2025-05-09 13:01 UTC (2+ messages)
` [PATCH v2 2/2] mm: convert do_set_pmd() "
Doc: devicetree: bindings: rename r8a779f0-ether-serdes.yaml
2025-05-09 12:59 UTC (3+ messages)
` [PATCH 2/9] "
[PATCH 8/9] Doc: devicetree: phy: renesas: add compatible for X5H
2025-05-09 12:57 UTC (2+ messages)
[CFT PATCH 0/4] target/i386/emulate: cleanups
2025-05-09 12:56 UTC (3+ messages)
[PATCH] net: dsa: microchip: linearize skb for tail-tagging switches
2025-05-09 12:56 UTC (3+ messages)
[PATCH v5 0/4] rust: DebugFS Bindings
2025-05-09 12:56 UTC (3+ messages)
` [PATCH v5 2/4] rust: debugfs: Bind file creation for long-lived Display
[PATCH v2 00/47] Perf build support for -Wshorten-64-to-32
2025-05-09 12:56 UTC (3+ messages)
` [PATCH v2 05/47] arm64: cputype: Silence -Wshorten-64-to-32 warnings
[PATCH v3 0/3] Configure root port MPS during host probing
2025-05-09 12:03 UTC (10+ messages)
` [PATCH v3 3/3] PCI: aardvark: Remove redundant MPS configuration
[PATCH V4 00/11] Refactor ufs phy powerup sequence
2025-05-09 12:06 UTC (12+ messages)
` [PATCH V4 01/11] scsi: ufs: qcom: add a new phy calibrate API call
` [PATCH V4 09/11] scsi: ufs: qcom : Refactor phy_power_on/off calls
` [PATCH V4 10/11] scsi: ufs: qcom : Introduce phy_power_on/off wrapper function
` [PATCH V4 11/11] scsi: ufs: qcom: Prevent calling phy_exit before phy_init
[PATCH 00/14] spi: spi-fsl-dspi: DSPI support for NXP S32G platforms
2025-05-09 12:54 UTC (4+ messages)
` [PATCH 14/14] arm64: dts: Add DSPI entries for "
[PATCH] multipath-tools: fix misspellings
2025-05-09 12:54 UTC
[Intel-wired-lan] [PATCH net-next v1 0/3] dpll: add ref-sync pins feature
2025-05-09 12:54 UTC (5+ messages)
` [Intel-wired-lan] [PATCH net-next v1 2/3] dpll: add reference sync get/set
` "
[bug report] net: usb: lan78xx: refactor PHY init to separate detection and MAC configuration
2025-05-09 12:54 UTC (3+ messages)
[PATCH v1 1/1] x86: cpu: Describe board final hooks in the header
2025-05-09 12:53 UTC (3+ messages)
[PATCH net-next v2 0/3] dpll: add Reference SYNC feature
2025-05-09 12:46 UTC (8+ messages)
` [Intel-wired-lan] "
` [PATCH net-next v2 1/3] dpll: add Reference SYNC netlink attribute
` [Intel-wired-lan] "
` [PATCH net-next v2 2/3] dpll: add Reference SYNC get/set
` [Intel-wired-lan] "
` [PATCH net-next v2 3/3] ice: add Reference SYNC dpll pins
` [Intel-wired-lan] "
[PATCH i-g-t] tests/kms_plane: Add test to validate odd panning
2025-05-09 12:48 UTC
[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
2025-05-09 12:51 UTC (11+ messages)
[PATCH for-next v2 0/2] RDMA/rxe: Prefetching pages with explicit ODP
2025-05-09 12:52 UTC (5+ messages)
` [PATCH for-next v2 2/2] RDMA/rxe: Enable asynchronous prefetch for ODP MRs
[syzbot] [kvm?] [kvmarm?] BUG: unable to handle kernel paging request in vgic_its_save_tables_v0
2025-05-09 12:51 UTC
"scripts/get_maintainer.pl" - "Bad divisor in main::vcs_assign: 0"
2025-05-09 12:12 UTC (2+ messages)
[PATCH v11 4/6] PCI: dwc: Use common PCI host bridge APIs for finding the capabilities
2025-05-09 12:49 UTC (2+ messages)
[PATCH v3 4/7] arm64: probes: Add GCS support to bl/blr/ret
2025-05-09 11:56 UTC (2+ messages)
Question about TX power
2025-05-09 11:59 UTC (3+ messages)
[PATCH v3 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-09 12:48 UTC (9+ messages)
` [PATCH v3 1/4] mm/page_isolation: make page isolation "
[SECURITY PATCH 00/08] GRUB2 vulnerabilities - 2025/05/08
2025-05-09 12:47 UTC (9+ messages)
` [SECURITY PATCH 2/8] commands/search: Introduce the --cryptodisk-only argument
` [SECURITY PATCH 3/8] disk/diskfilter: Introduce the "cryptocheck" command
` [SECURITY PATCH 4/8] commands/search: Add the diskfilter support
` [SECURITY PATCH 6/8] disk/cryptodisk: Add the "erase secrets" function
[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
2025-05-09 12:47 UTC (11+ messages)
[PATCH v3 00/23] iommufd: Add vIOMMU infrastructure (Part-4 vQUEUE)
2025-05-09 11:52 UTC (11+ messages)
` [PATCH v3 11/23] iommufd/viommu: Add IOMMUFD_CMD_VQUEUE_ALLOC ioctl
[PATCH] iio: adc: ad4851: fix ad4858 chan pointer handling
2025-05-09 12:47 UTC (2+ messages)
Odroid n2+ usb broken on reboot
2025-05-08 19:54 UTC (7+ messages)
[RFC v1 0/7] common: usb_onboard_hub: Add support for Odroid onboard USB hub reset
2025-05-09 11:51 UTC (4+ messages)
` [RFC v1 7/7] usb: onboard-hub: Add conditional compilation for I2C initialization
[PATCH v3 00/15] vfio: preparation for vfio-user
2025-05-09 12:45 UTC (3+ messages)
[GIT PULL FOR v6.16] uvcvideo improvements
2025-05-09 12:46 UTC
[RFT PATCH 00/14] Add a single source of truth for UBWC configuration data
2025-05-09 12:45 UTC (8+ messages)
` [PATCH RFT 07/14] drm/msm/a6xx: Resolve the meaning of UBWC_MODE
` [PATCH RFT 10/14] drm/msm/a6xx: Stop tracking macrotile_mode (again)
[PATCH v4 0/4] drm/panel: Panel Refcounting infrastructure
2025-05-09 12:45 UTC (10+ messages)
` [PATCH v4 2/4] drm/panel: Add refcount support
[PATCH v2 0/5] allwinner: Add EMAC0 support to A523 variant SoC
2025-05-09 11:50 UTC (7+ messages)
` [PATCH v2 3/5] arm64: dts: allwinner: a523: Add EMAC0 ethernet MAC
[PATCH v12 00/19] Support spread spectrum clocking for i.MX8M PLLs
2025-05-09 12:45 UTC (10+ messages)
` [PATCH v12 11/19] clk: imx: add support for i.MX8MM anatop clock driver
` (subset) [PATCH v12 00/19] Support spread spectrum clocking for i.MX8M PLLs
[linux-next][selftests/bpf] Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
2025-05-09 12:45 UTC (2+ messages)
[PATCH] drm/amdkfd: improve performance with XNACK enable
2025-05-09 12:45 UTC (6+ messages)
[Buildroot] [PATCH 1/1] package/hwdata: bump version to 0.395
2025-05-09 12:44 UTC (2+ messages)
[PATCH 0/7] clk: renesas: rzg2l-cpg: Drop PM domain abstraction for MSTOP
2025-05-09 12:44 UTC (6+ messages)
` [PATCH 3/7] clk: renesas: rzg2l-cpg: Add support for MSTOP in clock enable/disable API
[PATCH 0/8] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
2025-05-09 11:41 UTC (4+ messages)
` [PATCH 5/8] PCI: rzg3s-host: Add Initial PCIe Host Driver "
[PATCH v3] dt-bindings: spi: tegra: Document IOMMU property for Tegra234 QSPI
2025-05-09 12:43 UTC (2+ messages)
[Buildroot] [git commit] package/hwdata: bump version to 0.395
2025-05-09 12:20 UTC
[PATCH v2] PM: hibernate: Explicitly set `PM_SUSPEND_MAX` at hibernate entry
2025-05-09 12:43 UTC (2+ messages)
[PATCH v3] mm: mincore: use pte_batch_bint() to batch process large folios
2025-05-09 12:42 UTC (4+ messages)
[PATCH] ASPEED: bmc: Add device tree for Meta(Facebook) Clemente compute-tray
2025-05-09 11:36 UTC (2+ messages)
[PATCH] man: Fix recover_zbd_write_error option description
2025-05-09 12:41 UTC (3+ messages)
bugfix CAAM error on startup
2025-05-09 9:40 UTC (2+ messages)
` arm:, imx:, caam: [PATCH] "
[PATCH] renesas: Renesas R-Car Gen4 watchdog driver
2025-05-08 22:23 UTC
[PATCH v1 0/6] Introduce support for QCS8300 SoC based IQ8 Series Platform
2025-05-09 11:10 UTC (12+ messages)
` [PATCH v1 2/6] dts: qcs8300-ride-u-boot.dtsi: Add memory entry to bootup
` [PATCH v1 3/6] clk/qcom: qcs8300: Add GCC clock driver for QCS8300
` [PATCH v1 4/6] phy: qcom: Enable QMP UFS PHY "
` [PATCH v1 5/6] qcom_defconfig: Enable QCS8300 clock driver
` [PATCH v1 6/6] configs: add qcs8300_defconfig
[PATCH v4 0/6] Fix potential out-of-bounds error in some drivers
2025-05-09 12:40 UTC (3+ messages)
` [PATCH v4 4/6] gpio: fix potential out-of-bound write
[PATCH v3 0/4] Enable env in SCSI
2025-05-09 10:52 UTC (5+ messages)
` [PATCH v3 1/4] disk: part: implement generic function part_get_info_by_uuid()
[PATCH] qcom_defconfig: Enable AUTOBOOT_KEYED support
2025-05-09 10:45 UTC (2+ messages)
[PATCH v1 1/1] gpio: msm_gpio: return correct value for gpio read
2025-05-09 10:42 UTC (2+ messages)
[PATCH 0/2] memory: stm32_omm: Fix error handling bugs
2025-05-09 11:04 UTC (2+ messages)
` [PATCH 1/2] memory: stm32_omm: Fix error handling in stm32_omm_configure()
[PATCH 0/2] Add new imx imx95-libra-rdk-fpsc SBC
2025-05-09 12:39 UTC (2+ messages)
[PATCH] selftests/bpf: Fix bpf selftest build warning
2025-05-09 12:38 UTC
[PATCH 00/15] hw/loongarch/virt: Add kvm_irqchip_in_kernel support
2025-05-09 12:36 UTC (3+ messages)
` [PATCH 03/15] hw/intc/loongarch_extioi: Add irqchip-in-kernel save/restore function
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.