All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-22 13:26:24 to 2024-08-22 14:04:18 UTC [more...]

[PATCH net-next 0/8] Some modifications to optimize code readability
 2024-08-22 13:50 UTC  (11+ messages)
` [PATCH net-next 1/8] atm: use min() to simplify the code
` [PATCH net-next 2/8] Bluetooth: "
` [PATCH net-next 3/8] net: caif: use max() "
` [PATCH net-next 4/8] libceph: use min() "
` [PATCH net-next 5/8] net: remove redundant judgments "
` [PATCH net-next 6/8] ipv6: mcast: use min() "
` [PATCH net-next 7/8] tipc: "
` [PATCH net-next 8/8] SUNRPC: "

[PATCH v10 0/1] md: generate CHANGE uevents for md device
 2024-08-22 14:04 UTC  (2+ messages)
` [PATCH v10 1/1] "

[PATCH v18 00/25] Automatic Disk Unlock with TPM2
 2024-08-22 14:03 UTC  (3+ messages)
` [PATCH v18 14/25] tss2: Add TPM2 types and Marshal/Unmarshal functions

[Buildroot] [git commit branch/2024.02.x] package/libest: Add support for openssl v3
 2024-08-22 12:43 UTC 

[Buildroot] [git commit branch/2024.05.x] support/testing: fs: new btrfs runtime test
 2024-08-22 12:37 UTC 

[Buildroot] [git commit branch/2024.05.x] package/libest: Add support for openssl v3
 2024-08-22 12:39 UTC 

[RFC PATCH] drm/xe/lnl: Implement clear-on-free for pooled BOs
 2024-08-22 14:03 UTC  (3+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "

[Buildroot] [git commit branch/2024.02.x] support/testing: fs: new btrfs runtime test
 2024-08-22 12:17 UTC 

[PATCH v2 00/86] drm: Provide client setup helper and convert drivers
 2024-08-22 14:03 UTC  (3+ messages)
` [PATCH v2 65/86] drm/amdgpu: Run DRM default client setup

[PATCH v2 00/19] Tidy up console recording in tests
 2024-08-22 13:58 UTC  (19+ messages)
` [PATCH v2 01/19] buildman: Make test_process_limit handle time.monotonic()
` [PATCH v2 02/19] test: Fail when an empty line is expected but not present
` [PATCH v2 04/19] test: Drop the blank line before test macros
` [PATCH v2 05/19] test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
` [PATCH v2 06/19] mmc: Drop the blank line before accesses
` [PATCH v2 07/19] test: Update NAND test to avoid extra macros
` [PATCH v2 08/19] test: bloblist: Use UTF_CONSOLE in tests
` [PATCH v2 09/19] test: boot: "
` [PATCH v2 10/19] test: fdt: Check internal-function return values
` [PATCH v2 11/19] test: fdt: Move common code into the setup functions
` [PATCH v2 12/19] test: cmd: Use UTF_CONSOLE in tests
` [PATCH v2 13/19] test: cmd: Drop unnecessary console_record_reset_enable()
` [PATCH v2 14/19] test: dm: Use UTF_CONSOLE in tests
` [PATCH v2 15/19] test: hush: "
` [PATCH v2 16/19] test: log: "
` [PATCH v2 17/19] test: Use UTF_CONSOLE in remaining tests
` [PATCH v2 18/19] test: Tidy up checking for console end
` [PATCH v2 19/19] doc: Add a few notes about how to use console checking

[PATCH v5 00/10] platform/chrome: Introduce DT hardware prober
 2024-08-22 14:01 UTC  (9+ messages)
` [PATCH v5 02/10] regulator: Move OF-specific regulator lookup code to of_regulator.c
` [PATCH v5 03/10] regulator: Split up _regulator_get()
` [PATCH v5 04/10] regulator: Do pure DT regulator lookup in of_regulator_bulk_get_all()
` [PATCH v5 06/10] i2c: Introduce OF component probe function

[PATCH] watchdog: rti_wdt: Allow timeout config with timeout-sec
 2024-08-22 14:01 UTC  (3+ messages)

[PATCH net-next 00/13] net: header and core spelling corrections
 2024-08-22 14:01 UTC  (3+ messages)
` [PATCH net-next 10/13] sctp: Correct spelling in headers

[PATCH v2] Restore memory used for IP computation
 2024-08-22 14:00 UTC 

[DPDK/ethdev Bug 1526] rte_eth_rx_burst is blocking in libpcap pmd on no packets
 2024-08-22 14:00 UTC 

[Buildroot] docker package in buildroot
 2024-08-22 14:00 UTC  (4+ messages)

[PATCH v2] staging: rtl8192e: Insert spaces around '|'
 2024-08-22 14:00 UTC 

[PATCH net v2 0/5] MAINTAINERS: Networking updates
 2024-08-22 14:00 UTC  (4+ messages)
` [PATCH net v2 3/5] MAINTAINERS: Add limited globs for Networking headers

[PATCH] [RFC] ASoC: Conditional PCM support
 2024-08-22 13:57 UTC  (3+ messages)

[PATCH v4 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-22 13:55 UTC  (15+ messages)
` [PATCH v4 01/14] rockchip: Move the default timer init to a common file
` [PATCH v4 02/14] spl: Correct use of CMD_BOOTI and CMD_BOOTZ
` [PATCH v4 03/14] spl: Remove some #ifdefs in spl_parse_image_header()
` [PATCH v4 04/14] spl: Remove remaining #ifdef "
` [PATCH v4 05/14] mmc: Use logging instead of printf()
` [PATCH v4 06/14] mmc: Use logging instead of pr_err()
` [PATCH v4 07/14] log: Avoid including function names by default
` [PATCH v4 08/14] spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
` [PATCH v4 09/14] spl: mmc: Handle error codes consistently
` [PATCH v4 10/14] spl: mmc: Adjust args of spl_mmc_find_device()
` [PATCH v4 11/14] spl: mmc: Try to clean up raw-mode options
` [PATCH v4 12/14] spl: Use unified inline functions for spl_load_info
` [PATCH v4 13/14] spl: Create a function to init spl_load_info
` [PATCH v4 14/14] blk: Correct comment for blk_get_devnum_by_uclass_idname()

[PATCH 0/5] memirq infra changes
 2024-08-22 13:58 UTC  (5+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2 0/3] drm/xe: Alternative CCS fix
 2024-08-22 13:57 UTC  (4+ messages)
` [PATCH v2 1/3] drm/xe: Align all 64k VRAM buffers physically when multiple of 64k

[PATCH -next] powerpc/powernv/pci: Remove obsoleted declaration for pnv_pci_init_ioda_hub
 2024-08-22 13:00 UTC 

[PATCH -next 0/4] Remove obsoleted declaration for powerpc
 2024-08-22 13:06 UTC  (5+ messages)
` [PATCH -next 1/4] powerpc: Remove obsoleted declaration for _get_SP
` [PATCH -next 2/4] powerpc: Remove obsoleted declaration for maple_calibrate_decr
` [PATCH -next 3/4] powerpc: Remove obsoleted declaration for pas_pci_irq_fixup
` [PATCH -next 4/4] powerpc: Remove obsoleted declarations for use_cop and drop_cop

[PATCH] pmdomain: imx: Use scope based of_node_put() to simplify code
 2024-08-22 13:35 UTC 

[PATCH] arm64: dts: renesas: white-hawk-cpu: Move avb0 reset gpio to mdio node
 2024-08-22 13:56 UTC  (4+ messages)

[PATCH 0/7] vfio/igd: add passthrough support for IGDs of gen 11 and later
 2024-08-22 13:54 UTC  (4+ messages)
` [PATCH 5/7] vfio/igd: add ID's for ElkhartLake and TigerLake
` [PATCH 6/7] vfio/igd: don't set stolen memory size to zero
` [PATCH 7/7] vfio/igd: correctly calculate stolen memory size for gen 9 and later

[PATCH 0/3] tests/functional: Convert ARM bFLT linux-user avocado test
 2024-08-22 13:55 UTC  (5+ messages)
` [PATCH 1/3] tests/functional: Add QemuUserTest class
` [PATCH 3/3] tests/avocado: Remove unused "

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-22 13:50 UTC  (11+ messages)
` [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v13 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v13 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v13 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v13 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v13 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v13 08/10] xfs: expose block size in stat
` [PATCH v13 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v13 10/10] xfs: enable block size larger than page size support

[PATCH v3 00/15] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-22 13:55 UTC  (4+ messages)
` [PATCH v3 07/15] mmc: Use logging instead of pr_err()

[PATCH v3 1/1] dt-bindings: leds: convert leds-lm3692x to yaml format
 2024-08-22 13:56 UTC  (2+ messages)
` (subset) "

[PATCH for-9.1?] system/vl.c: Print machine name, not "(null)", for unknown machine types
 2024-08-22 13:54 UTC  (2+ messages)

[PATCH V4 00/15] Add Battery and USB Supply for AXP717
 2024-08-22 13:54 UTC  (3+ messages)
` [PATCH V4 11/15] mfd: axp20x: Add ADC, BAT, and USB cells "
  ` (subset) "

[PATCH v2 0/4] Add CMN PLL clock controller driver for IPQ9574
 2024-08-22 13:52 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add CMN PLL clock controller for IPQ SoC

[RFC PATCH net-next 0/5] selftests: forwarding: Introduce deferred commands
 2024-08-22 13:49 UTC  (6+ messages)
` [RFC PATCH net-next 1/5] "
` [RFC PATCH net-next 2/5] selftests: mlxsw: sch_red_core: Use defer for test cleanup
` [RFC PATCH net-next 3/5] selftests: mlxsw: sch_red_core: Use defer for stopping traffic
` [RFC PATCH net-next 4/5] selftests: mlxsw: sch_red_*: Use defer for qdisc management
` [RFC PATCH net-next 5/5] selftests: sch_tbf_core: Use defer for stopping traffic

[PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
 2024-08-22 13:52 UTC 

[PATCH 0/2] PCI: rcar-gen4: Add R-Car V4M support
 2024-08-22 13:51 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
` [PATCH 2/2] dt-bindings: PCI: rcar-gen4-pci-ep: "

[PATCH v3] leds: lp55xx: Use devm_clk_get_enabled() helpers
 2024-08-22 13:50 UTC  (2+ messages)

[PATCH v2] kasan: simplify and clarify Makefile
 2024-08-22 13:49 UTC  (2+ messages)

[PATCH v16 00/13] Support blob memory and venus on qemu
 2024-08-22 13:48 UTC  (4+ messages)

[PATCH v2] leds: lp55xx: Use devm_clk_get_enabled() helpers
 2024-08-22 13:49 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-22 13:47 UTC  (10+ messages)
` [PATCH v3 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v3 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v3 3/9] block: mtip32xx: "
` [PATCH v3 4/9] gpio: "
` [PATCH v3 5/9] ethernet: cavium: "
` [PATCH v3 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v3 7/9] vdpa: solidrun: Fix UB bug with devres
` [PATCH v3 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v3 9/9] PCI: Remove pcim_iounmap_regions()

Issue with QEMU Live Migration
 2024-08-22 13:47 UTC  (4+ messages)

[PATCH v2 bpf-next 0/8] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-22 13:47 UTC  (5+ messages)
` [PATCH v2 bpf-next 7/8] bpf: Allow pro/epilogue to call kfunc

[PATCH -next] coresight: Remove unused declaration get_etm_config()
 2024-08-22 13:42 UTC 

[PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
 2024-08-22 13:44 UTC  (8+ messages)

[PATCHSET v5 0/5] Add support for batched min timeout
 2024-08-22 13:46 UTC  (3+ messages)
` [PATCH 4/5] io_uring: add support for batch wait timeout

[miquelraynal:macronix/nand-next/spi-nand-cont-read 3/19] kismet: WARNING: unmet direct dependencies detected for COMMON_CLK_XLNX_CLKWZRD when selected by SPI_MXIC_UEFC
 2024-08-22 13:43 UTC 

[PATCH v3 00/10] Add SDUC Support
 2024-08-22 13:43 UTC  (10+ messages)
` [PATCH v3 01/10] mmc: sd: SDUC Support Recognition
` [PATCH v3 04/10] mmc: core: Add open-ended Ext memory addressing

[PATCH v1] ASoC: tas2781: mark const variables tas2563_dvc_table as __maybe_unused
 2024-08-22 13:36 UTC  (2+ messages)

[PATCH v8 1/5] rust: add generic static_key_false
 2024-08-22 13:43 UTC  (4+ messages)
` [PATCH v8 1/5 alt] "

[PATCH v2 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-08-22 13:41 UTC  (7+ messages)
` [PATCH v2 1/2] riscv: perf: add guest vs host distinction

[PATCH] fuse: add fast path for fuse_range_is_writeback
 2024-08-22 13:42 UTC  (2+ messages)

[PATCH v4 0/8] FriendlyELEC NanoPC-T6 improvements
 2024-08-22 13:32 UTC  (18+ messages)
` [PATCH v4 1/8] arm64: dts: rockchip: define pinctl for SPI M1
` [PATCH v4 2/8] dt-bindings: arm: rockchip: Add NanoPC-T6 LTS
` [PATCH v4 3/8] arm64: dts: rockchip: add "
` [PATCH v4 4/8] arm64: dts: rockchip: add SPI flash on NanoPC-T6
` [PATCH v4 5/8] arm64: dts: rockchip: add IR-receiver to NanoPC-T6
` [PATCH v4 6/8] arm64: dts: rockchip: enable GPU on NanoPC-T6
` [PATCH v4 7/8] arm64: dts: rockchip: enable USB-C "
` [PATCH v4 8/8] arm64: dts: rockchip: add Mask Rom key "

[Buildroot] [PATCH 1/1] package/frr: update to 9.1.1
 2024-08-22 13:41 UTC 

[PATCH v3 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-22 13:48 UTC  (3+ messages)
` [PATCH v3 1/2] remoteproc: imx_rproc: Allow setting of the mailbox transmit mode
` [PATCH v3 2/2] remoteproc: imx_rproc: Add support for poweroff and reboot

[PATCH v3 0/2] arm64: dts: renesas: r8a779g0: add PCIe support
 2024-08-22 13:39 UTC  (2+ messages)

[PATCH v3 00/17] platform/chrome: Add DT USB/DP muxing/topology support
 2024-08-22 13:39 UTC  (3+ messages)
` [PATCH v3 13/17] dt-bindings: Move google,cros-ec-typec binding to usb

[PATCH v1] leds: introduce ordered workqueue for leds events instead of system_wq
 2024-08-22 13:38 UTC  (2+ messages)
` ATTENTION USERS/TESTERS: "

[PATCH 0/8] tty serial drivers use devm_clk_get_enabled() helpers
 2024-08-22 13:34 UTC  (10+ messages)
` [PATCH 4/8] tty: atmel_serial: Use "
` [PATCH 5/8] tty: mps2-uart: "

[PATCH 0/9] sched: Prepare for sched_ext
 2024-08-22 13:37 UTC  (5+ messages)

[PATCH v3 0/2] use device_for_each_child_node_scoped to access device child nodes
 2024-08-22 13:36 UTC  (3+ messages)
` [PATCH v3 2/2] leds: as3645a: use device_* to iterate over "
  ` (subset) "

[PATCH v2] ASoC: cs-amp-lib: Ignore empty UEFI calibration entries
 2024-08-22 13:35 UTC 

[PATCH 0/9] mtd: spi-nand: Continuous read support
 2024-08-22 13:29 UTC  (3+ messages)
` [PATCH 4/9] mtd: spi-nand: Add continuous "

[PATCH v5 0/4] drm: Minimum backlight overrides and implementation for amdgpu
 2024-08-22 13:34 UTC  (9+ messages)
` [PATCH v5 1/4] drm: Add panel backlight quirks
` [PATCH v5 2/4] drm/amd/display: Add support for minimum backlight quirk

[PATCH v13 0/3] Add ASPEED AST2600 I2Cv2 controller driver
 2024-08-22 13:32 UTC  (9+ messages)
` [PATCH v13 2/3] i2c: aspeed: support AST2600 i2c new register mode driver

[PATCH] drm: komeda: Fix an issue related to normalized zpos
 2024-08-22 13:32 UTC  (2+ messages)

[REGRESSION] fuse: copy_file_range() fails with EIO
 2024-08-22 13:32 UTC  (8+ messages)

[PATCH mptcp-next v3 0/2] fixes for "new MPTCP subflow subtest v4"
 2024-08-22 13:31 UTC  (4+ messages)
` [PATCH mptcp-next v3 2/2] selftests/bpf: Add getsockopt to inspect mptcp subflow

[PATCH v2] Documentation: add a driver API doc for the power sequencing subsystem
 2024-08-22 13:30 UTC  (2+ messages)

[PATCH 00/10] drm/i915/display: identify display steppings in display code
 2024-08-22 13:29 UTC  (4+ messages)

[RFC PATCH v2 00/23] NXP i.MX RT595, ARM SVD and device model unit tests
 2024-08-22 13:28 UTC  (2+ messages)

[PATCH v6] drm/i915/hwmon: expose fan speed
 2024-08-22 13:28 UTC  (6+ messages)

[PATCH] leds: lp55xx: Use devm_clk_get_enabled() helpers
 2024-08-22 13:28 UTC  (3+ messages)
` (subset) "

[Intel-wired-lan] [iwl-next v1 1/1] igc: Add Energy Efficient Ethernet ability
 2024-08-22 13:28 UTC  (2+ messages)

[PATCH v4 0/7] Event parsing fixes
 2024-08-22 13:24 UTC  (7+ messages)
` [PATCH v4 2/7] perf stat: Uniquify event name improvements
` [PATCH v4 3/7] perf stat: Remove evlist__add_default_attrs use strings
` [PATCH v4 4/7] perf evsel x86: Make evsel__has_perf_metrics work for legacy events
` [PATCH v4 5/7] perf evsel: Remove pmu_name
` [PATCH v4 6/7] perf test: Make stat test work on DT devices
` [PATCH v4 7/7] perf test: Add a test for default perf stat command

[PATCH] drm/amdgpu/mes: add mes mapping legacy queue switch
 2024-08-22 13:27 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: aspeed: drop redundant multi-master
 2024-08-22 13:27 UTC  (2+ messages)

[RFC] Order 4 allocation failures in the MEI client driver
 2024-08-22 13:27 UTC  (4+ 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.