All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-20 09:02:17 to 2025-02-20 09:46:01 UTC [more...]

[PATCH] python3: Remove DEBUG_PREFIX_MAP from sysconfigdata
 2025-02-20  9:24 UTC  (6+ messages)
` [OE-core] "

[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-02-20  9:45 UTC  (3+ messages)

[PATCH v2 0/2] R-Car CANFD fixes
 2025-02-20  9:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M
` [PATCH v2 2/2] can: rcar_canfd: Fix page entries in the AFL list

[PATCH v1 0/3] drm: bridge: add support for Triple 10-BIT
 2025-02-20  9:44 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindigs: display: extend the LVDS codec with Triple 10-BIT LVDS Transmitter
` [PATCH v1 2/3] dt-bindigs: display: extend the simple bridge with MStar TSUMU88ADT3-LF-1
` [PATCH v1 3/3] drm/bridge: simple-bridge: Add support for "

[PATCH 0/5] coresight: Add Coresight Trace NOC driver
 2025-02-20  9:41 UTC  (2+ messages)
` [PATCH 1/5] dt-bindings: arm: Add Coresight device Trace NOC definition

[PATCH] scsi: mpi3mr: fix invalid 64-bit phy bitmask calculation
 2025-02-20  9:44 UTC 

[meta-selinux][PATCH 1/3] setools: inherit cython class
 2025-02-20  9:43 UTC  (3+ messages)
` [meta-selinux][PATCH 2/3] selinux: upgrade 3.7 -> 3.8
` [meta-selinux][PATCH 3/3] refpolicy: update to 20250213+git

[PATCH v4] dma: dw-axi-dmac: remove unnecessary axi_dma_enable() calling
 2025-02-20  9:40 UTC 

[PATCH v11 0/7] Add PCIe support for Qualcomm IPQ5332
 2025-02-20  9:42 UTC  (8+ messages)
` [PATCH v11 1/7] dt-bindings: phy: qcom,uniphy-pcie: Document PCIe uniphy
` [PATCH v11 2/7] phy: qcom: Introduce PCIe UNIPHY 28LP driver
` [PATCH v11 3/7] dt-bindings: PCI: qcom: Use sdx55 reg description for ipq9574
` [PATCH v11 4/7] arm64: dts: qcom: ipq9574: Reorder reg and reg-names
` [PATCH v11 5/7] dt-bindings: PCI: qcom: Document the IPQ5332 PCIe controller
` [PATCH v11 6/7] arm64: dts: qcom: ipq5332: Add PCIe related nodes
` [PATCH v11 7/7] arm64: dts: qcom: ipq5332-rdp441: Enable PCIe phys and controllers

[PATCH] fs/jfs: cast inactags to s64 to prevent potential overflow
 2025-02-20  9:43 UTC 

[PATCH] drm/arm/komeda: Add a condition check before removing sysfs attribute
 2025-02-20  9:43 UTC  (4+ messages)

[PATCH RFC v2 00/16] drm/vkms: ConfigFS interface
 2025-02-20  9:43 UTC  (8+ messages)

[PATCH] rust: regulator: add a bare minimum regulator abstraction
 2025-02-20  9:42 UTC  (5+ messages)

[PATCH v2 net 0/2] net: remove the single page frag cache for good
 2025-02-20  9:41 UTC  (5+ messages)
` [PATCH v2 net 1/2] net: allow small head cache usage with large MAX_SKB_FRAGS values
` [PATCH v2 net 2/2] Revert "net: skb: introduce and use a single page frag cache"

[PATCH] wifi: mac80211: Add counter for all monitor interfaces
 2025-02-20  9:41 UTC 

[PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA
 2025-02-20  9:40 UTC  (2+ messages)

[PATCH] power: use hugepage memory for queue list entry structure
 2025-02-20  9:41 UTC  (3+ messages)

[RFC PATCH 00/22] sched/fair: Defer CFS throttling to exit to user mode
 2025-02-20  9:32 UTC  (23+ messages)
` [RFC PATCH 01/22] kernel/entry/common: Move syscall_enter_from_user_mode_work() out of header
` [RFC PATCH 02/22] sched/fair: Convert "se->runnable_weight" to unsigned int and pack the struct
` [RFC PATCH 03/22] [PoC] kernel/entry/common: Mark syscall as a kernel critical section
` [RFC PATCH 04/22] [PoC] kernel/sched: Inititalize "kernel_cs_count" for new tasks
` [RFC PATCH 05/22] sched/fair: Track EEVDF stats for entities preempted in kernel mode
` [RFC PATCH 06/22] sched/fair: Propagate the min_vruntime of kernel mode preempted entity
` [RFC PATCH 07/22] sched/fair: Propagate preempted entity information up cgroup hierarchy
` [RFC PATCH 08/22] sched/fair: Allow pick_eevdf() to pick in-kernel entities on throttled hierarchy
` [RFC PATCH 09/22] sched/fair: Introduce cfs_rq throttled states in preparation for partial throttling
` [RFC PATCH 10/22] sched/fair: Prepare throttle_cfs_rq() to allow "
` [RFC PATCH 11/22] sched/fair: Prepare unthrottle_cfs_rq() to demote throttle status
` [RFC PATCH 12/22] sched/fair: Prepare bandwidth distribution to unthrottle partial throttles right away
` [RFC PATCH 13/22] sched/fair: Correct the throttle status supplied to pick_eevdf()
` [RFC PATCH 14/22] sched/fair: Mark a task if it was picked on a partially throttled hierarchy
` [RFC PATCH 15/22] sched/fair: Call resched_curr() from sched_notify_syscall_exit()
` [RFC PATCH 16/22] sched/fair: Prepare enqueue to partially unthrottle cfs_rq
` [RFC PATCH 17/22] sched/fair: Clear pick on throttled indicator when task leave fair class
` [RFC PATCH 18/22] sched/fair: Prepare pick_next_task_fair() to unthrottle a throttled hierarchy
` [RFC PATCH 19/22] sched/fair: Ignore in-kernel indicators for running task outside of schedule()
` [RFC PATCH 20/22] sched/fair: Implement determine_throttle_state() for partial throttle
` [RFC PATCH 21/22] [MAYBE BUGFIX] sched/fair: Group all the se->min_* members together for propagation
` [RFC PATCH 22/22] [DEBUG] sched/fair: Debug pick_eevdf() returning NULL!

[LTP] [PATCH] ioctl08: Fix comment indentation to fit RST format
 2025-02-20  9:39 UTC  (5+ messages)

[PATCH net-next 01/12] can: c_can: Drop useless final probe failure message
 2025-02-20  9:40 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu/gfx11: Implement the GFX11 KGQ pipe reset
 2025-02-20  9:39 UTC  (3+ messages)

[PATCH v1 0/3] Initial BBML2 support for contpte_convert()
 2025-02-20  9:37 UTC  (9+ messages)
` [PATCH v1 1/3] arm64: Add BBM Level 2 cpu feature

[fuse-devel] Symlink caching: Updating the target can result in corrupted symlinks - kernel issue?
 2025-02-20  9:37 UTC  (3+ messages)

[PATCH net-next v2 0/2] net: phy: marvell-88q2xxx: Enable temperature measurement in probe again
 2025-02-20  9:36 UTC  (4+ messages)
` [PATCH net-next v2 2/2] net: phy: marvell-88q2xxx: Prevent hwmon access with asserted reset

[PATCH] wifi: ath12k: Fix double budget decrement while reaping monitor ring
 2025-02-20  9:36 UTC 

[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-20  9:36 UTC  (6+ messages)

[LTP] [PATCH] Add test case to cover the setting resource limit64 for process
 2025-02-20  9:35 UTC  (5+ messages)
` [LTP] [PATCH v2] "

use-after-free with Lenovo Ultra Docking Station
 2025-02-20  9:34 UTC  (3+ messages)

[Bug 219773] New: External USB disk drive and SSD corruption
 2025-02-20  9:34 UTC  (3+ messages)
` [Bug 219773] External USB disk drive and SSD corruption while connected to USB 3 ports

[intel-lts:pr/60 1/1] drivers/iio/dac/ti-dac7612.o: warning: objtool: missing symbol for section .init.text
 2025-02-20  9:33 UTC 

[PATCH 1/2] arm64: dts: rockchip: remove supports-cqe from rk3588 jaguar
 2025-02-20  9:31 UTC  (3+ messages)

[PATCH mptcp-net] mptcp: always handle address removal under msk socket lock
 2025-02-20  9:33 UTC  (3+ messages)

[PATCH v5.10/v5.15/v6.1] x86/i8253: Disable PIT timer 0 when not in use
 2025-02-20  9:32 UTC  (2+ messages)
` [PATCH v1 v5.10/v5.15/v6.1/v6.6] Please also incorporate this patch into 6.6.y

[PATCH v2 00/10] Support for Allwinner V853 SoC
 2025-02-20  9:28 UTC  (6+ messages)
` [PATCH v2 04/10] clk: sunxi-ng: add CCU drivers for V853

[PATCH v2 0/9] hw/char: Improve RX FIFO depth uses
 2025-02-20  9:29 UTC  (10+ messages)
` [PATCH v2 1/9] hw/char/pl011: Warn when using disabled receiver
` [PATCH v2 2/9] hw/char/pl011: Simplify a bit pl011_can_receive()
` [PATCH v2 3/9] hw/char/pl011: Improve RX flow tracing events
` [PATCH v2 4/9] hw/char/pl011: Really use RX FIFO depth
` [PATCH v2 5/9] hw/char/bcm2835_aux: "
` [PATCH v2 6/9] hw/char/imx_serial: "
` [PATCH v2 7/9] hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic values
` [PATCH v2 8/9] hw/char/mcf_uart: Really use RX FIFO depth
` [PATCH v2 9/9] hw/char/sh_serial: Return correct number of empty RX FIFO elements

[PATCH v5 0/5] Add support for the TPM FF-A start method
 2025-02-20  9:31 UTC  (8+ messages)
` [PATCH v5 1/5] tpm_crb: implement driver compliant to CRB over FF-A
` [PATCH v5 2/5] tpm_crb: clean-up and refactor check for idle support
` [PATCH v5 5/5] Documentation: tpm: add documentation for the CRB FF-A interface

Memory corruption bug with Xen PV Dom0 and BOSS-S1 RAID card
 2025-02-20  9:31 UTC  (5+ messages)
  `  "

PM runtime_error handling missing in many drivers?
 2025-02-20  9:30 UTC  (12+ messages)

[PATCH 0/3] drm/i915: Fix scanline_offset for LNL+/BMG+
 2025-02-20  9:30 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Fix scanline_offset for LNL+ and BMG+

[PATCH] riscv: dts: allwinner: d1: Add thermal sensor
 2025-02-20  9:25 UTC  (2+ messages)

[LTP] [PATCH] syscalls/utime03: relax the check for 1 second difference
 2025-02-20  9:28 UTC 

[PATCH 0/2] hung_task: Dump the blocking task stacktrace
 2025-02-20  9:29 UTC  (17+ messages)
` [PATCH 1/2] hung_task: Show the blocker task if the task is hung on mutex

[ANN] wireless-regdb: master-2025-02-20
 2025-02-20  9:28 UTC 

[PATCH net-next v3 00/10] PRU-ICSSM Ethernet Driver
 2025-02-20  9:19 UTC  (4+ messages)
` [PATCH net-next v3 02/10] net: ti: prueth: Adds ICSSM Ethernet driver

[PATCH net-next 0/12] pull-request: can-next 2025-02-19
 2025-02-20  9:27 UTC  (3+ messages)

[PATCH v2 0/2] Minimize xa_node allocation during xarry split
 2025-02-20  9:27 UTC  (6+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

[RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
 2025-02-20  9:26 UTC  (3+ messages)

[PATCH] intel_reg: add support to reading reg with debugfs ioctl
 2025-02-20  9:25 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[yocto] Common Kernel and Rootfs builds for multiple devices with different device trees
 2025-02-20  9:24 UTC  (2+ messages)

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-20  9:23 UTC  (13+ messages)

[PATCH] ftrace: Have ftrace_free_filter() WARN and exit if ops is active
 2025-02-20  9:23 UTC  (2+ messages)

[PATCH v6 00/15] x86-64: Stack protector and percpu improvements
 2025-02-20  9:23 UTC  (4+ messages)
` [PATCH v6 07/15] x86/stackprotector/64: Convert to normal percpu variable

[PATCH v6] Avoid crash calling PrintErrMesg from efi_multiboot2
 2025-02-20  9:23 UTC  (8+ messages)

[PATCH 0/5] btrfs: prepare for larger folios support
 2025-02-20  9:22 UTC  (6+ messages)
` [PATCH 1/5] btrfs: prepare subpage.c "
` [PATCH 2/5] btrfs: remove the PAGE_SIZE usage inside inline extent reads
` [PATCH 3/5] btrfs: prepare btrfs_launcher_folio() for larger folios support
` [PATCH 4/5] btrfs: prepare extent_io.c for future larger folio support
` [PATCH 5/5] btrfs: prepare btrfs_page_mkwrite() for larger folios

[PATCH 0/3] drm/amdgpu: Small reset improvements
 2025-02-20  9:22 UTC  (5+ messages)
` [PATCH 1/3] drm/amdgpu: Log the creation of a coredump file
` [PATCH 2/3] drm/amdgpu: Log after a successful ring reset
` [PATCH 3/3] drm/amdgpu: Trigger a wedged event for every type of reset

[Intel-wired-lan] [PATCH iwl-net v2] iavf: fix circular lock dependency with netdev_lock
 2025-02-20  9:22 UTC  (4+ messages)

[PATCHSET v4 0/7] io_uring epoll wait support
 2025-02-20  9:21 UTC  (2+ messages)
` (subset) "

[PATCH] xen/arm: Create GIC node using the node name from host dt
 2025-02-20  9:21 UTC  (4+ messages)

[PATCH v2] sched/isolation: Make use of more than one housekeeping cpu
 2025-02-20  9:21 UTC  (2+ messages)

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-02-20  9:21 UTC  (3+ messages)

[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-20  9:21 UTC  (2+ messages)

Any plan for command line '-g' option (graphical resolution and depth)?
 2025-02-20  9:20 UTC 

[CHANGE 1/2] sched/isolation: Make use of more than one housekeeping cpu
 2025-02-20  9:20 UTC  (6+ messages)

[PATCH v2 0/3] media: add v4l2_subdev_state_xlate_streams()
 2025-02-20  9:20 UTC  (4+ messages)
` [PATCH v2 1/3] media: v4l: subdev: add v4l2_subdev_routing_xlate_streams()
` [PATCH v2 2/3] media: use v4l2_subdev_routing_xlate_streams()
` [PATCH v2 3/3] media: v4l: subdev: remove v4l2_subdev_state_xlate_streams()

[PATCH v3 0/2] man/man3/getcwd.3: say more clear that syscall can return "(unreachable)", but modern glibc wrapper cannot
 2025-02-20  9:19 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] man/man3/getcwd.3: tfix (pathname => pathnames)

[PATCH v6 0/1] virtio-media: Add device specification
 2025-02-20  9:20 UTC  (4+ messages)
` [PATCH v6 1/1] virtio-media: Add virtio media "

[PATCH 2/2] psplash: start via udev if framebuffer device detected
 2025-02-20  9:20 UTC  (4+ messages)
` [poky] "

[PATCH v2 0/3] tests/functional: Allow running TCG plugins tests on macOS
 2025-02-20  9:18 UTC  (2+ messages)

[PATCH v6 0/4] Add support for debugfs based RAS DES feature in PCIe DW
 2025-02-20  9:18 UTC  (4+ messages)
  ` [PATCH v6 2/4] Add debugfs based silicon debug support in DWC

xen/x86: resolve the last 3 MISRA R16.6 violations
 2025-02-20  9:19 UTC  (8+ messages)

[PATCH 00/17] staging: gpib: Console messaging cleanup
 2025-02-20  9:19 UTC  (4+ messages)

[PATCH v3 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-02-20  9:18 UTC  (4+ messages)
` [PATCH v3 02/25] drm/dumb-buffers: Provide helper to set pitch and size

[PATCH] x86/MCE-telem: adjust cookie definition
 2025-02-20  9:18 UTC  (4+ messages)

[PATCH] boot: fix systemd watchdog command line argument
 2025-02-20  9:17 UTC 

[PATCH v7 0/2] arm64: dts: fsd: Add Ethernet support for FSD SoC
 2025-02-20  7:35 UTC  (3+ messages)
  ` [PATCH v7 1/2] arm64: dts: fsd: Add Ethernet support for FSYS0 Block of "
  ` [PATCH v7 2/2] arm64: dts: fsd: Add Ethernet support for PERIC "

[RFC 00/11] Fix dev_ops dereferences
 2025-02-20  9:17 UTC  (5+ messages)
` [PATCH v2 00/14] Remove unnecessary function pointer deref
  ` [PATCH v2 04/14] net/ixgbe: remove unnecessary dereference

[PATCH v2] PCI: Update Resizable BAR Capability Register fields
 2025-02-20  9:18 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] gpiolib: don't bail out if get_direction() fails in gpiochip_add_data()
 2025-02-20  9:17 UTC  (2+ messages)

[PATCH 6.1 000/578] 6.1.129-rc1 review
 2025-02-20  9:16 UTC  (2+ messages)

[PATCH] scsi: message: fusion: Fix out-of-bounds shift in phy bitmask calculation
 2025-02-20  9:14 UTC 

[RFC PATCH v6 1/2] eventdev: add atomic queue to test-eventdev app
 2025-02-20  9:13 UTC  (3+ messages)
` [RFC v7 0/4] eventdev: atomic tests "
  ` [EXTERNAL] "

[PATCH] lib: sbi: Return SBI_EALREADY error code if SSE event is present
 2025-02-20  9:14 UTC 

[PATCH 0/9] crypto: qce - refactor the driver
 2025-02-20  9:14 UTC  (9+ messages)
` [PATCH 9/9] crypto: qce - switch to using a mutex

[PATCH] eal: fix bus cleanup in secondary process
 2025-02-20  9:13 UTC  (4+ messages)
` [PATCH v2] cryptodev: not close device when secondary exit
  ` [EXTERNAL] "
    ` [External] "

[PATCH v2] arm64: Utilize for_each_cpu_wrap for reference lookup
 2025-02-20  9:10 UTC 

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-20  9:09 UTC  (3+ messages)
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH] Fix data race with the state Field of ThreadPoolElement
 2025-02-20  9:10 UTC  (2+ messages)

[PATCH v2 00/12] iomap: incremental advance conversion -- phase 2
 2025-02-20  9:10 UTC  (2+ messages)

[PATCH bpf-next 0/6] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-02-20  8:41 UTC  (7+ messages)
` [PATCH bpf-next 1/6] selftests/xsk: Add packet stream replacement functions
` [PATCH bpf-next 2/6] selftests/xsk: Add tail adjustment functionality to XDP
` [PATCH bpf-next 3/6] selftests/xsk: Add testapp_xdp_adjust_tail function to userspace for packet tail adjustment
` [PATCH bpf-next 4/6] selftests/xsk: Add support check for bpf_xdp_adjust_tail() helper in xskxceiver
` [PATCH bpf-next 5/6] selftests/xsk: Implement packet resizing test with bpf_xdp_adjust_tail
` [PATCH bpf-next 6/6] selftests/xsk: Add packet resizing tests with bpf_xdp_adjust_tail for AF_XDP

[PATCH v2 1/2] drm/amd/pm: add support for checking SDMA reset capability
 2025-02-20  9:10 UTC  (2+ messages)

[PATCH 3/17 V2] staging: gpib: cb7210 console messaging cleanup
 2025-02-20  9:09 UTC  (3+ messages)
` [PATCH 11/17 V2] staging: gpib: ines "
` [PATCH 17/17 V2] staging: gpib: tnt4882 "

[PATCH for-next 0/4] RDMA/hns: Introduce delay-destruction mechanism
 2025-02-20  9:08 UTC  (8+ messages)

[powerpc:fixes-test] BUILD SUCCESS eff2eb592efd73f00590d578c3d6021f604df62c
 2025-02-20  9:07 UTC 

[PATCH v2] auxdisplay: MAX6959 should select BITREVERSE
 2025-02-20  9:07 UTC  (3+ messages)

[PATCH rdma-next] RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()
 2025-02-20  9:06 UTC  (6+ messages)

[PATCH] drm/radeon: Add error handlings for r420 CP errata initialization
 2025-02-20  6:42 UTC 

missing wire up of nbif_v6_3_1_sriov_funcs ?
 2025-02-19 19:59 UTC  (3+ messages)

[PATCH] drm/radeon: Add error handlings for r420 cp errata initiation
 2025-02-20  6:40 UTC 

[PATCH] drm/amdgpu: Remove unused nbif_v6_3_1_sriov_funcs
 2025-02-19 21:23 UTC 

[PATCH 0/2] Create a link between PF and VF
 2025-02-20  9:04 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] linux-firmware: make linux-firmware-qcom-qcm6490-wifi provide -qcs6490-
 2025-02-20  9:03 UTC 

Pytanie o ofertę
 2025-02-20  8:55 UTC 

[PATCH RESEND v3] arm64: dts: mediatek: mt8183: Switch to Elan touchscreen driver
 2025-02-20  8:59 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.