messages from 2025-03-12 14:38:15 to 2025-03-12 15:21:55 UTC [more...]
[PATCH v7 0/8] x86/kexec: Add exception handling for relocate_kernel
2025-03-12 14:34 UTC (3+ messages)
` [PATCH v7 2/8] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [PATCH v7 5/8] x86/kexec: Add 8250 MMIO serial port output
[PATCH net-next] net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()
2025-03-12 14:54 UTC (3+ messages)
[PATCH ulogd2,v2 1/6] ulogd: add ulogd_parse_configfile public function
2025-03-12 15:21 UTC (7+ messages)
` [PATCH ulogd2,v2 2/6] all: use config_parse_file function in all plugins
` [PATCH ulogd2,v2 3/6] ulogd: raise error on unknown config key
` [PATCH ulogd2,v2 4/6] ulogd: improve integer option parsing
` [PATCH ulogd2,v2 5/6] ulogd: provide default configure implementation
` [PATCH ulogd2,v2 6/6] all: remove trivial configure hooks
[PATCH v2 0/4] iommu: Fix the longstanding probe issues
2025-03-12 15:21 UTC (5+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path
[RFC PATCH v2 00/20] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-03-12 15:20 UTC (5+ messages)
` [RFC PATCH v2 01/20] backends/iommufd: Introduce iommufd_backend_alloc_viommu
` [RFC PATCH v2 03/20] hw/arm/smmuv3-accel: Add initial infrastructure for smmuv3-accel device
[RFC PATCH] block, fs: use FOLL_LONGTERM as gup_flags for direct IO
2025-03-12 15:21 UTC (9+ messages)
[PATCH 0/2] arm64: dts: rockchip: Add pwm nodes for RK3528
2025-03-12 15:00 UTC (6+ messages)
` (subset) "
[PATCH] block: fix a comment in the queue_attrs[] array
2025-03-12 15:20 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix to avoid running out of free segments
2025-03-12 15:20 UTC (3+ messages)
[RFC PATCH] IMA: Remove evm_overlay.sh
2025-03-12 15:20 UTC (5+ messages)
` [LTP] "
[f2fs-dev] Patchwork summary for: f2fs
2025-03-12 15:20 UTC
[PATCH] block: protect debugfs attributes using q->elevator_lock
2025-03-12 15:19 UTC (3+ messages)
[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
2025-03-12 15:18 UTC (13+ messages)
` [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
[PATCH] drivers: remove invalid options for MSVC
2025-03-12 15:18 UTC (2+ messages)
[PATCH] drm/i915/watermark: Check bounds for scaler_users for dsc prefill latency
2025-03-12 15:19 UTC (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/watermark: Check bounds for scaler_users for dsc prefill latency (rev2)
[PATCH] s390/vfio-ap: lock mdev object when handling mdev remove request
2025-03-12 15:19 UTC (2+ messages)
[PATCH 1/4] libselinux: constify global strings
2025-03-12 15:18 UTC (5+ messages)
` [PATCH 2/4] libselinux: use local instead of global error buffer
` [PATCH 4/4] libselinux: limit fcontext regex path length
[PATCH v10 00/21] futex: Add support task local hash maps, FUTEX2_NUMA and FUTEX2_MPOL
2025-03-12 15:18 UTC (23+ messages)
` [PATCH v10 01/21] rcuref: Provide rcuref_is_dead()
` [PATCH v10 02/21] futex: Move futex_queue() into futex_wait_setup()
` [PATCH v10 03/21] futex: Pull futex_hash() out of futex_q_lock()
` [PATCH v10 04/21] futex: Create hb scopes
` [PATCH v10 05/21] futex: Create futex_hash() get/put class
` [PATCH v10 06/21] futex: Create helper function to initialize a hash slot
` [PATCH v10 07/21] futex: Add basic infrastructure for local task local hash
` [PATCH v10 08/21] futex: Hash only the address for private futexes
` [PATCH v10 09/21] futex: Allow automatic allocation of process wide futex hash
` [PATCH v10 10/21] futex: Decrease the waiter count before the unlock operation
` [PATCH v10 11/21] futex: Introduce futex_q_lockptr_lock()
` [PATCH v10 12/21] futex: Acquire a hash reference in futex_wait_multiple_setup()
` [PATCH v10 13/21] futex: Allow to re-allocate the private local hash
` [PATCH v10 14/21] futex: Resize local futex hash table based on number of threads
` [PATCH v10 15/21] futex: s/hb_p/fph/
` [PATCH v10 16/21] futex: Remove superfluous state
` [PATCH v10 17/21] futex: Untangle and naming
` [PATCH v10 18/21] futex: Rework SET_SLOTS
` [PATCH v10 19/21] mm: Add vmalloc_huge_node()
` [PATCH v10 20/21] futex: Implement FUTEX2_NUMA
` [PATCH v10 21/21] futex: Implement FUTEX2_MPOL
[PATCH v2 00/20] tools/x86/kcpuid: x86-cpuid-db v2.3 update
2025-03-12 15:18 UTC (14+ messages)
` [PATCH v2 09/20] tools/x86/kcpuid: Use C99-style for loops
` [PATCH v2 10/20] tools/x86/kcpuid: Use <cpuid.h> intrinsics
` [PATCH v2 11/20] tools/x86/kcpuid: Refactor CPUID range handling for future expansion
` [PATCH v2 12/20] tools/x86/kcpuid: Extend CPUID index mask macro
` [PATCH v2 13/20] tools/x86/kcpuid: Consolidate index validity checks
` [PATCH v2 14/20] tools/x86/kcpuid: Filter valid CPUID ranges
` [PATCH v2 15/20] tools/x86/kcpuid: Define Transmeta and Centaur index ranges
` [PATCH v2 16/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0
` [PATCH v2 17/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.1
` [PATCH v2 18/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2
` [PATCH v2 19/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3
` [PATCH v2 20/20] MAINTAINERS: Include kcpuid under X86 CPUID DATABASE
[PATCH v3] i915/gt/selftests: Disable lrc_timestamp test
2025-03-12 15:17 UTC (3+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH 1/8] drm/amdgpu: grab an additional reference on the gang fence v2
2025-03-12 15:16 UTC (6+ messages)
` [PATCH 3/8] drm/amdgpu: overwrite signaled fence in amdgpu_sync
` [PATCH 6/8] drm/amdgpu: stop reserving VMIDs to enforce isolation
[PATCH i-g-t] tests/intel/xe_fault_injection: Test some early probe functions
2025-03-12 15:16 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-03-12 15:15 UTC (18+ messages)
[bug report] udf: merge bh free
2025-03-12 15:15 UTC (2+ messages)
[PATCH next] wifi: iwlwifi: Fix uninitialized variable with __free()
2025-03-12 15:15 UTC (2+ messages)
CXL -next issue on arm64
2025-03-12 15:14 UTC (2+ messages)
[PATCH RFC v2 00/10] SLUB percpu sheaves
2025-03-12 15:14 UTC (7+ messages)
` [PATCH RFC v2 01/10] slab: add opt-in caching layer of "
[PATCH v2 1/2] Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO
2025-03-12 15:14 UTC (2+ messages)
` [PATCH v2 2/2] Bluetooth: hci_vhci: Mark Sync Flow Control as supported
[PATCH 0/2 v2] Move SEV sysfs information and expose MSR_SEV_STATUS
2025-03-12 15:13 UTC (9+ messages)
` [PATCH 1/2] x86/coco/sev: Move SEV SYSFS group to /sys/hypervisor/
` [PATCH 2/2] x86/sev: Make SEV_STATUS available via SYSFS
[PATCH] ata: libata: Return -EOPNOTSUPP instead of 1 in atapi_check_dma()
2025-03-12 15:13 UTC (2+ messages)
[PATCH 00/11] Various dt-bindings fixes
2025-03-12 15:12 UTC (3+ messages)
` [PATCH 03/11] dt-bindings: power: qcom,kpss-acc-v2: Add MSM8916 compatible
Issue with Setting Up Sparse
2025-03-12 15:11 UTC (2+ messages)
[PATCH v5] can: virtio: Initial virtio CAN driver
2025-03-12 15:11 UTC (8+ messages)
[PATCH] ASoC: cs42l43: Fix build error without CONFIG_PM
2025-03-12 15:11 UTC (3+ messages)
[RFC PATCH 00/13] Ultra Ethernet driver introduction
2025-03-12 15:10 UTC (6+ messages)
[patch 00/10] genirq/msi: Spring cleaning
2025-03-12 15:10 UTC (9+ messages)
` [patch 02/10] genirq/msi: Use lock guards for MSI descriptor locking
` [patch 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
[PATCH] imx8m: soc: cope with existing optee node
2025-03-12 15:10 UTC (3+ messages)
[PATCH net-next V2 0/2] Add support for 2500Base-X only configuration
2025-03-12 15:06 UTC (9+ messages)
` [PATCH net-next V2 1/2] dt-bindings: net: xlnx,axi-ethernet: Modify descriptions and phy-mode value to support 2500base-X "
` [PATCH net-next V2 2/2] net: axienet: Add support for "
Kernel oops with 6.14 when enabling TLS
2025-03-12 15:09 UTC (11+ messages)
` Networking people smell funny and make poor life choices
[meta-arago][master/scarthgap][PATCH] meta-arago-extras: layer.conf: Remove SIGGEN_EXCLUDERECIPES_ABISAFE
2025-03-12 15:09 UTC
[PATCH] drm/i915/dmc: Add debugfs for dc6 counter
2025-03-12 15:08 UTC (3+ messages)
` [PATCH v5] drm/i915/dmc: Create debugfs entry "
[PATCH v2 8/8] fbt, rawfbt: consolidate code to avoid duplication
2025-03-06 19:03 UTC
[meta-arago][master/scarthgap][PATCH 0/6] Add COMPATIBLE_MACHINEs
2025-03-12 15:08 UTC (7+ messages)
` [meta-arago][master/scarthgap][PATCH 1/6] statcol: Add COMPATIBLE_MACHINE
` [meta-arago][master/scarthgap][PATCH 2/6] ti-gc320-tests: "
` [meta-arago][master/scarthgap][PATCH 3/6] arm-compute-library: Fix typo in comment
` [meta-arago][master/scarthgap][PATCH 4/6] armnn: Add COMPATIBLE_MACHINE
` [meta-arago][master/scarthgap][PATCH 5/6] onnxruntime: "
` [meta-arago][master/scarthgap][PATCH 6/6] nnstreamer: "
[PATCH v2 7/8] rawfbt: performance improvements
2025-03-03 5:38 UTC
[PATCH v2 6/8] fbt: performance improvements
2025-01-15 4:21 UTC
[PATCH v2 0/4] clk: Support spread spectrum and use it in clk-pll144x and clk-scmi
2025-03-12 16:02 UTC (9+ messages)
` [PATCH NOT APPLY v2 4/4] clk: scmi: Support spread spectrum
[XEN PATCH 1/1] tools/libxl: search PATH for QEMU if `QEMU_XEN_PATH` is not absolute
2025-03-12 15:07 UTC (2+ messages)
[PATCH] fpga: fix potential null pointer deref in fpga_mgr_test_img_load_sgt()
2025-03-12 15:07 UTC (3+ messages)
[PATCH v4] drm/i915: Fix harmful driver register/unregister asymmetry
2025-03-12 15:06 UTC (2+ messages)
[PATCH v2] drm/panel/synaptics-r63353: Use _multi variants
2025-03-12 14:03 UTC (5+ messages)
[PATCH v4 0/5] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
2025-03-12 14:59 UTC (6+ messages)
` [PATCH v4 1/5] iommu/arm-smmu: Save additional information on context fault
[RFC PATCH] refs: "make mrproper" should clean out generated refs files
2025-03-12 15:05 UTC (2+ messages)
[f2fs-dev] [PATCH v3] f2fs: fix missing discard candidates in fstrim
2025-03-12 14:27 UTC (2+ messages)
[PATCH v2 4/4] mm/mempolicy: Fix duplicate node addition in sysfs for weighted interleave
2025-03-12 15:04 UTC (2+ messages)
[PATCH v1 2/2] PCI: imx6: Use domain number replace the hardcodes
2025-03-12 15:04 UTC (2+ messages)
[PATCH v4 0/4] Exynos Thermal code improvement
2025-03-12 14:59 UTC (4+ messages)
` [PATCH v4 4/4] drivers/thermal/exymos: Use guard notation when acquiring mutex
[PATCH v5 00/10] large atomic writes for xfs with CoW
2025-03-12 15:01 UTC (21+ messages)
` [PATCH v5 04/10] xfs: Reflink CoW-based atomic write support
` [PATCH v5 05/10] xfs: Iomap SW-based "
` [PATCH v5 07/10] xfs: Commit CoW-based atomic writes atomically
` [PATCH v5 09/10] xfs: Allow block allocator to take an alignment hint
[PATCH] iommu: Don't warn prematurely about dodgy probes
2025-03-12 15:01 UTC
[linux-next:master 9090/10334] ld.lld: error: undefined symbol: tpm_crb_ffa_init
2025-03-12 15:00 UTC (5+ messages)
[PATCH] ASoC: samsung: speyside: Free gpiod table
2025-03-12 15:00 UTC (2+ messages)
[PATCH v5 0/8] LOBF enablement fix
2025-03-12 14:58 UTC (4+ messages)
` [PATCH v5 5/8] drm/i915/lobf: Add debug interface for lobf
[PATCH] drm/i915/display: Maintain asciibetical order for HAS_* macros
2025-03-12 14:58 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH v2 1/4] i3c: mipi-i3c-hci: Allow only relevant INTR_STATUS bit updates
2025-03-12 14:42 UTC (2+ messages)
[PATCH] bbdev: enable to be compiled with MSVC
2025-03-12 14:56 UTC (2+ messages)
[Intel-wired-lan] [PATCH iwl-next v7 00/15] ixgbe: Add basic devlink support
2025-03-12 14:55 UTC (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v7 11/15] ixgbe: add device flash update via devlink
` "
[PATCH v5] sysctl: simplify the min/max boundary check
2025-03-12 14:54 UTC (12+ messages)
` "
[PATCH netdev v2] net: stmmac: dwmac-rk: Provide FIFO sizes for DWMAC 1000
2025-03-12 14:49 UTC (3+ messages)
[PATCH] drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2
2025-03-12 14:54 UTC (2+ messages)
[PATCH] doc: update virtio prog guide with new feature list
2025-03-12 14:52 UTC (2+ messages)
[PATCH v1 0/6] drm/panfrost: Add support for AARCH64_4K page table format
2025-03-12 14:49 UTC (5+ messages)
` [PATCH v1 4/6] "
[PATCH 0/2] Use proper printk format in appletbdrm
2025-03-12 14:51 UTC (4+ messages)
` [PATCH 2/2] drm/appletbdm: use %p4cl instead of %p4cc
[RFC] sched: add sched_show_task() variant that accepts log level
2025-03-12 14:51 UTC (2+ messages)
[PATCH V2] block: fix adding folio to bio
2025-03-12 14:51 UTC
[PATCH] mm/userfaultfd: Fix release hang over concurrent GUP
2025-03-12 14:51 UTC
[GIT PULL] ASoC fixes for v6.14-rc6
2025-03-12 14:50 UTC (2+ messages)
[PATCH v1 0/4] coresight: ctcu: Enable byte-cntr function for TMC ETR
2025-03-12 13:22 UTC (2+ messages)
[PULL] Renesas fixes for v6.14
2025-03-12 13:19 UTC
[PATCH v2 net] ipvs: prevent integer overflow in do_ip_vs_get_ctl()
2025-03-12 14:48 UTC (3+ messages)
Cross-compilation artifact is broken
2025-03-12 14:47 UTC (4+ messages)
[meta-arago][master/scarthgap][PATCH] mstpd: Remove recipe
2025-03-12 14:47 UTC
[PATCH v2 0/8] drm/client: Stop using legacy crtc->mode and a bunch of cleanups
2025-03-12 14:45 UTC (11+ messages)
` [PATCH v2 4/8] drm/client: Make copies of modes
` [PATCH v2 5/8] drm/client: Stop using the legacy crtc->mode
` [PATCH v2 6/8] drm/client: s/new_crtc/crtc/
` [PATCH v2 7/8] drm/client: Move variables to tighter scope
` [PATCH v2 8/8] drm/client: s/unsigned int i/int i/
[meta-arago][master/scarthgap][PATCH 00/10] Wrap bbappends in a
2025-03-12 14:45 UTC (11+ messages)
` [meta-arago][master/scarthgap][PATCH 01/10] irqbalance: Wrap the bbappend in a compliant manner
` [meta-arago][master/scarthgap][PATCH 02/10] pm-qa: "
` [meta-arago][master/scarthgap][PATCH 03/10] piglit: "
` [meta-arago][master/scarthgap][PATCH 04/10] mtd-utils: "
` [meta-arago][master/scarthgap][PATCH 05/10] v4l-utils: "
` [meta-arago][master/scarthgap][PATCH 06/10] gstreamer1.0-plugins-good: "
` [meta-arago][master/scarthgap][PATCH 07/10] wayland-protocols: "
` [meta-arago][master/scarthgap][PATCH 08/10] glfw: "
` [meta-arago][master/scarthgap][PATCH 09/10] open62541: "
` [meta-arago][master/scarthgap][PATCH 10/10] open62541: Fix Upstream-Status typo in patch
[PATCH v1 1/1] i2c: core: Propagate all possible errors when requesting recovery GPIOs
2025-03-12 14:44 UTC (2+ messages)
[PATCH nf] selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
2025-03-12 14:42 UTC (2+ messages)
[PATCH v4 0/2] Add cpupower idle-state functionality
2025-03-12 14:41 UTC (3+ messages)
` [PATCH v4 2/2] tuna: Add idle_state control functionality
[PATCH] /sched/core: Fix Unixbench spawn test regression
2025-03-12 14:41 UTC (5+ messages)
[bluez/bluez] df891f: sco-tester: Fix closing the socket
2025-03-12 14:41 UTC
[PATCH 0/2] target/arm: SME vs FP enable fixes
2025-03-12 14:39 UTC (2+ messages)
[PATCH BlueZ v1 1/2] sco-tester: Fix closing the socket
2025-03-12 14:40 UTC (2+ messages)
[PATCH net-next] net: ena: resolve WARN_ON when freeing IRQs
2025-03-12 14:39 UTC (2+ messages)
[PATCH v5 0/3] drm/i915/xe3lpd: Update bandwidth parameters
2025-03-12 14:39 UTC (3+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/xe3lpd: Update bandwidth parameters (rev5)
[PATCH v8 0/4] Optionally allow ttynull to be selected as a default console
2025-03-12 14:38 UTC (3+ messages)
` [PATCH v8 1/4] ttynull: Always initialize console index to -1
[PATCH] block: Fix bdrv_activate() not to fail without medium
2025-03-12 14:37 UTC
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.