messages from 2025-02-05 18:34:04 to 2025-02-05 19:33:03 UTC [more...]
[PATCH net-next v5 0/7] Support loopback mode speed selection
2025-02-05 19:08 UTC (2+ messages)
` [PATCH net-next v5 7/7] tsnep: Add PHY loopback selftests
[PATCH v4 0/5] reduce tasklist_lock hold time on exit and do some pid cleanup
2025-02-05 19:32 UTC (3+ messages)
` [PATCH v4 1/5] exit: perform add_device_randomness() without tasklist_lock
` [PATCH v4 2/5] exit: hoist get_pid() in release_task() outside of tasklist_lock
[PATCH] drivers_net: use 64-bit shift and avoid signed/unsigned mismatch
2025-02-05 19:32 UTC (4+ messages)
` [PATCH v3] drivers/net: "
` [PATCH v4] "
[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
2025-02-05 19:30 UTC (3+ messages)
` [RFC PATCH bpf-next 1/8] bpf: Add struct_ops context information to struct bpf_prog_aux
` [RFC PATCH bpf-next 2/8] sched_ext: Add filter for scx_kfunc_ids_select_cpu
[RFC net-next 0/4] net: Hold netdev instance lock during ndo operations
2025-02-05 19:32 UTC (3+ messages)
` [RFC net-next 1/4] net: Hold netdev instance lock during ndo_open/ndo_stop
[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
2025-02-05 19:31 UTC (6+ messages)
` [PATCH v3 3/3] x86/sev: "
[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
2025-02-05 18:59 UTC (4+ messages)
[PATCH] man/man2/perf_event_open.2: Clarify that exclude_kernel does not affect time_running
2025-02-05 19:31 UTC (3+ messages)
` [PATCH v2] "
[PATCH 02/19] iommu/tegra: Do not use struct page as the handle for pts
2025-02-05 19:28 UTC (4+ messages)
[Buildroot] [PATCH] support/scripts/apply-patches.sh: introduce envvar BR_PATCH_ARGS
2025-02-05 19:28 UTC (4+ messages)
[PATCH net-next] net: renesas: rswitch: cleanup max_speed setting
2025-02-05 19:27 UTC (4+ messages)
[PATCH 1/2] sounds: firewire: isight: changed strcpy to strscpy
2025-02-05 19:22 UTC
[PATCH 2/2] modified: drivers/net/wireless/intel/iwlwifi/iwl-io.c
2025-02-05 19:21 UTC
[PATCH v13 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2025-02-05 19:26 UTC (14+ messages)
` [PATCH v13 2/8] mm: rust: add vm_area_struct methods that require read access
[PATCH v2 00/10] Support for Allwinner V853 SoC
2025-02-05 19:17 UTC (4+ messages)
[PATCH 0/3] pwm: pxa: Use #pwm-cells = <3>
2025-02-05 19:13 UTC (6+ messages)
` [PATCH 1/3] pwm: Add upgrade path to #pwm-cells = <3> for users of of_pwm_single_xlate()
` [PATCH 2/3] dt-bindings: pwm: marvell,pxa-pwm: Update to use #pwm-cells = <3>
[PATCH v1 0/6] PCI: brcmstb: Misc small tweaks and fixes
2025-02-05 19:12 UTC (7+ messages)
` [PATCH v1 1/6] PCI: brcmstb: Refactor max speed limit functionality
` [PATCH v1 2/6] PCI: brcmstb: Fix error path upon call of regulator_bulk_get()
` [PATCH v1 3/6] PCI: brcmstb: Fix potential premature regluator disabling
` [PATCH v1 4/6] PCI: brcmstb: Use same constant table for config space access
` [PATCH v1 5/6] PCI: brcmstb: Make two changes in MDIO register fields
` [PATCH v1 6/6] PCI: brcmstb: Cast an int variable to an irq_hw_number_t
[LSF/MM/BPF TOPIC] buffered IO atomic writes
2025-02-05 19:22 UTC
[PATCH 0/5] KVM: x86/xen: Restrict hypercall MSR index
2025-02-05 19:20 UTC (9+ messages)
` [PATCH 1/5] KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range
[PATCH RFC 00/10] large atomic writes for xfs with CoW
2025-02-05 19:20 UTC (3+ messages)
` [PATCH RFC 10/10] xfs: Allow block allocator to take an alignment hint
[PATCH v6 0/6] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-02-05 19:18 UTC (7+ messages)
` [PATCH v6 1/6] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v6 2/6] efi/cper, cxl: Make definitions and structures global
` [PATCH v6 3/6] efi/cper, cxl: Remove cper_cxl.h
[PATCH 1/1] alloc_tag: work around clang-14 issue with __builtin_object_size()
2025-02-05 19:18 UTC (2+ messages)
[PATCH 0/2] VF: Avoid reading inaccessible RING_TIMESTAMP
2025-02-05 19:16 UTC (3+ messages)
` [PATCH 1/2] drm/xe/vf: Return EOPNOTSUPP for DRM_XE_DEVICE_QUERY_ENGINE_CYCLES if VF
` [PATCH 2/2] drm/xe/client: Skip show_run_ticks if unable to read timestamp
[PATCH v5 00/10] iomap: incremental per-operation iter advance
2025-02-05 19:17 UTC (19+ messages)
` [PATCH v5 01/10] iomap: factor out iomap length helper
` [PATCH v5 03/10] iomap: refactor iomap_iter() length check and tracepoint
` [PATCH v5 04/10] iomap: lift error code check out of iomap_iter_advance()
` [PATCH v5 05/10] iomap: lift iter termination logic from iomap_iter_advance()
` [PATCH v5 06/10] iomap: export iomap_iter_advance() and return remaining length
` [PATCH v5 07/10] iomap: support incremental iomap_iter advances
` [PATCH v5 08/10] iomap: advance the iter directly on buffered writes
` [PATCH v5 09/10] iomap: advance the iter directly on unshare range
` [PATCH v5 10/10] iomap: advance the iter directly on zero range
[PATCH v3 0/8] Support Multi-frequency scale for UFS
2025-02-05 18:02 UTC (3+ messages)
` [PATCH v3 1/8] scsi: ufs: core: Pass target_freq to clk_scale_notify() vop
[chrome-os:chromeos-6.6 192/192] drivers/soc/mediatek/mtk-dvfsrc.c:139:5: warning: no previous prototype for function 'dvfsrc_get_required_opp_peak_bw'
2025-02-05 19:14 UTC
[PATCH 0/6] rockchip: mkimage: Improve support for v2 image format
2025-02-05 19:15 UTC (12+ messages)
` [PATCH 1/6] rockchip: mkimage: Split size_and_off and size_and_nimage
` [PATCH 3/6] rockchip: mkimage: Print boot0 and boot1 parameters
` [PATCH 5/6] rockchip: mkimage: Add support for up to 4 input files
[PATCH v4 i-g-t 0/2] tests/intel/xe_sriov_flr: Add parallel FLR subtest for SR-IOV VFs
2025-02-05 19:13 UTC (3+ messages)
` ✗ GitLab.Pipeline: warning for tests/intel/xe_sriov_flr: Add parallel FLR subtest for SR-IOV VFs (rev4)
` ✓ Xe.CI.BAT: success "
[meta-arago][master][PATCH v3] ti-test: Add mcrc64 test application
2025-02-05 19:13 UTC (6+ messages)
` [EXTERNAL] "
[PATCH v3 0/7] mfd: bcm590xx: Add support for BCM59054
2025-02-05 19:12 UTC (3+ messages)
` [PATCH v3 7/7] regulator: bcm590xx: Add support for BCM59054 regulators
[PATCH] drm/amd/include : MES v11 and v12 API header update
2025-02-05 19:13 UTC (2+ messages)
[PATCH v2] btrfs: always fallback to buffered write if the inode requires checksum
2025-02-05 19:12 UTC (3+ messages)
[PATCH net-next] net: netdevsim: Support setting dev->perm_addr
2025-02-05 19:13 UTC (8+ messages)
[PATCH v2] rust: alloc: satisfy `aligned_alloc` requirements
2025-02-05 19:13 UTC (2+ messages)
[PATCH net-next 00/13] Introduce flowtable hw offloading in airoha_eth driver
2025-02-05 19:10 UTC (7+ messages)
` [PATCH net-next 07/13] net: airoha: Move REG_GDM_FWD_CFG() initialization in airoha_dev_init()
` [PATCH net-next 09/13] dt-bindings: net: airoha: Add airoha,npu phandle property
` [PATCH net-next 10/13] net: airoha: Introduce PPE initialization via NPU
` [PATCH net-next 11/13] net: airoha: Introduce flowtable offload support
` [PATCH net-next 12/13] net: airoha: Add loopback support for GDM2
[PATCH net-next v3] netdev-genl: Elide napi_id when not present
2025-02-05 19:11 UTC (2+ messages)
[PATCH v5 00/24] Intel vendor events and TMA 5.01 metrics
2025-02-05 19:11 UTC (5+ messages)
` [PATCH v5 03/24] perf vendor events: Add Arrowlake events/metrics
` [PATCH v5 11/24] perf vendor events: Update/add Graniterapids events/metrics
[PATCH net-next 0/4] eth: mlx4: use the page pool for Rx buffers
2025-02-05 19:11 UTC (4+ messages)
` [PATCH net-next 4/4] "
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-02-05 19:09 UTC (11+ messages)
` [PATCH v4 08/33] migration/multifd: Allow premature EOF on TLS incoming channels
[PATCH v3 00/12] meson: Deprecate 32-bit host support
2025-02-05 19:09 UTC (8+ messages)
` [PATCH v3 06/12] meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulation
` [PATCH v3 11/12] meson: Deprecate 32-bit host support
[PATCH 0/1] libbpf: Convert ELF notes into read-only maps
2025-02-05 19:06 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH rdma-next 1/1] RDMA/mana_ib: Add port statistics support
2025-02-05 19:08 UTC (2+ messages)
[PATCH v3] xen/riscv: identify specific ISA supported by cpu
2025-02-05 19:07 UTC (2+ messages)
[PATCH v2 0/2] netconsole: allow selection of egress interface via MAC address
2025-02-05 19:07 UTC (3+ messages)
` [PATCH v2 2/2] "
[PATCH v2] scsi: ufs: critical health condition
2025-02-05 19:07 UTC (3+ messages)
[tip: x86/cpu] ACPI/processor_idle: Add FFH state handling
2025-02-05 19:07 UTC
[tip: x86/cpu] x86/smp: Allow calling mwait_play_dead with an arbitrary hint
2025-02-05 19:07 UTC
[tip: x86/cpu] x86/smp: Eliminate mwait_play_dead_cpuid_hint()
2025-02-05 19:07 UTC
[tip: x86/cpu] intel_idle: Provide the default enter_dead() handler
2025-02-05 19:07 UTC
[PATCHv4 00/17] zsmalloc/zram: there be preemption
2025-02-05 19:06 UTC (9+ messages)
` [PATCHv4 14/17] zsmalloc: make zspage lock preemptible
[RFC PATCH] perf/core: Prevent dereferencing NULL pointer
2025-02-05 19:06 UTC
[PATCH] ext4: pass strlen() of the symlink instead of i_size to inode_set_cached_link()
2025-02-05 19:05 UTC (5+ messages)
Immutable vs read-only for Windows compatibility
2025-02-05 19:04 UTC (11+ messages)
[PATCH 00/27] iio: improve handling of direct mode claim and release
2025-02-05 19:04 UTC (9+ messages)
` [PATCH 05/27] iio: proximity: sx9310: Stop using iio_device_claim_direct_scoped()
` [PATCH 06/27] iio: proximity: sx9324: "
` [PATCH 07/27] iio: proximity: sx9360: "
` [PATCH 13/27] iio: adc: ad7625: "
[PATCH net-next v13 00/10] io_uring zero copy rx
2025-02-05 19:04 UTC (5+ messages)
[PATCH v8 0/7] Add support for EU stall sampling
2025-02-05 19:03 UTC (6+ messages)
` [PATCH v8 5/7] drm/xe/eustall: Add EU stall sampling support for Xe2
[PATCH] tests/intel/xe_exec_capture: Enhance test to check with DUMPABLE flag
2025-02-05 18:41 UTC
[PATCH 0/5] rockchip: ROCKCHIP_COMMON_STACK_ADDR improvements
2025-02-05 19:02 UTC (5+ messages)
` [PATCH 2/5] rockchip: Improve ARMv7 support for ROCKCHIP_COMMON_STACK_ADDR
[PATCH rdma-next 1/1] RDMA/mana_ib: Allocate PAGE aligned doorbell index
2025-02-05 19:02 UTC (2+ messages)
[PATCH net-next 0/3] net: improve core queue API handling while device is down
2025-02-05 19:01 UTC (4+ messages)
` [PATCH net-next 1/3] net: refactor netdev_rx_queue_restart() to use local qops
` [PATCH net-next 2/3] net: devmem: don't call queue stop / start when the interface is down
` [PATCH net-next 3/3] netdevsim: allow normal queue reset while down
[PATCH for 4-21 v4] xen/riscv: identify specific ISA supported by cpu
2025-02-05 19:00 UTC (3+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2025-02-06
2025-02-05 19:00 UTC
[syzbot] [mm?] KCSAN: data-race in mprotect_fixup / try_to_migrate_one
2025-02-05 18:59 UTC (8+ messages)
[PATCH 0/9] Refactor imx drivers and introduce support for imx95
2025-02-05 18:58 UTC (6+ messages)
` [PATCH 1/9] ASoC: SOF: imx: introduce more common structures and functions
[PATCH 0/3] CONFIG_VFS_DEBUG at last
2025-02-05 18:57 UTC (5+ messages)
` [PATCH 1/3] vfs: add initial support for CONFIG_VFS_DEBUG
` [PATCH 2/3] vfs: catch invalid modes in may_open
` [PATCH 3/3] vfs: use the new debug macros in inode_set_cached_link()
[PATCH 2/2] perf: arm_pmuv3: Uninvert dependency between {asm,perf}/arm_pmuv3.h
2025-02-05 18:57 UTC (2+ messages)
Linux 6.14-rc1
2025-02-05 18:55 UTC (3+ messages)
[PATCH net-next v2 0/9][pull request] ice: managing MSI-X in driver
2025-02-05 18:55 UTC (10+ messages)
` [PATCH net-next v2 1/9] ice: count combined queues using Rx/Tx count
` [PATCH net-next v2 2/9] ice: devlink PF MSI-X max and min parameter
` [PATCH net-next v2 3/9] ice: remove splitting MSI-X between features
` [PATCH net-next v2 4/9] ice: get rid of num_lan_msix field
` [PATCH net-next v2 5/9] ice, irdma: move interrupts code to irdma
` [PATCH net-next v2 6/9] ice: treat dyn_allowed only as suggestion
` [PATCH net-next v2 7/9] ice: enable_rdma devlink param
` [PATCH net-next v2 8/9] ice: simplify VF MSI-X managing
` [PATCH net-next v2 9/9] ice: init flow director before RDMA
[PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
2025-02-05 18:54 UTC (2+ messages)
[PATCH 2/2] drivers/net: remove unused variables and add MSVC compiler flag
2025-02-05 18:54 UTC (8+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 2/2] drivers/net: add MSVC compiler flag for unused variables
` [PATCH v3 0/2] remove unused variables and add MSVC compiler flag
` [PATCH v3 1/2] drivers/common: "
` [PATCH v3 2/2] drivers/net: add MSVC compiler flag for unused variables
[PATCH v6 00/10] Support virtio-gpu DRM native context
2025-02-05 18:53 UTC (9+ messages)
[meta-virtualization][master][styhead][PATCH v5 0/5] Add bbclass for xen launch config variables
2025-02-05 18:53 UTC (7+ messages)
` [meta-virtualization][master][styhead][PATCH v5 2/5] xen-rpi-u-boot-scr: Inherit xen-launch-config bbclass
iommu: flood of ahci 0000:e6:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0055 address=0xa14a4000 flags=0x0070]
2025-02-05 18:53 UTC (4+ messages)
[PATCH v3 6/6] connect: advertise OS version
2025-02-05 18:52 UTC (8+ messages)
` [PATCH v4 0/6][Outreachy] extend agent capability to include OS name
` [PATCH v4 1/6] version: replace manual ASCII checks with isprint() for clarity
` [PATCH v4 2/6] version: refactor redact_non_printables()
` [PATCH v4 3/6] version: refactor get_uname_info()
` [PATCH v4 4/6] version: extend get_uname_info() to hide system details
` [PATCH v4 5/6] t5701: add setup test to remove side-effect dependency
` [PATCH v4 6/6] agent: advertise OS name via agent capability
[syzbot] [hardening?] [mm?] BUG: bad usercopy in vfs_readlink
2025-02-05 18:53 UTC (4+ messages)
[PATCH v8 2/2] rust: add dma coherent allocator abstraction
2025-02-05 18:52 UTC (11+ messages)
` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)
[PATCH v2] rust: sync: add accessor for the lock behind a given guard
2025-02-05 18:52 UTC (2+ messages)
[PATCH v1] ftrace: Fix compile error when CONFIG_GENDWARFKSYMS is enabled
2025-02-05 18:51 UTC (2+ messages)
[PATCH 0/5] tests/functional: a few misc cleanups and fixes
2025-02-05 18:50 UTC (5+ messages)
` [PATCH 5/5] tests/functional: skip mem addr test on 32-bit hosts
[PATCH 1/2] perf: arm_pmuv3: Remove cyclical dependency with kvm_host.h
2025-02-05 18:49 UTC (2+ messages)
[PATCH 18/19] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
2025-02-05 18:39 UTC (7+ messages)
ath11k-firmware: WCN6750: hw1.0: Qualcomm Robotics RB3gen2 BDF, v2
2025-02-05 18:46 UTC (2+ messages)
A path forward to cleaning up dying cgroups?
2025-02-05 18:46 UTC (4+ messages)
[PATCH v2 00/14] media: imx8: add camera support
2025-02-05 17:18 UTC (2+ messages)
` [PATCH v2 11/14] arm64: dts: imx8: add capture controller for i.MX8's img subsystem
[Buildroot] [PATCH v4 1/2] package/pkg-golang.mk: allow packages to override download GOPROXY
2025-02-05 18:45 UTC (12+ messages)
` [Buildroot] Fwd: "
[PATCH v3] eal/common: fix inconsistent representation of PCI numbers
2025-02-05 18:46 UTC (7+ messages)
` [PATCH v4] bus: "
[PATCH v2 0/3] regulator: Add device tree support to AD5398
2025-02-05 18:45 UTC (3+ messages)
` [PATCH v2 1/3] regulator: ad5398: change enable bit name to improve readibility
[PATCH v2 00/12] Consolidate hrtimer initialization - Part 5
2025-02-05 18:45 UTC (3+ messages)
` [PATCH v2 05/12] io_uring: Use helper function hrtimer_update_function()
[PATCH 0/2] KVM: x86: Clean up MP_STATE transitions
2025-02-05 18:45 UTC (3+ messages)
` [PATCH 2/2] KVM: x86: Clear pv_unhalted on all transitions to KVM_MP_STATE_RUNNABLE
[thierryreding:pmc 25/26] drivers/soc/tegra/pmc.c:475: warning: Function parameter or struct member 'reboot_notifier' not described in 'tegra_pmc'
2025-02-05 18:42 UTC
[PATCH] perf arm-spe: Report error if set frequency
2025-02-05 18:30 UTC
MAINTAINERS: Move Pavel to kernel.org address
2025-02-05 18:42 UTC
[PATCH 00/14] DC Patches for 10 Feb 2025
2025-02-05 18:39 UTC (14+ messages)
` [PATCH 01/14] drm/amd/display: Expose 3 secondary planes for supported ASICs
` [PATCH 02/14] drm/amd/display: docstring definitions MAX_SURFACES and MAX_PLANES
` [PATCH 03/14] drm/amd/display: Don't try AUX transactions on disconnected link
` [PATCH 05/14] drm/amd/display: use s1_12 filter tables in SPL
` [PATCH 06/14] drm/amd/display: remove TF check for LLS policy
` [PATCH 07/14] drm/amd/display: add new IRQ enum for underflows
` [PATCH 08/14] drm/amd/display: limit coverage of optimization skip
` [PATCH 09/14] drm/amd/display: add s1_12 filter tables
` [PATCH 10/14] drm/amd/display: add workaround flag to link to force FFE preset
` [PATCH 11/14] drm/amd/display: pass calculated dram_speed_mts to dml2
` [PATCH 12/14] drm/amd/display: Make dcn401_program_pipe non static
` [PATCH 13/14] drm/amd/display: sspl: cleanup filter code
` [PATCH 14/14] drm/amd/display: 3.2.320
[PATCH] drm/amd/include : Update MES v12 API for fence update
2025-02-05 18:40 UTC
[RFC ipsec-next] xfrm: fix tunnel mode TX datapath in packet offload mode
2025-02-05 18:41 UTC
Usability issue: "Your branch is up to date"
2025-02-05 18:40 UTC (7+ messages)
[PATCH] kbuild: remove EXTRA_*FLAGS support
2025-02-05 18:40 UTC (2+ messages)
[PATCH] voicecall: Fix implicit-function-declaration fatal error with GCC-14
2025-02-05 18:40 UTC (2+ messages)
[PATCH] perf test: Fix perf test 11 hwmon endianess issue
2025-02-05 18:39 UTC (2+ messages)
[PATCH v3 0/5] perf hwmon related improvements
2025-02-05 18:39 UTC (2+ messages)
[PATCH 0/2 v3] perf test: perf record tests (114) changes
2025-02-05 18:39 UTC (2+ messages)
[RESEND PATCH v11 1/3] dt-bindings: display: Add powertip,{st7272|hx8238a} as DT Schema description
2025-02-05 18:39 UTC (2+ messages)
Unable to boot a raspberry Pi Zero 2 W using the master branch of Yocto #raspberrypi #raspberrypi0-wifi
2025-02-05 18:38 UTC
[PATCH v2] mm: slub: call WARN() instead of pr_err on slab_fix
2025-02-05 18:36 UTC (3+ messages)
[PATCH 12/43] cifs: Throw -EOPNOTSUPP error on unsupported reparse
2025-02-05 18:34 UTC (2+ messages)
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.