All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-14 17:00:23 to 2024-06-14 17:55:08 UTC [more...]

[TECH TOPIC] DAMON: Updates and Plans
 2024-06-14 17:55 UTC 

fix swap on NFS
 2024-06-14 17:52 UTC  (3+ messages)
` [PATCH] nfs: fix nfs_swap_rw for large-folio swap

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-06-14 17:50 UTC  (13+ messages)
` [RFC PATCH v2 3/5] rust: add PL011 device model

[PATCH] app/testpmd: fix lcore ID restriction
 2024-06-14 17:50 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] net: usb: ax88179_178a: fix link status when link is set to down/up
 2024-06-14 17:48 UTC  (4+ messages)

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-14 17:48 UTC  (3+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe

[PATCH v4 0/3] Generate address range data for built-in modules
 2024-06-14 17:46 UTC  (5+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v4 3/3] module: add install target for modules.builtin.ranges

[MAINTAINERS SUMMIT] [0/4] Common scenario for four proposals regarding regressions
 2024-06-14 17:46 UTC  (7+ messages)
` [MAINTAINERS SUMMIT] [4/4] Discuss how to better prevent backports of commits that turn out to cause regressions

[PATCH 1/2] drm/amdgpu/pptable: Fix __counted_by attribute
 2024-06-14 17:46 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/pm: powerplay: Add `__counted_by` attribute for flexible arrays

[PATCH net-next v15 00/14] net: Make timestamping selectable
 2024-06-14 17:46 UTC  (4+ messages)
` [PATCH net-next v15 07/14] net: Add struct kernel_ethtool_ts_info

reservation errors during fstests on pNFS block
 2024-06-14 17:46 UTC  (3+ messages)

[PATCH 6.6] backport: fix 6.6 backport of changes to fork
 2024-06-14 17:45 UTC  (6+ messages)

[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
 2024-06-14 17:42 UTC  (10+ messages)
` [PATCH 8/9] plugins: add time control API
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling

[RFC PATCH v2 0/2] ui/gtk: Introduce new param - Connectors
 2024-06-14 17:40 UTC  (11+ messages)

[PATCH] powerpc/pseries: Whitelist dtl slub object for copying to userspace
 2024-06-14 17:38 UTC  (2+ messages)

[PATCH 0/2] commit-graph/server-info: use tempfile.h in more places
 2024-06-14 17:41 UTC  (3+ messages)

+ gcc-disable-warray-bounds-for-gcc-9.patch added to mm-hotfixes-unstable branch
 2024-06-14 17:40 UTC  (3+ messages)

[PATCH 1/2] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
 2024-06-14 17:27 UTC  (4+ messages)
` [PATCH 2/2] tools/perf: Fix parallel-perf python script to replace new python syntax ":=" usage

[GSoC][PATCH v3 0/7] t: port reftable/pq_test.c to the unit testing framework
 2024-06-14 17:40 UTC  (3+ messages)
` [GSoC][PATCH v4 "

[PATCH 0/9] drm/i915: Dump DSC state to dmesg/debugfs
 2024-06-14 17:39 UTC  (10+ messages)
` [PATCH 1/9] drm: Add helpers for x16 fixed point values
` [PATCH 2/9] drm/display/dsc: Add a helper to dump the DSC configuration
` [PATCH 3/9] drm/i915: Replace to_bpp_x16() with drm_x16_from_int()
` [PATCH 4/9] drm/i915: Replace to_bpp_int() with drm_x16_to_int()
` [PATCH 5/9] drm/i915: Replace to_bpp_int_roundup() with drm_x16_to_int_roundup()
` [PATCH 6/9] drm/i915: Replace to_bpp_frac() with drm_x16_to_frac()
` [PATCH 7/9] drm/i915: Replace BPP_X16_FMT()/ARGS() with DRM_X16_FMT()/ARGS()
` [PATCH 8/9] drm/i915: Dump DSC state to dmesg and debugfs/i915_display_info
` [PATCH 9/9] drm/i915: Remove DSC register dump

[PATCH 0/5] dts: testpmd show port info/stats
 2024-06-14 17:39 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/5] dts: add parsing utility module
  ` [PATCH v5 4/5] dts: add `show port info` command to TestPmdShell
  ` [PATCH v5 5/5] dts: add `show port stats` "

[V4 00/16] Add data type profiling support for powerpc
 2024-06-14 17:26 UTC  (34+ messages)
` [V4 01/16] tools/perf: Move the data structures related to register type to header file
` [V4 02/16] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [V4 04/16] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [V4 06/16] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [V4 07/16] tools/perf: Add support to identify memory instructions of opcode 31 in powerpc
` [V4 08/16] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [V4 09/16] tools/perf: Add more instructions for instruction tracking
` [V4 10/16] tools/perf: Update instruction tracking for powerpc
` [V4 11/16] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [V4 12/16] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [V4 13/16] tools/perf: Add support to use libcapstone in powerpc
` [V4 14/16] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [V4 15/16] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [V4 16/16] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[GIT PULL FOR 6.11] V4L2 patches
 2024-06-14 17:38 UTC  (2+ messages)
` [GIT PULL FOR 6.11] V4L2 patches (#102466)

[PATCH] drm/xe/sched_job: Promote xe_sched_job_add_deps()
 2024-06-14 17:35 UTC  (2+ messages)
` ✓ CI.FULL: success for "

[PATCH v6 0/8] drm: Support per-plane async flip configuration
 2024-06-14 17:32 UTC  (6+ messages)
` [PATCH v6 2/8] "

[bug report] wifi: ath12k: driver for Qualcomm Wi-Fi 7 devices
 2024-06-14 17:33 UTC 

[PATCH 00/23] Introduce irq_domain_instanciate()
 2024-06-14 17:32 UTC  (24+ messages)
` [PATCH 01/23] irqdomain: Introduce irq_domain_free()
` [PATCH 02/23] irqdomain: Introduce irq_domain_instantiate()
` [PATCH 03/23] irqdomain: Fixed unbalanced fwnode get and put
` [PATCH 04/23] irqdomain: Constify parameter in is_fwnode_irqchip()
` [PATCH 05/23] irqdomain: Use a dedicated function to set the domain name
` [PATCH 06/23] irqdomain: Convert __irq_domain_create() to use struct irq_domain_info
` [PATCH 07/23] irqdomain: Handle additional domain flags in irq_domain_instantiate()
` [PATCH 08/23] irqdomain: Handle domain hierarchy parent "
` [PATCH 09/23] irqdomain: Use irq_domain_instantiate() for hierarchy domain creation
` [PATCH 10/23] irqdomain: Make __irq_domain_create() return an error code
` [PATCH 11/23] irqdomain: Handle domain bus token in irq_domain_create()
` [PATCH 12/23] irqdomain: Introduce init() and exit() hooks
` [PATCH 13/23] genirq/generic_chip: Introduce irq_domain_{alloc,remove}_generic_chips()
` [PATCH 14/23] genirq/generic_chip: Introduce init() and exit() hooks
` [PATCH 15/23] irqdomain: Add support for generic irq chips creation before publishing a domain
` [PATCH 16/23] irqdomain: Add a resource managed version of irq_domain_instantiate()
` [PATCH 17/23] irqdomain: Convert __irq_domain_add() wrappers to irq_domain_instantiate()
` [PATCH 18/23] irqdomain: Convert domain creation functions "
` [PATCH 19/23] um: virt-pci: Use irq_domain_instantiate()
` [PATCH 20/23] irqdomain: Remove __irq_domain_add()
` [PATCH 21/23] dt-bindings: interrupt-controller: Add support for Microchip LAN966x OIC
` [PATCH 22/23] irqchip: Add support for "
` [PATCH 23/23] MAINTAINERS: Add the Microchip LAN966x OIC driver entry

[Buildroot] [PATCH 0/6] package: bump to python 3.12, rust 1.79.0 (branch yem/python3.12)
 2024-06-14 17:32 UTC  (3+ messages)
` [Buildroot] [PATCH 5/6] package/python-pydantic-core: bump for fixes with python 3.12

[PATCH] wifi: ath12k: fix potential NULL dereference
 2024-06-14 17:32 UTC 

+ mm-memfd-add-documentation-for-mfd_noexec_seal-mfd_exec-v3.patch added to mm-hotfixes-unstable branch
 2024-06-14 17:31 UTC  (3+ messages)

[PATCH net] ptp: fix integer overflow in max_vclocks_store
 2024-06-14 17:31 UTC 

[PATCH] ipmi: ssif_bmc: prevent integer overflow on 32bit systems
 2024-06-14 17:30 UTC 

How to test the git clone without "make install" ?
 2024-06-14 17:29 UTC  (3+ messages)
` [Solved] "

[PATCH 0/3] Add global CMA reserve area
 2024-06-14 17:27 UTC  (5+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-am62a7-sk: Reserve 576MiB of global CMA
` [PATCH 3/3] arm64: dts: ti: k3-am62p5-sk: Reserve 576 MiB "

[PATCH v3 0/2] Support Starry er88577 MIPI-DSI panel
 2024-06-14 17:25 UTC  (3+ messages)
` [PATCH v3 2/2] drm/panel: starry-er88577: add new panel driver

[PATCH v3 0/4] xfsprogs: coverity fixes
 2024-06-14 17:24 UTC  (3+ messages)
` [PATCH v3 3/4] xfs_fsr: correct type in fsrprintf() call

[PATCH net-next v2 0/5] net: stmmac: provide platform select_pcs method
 2024-06-14 17:21 UTC  (4+ messages)
` [PATCH net-next v2 1/5] net: stmmac: add select_pcs() platform method

commit 1c29a32ce65f4cd0f1c causes Bad rss-counter state and firefox-esr crash in linux-next-20240613
 2024-06-14 17:21 UTC  (4+ messages)

[PULL 00/18] Migration patches for 2024-06-14
 2024-06-14 17:18 UTC  (19+ messages)
` [PULL 01/18] tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h
` [PULL 02/18] tests/qtest/migration-test: Quieten ppc64 QEMU warnings
` [PULL 03/18] tests/qtest/migration-test: Enable on ppc64 TCG
` [PULL 04/18] tests/qtest/migration-test: Use custom asm bios for ppc64
` [PULL 05/18] docs/migration: add qpl compression feature
` [PULL 06/18] migration/multifd: put IOV initialization into compression method
` [PULL 07/18] configure: add --enable-qpl build option
` [PULL 08/18] migration/multifd: add qpl compression method
` [PULL 09/18] migration/multifd: implement initialization of qpl compression
` [PULL 10/18] migration/multifd: implement qpl compression and decompression
` [PULL 11/18] tests/migration-test: add qpl compression test
` [PULL 12/18] docs/migration: add uadk compression feature
` [PULL 13/18] configure: Add uadk option
` [PULL 14/18] migration/multifd: add uadk compression framework
` [PULL 15/18] migration/multifd: Add UADK initialization
` [PULL 16/18] migration/multifd: Add UADK based compression and decompression
` [PULL 17/18] migration/multifd: Switch to no compression when no hardware support
` [PULL 18/18] tests/migration-test: add uadk compression test

[PATCH bpf v2 0/2] bpf: Fix linker optimization removing kfuncs
 2024-06-14 17:20 UTC  (2+ messages)

[master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers
 2024-06-14 17:20 UTC  (5+ messages)
` [meta-ti] "

[PATCH i-g-t v2] tests/intel/xe_gt_freq: Resolve freq_low_max test
 2024-06-14 17:35 UTC 

[PATCH v2 0/2] Fixes for console command line ordering
 2024-06-14 17:18 UTC  (5+ messages)
` [PATCH v2 1/2] printk: Revert add_preferred_console_match() related commits
` [PATCH v2 2/2] printk: Add update_preferred_console()

[tobetter:odroid-6.1.y 84/91] arch/arm64/boot/dts/rockchip/overlays/odroidm1s/display_vu8s.dts:41.15-46.5: Warning (unit_address_vs_reg): /fragment@3/__overlay__: node has a reg or ranges property, but no unit name
 2024-06-14 17:17 UTC 

[PATCH v2] drm: add missing MODULE_DESCRIPTION() macros
 2024-06-14 17:17 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm: add missing MODULE_DESCRIPTION() macros (rev2)

[PATCH net] selftests: mptcp: userspace_pm: fixed subtest names
 2024-06-14 17:15 UTC 

[PATCH 1/2] loader/efi/fdt: Add fdtdump command to access device tree
 2024-06-14 17:15 UTC  (4+ messages)

[PATCH net V5 0/3] net: lan743x: Fixes for multiple WOL related issues
 2024-06-14 17:11 UTC  (4+ messages)
` [PATCH net V5 1/3] net: lan743x: disable WOL upon resume to restore full data path operation
` [PATCH net V5 2/3] net: lan743x: Support WOL at both the PHY and MAC appropriately
` [PATCH net V5 3/3] net: phy: mxl-gpy: Remove interrupt mask clearing from config_init

[PATCH] kcov: don't lose track of remote references during softirqs
 2024-06-14 17:13 UTC  (3+ messages)

+ mm-memory-extend-finish_fault-to-support-large-folio-fix-fix.patch added to mm-unstable branch
 2024-06-14 17:13 UTC 

[PATCH] ofnet: Remove 200 ms timeout in get_card_packet to reduce input latency
 2024-06-14 17:12 UTC  (2+ messages)

[PATCH net V4 0/3] net: lan743x: Fixes for multiple WOL related issues
 2024-06-14 17:09 UTC  (6+ messages)
` [PATCH net V4 1/3] net: lan743x: disable WOL upon resume to restore full data path operation

[PATCH v2] kcov: don't lose track of remote references during softirqs
 2024-06-14 17:12 UTC 

[PATCH RFC 0/3] ASoC: dt-bindings: amlogic-sound-cards: document clocks and clock-names
 2024-06-14 17:10 UTC  (7+ messages)
` [PATCH RFC 1/3] ASoC: dt-bindings: amlogic,axg-sound-card: "
` [PATCH RFC 3/3] arm64: dts: amlogic: add clock and clock-names to sound cards

(subset) [PATCH v3] mfd: axp20x: AXP717: Fix missing IRQ status registers range
 2024-06-14 17:11 UTC  (2+ messages)

pull-request: wireless-2024-06-14
 2024-06-14 17:10 UTC  (2+ messages)

[PATCH v3 0/4] Add kd101ne3-40ti configuration in driver jd9365da
 2024-06-14 17:09 UTC  (5+ messages)
` [PATCH v3 1/4] drm/panel: jd9365da: Modify the method of sending commands
` [PATCH v3 3/4] drm/panel: jd9365da: Support for kd101ne3-40ti MIPI-DSI panel

[PATCH] Add --noefistub option for linux
 2024-06-14 17:08 UTC  (2+ messages)

[PATCH 0/6] Basic inline encryption support for ufs-exynos
 2024-06-14 17:08 UTC  (3+ messages)
` [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)

[PATCH i-g-t v2 0/6] Panel Replay eDP changes
 2024-06-14 17:08 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Panel Replay eDP changes (rev2)

for_each_set_bit() clean-up (API RFC)
 2024-06-14 17:07 UTC 

[PATCH net-next v2 0/9] net: openvswitch: Add sample multicasting
 2024-06-14 17:07 UTC  (3+ messages)
` [PATCH net-next v2 9/9] selftests: openvswitch: add emit_sample test

The VFIO/IOMMU/PCI MC at LPC 2024 - Call for Papers
 2024-06-14 17:07 UTC 

[PATCH v8 00/20] Panel Replay eDP support
 2024-06-14 17:07 UTC  (7+ messages)
` [PATCH v8 07/20] drm/i915/psr: Disable PSR/Panel Replay on sink side for PSR only
` [PATCH v8 08/20] drm/i915/psr: Add new debug bit to disable Panel Replay
` [PATCH v8 09/20] Revert "drm/i915/psr: Disable early transport by default"

[GSoC][PATCH 0/2] ref consistency check infra setup
 2024-06-14 17:05 UTC  (7+ messages)
` [GSoC][PATCH v2 0/7] "
  ` [GSoC][PATCH v2 7/7] fsck: add ref content check for files backend

Linux 6.10-rc1
 2024-06-14 17:04 UTC  (6+ messages)

[GIT PULL] Thermal control fixes for v6.10-rc4
 2024-06-14 17:05 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.10-rc4
 2024-06-14 17:05 UTC  (2+ messages)

[GIT PULL] Power management fix for v6.10-rc4
 2024-06-14 17:05 UTC  (2+ messages)

[PATCH 0/11] allow overriding remote.*.url
 2024-06-14 17:05 UTC  (5+ messages)
` [PATCH 02/11] remote: refactor alias_url() memory ownership
` [PATCH 03/11] remote: transfer ownership of memory in add_url(), etc

[PATCH 5.10 000/317] 5.10.219-rc1 review
 2024-06-14 17:04 UTC  (2+ messages)

[PATCH 6.9 000/157] 6.9.5-rc1 review
 2024-06-14 17:04 UTC  (2+ messages)

[PATCH 6.6 000/137] 6.6.34-rc1 review
 2024-06-14 17:03 UTC  (2+ messages)

[PATCH 1/2] zfs: Support zstd compression
 2024-06-14 17:03 UTC  (2+ messages)

[PATCH 5.15 000/402] 5.15.161-rc1 review
 2024-06-14 17:03 UTC  (2+ messages)

[PATCH] drm/ci: mark kms_addfb_basic@addfb25-bad-modifier as passing on msm
 2024-06-14 17:03 UTC  (4+ messages)

[PATCH 6.1 00/85] 6.1.94-rc1 review
 2024-06-14 17:03 UTC  (2+ messages)

[PATCH 4.19 000/213] 4.19.316-rc1 review
 2024-06-14 17:03 UTC  (2+ messages)

[PATCH 5.4 000/202] 5.4.278-rc1 review
 2024-06-14 17:03 UTC  (2+ messages)

[PATCH net-next] net: sun3lance: Remove redundant assignment
 2024-06-14 17:01 UTC  (2+ messages)

[PATCH v2] Bluetooth: btnxpuart: Enable Power Save feature on startup
 2024-06-14 17:00 UTC  (2+ messages)

[PATCH v2] Bluetooth: btnxpuart: Add handling for boot-signature timeout errors
 2024-06-14 17:00 UTC  (2+ messages)

[PATCH v4 0/2] Bluetooth: btnxpuart: Update firmware names
 2024-06-14 17:00 UTC  (2+ messages)

[PATCH mptcp-net] selftests: mptcp: userspace_pm: fixed subtest names
 2024-06-14 17:00 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.