messages from 2025-04-09 20:30:01 to 2025-04-09 21:47:32 UTC [more...]
[PATCH] arm64: dts: rockchip: px30-engicam: Use "regulator-fixed" for vcc3v3-btreg
2025-04-09 20:50 UTC (2+ messages)
[PATCH bpf-next v7 00/10] bpf qdisc
2025-04-09 21:46 UTC (11+ messages)
` [PATCH bpf-next v7 01/10] bpf: Prepare to reuse get_ctx_arg_idx
` [PATCH bpf-next v7 02/10] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v7 03/10] bpf: net_sched: Add basic bpf qdisc kfuncs
` [PATCH bpf-next v7 04/10] bpf: net_sched: Add a qdisc watchdog timer
` [PATCH bpf-next v7 05/10] bpf: net_sched: Support updating bstats
` [PATCH bpf-next v7 06/10] bpf: net_sched: Disable attaching bpf qdisc to non root
` [PATCH bpf-next v7 07/10] libbpf: Support creating and destroying qdisc
` [PATCH bpf-next v7 08/10] selftests/bpf: Add a basic fifo qdisc test
` [PATCH bpf-next v7 09/10] selftests/bpf: Add a bpf fq qdisc to selftest
` [PATCH bpf-next v7 10/10] selftests/bpf: Test attaching bpf qdisc to mq and non root
[PATCH] arm64: dts: rockchip: rock-pi-4: Fix mmc-pwrseq clock name
2025-04-09 20:50 UTC (2+ messages)
[PATCH v2] drm/i915/vrr: Stop writing VRR_CTL_IGN_MAX_SHIFT for MTL onwards
2025-04-09 21:44 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco
2025-04-09 20:50 UTC
[PATCH v2 0/2] serial: 8250_of: support an optional bus clock
2025-04-09 21:43 UTC (3+ messages)
` [PATCH v2 2/2] serial: 8250_of: add support for "
[PATCH man] mmap.2: Document danger of mappings larger than PTRDIFF_MAX
2025-04-09 20:41 UTC (3+ messages)
[PATCH 0/2] iio: adc: ti-adc128s052: Add support for adc102s021
2025-04-09 21:42 UTC (4+ messages)
` [PATCH 2/2] iio: adc: ti-adc128s052: Add lower resolution devices support
[PATCH] arm64: dts: marvell: Drop unused "pinctrl-names"
2025-04-09 20:49 UTC
[PATCH] drm/amd/display/dml2: use vzalloc rather than kzalloc
2025-04-09 21:41 UTC
[PATCH] x86/Kconfig: Fix dependency for X86_DEBUG_FPU
2025-04-09 21:41 UTC (5+ messages)
[BUG Report] 6.15-rc1 RIP: 0010:__lruvec_stat_mod_folio+0x7e/0x250
2025-04-09 21:41 UTC (7+ messages)
[PATCH v2 0/4] KVM: extract lock_all_vcpus/unlock_all_vcpus
2025-04-09 20:45 UTC (5+ messages)
` [PATCH v2 2/4] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c
[RFC PATCH 0/29] Rework the LSM initialization
2025-04-09 21:40 UTC (15+ messages)
` [RFC PATCH 01/29] lsm: split the notifier code out into lsm_notifier.c
` [RFC PATCH 02/29] lsm: split the init code out into lsm_init.c
` [RFC PATCH 03/29] lsm: simplify prepare_lsm() and rename to lsm_prep_single()
` [RFC PATCH 04/29] lsm: simplify ordered_lsm_init() and rename to lsm_init_ordered()
` [RFC PATCH 05/29] lsm: replace the name field with a pointer to the lsm_id struct
` [RFC PATCH 07/29] lsm: rework lsm_active_cnt and lsm_idlist[]
` [RFC PATCH 17/29] lsm: introduce an initcall mechanism into the LSM framework
[android-common:android16-6.12 1/1] arch/arm64/kvm/mmu.c:2012:5: sparse: sparse: symbol 'pkvm_mem_abort_prefault' was not declared. Should it be static?
2025-04-09 21:39 UTC
[PATCH v4 00/32] Samsung S2MPG10 PMIC MFD-based drivers
2025-04-09 20:37 UTC (32+ messages)
` [PATCH v4 01/32] dt-bindings: mfd: samsung,s2mps11: add s2mpg10
` [PATCH v4 02/32] dt-bindings: clock: "
` [PATCH v4 03/32] dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
` [PATCH v4 05/32] mfd: sec: Sort includes alphabetically
` [PATCH v4 06/32] mfd: sec: Update includes to add missing and remove superfluous ones
` [PATCH v4 07/32] mfd: sec: Move private internal API to internal header
` [PATCH v4 08/32] mfd: sec: Split into core and transport (i2c) drivers
` [PATCH v4 09/32] mfd: sec: Add support for S2MPG10 PMIC
` [PATCH v4 10/32] mfd: sec: Merge separate core and irq modules
` [PATCH v4 11/32] mfd: sec-common: Fix multiple trivial whitespace issues
` [PATCH v4 12/32] mfd: sec-i2c: Sort struct of_device_id entries and the device type switch
` [PATCH v4 13/32] mfd: sec: Use dev_err_probe() where appropriate
` [PATCH v4 14/32] mfd: sec-i2c: s2dos05/s2mpu05: Use explicit regmap config and drop default
` [PATCH v4 15/32] mfd: sec-irq: s2dos05 doesn't support interrupts
` [PATCH v4 16/32] mfd: sec-common: Don't ignore errors from sec_irq_init()
` [PATCH v4 17/32] mfd: sec-i2c: Rework platform data and regmap instantiating
` [PATCH v4 18/32] mfd: sec: Change device_type to int
` [PATCH v4 19/32] mfd: sec: Don't compare against NULL / 0 for errors, use !
` [PATCH v4 20/32] mfd: sec-common: Use sizeof(*var), not sizeof(struct type_of_var)
` [PATCH v4 21/32] mfd: sec-common: Convert to using MFD_CELL macros
` [PATCH v4 22/32] mfd: sec-irq: Convert to using REGMAP_IRQ_REG() macros
` [PATCH v4 23/32] mfd: sec: Add myself as module author
` [PATCH v4 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
` [PATCH v4 25/32] rtc: s5m: cache device type during probe
` [PATCH v4 26/32] rtc: s5m: prepare for external regmap
` [PATCH v4 27/32] rtc: s5m: add support for S2MPG10 RTC
` [PATCH v4 28/32] rtc: s5m: fix a typo: peding -> pending
` [PATCH v4 29/32] rtc: s5m: switch to devm_device_init_wakeup
` [PATCH v4 30/32] rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits
` [PATCH v4 31/32] rtc: s5m: replace open-coded read/modify/write registers with regmap helpers
` [PATCH v4 32/32] MAINTAINERS: add myself as reviewer for Samsung S2M MFD
[PATCH v4 0/3] EFI Capsule update explicitly sets dfu_alt_info
2025-04-09 21:36 UTC (3+ messages)
[svsm-devel] vTPM service attestation format update
2025-04-09 21:36 UTC (2+ messages)
[PATCH] proc: allow to mark /proc files permanent outside of fs/proc/
2025-04-09 21:35 UTC (2+ messages)
[PATCH] pinctrl: amd: Fix use of undeclared identifier 'pinctrl_amd_s2idle_dev_ops'
2025-04-09 21:35 UTC
[PATCH] rust: kasan/kbuild: fix missing flags on first build
2025-04-09 21:35 UTC (2+ messages)
[PATCH] x86/mm: consolidate initmem_init()
2025-04-09 21:33 UTC (2+ messages)
` [tip: x86/mm] x86/mm: Consolidate initmem_init()
[PATCH] x86: predict __access_ok() returning true
2025-04-09 21:32 UTC (2+ messages)
` [tip: x86/asm] x86/uaccess: Predict valid_user_address() "
[PATCH v6 0/6] fstests: btrfs: add test case to validate sysfs input arguments
2025-04-09 21:31 UTC (4+ messages)
` [PATCH v6 2/6] fstests: check: fix unset seqres in run_section()
[PATCH v4] remoteproc: imx_dsp_rproc: Add support for DSP-specific features
2025-04-09 21:30 UTC
[PATCH v2] unshare_test: set nr_open using soft limit
2025-04-09 21:30 UTC (4+ messages)
[PATCH 0/8] DRM Rust abstractions
2025-04-09 21:29 UTC (7+ messages)
[PATCH v2 RESEND] riscv: dts: starfive: fml13v01: enable USB 3.0 port
2025-04-09 21:28 UTC (2+ messages)
[meta-virtualization][PATCH] podman: Fix QA error for invalid PACKAGECONFIG
2025-04-09 21:28 UTC (3+ messages)
[PATCH RFC 0/5] x86/asm: Improve code generation
2025-04-09 21:27 UTC (8+ messages)
` [PATCH RFC 4/5] x86/alternative: Improve code generation readability
[PATCH v8 0/4] drm/xe/vf: Post-migration recovery of GGTT nodes and CTB
2025-04-09 21:26 UTC (9+ messages)
` [PATCH v8 1/4] drm/xe/vf: Divide GGTT ballooning into allocation and insertion
` [PATCH v8 2/4] drm/xe/vf: Shifting GGTT area post migration
` [PATCH v8 3/4] drm/xe/guc: Introduce enum with offsets for context register H2Gs
` [PATCH v8 4/4] drm/xe/vf: Fixup CTB send buffer messages after migration
` ✓ CI.Patch_applied: success for drm/xe/vf: Post-migration recovery of GGTT nodes and CTB (rev7)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "
[net-next v4 0/5] net: mtip: Add support for MTIP imx287 L2 switch driver
2025-04-09 21:26 UTC (5+ messages)
` [net-next v4 3/5] ARM: dts: nxp: mxs: Adjust XEA board's DTS to support L2 switch
` [net-next v4 4/5] net: mtip: The L2 switch driver for imx287
[perf top] annotation doesn't work, libunwind doesn't seem to be working either
2025-04-09 21:26 UTC (11+ messages)
[PATCH net-next 00/12] net/mlx5: HWS, Refactor action STE handling
2025-04-09 21:24 UTC (5+ messages)
` [PATCH net-next 04/12] net/mlx5: HWS, Refactor pool implementation
` [PATCH net-next 05/12] net/mlx5: HWS, Cleanup after pool refactoring
[PATCH] riscv: Avoid fortify warning in syscall_get_arguments()
2025-04-09 21:24 UTC
[PATCH v3 00/16] Hyperlaunch device tree for dom0
2025-04-09 21:24 UTC (5+ messages)
` [PATCH v3 03/16] x86/boot: add cmdline to struct boot_domain
` [PATCH v3 09/16] x86/hyperlaunch: locate dom0 kernel with hyperlaunch
[PATCH v6 0/4] Panthor BO tagging and GEMS debug display
2025-04-09 21:22 UTC (5+ messages)
` [PATCH v6 1/4] drm/panthor: Introduce BO labeling
` [PATCH v6 2/4] drm/panthor: Add driver IOCTL for setting BO labels
` [PATCH v6 3/4] drm/panthor: Label all kernel BO's
` [PATCH v6 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS
cross compile fails with GCC_PLUGIN_LATENT_ENTROPY
2025-04-09 21:20 UTC (3+ messages)
PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse"
2025-04-09 21:19 UTC (4+ messages)
[PATCH] char: mwave: smapi: Make usSmapiOK signed to fix warning
2025-04-09 21:19 UTC
[PATCH v3 0/7] clk: spacemit: add K1 reset support
2025-04-09 21:17 UTC (8+ messages)
` [PATCH v3 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH v3 2/7] clk: spacemit: rename spacemit_ccu_data fields
` [PATCH v3 3/7] clk: spacemit: add reset controller support
` [PATCH v3 4/7] clk: spacemit: define existing syscon resets
` [PATCH v3 5/7] clk: spacemit: make clocks optional
` [PATCH v3 6/7] clk: spacemit: define new syscons with only resets
` [PATCH v3 7/7] riscv: dts: spacemit: add reset support for the K1 SoC
[PATCH] staging/media/imx: fix null pointer dereference
2025-04-09 21:17 UTC
[PATCH v10] ufs: core: Add WB buffer resize support
2025-04-09 21:17 UTC (2+ messages)
[PATCH 6.14 000/726] 6.14.2-rc4 review
2025-04-09 21:16 UTC (2+ messages)
[PATCH v3 0/4] Introduce LLCC v6 used on the SM8750 SoCs
2025-04-09 21:16 UTC (4+ messages)
` [PATCH v3 2/4] soc: qcom: llcc-qcom: Add support for LLCC V6
[PATCH v2 2/2] [PATCH v2] man/man2/kill.2: Add Amit Pinhas as a contributer
2025-04-09 21:15 UTC (7+ messages)
` Removing in-source contribution records contributer
[PATCH v8 0/4] tests/kms_async_flips: Create subtest for overlay planes
2025-04-09 21:14 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v2] platform: cznic: use new GPIO line value setter callbacks
2025-04-09 21:12 UTC
+ alloc_tag-handle-incomplete-bulk-allocations-in-vm_module_tags_populate.patch added to mm-hotfixes-unstable branch
2025-04-09 21:12 UTC
[PATCH] timekeeping: Add a lockdep override in tick_freeze()
2025-04-09 21:12 UTC (2+ messages)
` [tip: timers/urgent] "
[PATCH -v5 0/8] sched: Make task_struct::thread constant size, x86/fpu: Remove thread::fpu
2025-04-09 21:11 UTC (9+ messages)
` [PATCH 1/8] x86/fpu: Introduce the x86_task_fpu() helper method
` [PATCH 2/8] x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()
` [PATCH 3/8] x86/fpu: Make task_struct::thread constant size
` [PATCH 4/8] x86/fpu: Remove the thread::fpu pointer
` [PATCH 5/8] x86/fpu: Push 'fpu' pointer calculation into the fpu__drop() call
` [PATCH 6/8] x86/fpu: Make sure x86_task_fpu() doesn't get called for PF_KTHREAD|PF_USER_WORKER tasks during exit
` [PATCH 7/8] x86/fpu: Remove init_task FPU state dependencies, add debugging warning for PF_KTHREAD tasks
` [PATCH 8/8] x86/fpu: Use 'fpstate' variable names consistently
[PATCH] alloc_tag: Handle incomplete bulk allocations in vm_module_tags_populate
2025-04-09 21:11 UTC (3+ messages)
[PATCH v7 0/4] drm/xe/vf: Post-migration recovery of GGTT nodes and CTB
2025-04-09 21:09 UTC (13+ messages)
` [PATCH v7 1/4] drm/xe/vf: Divide GGTT ballooning into allocation and insertion
` [PATCH v7 2/4] drm/xe/vf: Shifting GGTT area post migration
` [PATCH v7 3/4] drm/xe/guc: Introduce enum with offsets for context register H2Gs
` [PATCH v7 4/4] drm/xe/vf: Fixup CTB send buffer messages after migration
[PATCH 6.13 000/502] 6.13.11-rc3 review
2025-04-09 21:09 UTC (2+ messages)
[PATCH 2/2] ASoC: cs48l32: Add driver for Cirrus Logic CS48L32 audio DSP
2025-04-09 21:08 UTC (2+ messages)
[PATCH V6 0/3] scsi: ufs-qcom: Enable Hibern8, MCQ, and Testbus registers Dump
2025-04-09 21:08 UTC (3+ messages)
` [PATCH V6 2/3] scsi: ufs-qcom: Add support to dump MCQ registers
[PATCH v3 0/2] kbuild: rust: provide an option to inline C helpers into Rust
2025-04-09 21:05 UTC (5+ messages)
` [PATCH v3 2/2] "
[syzbot] [mm?] BUG: sleeping function called from invalid context in emon
2025-04-09 21:05 UTC
Need Help Enabling HDMI on Debix Model A
2025-04-09 21:05 UTC (4+ messages)
[PATCH] RFC: ext4: Add a few overflow checks in the writing code
2025-04-09 21:02 UTC
NFSD automatically releases all states when underlying file system is unmounted
2025-04-09 21:00 UTC (3+ messages)
[PATCH V1] accel/amdxdna: Fix incorrect size of ERT_START_NPU commands
2025-04-09 21:00 UTC
[PATCH] scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort()
2025-04-09 20:59 UTC (2+ messages)
[PATCH] Alpha: Emulate unaligned LDx_L/STx_C for data consistency
2025-04-09 20:59 UTC (8+ messages)
[PATCH v6 00/12] Add support for MAX7360
2025-04-09 20:58 UTC (3+ messages)
` [PATCH v6 01/12] dt-bindings: mfd: gpio: Add MAX7360
[PATCH] cpufreq/amd-pstate: Enable ITMT support after initializing core rankings
2025-04-09 20:58 UTC (2+ messages)
[Intel-wired-lan] [PATCH iwl-next v3 0/3] idpf: add flow steering support
2025-04-09 20:56 UTC (8+ messages)
` "
` [Intel-wired-lan] [PATCH iwl-next v3 1/3] virtchnl2: rename enum virtchnl2_cap_rss
` "
` [Intel-wired-lan] [PATCH iwl-next v3 2/3] virtchnl2: add flow steering support
` "
` [Intel-wired-lan] [PATCH iwl-next v3 3/3] idpf: "
` "
[PATCH 6.12 000/426] 6.12.23-rc3 review
2025-04-09 20:56 UTC (2+ messages)
[meta-virtualization][m-c-s][PATCH 1/3] open-iscsi-user: Update the Upstream-Status accordingly
2025-04-09 20:56 UTC (2+ messages)
[PATCH] char: tpm: tpm-buf: Fix uninitialized return values in read helpers
2025-04-09 20:55 UTC
[meta-virtualization][meta-cloud-services][master][scarthgap][PATCH 1/1] python3-ansible: Upgrade 2.17.6 -> 2.17.7
2025-04-09 20:55 UTC (2+ messages)
[PATCH] media: Fix invalid link creation when source entity has 0 pads
2025-04-09 20:54 UTC (8+ messages)
[PATCH v3 0/6] KVM: SVM: Fix DEBUGCTL bugs
2025-04-09 20:52 UTC (4+ messages)
[meta-virtualization][PATCH] packagegroup-container: Fix docker typo
2025-04-09 20:51 UTC (2+ messages)
[PATCH] drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later
2025-04-09 20:50 UTC
[PATCH -v2 00/49] Simplify, reorganize and clean up the x86 text-patching code (alternative.c)
2025-04-09 20:51 UTC (3+ messages)
[PATCH] arm64: dts: qcom: Drop undocumented "clock-names" for parade,ps8830
2025-04-09 20:49 UTC
xfsprogs support for zoned devices
2025-04-09 20:48 UTC (5+ messages)
` [PATCH 38/45] xfs_io: don't re-query fs_path information in fsmap_f
` [PATCH 39/45] xfs_io: don't re-query geometry "
[PATCH 6.6 000/269] 6.6.87-rc2 review
2025-04-09 20:48 UTC (2+ messages)
[PATCH] PCI: Remove pci_fixup_cardbus
2025-04-09 20:43 UTC
[Confusing Bug] A Long-running Syzkaller Docker Crashes Host System
2025-04-09 20:41 UTC (2+ messages)
[bluez/bluez] f8e7bc: btdev: Fix checking for BR/EDR scan enable rather
2025-04-09 20:41 UTC
[NDCTL PATCH v4 0/3] ndctl: Add support and test for CXL Features support
2025-04-09 20:40 UTC (3+ messages)
` [NDCTL PATCH v4 3/3] cxl/test: Add test for cxl features device
[PATCH] nfs: direct: drop useless initializer in nfs_direct_write_completion()
2025-04-09 20:40 UTC (2+ messages)
[PATCH] ASoC: cs42l43: Reset clamp override on jack removal
2025-04-09 20:40 UTC (2+ messages)
Patchwork summary for: spi-devel-general
2025-04-09 20:40 UTC
[PATCH v2] scripts/spdxcheck: Limit the scope of git.Repo
2025-04-09 20:39 UTC (2+ messages)
[PATCH 2/7] PCI: cadence: Add header support for PCIe next generation controllers
2025-04-09 20:39 UTC (2+ messages)
[PATCH] arm/arm64: dts: allwinner: Use preferred node names for cooling maps
2025-04-09 20:36 UTC
[rafael-pm:bleeding-edge 46/52] drivers/pinctrl/pinctrl-amd.c:1213:26: error: use of undeclared identifier 'pinctrl_amd_s2idle_dev_ops'
2025-04-09 20:36 UTC
[PATCH] nfs: nfs3acl: drop useless assignment in nfs3_get_acl()
2025-04-09 20:36 UTC
[PATCH v2 0/3] Fix using wrong GPF DVSEC location issue
2025-04-09 20:32 UTC (2+ messages)
[PATCH v2 0/6] KVM: arm64: EL2 PMU handling fixes
2025-04-09 20:31 UTC (2+ messages)
[PATCH v2 00/11] ASoC: mediatek: Add support for MT8196 SoC
2025-04-09 20:28 UTC (3+ messages)
` [PATCH v2 08/11] ASoC: mediatek: mt8196: add platform driver
[PATCH 6.1 000/205] 6.1.134-rc2 review
2025-04-09 20:31 UTC (2+ messages)
[PATCH 00/20] x86 MSR in-kernel API type cleanup and rename
2025-04-09 20:29 UTC (6+ messages)
` [PATCH 16/20] x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'
` [PATCH 17/20] x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'
` [PATCH 18/20] x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'
` [PATCH 19/20] x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'
` [PATCH 20/20] x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()'
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.