All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-18 12:23:25 to 2024-12-18 13:16:01 UTC [more...]

[PATCH v2 0/5] tests/functional: Convert tests with find_free_ports()
 2024-12-18 13:14 UTC  (5+ messages)
` [PATCH v2 1/5] tests/functional: Convert the vnc test
` [PATCH v2 3/5] tests/functional/test_vnc: Do not use a hard-coded VNC port
` [PATCH v2 4/5] tests/functional: Extract the find_free_ports() function into a helper file
` [PATCH v2 5/5] tests/functional: Convert the migration avocado test

[PATCH v2 0/7] Improve SRIOV VRAM provisioning
 2024-12-18 13:14 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "

[PATCH v2 0/4] Fix OSPI boot for J722S
 2024-12-18 13:13 UTC  (5+ messages)
` [PATCH v2 1/4] mailbox: k3-sec-proxy: Add DM to DMSC communication thread "
` [PATCH v2 2/4] arm: dts: k3-j722s-r5-evm: Fix DM2TIFS secproxy thread ID
` [PATCH v2 3/4] arm: mach-k3: j722_spl: Add FAST XSPI boot mode
` [PATCH v2 4/4] arm: dts: k3-j722s*: Add overrides specific to OSPI

[PATCH v4 00/10] ext4: clean up and refactor fallocate
 2024-12-18 13:13 UTC  (7+ messages)
` [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v4 04/10] ext4: refactor ext4_punch_hole()

[Intel-wired-lan] [PATCH iwl-next v3 0/2] ixgbevf: Add support for Intel(R) E610 device
 2024-12-18 13:12 UTC  (6+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next v3 1/2] PCI: Add PCI_VDEVICE_SUB helper macro
  `  "
` [Intel-wired-lan] [PATCH iwl-next v3 2/2] ixgbevf: Add support for Intel(R) E610 device
  `  "

[meta-rockchip] [PATCH] add radxa-cm3
 2024-12-18 13:13 UTC  (2+ messages)
` [yocto-patches] "

[PATCH 0/4] module: sysfs: Two cleanups and preparation for const struct bin_attribute
 2024-12-18 13:13 UTC  (3+ messages)
` [PATCH 3/4] module: sysfs: Add notes attributes through attribute_group

[Intel-wired-lan] [PATCH iwl-next v12 0/8] ixgbe: Add support for Intel(R) E610 device
 2024-12-18 13:10 UTC  (29+ messages)
` [Intel-wired-lan] [PATCH iwl-next v12 1/8] ixgbe: Add support for E610 FW Admin Command Interface
` [Intel-wired-lan] [PATCH iwl-next v12 2/8] ixgbe: Add support for E610 device capabilities detection
` [Intel-wired-lan] [PATCH iwl-next v12 3/8] ixgbe: Add link management support for E610 device
` [Intel-wired-lan] [PATCH iwl-next v12 4/8] ixgbe: Add support for NVM handling in "
` [Intel-wired-lan] [PATCH iwl-next v12 5/8] ixgbe: Add support for EEPROM dump "
` [Intel-wired-lan] [PATCH iwl-next v12 6/8] ixgbe: Add ixgbe_x540 multiple header inclusion protection
` [Intel-wired-lan] [PATCH iwl-next v12 7/8] ixgbe: Clean up the E610 link management related code
` [Intel-wired-lan] [PATCH iwl-next v12 8/8] ixgbe: Enable link management in E610 device

[PATCH net-next v6 00/11] net: Improve netns handling in rtnetlink
 2024-12-18 13:09 UTC  (12+ messages)
` [PATCH net-next v6 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v6 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v6 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v6 04/11] ieee802154: 6lowpan: "
` [PATCH net-next v6 05/11] net: ip_tunnel: "
` [PATCH net-next v6 06/11] net: ipv6: "
` [PATCH net-next v6 07/11] net: xfrm: "
` [PATCH net-next v6 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v6 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v6 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v6 11/11] selftests: net: Add test cases for link and peer netns

nft table flags documentation
 2024-12-18 13:09 UTC  (3+ messages)

[PATCH v2 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-18 13:04 UTC  (17+ messages)
` [PATCH v2 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v2 02/15] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()
` [PATCH v2 03/15] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v2 04/15] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v2 05/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v2 06/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v2 07/15] arm64: "
` [PATCH v2 08/15] riscv: "
` [PATCH v2 09/15] x86: "
` [PATCH v2 10/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v2 11/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v2 12/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v2 13/15] mm: pgtable: remove tlb_remove_page_ptdesc()
` [PATCH v2 14/15] mm: pgtable: remove tlb_remove_ptdesc()
` [PATCH v2 15/15] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH v2] docs: fusa: Add dom0less domain configuration requirements
 2024-12-18 13:08 UTC  (4+ messages)

[PATCH v2 0/4] renesas: r8a779g0: Enable VSPX on R-Car V4H
 2024-12-18 13:06 UTC  (5+ messages)
` [PATCH v2 1/4] clk: renesas: r8a779g0: Add FCPVX clocks
` [PATCH v2 3/4] clk: renesas: r8a779g0: Add VSPX clocks

[PATCH v2] drm/i915/display: drop unnecessary i915_drv.h includes
 2024-12-18 13:05 UTC  (3+ messages)

[PATCH 0/7] of: overlay: Add support for export-symbols node feature
 2024-12-18 13:05 UTC  (4+ messages)
` [PATCH 1/7] dt-bindings: Add support for export-symbols node

[PATCH v2 0/3] boot: android: rework the bootargs concatenation
 2024-12-18 13:05 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next 0/3] ice: GNSS reading improvements
 2024-12-18 13:04 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next 1/3] ice: downgrade warning about gnss_insert_raw to debug level
    `  "

[PATCH v2 0/2] sunxi: Add A100 syscon nodes
 2024-12-18 13:01 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: sram: sunxi-sram: Add A100 compatible
` [PATCH v2 2/2] arm64: dts: allwinner: a100: Add syscon nodes

[meta-rockchip] [PATCH] add Quartz64-A
 2024-12-18 13:04 UTC  (2+ messages)
` [yocto-patches] "

[PATCH 6.12 000/172] 6.12.6-rc1 review
 2024-12-18 13:03 UTC  (3+ messages)

[PATCH v2 0/5] Add support for USB DFU boot on AM62Px
 2024-12-18 13:02 UTC  (10+ messages)
` [PATCH v2 1/5] board: ti: am62px: env: include environment for DFU Boot
` [PATCH v2 2/5] configs: am62x_r5_usbdfu: extend for AM62Px
` [PATCH v2 3/5] configs: am62px_evm_a53_defconfig: enable USB DFU support
` [PATCH v2 4/5] arm: dts: k3-am62p5-sk-u-boot: enable USB0 for USB DFU boot
` [PATCH v2 5/5] doc: board: document support for USB DFU boot on AM62Px SoC

[PATCH v1 1/1] board: zynqmp: zynqmp-sm-k26-revA: release DP from reset
 2024-12-18 13:01 UTC 

[PATCH v2] drm/ci: uprev IGT
 2024-12-18 13:01 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/ci: uprev IGT (rev3)

[PATCH v2] dma: ti: k3-udma: Fix BCDMA probe by adding check for MMR_RFLOW
 2024-12-18 13:00 UTC 

[PATCH net-next] net: Remove bouncing hippi list
 2024-12-18 13:00 UTC  (2+ messages)

[PATCH v2 0/5] add sof support on imx95
 2024-12-18 13:01 UTC  (7+ messages)
` [PATCH v2 4/5] ASoC: SOF: imx: add driver for imx95

[arm-integrator:p4d_pgd_cdtor 7/10] arch/s390/include/asm/pgalloc.h:67:36: error: use of undeclared identifier 'table'
 2024-12-18 12:59 UTC 

[linux-next:master 3698/4476] arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dtb: i2c@14400400: compatible: 'oneOf' conditional failed, one must be fixed:
 2024-12-18 12:59 UTC 

[RFC PATCH 00/29] UMD direct submission in Xe
 2024-12-18 12:59 UTC  (6+ messages)
` [RFC PATCH 13/29] drm/xe/mmap: Add mmap support for PCI memory barrier

[PATCH 0/3] drm/xe: Small trace print improvements
 2024-12-18 12:58 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible
 2024-12-18 12:57 UTC  (5+ messages)

[PATCH 1/2] dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)
 2024-12-18 12:56 UTC  (2+ messages)
` [PATCH 2/2] dm-verity FEC: Avoid copying RS parity bytes twice

[PATCH 0/8] Add DisplayPort support for QCS615 platform
 2024-12-18 12:55 UTC  (12+ messages)
` [PATCH 3/8] phy: qcom: qmp-usbc: Add DP phy mode support on QCS615

[PATCH v6 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-18 12:55 UTC  (9+ messages)
` [PATCH v6 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v6 15/16] samples: rust: add Rust platform sample driver

[PATCH 0/4] Fix OSPI boot for J722S
 2024-12-18 12:53 UTC  (4+ messages)
` [PATCH 1/4] mailbox: k3-sec-proxy: Add DM to DMSC communication thread "

[PATCH] x86/sched: Drop unused includes from credit2.c
 2024-12-18 12:53 UTC 

Does sync_bdevs need to issue a PREFLUSH ?
 2024-12-18 12:53 UTC 

[PATCH] getopt.3: remove _<PID>_GNU_nonoption_argv_flags_ description
 2024-12-18 12:51 UTC  (3+ messages)

[PATCH V6] drm/xe/mmap: Add mmap support for PCI memory barrier
 2024-12-18 12:56 UTC 

[PATCH I-G-T v5] tests/intel/i915_hangman: Fix spin engine hang
 2024-12-18 12:50 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/i915_hangman: Fix spin engine hang (rev5)

[PATCH net-next] net: dsa: qca8k: Fix inconsistent use of jiffies vs milliseconds
 2024-12-18 12:50 UTC  (2+ messages)

[PATCH] xen/sched: Untangle credit2 vs cpu_nr_siblings()
 2024-12-18 12:49 UTC 

[PATCH v2] lib/alloc_tag: Add accumulative call counter for memory allocation profiling
 2024-12-18 12:49 UTC  (2+ messages)
`  "

[PATCH 6.1 00/76] 6.1.121-rc1 review
 2024-12-18 12:49 UTC  (2+ messages)

[PATCH v3 0/3] rust: add kunit doctest with doc fixes
 2024-12-18 12:48 UTC  (8+ messages)
` [PATCH v3 1/3] rust: error: Change `LayoutError` to internal
` [PATCH v3 2/3] rust: error: Update 'stack_try_pin_init' example
` [PATCH v3 3/3] rust: alloc: Add doctest for `ArrayLayout`

lab-cip-renesas planned maintenance this Friday
 2024-12-18 12:47 UTC 

[PATCH v2 1/2] fdt: Correct condition for receiving bloblist
 2024-12-18  1:46 UTC  (4+ messages)
` [PATCH v2 2/2] fdt: Swap the signature for board_fdt_blob_setup()

[PATCH v2 00/11] Add eDP support for RK3588
 2024-12-18 12:45 UTC  (9+ messages)
` [PATCH v2 04/11] phy: phy-rockchip-samsung-hdptx: Add support for eDP mode
` [PATCH v2 11/11] arm64: dts: rockchip: Add nodes related to eDP1 for RK3588

[PATCH 0/3] Add fdt-fixups for AM62P variants
 2024-12-18  9:30 UTC  (4+ messages)
` [PATCH 1/3] arm: mach-k3: am62p: Fixup CPU core, CAN-FD and Video-codec nodes in fdt
` [PATCH 2/3] arm: mach-k3: am62p: Fixup thermal zone critical points
` [PATCH 3/3] arm: mach-k3: am62p: Fixup a53 max cpu frequency by speed-grade

[RFC PATCH] bitbake-setup: add the proof of concept implementation
 2024-12-18 12:47 UTC 

[PATCH] media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinline
 2024-12-18 12:45 UTC  (5+ messages)

[RFC/RFT PATCH] hwmon: (lm75) Hide register size differences in regmap access functions
 2024-12-18 12:46 UTC  (2+ messages)

[PATCH i-g-t] xe-ci: Disable xe_evict subtests that are expected to possibly fail
 2024-12-18 12:45 UTC 

[PATCH v2] loongarch/mm: disable WUC for pgprot_writecombine as same as ioremap_wc
 2024-12-18 12:43 UTC  (16+ messages)

[PULL 0/3] Misc QGA patches for 2024-12-18
 2024-12-18 12:12 UTC  (3+ messages)

[PATCH 00/23] docs: add basic sphinx-domain rST generator to qapidoc
 2024-12-18 12:27 UTC  (3+ messages)
` [PATCH 03/23] docs/qapidoc: remove example section support

[PATCH v3 0/2] Fixes multiple sysctl proc_handler usage error
 2024-12-18 12:41 UTC  (3+ messages)
` [PATCH v3 2/2] sysctl: Fix underflow value setting risk in vm_table

[PATCH] tests/functional: Convert the kvm_xen_guest avocado test
 2024-12-18 12:40 UTC  (3+ messages)

[PATCH v5 0/3] mailbox: add Samsung Exynos driver
 2024-12-18 12:39 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: mailbox: add google,gs101-mbox

[PATCH 5.4 00/24] 5.4.288-rc1 review
 2024-12-18 12:40 UTC  (2+ messages)

[PATCH 0/5] Static initcalls
 2024-12-18 12:38 UTC  (9+ messages)
` [PATCH 1/5] common: board: Simplify array with function pointers with CONFIG_IS_ENABLED
` [PATCH 2/5] board_init_f(): use static calls

[PATCH] x86/boot: Use printk_once() instead of opencoding it
 2024-12-18 12:38 UTC 

[PATCH 5.15 00/51] 5.15.175-rc1 review
 2024-12-18 12:38 UTC  (2+ messages)

[PATCH v6 06/16] rust: add `Revocable` type
 2024-12-18 12:38 UTC  (3+ messages)

[arm-integrator:p4d_pgd_cdtor 7/10] arch/s390/include/asm/pgalloc.h:67:43: error: 'table' undeclared; did you mean 'sg_table'?
 2024-12-18 12:37 UTC 

[PATCH blktests 0/2] throtl: fix IO block-size and race while submitting IO
 2024-12-18 12:38 UTC  (6+ messages)
` [PATCH blktests 2/2] throtl: fix the race between submitting IO and setting cgroup.procs

[PATCH v5 0/3] media: venus: Provide support for selecting encoder/decoder from in-driver
 2024-12-18 12:38 UTC  (4+ messages)
` [PATCH v5 3/3] media: dt-bindings: qcom-venus: Deprecate video-decoder and video-encoder where applicable

[PATCH 5.10 00/43] 5.10.232-rc1 review
 2024-12-18 12:38 UTC  (2+ messages)

[PATCH 0/4] Google Pixel 6 (simple) framebuffer support
 2024-12-18 12:36 UTC  (4+ messages)
` [PATCH 3/4] arm64: dts: exynos: gs101-oriole: move common Pixel6 & 6Pro parts into a .dtsi

[PATCH 6.6 000/109] 6.6.67-rc1 review
 2024-12-18 12:37 UTC  (2+ messages)

[PATCH] init: fix removal warning for deprecated initrd loading
 2024-12-18 12:36 UTC 

[PATCH v3 0/3] Add clock controller support for Spacemit K1
 2024-12-18 12:36 UTC  (5+ messages)
` [PATCH v3 3/3] clk: spacemit: Add clock support for Spacemit K1 SoC

[PATCH 0/2] m68k: Add DMA timers support for M5441x
 2024-12-18 12:36 UTC  (3+ messages)
` [PATCH 1/2] m68k: coldfire: Use proper clock rate for timers

[RFC PATCH 0/1] Set uvc_no_drop parameter for MJPEG_NO_EOF quirk
 2024-12-18 12:35 UTC  (8+ messages)
` [RFC PATCH 1/1] media: uvcvideo: Add no drop "

[PATCH v5 0/4] Enable shared SE support over I2C
 2024-12-18 12:34 UTC  (6+ messages)
` [PATCH v5 2/4] dmaengine: gpi: Add Lock and Unlock TRE support to access I2C exclusively

[PATCH 5.4.y 2/2] erofs: fix incorrect symlink detection in fast symlink
 2024-12-18 12:34 UTC  (2+ messages)

[PATCH 5.15.y] erofs: fix incorrect symlink detection in fast symlink
 2024-12-18 12:34 UTC  (2+ messages)

[PATCH 0/7] Enable shared device assignment
 2024-12-18 12:33 UTC  (3+ messages)
` [PATCH 1/7] memory: Export a helper to get intersection of a MemoryRegionSection with a given range

[PATCH 5.10.y 1/2] erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
 2024-12-18 12:33 UTC  (2+ messages)

[PATCH 5.10.y 2/2] erofs: fix incorrect symlink detection in fast symlink
 2024-12-18 12:33 UTC  (2+ messages)

[PATCH 5.4.y 1/2] erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
 2024-12-18 12:33 UTC  (2+ messages)

[PATCH] pack-bitmap.c: ensure pack validity for all reuse packs
 2024-12-18 12:33 UTC  (2+ messages)

[PATCH 00/24] More Property cleanups
 2024-12-18 12:31 UTC  (3+ messages)
` [PATCH 02/24] hw/ide: Constify sysbus_ahci_properties

[PATCH 1/1] MAINTAINERS: remove myself from sbsa-ref
 2024-12-18 12:30 UTC 

drivers/thunderbolt/debugfs.c:532:5-33: opportunity for str_yes_no(supports_software ( margining )) (fwd)
 2024-12-18 12:31 UTC  (2+ messages)

mhi resume failure on reboot with 6.13-rc2
 2024-12-18 12:30 UTC  (10+ messages)

[PATCH] dfu: Prevent set_dfu_alt_info() from overwriting a previous value
 2024-12-18 12:28 UTC  (2+ messages)

Request to port to 6.6.y : c809b0d0e52d ("x86/microcode/AMD: Flush patch buffer mapping after application")
 2024-12-18 12:28 UTC  (3+ messages)

[PATCH] of: Add printf '%pOFm' for generating modalias
 2024-12-18 12:27 UTC  (2+ messages)
` lock in vsprintf(): was: "

[Draft RFC] Bring POSIX signal to evl
 2024-12-18 12:26 UTC 

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2024-12-18 12:26 UTC  (2+ messages)

[PATCH v9 2/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
 2024-12-18 12:25 UTC  (2+ messages)

[PATCH net-next v3 00/12] Begin upstreaming Homa transport protocol
 2024-12-18 12:25 UTC  (5+ messages)
` [PATCH net-next v3 03/12] net: homa: create shared Homa header files

[PATCH] vsock/virtio: Fix null-ptr-deref in vsock_stream_has_data
 2024-12-18 12:25 UTC 

[PATCH v2] tests/intel/xe_vm: Check negative cases for vm_create/destroy ioctl
 2024-12-18 12:24 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_vm: Check negative cases for vm_create/destroy ioctl (rev2)

[cip dev][PATCH 5.10.y-cip 00/10] watchdog: rzg2l_wdt: Backport RZ/G3S support
 2024-12-18 12:23 UTC  (10+ messages)
` [cip dev][PATCH 5.10.y-cip 01/10] clk: renesas: r9a08g045: Add clock and reset support for watchdog
` [cip dev][PATCH 5.10.y-cip 03/10] watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
` [cip dev][PATCH 5.10.y-cip 04/10] watchdog: rzg2l_wdt: Remove reset de-assert from probe
` [cip dev][PATCH 5.10.y-cip 05/10] watchdog: rzg2l_wdt: Remove comparison with zero
` [cip dev][PATCH 5.10.y-cip 06/10] watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
` [cip dev][PATCH 5.10.y-cip 07/10] watchdog: rzg2l_wdt: Add suspend/resume support
` [cip dev][PATCH 5.10.y-cip 08/10] watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler
` [cip dev][PATCH 5.10.y-cip 09/10] arm64: dts: renesas: r9a08g045: Add watchdog node
` [cip dev][PATCH 5.10.y-cip 10/10] arm64: dts: renesas: rzg3s-smarc-som: Enable the watchdog interface


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.