All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-07 16:36:16 to 2024-08-07 17:48:37 UTC [more...]

[PATCH 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-07 17:42 UTC  (10+ messages)
` [PATCH 2/4] powerpc/mm: Handle VDSO unmapping via close() rather than arch_unmap()
` [PATCH 3/4] mm: Remove arch_unmap()

[PATCH] arm64: dts: rockchip: add rfkill node for M.2 E wifi on orangepi-5-plus
 2024-08-07 17:32 UTC  (12+ messages)
` [PATCH v2] "

[Buildroot] [PATCH v2 0/4] boot/arm-trusted-firmware: version bump and source update
 2024-08-07 17:48 UTC  (2+ messages)
` [Buildroot] [PATCH v2 4/4] boot/arm-trusted-firmware: add lts-v2.10.x selection

[PATCH v2 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-08-07 17:48 UTC  (7+ messages)
` [PATCH v2 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH v2 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [PATCH v2 09/10] ext4: drop ext4_es_is_delonly()

[PATCH] btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctl
 2024-08-07 17:47 UTC 

[PATCH] treewide: remove unnecessary <linux/version.h> inclusion
 2024-08-07 17:47 UTC 

[PATCH] net: ath9k: use devm for request_irq
 2024-08-07 17:47 UTC  (2+ messages)

[PATCH rfc] vfio-pci: Allow write combining
 2024-08-07 17:46 UTC  (12+ messages)

[PATCH v2 1/2] drm/xe/gt: Add APIs for printing stats over debugfs
 2024-08-07 17:45 UTC  (5+ messages)

[PATCH v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-07 17:46 UTC  (8+ messages)
` [PATCH v3 bpf-next 01/10] lib/buildid: harden "
` [PATCH v3 bpf-next 02/10] lib/buildid: add single page-based file reader abstraction

[PATCH 6.10 000/123] 6.10.4-rc1 review
 2024-08-07 17:46 UTC  (2+ messages)

PSA: Avoid Debian
 2024-08-07 17:44 UTC  (6+ messages)

[PATCH 6.1 00/86] 6.1.104-rc1 review
 2024-08-07 17:42 UTC  (3+ messages)

[PATCH i-g-t] lib/gpgpu_fill: Write kernel using inline iga64 api
 2024-08-07 17:42 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[PATCH v2] mm/memory-failure: Use raw_spinlock_t in struct memory_failure_cpu
 2024-08-07 17:41 UTC  (3+ messages)

[meta-python][PATCHv2] python3-qrcode: switch to PEP-517 build backend
 2024-08-07 17:39 UTC  (2+ messages)
` [oe] "

[drm-xe:topic/xe-for-CI] BUILD SUCCESS 2d5e5ecf0a3f43221fd39fc24f18be6872bc97d1
 2024-08-07 17:39 UTC 

[PATCH v3 00/21] Universal Payload initial series
 2024-08-07 17:38 UTC  (2+ messages)

[PATCH v5 0/4] alist: Implement a pointer list / array of structs
 2024-08-07 17:38 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-tomli-w: new package
 2024-08-07 17:38 UTC 

[PATCH] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-07 17:35 UTC  (5+ messages)

[regression] smb: client: - Failure to mount DFS namespaces without ASCII symbols
 2024-08-07 17:34 UTC  (2+ messages)

[PATCH 0/2] mseal: Fix is_madv_discard()
 2024-08-07 17:33 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: Add mseal test for no-discard madvise

[PATCH net v2] ethtool: Fix context creation with no parameters
 2024-08-07 17:33 UTC 

[PATCH 0/7] x86/acpi: Move ACPI MADT wakeup to generic code
 2024-08-07 17:33 UTC  (12+ messages)
` [PATCH 2/7] dt-bindings: x86: Add ACPI wakeup mailbox
` [PATCH 3/7] x86/dt: Support the ACPI multiprocessor wakeup for device tree
` [PATCH 5/7] x86/hyperv: Mark ACPI wakeup mailbox page as private
` [PATCH 6/7] x86/hyperv: Reserve real mode when ACPI wakeup mailbox is available

[PATCH next] sched: make printk safe when rq lock is held
 2024-08-07 17:31 UTC  (3+ messages)

[PATCH v8 00/23] Introduce the lwIP network stack
 2024-08-07 17:12 UTC  (24+ messages)
` [PATCH v8 01/23] flash: prefix error codes with FL_
` [PATCH v8 02/23] net: wget: removed unused function wget_success()
` [PATCH v8 03/23] net: wget: allow EFI boot
` [PATCH v8 04/23] net: introduce alternative implementation as net-lwip/
` [PATCH v8 05/23] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
` [PATCH v8 06/23] net: fec_mxc_init(): do not ignore return status of fec_open()
` [PATCH v8 07/23] net: split include/net.h into net{, -common, -legacy, -lwip}.h
` [PATCH v8 08/23] net: eth-uclass: add function eth_start_udev()
` [PATCH v8 09/23] net-lwip: build lwIP
` [PATCH v8 10/23] net-lwip: add DHCP support and dhcp commmand
` [PATCH v8 11/23] net-lwip: add TFTP support and tftpboot command
` [PATCH v8 12/23] net-lwip: add ping command
` [PATCH v8 13/23] net-lwip: add dns command
` [PATCH v8 14/23] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v8 15/23] net-lwip: add wget command
` [PATCH v8 16/23] net-lwip: lwIP wget supports user defined port in the uri, so allow it
` [PATCH v8 17/23] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v8 18/23] configs: add qemu_arm64_lwip_defconfig
` [PATCH v8 19/23] lwip: tftp: add support of blksize option to client
` [PATCH v8 20/23] net-lwip: add TFTP_BLOCKSIZE
` [PATCH v8 21/23] CI: add qemu_arm64_lwip to the test matrix
` [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader
` [PATCH v8 23/23] MAINTAINERS: net-lwip: add myself as a maintainer

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-07 17:31 UTC  (7+ messages)
` [PATCH 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup

[PATCH v2] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
 2024-08-07 17:31 UTC  (5+ messages)

[PATCH 6.1.y-cip 00/30] Add support for RZ/{G2L,G2LC,G2UL,V2L} Camera Data Receiving Unit
 2024-08-07 17:29 UTC  (3+ messages)

[PATCH v3] arm64: dts: rockchip: add rfkill node for M.2 E wifi on orangepi-5-plus
 2024-08-07 17:23 UTC  (2+ messages)

[PATCH v1 00/10] Add minimal Exynos8895 SoC and SM-G950F support
 2024-08-07 17:29 UTC  (5+ messages)
` [PATCH v1 08/10] arm64: dts: exynos: Add initial support for exynos8895 SoC

[PATCH] bblayers/machines: add bitbake-layers command to list machines
 2024-08-07 17:27 UTC 

[PATCH v2] ima: fix buffer overrun in ima_eventdigest_init_common
 2024-08-07 17:27 UTC 

[PATCH] MAINTAINERS: invert Misc RISC-V SoC Support's pattern
 2024-08-07 17:26 UTC  (3+ messages)

[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-07 17:26 UTC  (7+ messages)
` [PATCH v2 7/9] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
` [PATCH v2 8/9] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image

[PATCH v1] riscv: dts: starfive: remove non-existant spi device from jh7110-common.dtsi
 2024-08-07 17:26 UTC  (3+ messages)

[xen-unstable test] 187180: tolerable FAIL - PUSHED
 2024-08-07 17:24 UTC 

[PATCH 0/3] dt-bindings: Convert and move Mediatek clock syscons
 2024-08-07 17:24 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: clock: mediatek,apmixedsys: Fix "mediatek,mt6779-apmixed" compatible
` [PATCH 2/3] dt-bindings: Move Mediatek clock controllers to "clock" directory
` [PATCH 3/3] dt-bindings: clock: mediatek: Convert MediaTek clock syscons to schema

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2024-08-07 17:23 UTC 

[REGRESSION][BISECTED][STABLE] hdparm errors since 28ab9769117c
 2024-08-07 17:23 UTC 

[PATCH] pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()
 2024-08-07 17:22 UTC 

[PATCH v2] dt-bindings: dma: fsl,imx-dma: Document the DMA clocks
 2024-08-07 17:23 UTC  (2+ messages)

[RFC v7 0/6] PolarFire SoC GPIO support
 2024-08-07 17:22 UTC  (8+ messages)
` [RFC v7 4/6] gpio: mpfs: add polarfire soc gpio support

[ANNOUNCE] PUCK Agenda - 2024.08.07 - KVM userfault (guest_memfd/HugeTLB postcopy)
 2024-08-07 17:21 UTC  (2+ messages)

[PATCH] doc: announce cryptodev change to support EDDSA
 2024-08-07 17:21 UTC  (4+ messages)
    ` [EXTERNAL] "

[PATCH 1/2] nbd: implement the WRITE_ZEROES command
 2024-08-07 17:20 UTC  (5+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 3/3] nbd: correct the maximum value for discard sectors

[Intel-wired-lan] [PATCH iwl-next v2] ice: add E830 HW VF mailbox message limit support
 2024-08-07 17:13 UTC  (3+ messages)

[PATCH v2 0/2] Fix unmasking interrupt bit and remove watermark interrupt enablement
 2024-08-07 17:19 UTC  (6+ messages)
` [PATCH v2 1/2] dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA

[PATCH v7 00/13] Parallel submission of dma fence jobs and LR jobs with shared hardware resources
 2024-08-07 17:18 UTC  (5+ messages)
` ✓ CI.Build: success for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev7)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2] wifi: b43: Constify struct lpphy_tx_gain_table_entry
 2024-08-07 17:16 UTC  (3+ messages)

Thread stuck in IDDP sendto()
 2024-08-07 17:15 UTC  (2+ messages)

[PATCH nft v2 0/5] src: mnl: rework list hooks infra
 2024-08-07 16:54 UTC  (2+ messages)

[PATCH] dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property
 2024-08-07 17:11 UTC 

[PATCH] wifi: rtlwifi: rtl8192du: Initialise value32 in _rtl92du_init_queue_reserved_page
 2024-08-07 17:12 UTC  (2+ messages)

[PATCH i-g-t] lib/igt_kmod: unload mei_gsc_proxy for Intel drivers
 2024-08-07 17:11 UTC  (3+ messages)
` ✓ CI.xeBAT: success for lib/igt_kmod: unload mei_gsc_proxy for Intel drivers (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH] wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
 2024-08-07 17:10 UTC  (2+ messages)
`  "

iptables: compiling with kernel headers
 2024-08-07 17:06 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] idpf: Acquire the lock before accessing the xn->salt
 2024-08-07 17:05 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH] [PATCH iwl-net] "

[PATCH 00/19] kthread: Introduce preferred affinity v2
 2024-08-07 17:05 UTC  (7+ messages)
` [PATCH 12/19] kthread: Default affine kthread to its preferred NUMA node
` [PATCH 13/19] mm: Create/affine kcompactd to its preferred node
` [PATCH 14/19] mm: Create/affine kswapd "

[PATCH 00/22] Memory leak fixes (pt.4)
 2024-08-07 17:03 UTC  (3+ messages)

SELinux namespaces re-base
 2024-08-07 17:02 UTC  (11+ messages)

[PATCH] ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx
 2024-08-07 17:02 UTC 

[openeuler:openEuler-1.0-LTS 18554/23462] drivers/net/ethernet/netswift/ngbe/.tmp_ngbe_lib.o: warning: objtool: missing symbol for section .text
 2024-08-07 17:01 UTC 

[PATCH linu-next v1] PCI: dw-rockchip: Enable async probe by default
 2024-08-07 17:00 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.11-rc3
 2024-08-07 17:02 UTC  (2+ messages)

[GIT PULL] power-supply changes for 6.11-rc3
 2024-08-07 17:01 UTC  (2+ messages)

[PATCH] dt-bindings: dma: fsl,imx-dma: Document the DMA clocks
 2024-08-07 16:57 UTC  (2+ messages)

[PATCH v3 0/4] Add WoM feature as an IIO event
 2024-08-07 16:48 UTC  (8+ messages)
` [PATCH v3 3/4] iio: imu: inv_mpu6050: add new interrupt handler for WoM events

[PATCH bpf-next] bpf: remove __btf_name_valid() and change to btf_name_valid_identifier()
 2024-08-07 16:53 UTC  (2+ messages)

[kirkstone][PATCH] busybox: CVE-2023-42364, CVE-2023-42365 & CVE-2023-42366 fixes
 2024-08-07 16:53 UTC  (2+ messages)
` [OE-core] "

[PATCH] Fix spelling errors in Server Message Block
 2024-08-07 16:53 UTC 

[PATCH] lib/stackdepot: Double DEPOT_POOLS_CAP if KASAN is enabled
 2024-08-07 16:52 UTC 

[PATCH 00/10] drm/xe & drm/i915: drvdata usage changes
 2024-08-07 16:52 UTC  (6+ messages)
` [PATCH 03/10] drm/xe/tests: fix drvdata usage

[PATCH v2] dt-bindings: regulator: mediatek,mt6397-regulator: convert to YAML
 2024-08-07 16:51 UTC  (2+ messages)

[PATCH RFCv2] iommu: Add domain type and flag to domain_alloc_paging()
 2024-08-07 16:52 UTC  (9+ messages)

[PATCH] ARM: dts: imx1/imx27: Use dma-controller as node name
 2024-08-07 16:51 UTC 

[PATCH v5] docs/zh_CN: Add dev-tools/kcsan Chinese translation
 2024-08-07 16:48 UTC  (4+ messages)

[PATCH][next] cxgb4: Avoid -Wflex-array-member-not-at-end warning
 2024-08-07 16:51 UTC  (2+ messages)

[PATCH 0/2] target/i386: Fix carry flag for BLSI
 2024-08-07 16:49 UTC  (3+ messages)

[PATCH] perf scripts python arm-cs-trace-disasm.py: Skip disasm if address continuity is broken
 2024-08-07 16:48 UTC  (18+ messages)

[PATCH v8 0/5] Add AP6275P wireless support
 2024-08-07 16:48 UTC  (6+ messages)
` [PATCH v8 4/5] wifi: brcmfmac: Add optional lpo clock enable support

[PATCH v2 00/12] armada-370-xp irqchip updates round 5
 2024-08-07 16:41 UTC  (13+ messages)
` [PATCH v2 01/12] irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END
` [PATCH v2 02/12] irqchip/armada-370-xp: Drop msi_doorbell_end()
` [PATCH v2 03/12] irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()
` [PATCH v2 04/12] irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()
` [PATCH v2 05/12] irqchip/armada-370-xp: Put static variables into driver private structure
` [PATCH v2 06/12] irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structure
` [PATCH v2 07/12] irqchip/armada-370-xp: Pass around the driver private structure
` [PATCH v2 08/12] irqchip/armada-370-xp: Dynamically allocate "
` [PATCH v2 09/12] irqchip/armada-370-xp: Fix reenabling last per-CPU interrupt
` [PATCH v2 10/12] irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause register
` [PATCH v2 11/12] irqchip/armada-370-xp: Allow mapping only per-CPU interrupts
` [PATCH v2 12/12] irqchip/armada-370-xp: Use the mpic_is_ipi_available() helper in one more case

[PATCH net] ethtool: Fix context creation with no parameters
 2024-08-07 16:48 UTC  (3+ messages)

[PATCH for-9.1] tcg/ppc: Sync tcg_out_test and constraints
 2024-08-07 16:46 UTC  (2+ messages)

WinDRBD 1.1.19 released
 2024-08-07 16:46 UTC 

[PATCH 0/3] pmdomain: ti_sci: collect and send low-power mode constraints
 2024-08-07 16:45 UTC  (6+ messages)
` [PATCH 1/3] pmdomain: ti_sci: add per-device latency constraint management

[PATCH][next] ethtool: Avoid -Wflex-array-member-not-at-end warning
 2024-08-07 16:44 UTC  (3+ messages)

[PATCH v2 1/2] buildhistory: fix package output folder creation
 2024-08-07 16:44 UTC  (3+ messages)
` [OE-core] "

[PATCH] drm/amdgpu: optimize the padding with hw optimization
 2024-08-07 16:42 UTC  (9+ messages)

[PATCHSET v30.10 1/3] xfsprogs: filesystem properties
 2024-08-07 16:43 UTC  (4+ messages)
` [PATCH 3/7] xfs_db: improve getting and setting extended attributes

[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
 2024-08-07 16:41 UTC  (4+ messages)
` [RFC v3 1/3] vhost: Introduce packed vq and add buffer elements

[PATCH v2] ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
 2024-08-07 16:27 UTC 

[PATCH v5 1/3] dma: improve DMA zone selection
 2024-08-07 16:40 UTC  (3+ messages)

[Bug 219128] New: lpfc driver reports failure message
 2024-08-07 16:41 UTC  (2+ messages)
` [Bug 219128] lpfc driver reports failed messages

[krzk-github:wip/debug/soundwire-wsa884x-interrupts 29899/30000] drivers/clk/qcom/videocc-x1e80100.c:106:32: warning: unused variable 'video_cc_parent_map_0'
 2024-08-07 16:40 UTC 

[srini-nvmem:for-next 5/6] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/nvmem/u-boot,env.yaml
 2024-08-07 16:40 UTC 

[RFC PATCH 00/11] Tracefs support for pKVM
 2024-08-07 16:39 UTC  (3+ messages)

[PATCH 0/2] sched/topology: optimize topology_span_sane()
 2024-08-07 16:39 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH net-next 0/2] eth: fbnic: add basic stats
 2024-08-07 16:38 UTC  (4+ messages)
` [PATCH net-next 1/2] eth: fbnic: add basic rtnl stats

[PATCH v1] selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
 2024-08-07 16:38 UTC  (2+ messages)

[PATCH 6.6 000/121] 6.6.45-rc1 review
 2024-08-07 16:38 UTC  (3+ messages)
` [PATCH 6.6 015/121] sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)

[RFC PATCH 00/23] NXP i.MX RT595, ARM SVD and device model unit tests
 2024-08-07 16:36 UTC  (6+ messages)
` [RFC PATCH 04/23] hw/arm: add SVD file for NXP i.MX RT595


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.