All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-27 08:12:55 to 2025-10-27 08:48:06 UTC [more...]

[PATCH v1 0/3] platform/x86/amd: Add S0ix support to the Xbox Ally
 2025-10-27  8:36 UTC  (7+ messages)
` [PATCH v1 1/3] platform/x86/amd/pmc: Add support for Van Gogh SoC

[PATCH v5 00/13] drm/imx: dc: Use prefetch engine
 2025-10-27  8:47 UTC  (13+ messages)
` [PATCH v5 01/13] dt-bindings: display: imx: Add i.MX8qxp/qm PRG binding
` [PATCH v5 02/13] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding
` [PATCH v5 03/13] drm/imx: dc-fu: Fix dimensions
` [PATCH v5 04/13] drm/imx: dc-crtc: Disable at boot
` [PATCH v5 05/13] drm/imx: dc: Add PRG support
` [PATCH v5 06/13] drm/imx: dc: Add DPR channel support
` [PATCH v5 07/13] drm/imx: dc: Use TCON operation mode
` [PATCH v5 08/13] drm/imx: dc-ed: Support getting source selection
` [PATCH v5 09/13] drm/imx: dc-lb: Support getting secondary input selection
` [PATCH v5 10/13] drm/imx: dc-ed: Drop initial source selection
` [PATCH v5 11/13] drm/imx: dc-lb: Drop initial primary and secondary input selections
` [PATCH v5 12/13] drm/imx: dc-fu: Get DPR channel

[PATCH] arm64: dts: imx8mp-debix-model-a: Disable EEE for 1000T
 2025-10-27  8:47 UTC  (4+ messages)

[PATCH] s390/nmi: Annotate s390_handle_damage with __noreturn
 2025-10-27  8:47 UTC 

[PATCH 0/2] clk: improve the execution efficiency of determine_rate()
 2025-10-27  8:47 UTC  (4+ messages)
` [PATCH 2/2] clk: divider: "

[PATCH v2] crypto: qat - use simple_strtoull to improve qat_uclo_parse_num
 2025-10-27  8:47 UTC  (2+ messages)

[walnascar][PATCH] glibc: stable 2.41 branch updates
 2025-10-27  8:47 UTC 

[PATCH v3 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-27  8:47 UTC  (2+ messages)

[PATCH v6 00/12] Add support for Cirrus Logic CS530x DAC and CODEC variants
 2025-10-27  8:47 UTC  (3+ messages)
` [PATCH v6 11/12] ASoC: dt-bindings: sound: cirrus: cs530x: Add SPI bus support

[REGRESSION] 6.16 fae58d0155 prevents boot of google-tomato (mt8195)
 2025-10-27  8:46 UTC  (3+ messages)

[PATCH] powerpc/powermac: Fix reference count leak in i2c probe functions
 2025-10-27  8:45 UTC 

regmap: Modeling a shared page selection register
 2025-10-27  8:45 UTC  (2+ messages)

[PATCH 0/2] iio: pressure: add driver and bindings for adp810
 2025-10-27  8:45 UTC  (11+ messages)
` [PATCH 2/2] iio: pressure: adp810: Add driver for adp810 sensor

[meta-security][PATCH] fail2ban: replace fail2ban-python shebang with python3
 2025-10-27  8:45 UTC 

[PATCH] drm/tegra: Fix reference count leak in tegra_dc_couple
 2025-10-27  8:45 UTC 

[PATCH] MyFirstContribution: add tip for confirming patches reached the mailing list
 2025-10-27  8:45 UTC  (3+ messages)
` [PATCH v2] MyFirstContribution: add note on confirming patches

[Intel-wired-lan] [PATCH net-next] iavf: fix incorrect warning message in iavf_del_vlans()
 2025-10-27  8:45 UTC  (2+ messages)
`  "

[patch V6 00/31] rseq: Optimize exit to user space
 2025-10-27  8:45 UTC  (32+ messages)
` [patch V6 01/31] rseq: Avoid pointless evaluation in __rseq_notify_resume()
` [patch V6 02/31] rseq: Condense the inline stubs
` [patch V6 03/31] rseq: Move algorithm comment to top
` [patch V6 04/31] rseq: Remove the ksig argument from rseq_handle_notify_resume()
` [patch V6 05/31] rseq: Simplify registration
` [patch V6 06/31] rseq: Simplify the event notification
` [patch V6 07/31] rseq, virt: Retrigger RSEQ after vcpu_run()
` [patch V6 08/31] rseq: Avoid CPU/MM CID updates when no event pending
` [patch V6 09/31] rseq: Introduce struct rseq_data
` [patch V6 10/31] entry: Cleanup header
` [patch V6 11/31] entry: Remove syscall_enter_from_user_mode_prepare()
` [patch V6 12/31] entry: Inline irqentry_enter/exit_from/to_user_mode()
` [patch V6 13/31] sched: Move MM CID related functions to sched.h
` [patch V6 14/31] rseq: Cache CPU ID and MM CID values
` [patch V6 15/31] rseq: Record interrupt from user space
` [patch V6 16/31] rseq: Provide tracepoint wrappers for inline code
` [patch V6 17/31] rseq: Expose lightweight statistics in debugfs
` [patch V6 18/31] rseq: Provide static branch for runtime debugging
` [patch V6 19/31] rseq: Provide and use rseq_update_user_cs()
` [patch V6 20/31] rseq: Replace the original debug implementation
` [patch V6 21/31] rseq: Make exit debugging static branch based
` [patch V6 22/31] rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
` [patch V6 23/31] rseq: Provide and use rseq_set_ids()
` [patch V6 24/31] rseq: Separate the signal delivery path
` [patch V6 25/31] rseq: Rework the TIF_NOTIFY handler
` [patch V6 26/31] rseq: Optimize event setting
` [patch V6 27/31] rseq: Implement fast path for exit to user
` [patch V6 28/31] rseq: Switch to fast path processing on "
` [patch V6 29/31] entry: Split up exit_to_user_mode_prepare()
` [patch V6 30/31] rseq: Split up rseq_exit_to_user_mode()
` [patch V6 31/31] rseq: Switch to TIF_RSEQ if supported

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-10-27  8:44 UTC  (26+ messages)
` [patch V5 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V5 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 04/12] powerpc/uaccess: "
` [patch V5 05/12] riscv/uaccess: "
` [patch V5 06/12] s390/uaccess: "
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
` [patch V5 09/12] [RFC] coccinelle: misc: Add scoped_masked_$MODE_access() checker script
` [patch V5 10/12] futex: Convert to get/put_user_inline()
` [patch V5 11/12] x86/futex: Convert to scoped user access
` [patch V5 12/12] select: "

Pytanie o samochód
 2025-10-27  8:40 UTC 

[PATCH v5 0/2] Implement vbus support for HD3SS3220 port controller
 2025-10-27  8:44 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: usb: ti,hd3ss3220: Add support for VBUS based on ID state

[oe] [meta-networking][PATCH] freeradius: Remove files which have license issues
 2025-10-27  8:44 UTC 

[bug report] cpufreq: tegra186: add OPP support and set bandwidth
 2025-10-27  8:44 UTC  (3+ messages)

[PATCH] video: valkyriefb: Fix reference count leak in valkyriefb_init
 2025-10-27  8:43 UTC 

[PATCH] crypto: qat - use strscpy_pad to simplify buffer initialization
 2025-10-27  8:43 UTC  (7+ messages)

[PATCH] xen/pci: prevent infinite loop for faulty SR-IOV cards
 2025-10-27  8:43 UTC  (4+ messages)

[PATCH] drm/meson: Fix reference count leak in meson_encoder_dsi_probe
 2025-10-27  8:42 UTC  (2+ messages)

[meta-virtualization][PATCH] layer.conf: add kubernetes into NON_MULTILIB_RECIPES for x86-64
 2025-10-27  8:43 UTC 

[PATCH v2 0/3] spi-cadence: support transmission with bits_per_word of 16 and 32
 2025-10-27  8:42 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: cix: add a compatible string for the cix sky1 SoC
` [PATCH v2 2/3] dt-bindings: spi: spi-cadence: update DT binding docs to support "
` [PATCH v2 3/3] spi: spi-cadence: supports transmission with bits_per_word of 16 and 32

[PATCH v3 00/20] i386: Support CET for KVM
 2025-10-27  8:42 UTC  (3+ messages)
` [PATCH v3 10/20] i386/cpu: Add missing migratable xsave features

[PATCH -v3 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-10-27  8:42 UTC  (3+ messages)
` [PATCH -v3 2/2] arm64, tlbflush: don't "

[PATCH v5 0/7] clk: rockchip: Add clock controller for the
 2025-10-27  8:41 UTC  (16+ messages)
` [PATCH v5 1/7] clk: rockchip: Implement rockchip_clk_register_armclk_multi_pll()
` [PATCH v5 2/7] dt-bindings: clock, reset: Add support for rv1126b
` [PATCH v5 3/7] clk: rockchip: Add clock controller for the RV1126B
` [PATCH v5 4/7] dt-bindings: clock: Add support for rockchip pvtpll
` [PATCH v5 5/7] clk: rockchip: add support for pvtpll clk
` [PATCH v5 6/7] dt-bindings: clock: rockchip: Add RK3506 clock and reset unit
` [PATCH v5 7/7] clk: rockchip: Add clock and reset driver for RK3506

[PATCH] pm-hibernate: flush block device cache when hibernating
 2025-10-27  8:42 UTC  (2+ messages)

[syzbot] Monthly dri report (Oct 2025)
 2025-10-27  8:42 UTC 

[syzbot] Monthly wireless report (Oct 2025)
 2025-10-27  8:42 UTC 

[syzbot] Monthly ntfs3 report (Oct 2025)
 2025-10-27  8:42 UTC 

[PATCH] Bluetooth: btrtl: Add the support for RTL8761CUV
 2025-10-27  8:41 UTC  (2+ messages)
`  "

[PATCH] drm/mediatek: fix device use-after-free on unbind
 2025-10-27  8:41 UTC  (2+ messages)

What's cooking in git.git (Oct 2025, #09; Sat, 25)
 2025-10-27  8:40 UTC  (2+ messages)

[PATCH v2] drm/amd/pm: fix the issue of size calculation error for smu 13.0.6
 2025-10-27  8:39 UTC 

[PATCH v2 1/2] dt-bindings: hwmon: Add support for ST TSC1641 power monitor
 2025-10-27  8:40 UTC  (5+ messages)

[PATCH v2] drm/ttm: add pgprot handling for RISC-V
 2025-10-27  8:39 UTC  (3+ messages)

[PATCH net-next v2 0/3] icmp: Add RFC 5837 support
 2025-10-27  8:39 UTC  (6+ messages)
` [PATCH net-next v2 1/3] ipv4: "
` [PATCH net-next v2 2/3] ipv6: "
` [PATCH net-next v2 3/3] selftests: traceroute: Add ICMP extensions tests

[PATCH 1/2] dt-bindings: leds: backlight: Add Awinic AW99706 backlight
 2025-10-27  8:38 UTC  (4+ messages)

next-20251027: backlight.c:59:39: error: implicit declaration of function 'of_find_node_by_name'; did you mean 'bus_find_device_by_name'?
 2025-10-27  8:38 UTC  (2+ messages)

[PATCH] printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP
 2025-10-27  8:37 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v3] arm64: dts: qcom: lemans-evk: Add OTG support for primary USB controller
 2025-10-27  8:36 UTC  (2+ messages)

linux-next: build failure after merge of the pwm tree
 2025-10-27  8:36 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: ensure minimum trim granularity accounts for all devices
 2025-10-27  8:35 UTC  (2+ messages)

[PATCH v1 1/2] ALSA: hda/tas2781: fix speaker id retrieval for multiple probes
 2025-10-27  8:34 UTC  (6+ messages)
` [PATCH v1 2/2] ALSA: hda/realtek: Add match for ASUS Xbox Ally projects

[PATCH v2 0/2] checkpatch: add checks incorrectly initialized pointers with __free attr
 2025-10-27  8:34 UTC  (6+ messages)
` [PATCH v2 2/2] add check for pointers with __free attribute initialized to NULL

[PATCH 00/10] Add and use folio_next_pos()
 2025-10-27  8:33 UTC  (3+ messages)
` [PATCH 01/10] filemap: Add folio_next_pos()

[PATCH 00/19] Cache Aware Scheduling
 2025-10-27  8:33 UTC  (3+ messages)
` [PATCH 09/19] sched/fair: Count tasks prefering each LLC in a sched group

[PATCH] iio: imu: adis: fix all kernel-doc warnings in header file
 2025-10-27  8:32 UTC  (2+ messages)

[PATCH v3 00/31] media: add imx93 mipi/controller csi support
 2025-10-27  8:31 UTC  (4+ messages)
` [PATCH v3 01/31] dt-bindings: media: add DW MIPI CSI-2 Host support

[PATCH 0/8] builtin/maintenance: introduce "geometric" strategy
 2025-10-27  8:31 UTC  (12+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] builtin/gc: remove global `repack` variable
  ` [PATCH v4 02/10] builtin/gc: make `too_many_loose_objects()` reusable without GC config
  ` [PATCH v4 03/10] builtin/maintenance: introduce "geometric-repack" task
  ` [PATCH v4 04/10] builtin/maintenance: make the geometric factor configurable
  ` [PATCH v4 05/10] builtin/maintenance: don't silently ignore invalid strategy
  ` [PATCH v4 06/10] builtin/maintenance: improve readability of strategies
  ` [PATCH v4 07/10] builtin/maintenance: run maintenance tasks depending on type
  ` [PATCH v4 08/10] builtin/maintenance: extend "maintenance.strategy" to manual maintenance
  ` [PATCH v4 09/10] builtin/maintenance: make "gc" strategy accessible
  ` [PATCH v4 10/10] builtin/maintenance: introduce "geometric" strategy

[DPDK/ethdev Bug 1484] net/netvsc deadlock during VF hot add when setting MTU
 2025-10-27  8:31 UTC  (2+ messages)

[PATCH 4/4] iio: light: apds9960: convert to use maple tree register cache
 2025-10-27  8:30 UTC  (2+ messages)
    `  "

[PATCH v4 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-10-27  8:28 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV

[DPDK/other Bug 1533] testpmd performance drops with Mellanox ConnectX6 when using 8 cores 8 queues
 2025-10-27  8:28 UTC  (2+ messages)

[PATCH] crypto: qce: Provide dev_err_probe() status on DMA failure
 2025-10-27  8:27 UTC  (2+ messages)

[PATCH v3 net-next 0/6] net: enetc: Add i.MX94 ENETC support
 2025-10-27  8:26 UTC  (3+ messages)
` [PATCH v3 net-next 5/6] net: enetc: add basic support for the ENETC with pseudo MAC for i.MX94

[PULL SUBSYSTEM qemu-pseries 0/1] pseries: Update SLOF firmware image to 20251026
 2025-10-27  8:25 UTC  (2+ messages)

[PATCH v2 0/2] add gpio-line-mux
 2025-10-27  8:26 UTC  (4+ messages)
` [PATCH v2 2/2] gpio: add gpio-line-mux driver

[PATCH] siggen: Fix dump of non-runtime sigdata
 2025-10-27  8:25 UTC 

[PATCH] phy: qualcomm: m31-eusb2: Add runtime pm ops
 2025-10-27  8:25 UTC  (3+ messages)

[PATCH v7 0/5] riscv: add support for SBI Supervisor Software Events
 2025-10-27  8:25 UTC  (4+ messages)
` [External] "

[PATCH v2 0/8] drm/xe: CRI support in gt_throttle + refactors
 2025-10-27  8:25 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: CRI support in gt_throttle + refactors (rev2)

[Buildroot] python-pandas port
 2025-10-27  8:24 UTC  (2+ messages)

[PATCH v3 00/10] builtin/maintenance: introduce "geometric" strategy
 2025-10-27  8:24 UTC  (4+ messages)
` [PATCH v3 03/10] builtin/maintenance: introduce "geometric-repack" task

[PATCH i-g-t v3] tests/kms_atomic_transition: Add info messages for skipped subtest
 2025-10-27  8:24 UTC  (2+ messages)
` ✓ i915.CI.Full: success for tests/kms_atomic_transition: Add info messages for skipped subtest (rev3)

[PATCH 0/8] USB: serial: fix TIOCMBIS and TIOCMBIC
 2025-10-27  8:24 UTC  (3+ messages)

[PATCH v3 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-10-27  8:22 UTC  (7+ messages)
` [PATCH v3 2/2] block-dma: properly take MMIO path

[Buildroot] [PATCH] package/lynis: bump to version 3.1.6
 2025-10-27  8:21 UTC 

[f2fs-dev] [PATCH] f2fs: change the unlock parameter of f2fs_put_page to bool
 2025-10-27  8:20 UTC  (2+ messages)

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-27  8:20 UTC  (3+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH v2] drm/fb-helper: Allocate and release fb_info in single place
 2025-10-27  8:19 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/fb-helper: Allocate and release fb_info in single place (rev2)

[PATCH] genirq/manage: Reduce priority of forced secondary IRQ handler
 2025-10-27  8:18 UTC  (8+ messages)

[PATCH v7 00/14] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-27  8:15 UTC  (9+ messages)
` [PATCH v7 14/14] NFSD: Initialize separate ki_flags

[Outrechy][RFC] Request for final application guides
 2025-10-27  8:15 UTC  (2+ messages)

[PATCH] staging: sm750fb: make g_fbmode0 an array of const pointers
 2025-10-27  8:15 UTC  (2+ messages)

[PATCH AUTOSEL 6.17] serial: qcom-geni: Add DFS clock mode support to GENI UART driver
 2025-10-27  8:09 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17-5.4] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers

[PATCH] selftests/seccomp: fix pointer type mismatch in UPROBE test
 2025-10-27  8:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] wifi: rt2x00: add nvmem eeprom support
 2025-10-27  8:13 UTC  (2+ messages)

[PATCH] lib/xxhash: remove more unused xxh functions
 2025-10-27  8:13 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.