messages from 2024-08-20 14:02:35 to 2024-08-20 14:43:42 UTC [more...]
[BUG REPORT]net: page_pool: kernel crash at iommu_get_dma_domain+0xc/0x20
2024-08-20 14:43 UTC (10+ messages)
[PATCH] tests/device_reset: Require a PCI device
2024-08-20 14:43 UTC
[PATCH net-next v2 0/3] Preparations for FIB rule DSCP selector
2024-08-20 14:42 UTC (3+ messages)
` [PATCH net-next v2 3/3] ipv4: Centralize TOS matching
[PATCH v4 0/7] RISCV device tree mapping
2024-08-20 14:42 UTC (6+ messages)
` [PATCH v4 6/7] xen/riscv: page table handling
[PATCH] gfs2: fix double destroy_workqueue error
2024-08-20 14:41 UTC (4+ messages)
[PATCH net-next v27 00/13] Add Realtek automotive PCIe driver
2024-08-20 14:41 UTC (5+ messages)
` [PATCH net-next v27 07/13] rtase: Implement a function to receive packets
[PATCH 0/2] Add retry tuning sequence
2024-08-20 14:40 UTC (4+ messages)
` [PATCH 2/2] mmc: sdhci_am654: Add tuning debug prints
[PATCH] drm/amd/gfx11: move the gfx mutex into the caller
2024-08-20 14:39 UTC
[PATCH v1 0/6] Add SCMI transport descriptors
2024-08-20 14:39 UTC (2+ messages)
[PATCH v4 1/1] dt-bindings: extcon: ptn5150: add child node port
2024-08-20 14:39 UTC
[PATCH v8 0/6] arm64: ptdump: View the second stage page-tables
2024-08-20 14:39 UTC (10+ messages)
` [PATCH v8 3/6] arm64: ptdump: Use the mask from the state structure
` [PATCH v8 4/6] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v8 5/6] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
[PATCH] examples: Fix the wrong format specifier
2024-08-20 14:39 UTC (2+ messages)
[PATCH v1 0/4] Add second scatter test case
2024-08-20 14:38 UTC (5+ messages)
` [PATCH v7 0/2] "
` [PATCH v7 1/2] dts: add methods for modifying MTU to testpmd shell
[PATCHSET sched_ext/for-6.12] sched_ext: Add cgroup support
2024-08-20 14:38 UTC (3+ messages)
` [PATCH 1/7] cgroup: Implement cgroup_show_cftypes()
[PATCHv3 net-next 0/3] Bonding: support new xfrm state offload functions
2024-08-20 14:38 UTC (3+ messages)
` [PATCHv3 net-next 3/3] bonding: support xfrm state update
[PATCH] ARM: dts: broadcom: bcm2166x-common: Increase apps bus size to fit BCM21664 GIC
2024-08-20 14:38 UTC
[PATCH] firmware: arm_scmi: Simplify with scoped for each OF child loop
2024-08-20 14:38 UTC (2+ messages)
[tip:x86/urgent] [x86/kaslr] dfb3911c36: kernel_BUG_at_arch/x86/mm/physaddr.c
2024-08-20 14:37 UTC (3+ messages)
[PATCH 0/8] smb: fix some bugs, move duplicate definitions to common header file, and some small cleanups
2024-08-20 14:33 UTC (9+ messages)
` [PATCH 1/8] smb/server: fix return value of smb2_open()
` [PATCH 2/8] smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
` [PATCH 3/8] smb/server: remove useless variable assignment "
` [PATCH 4/8] smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
` [PATCH 5/8] smb/server: update misguided comment of smb2_allocate_rsp_buf()
` [PATCH 6/8] smb: move some duplicate definitions to common/smbacl.h
` [PATCH 7/8] smb/client: fix typo: STATUS_MCA_OCCURED -> STATUS_MCA_OCCURRED
` [PATCH 8/8] smb: move SMB2 Status code to common header file
[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-08-20 14:36 UTC (12+ messages)
` [PATCH 01/11] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH 02/11] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
` [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
` [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
` [PATCH 06/11] clk: rp1: Add support for clocks provided by RP1
` [PATCH 07/11] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH 09/11] arm64: defconfig: Enable RP1 misc/clock/gpio drivers as built-in
` [PATCH 10/11] net: macb: Add support for RP1's MACB variant
` [PATCH 11/11] arm64: dts: rp1: Add support for MACB contained in RP1
[PATCH v5] rust: support for shadow call stack sanitizer
2024-08-20 14:35 UTC (2+ messages)
[PATCH v3] usb: gadget: u_serial: check Null pointer in EP callback
2024-08-20 14:34 UTC
[PATCH v2 0/7] firmware: arm_ffa: FF-A basic v1.2 support
2024-08-20 14:28 UTC (16+ messages)
` [PATCH v2 1/7] firmware: arm_ffa: Some coding style fixes
` [PATCH v2 2/7] firmware: arm_ffa: Update the FF-A command list with v1.2 additions
` [PATCH v2 3/7] firmware: arm_ffa: Move the function ffa_features() earlier
` [PATCH v2 4/7] firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGS
` [PATCH v2 5/7] firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2
` [PATCH v2 6/7] firmware: arm_ffa: Add support for FFA_YIELD in direct messaging
` [PATCH v2 7/7] firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_features()
[PATCH] btrfs: scrub: don't mark inline extents as errors on RST
2024-08-20 14:34 UTC
[PATCH] btrfs: stripe-tree: correctly truncate stripe extents on delete
2024-08-20 14:34 UTC
[PATCH v2 00/12] xen: pvh: Partial QOM:fication with new x86 PVH machine
2024-08-20 14:29 UTC (13+ messages)
` [PATCH v2 01/12] MAINTAINERS: Add docs/system/arm/xenpvh.rst
` [PATCH v2 02/12] hw/arm: xenpvh: Update file header to use SPDX
` [PATCH v2 03/12] hw/arm: xenpvh: Tweak machine description
` [PATCH v2 04/12] hw/arm: xenpvh: Add support for SMP guests
` [PATCH v2 05/12] hw/arm: xenpvh: Remove double-negation in warning
` [PATCH v2 06/12] hw/arm: xenpvh: Move stubbed functions to xen-stubs.c
` [PATCH v2 07/12] hw/arm: xenpvh: Break out a common PVH machine
` [PATCH v2 08/12] hw/arm: xenpvh: Rename xen_arm.c -> xen-pvh.c
` [PATCH v2 09/12] hw/arm: xenpvh: Reverse virtio-mmio creation order
` [PATCH v2 10/12] hw/xen: pvh-common: Add support for creating PCIe/GPEX
` [PATCH v2 11/12] hw/i386/xen: Add a Xen PVH x86 machine
` [PATCH v2 12/12] docs/system/i386: xenpvh: Add a basic description
[PATCH] mm: vma remove the redundant avc binded with old folio
2024-08-20 14:33 UTC
[PATCH] gpio: mpc8xxx: Add wake on GPIO support
2024-08-20 14:33 UTC
[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
2024-08-20 14:33 UTC (2+ messages)
[PATCH] waf-samba.bbclass: Declaring WAF_CROSS_ANSWERS_PATH without the ability to override it will not allow you to create a custom samba recipe
2024-08-20 14:31 UTC
Add stacked and parallel memories support in spi-nor
2024-08-20 12:00 UTC
[PATCH] soundwire: qcom: Use devm_clk_get_enabled() helpers
2024-08-20 10:22 UTC
[PATCH 0/2] Update the win+VS build definition
2024-08-20 14:31 UTC (3+ messages)
` [PATCH 1/2] ci: bump microsoft/setup-msbuild from v1 to v2
` [PATCH 2/2] ci(win+VS): download the vcpkg artifacts using a dedicated GitHub Action
[PATCH net] net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
2024-08-20 14:31 UTC (2+ messages)
[PATCH v3 0/8] MSM8953/MSM8976 ASoC support
2024-08-20 9:43 UTC (7+ messages)
` [PATCH v3 1/8] ASoC: qcom: apq8016_sbc.c: Add Quinary support
` [PATCH v3 7/8] ASoC: qcom: apq8016_sbc: Add support for msm8976 SoC
` [PATCH v3 8/8] ASoC: msm8916-wcd-analog: add lineout output
[PATCH v11 00/10] spi: Add support for stacked/parallel memories
2024-08-19 10:28 UTC (17+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor
[PATCH 1/1] uprobe: fix comment of uprobe_apply()
2024-08-20 14:30 UTC (2+ messages)
Balancing and newer kernels
2024-08-20 14:21 UTC (3+ messages)
u-boot on raspberry pi with secure boot
2024-08-20 14:29 UTC (2+ messages)
[PATCH 1/1] arm64: dts: rockchip: disable display subsystem only for Radxa E25
2024-08-20 14:28 UTC (3+ messages)
[PATCH v2] kbuild: add debug package to pacman PKGBUILD
2024-08-20 14:28 UTC (3+ messages)
Need your help to check perf of a patch on different archs
2024-08-20 14:28 UTC (5+ messages)
[RFC net-next 0/5] Suspend IRQs during preferred busy poll
2024-08-20 14:28 UTC (19+ messages)
[PATCH v2 1/2] drm/virtio: Use XRGB8888 also for big endian systems
2024-08-20 14:27 UTC (5+ messages)
` [PATCH v2 2/2] drm/virtio: Fix host color format for big endian guests
[RFC net-next 0/5] Suspend IRQs during preferred busy poll
2024-08-20 14:27 UTC (7+ messages)
[PATCH v4] hid-playstation: DS4: Update rumble and lightbar together
2024-08-20 14:25 UTC
[PATCH net-next v2 0/5] net: xilinx: axienet: Multicast fixes and improvements
2024-08-20 14:24 UTC (4+ messages)
` [PATCH net-next v2 1/5] net: xilinx: axienet: Always disable promiscuous mode
[PATCH] ASoC: mediatek: mt8188-mt6359: Modify key
2024-08-16 11:49 UTC
[PATCH net-next v3 0/2] net: xilinx: axienet: Add statistics support
2024-08-20 14:23 UTC (4+ messages)
` [PATCH net-next v3 2/2] "
[PATCH net-next] net: ovs: fix ovs_drop_reasons error
2024-08-20 14:23 UTC (2+ messages)
[PATCH] virtio_pmem: Check device status before requesting flush
2024-08-20 14:23 UTC (4+ messages)
[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir (2)
2024-08-20 14:23 UTC (2+ messages)
[PATCH net v4 0/3] tcp_cubic: fix to achieve at least the same throughput as Reno
2024-08-20 14:22 UTC (6+ messages)
` [PATCH net v4 2/3] tcp_cubic: fix to match Reno additive increment
[PATCH v3 1/1] dt-bindings: net: wireless: convert marvel-8xxx.txt to yaml format
2024-08-20 14:21 UTC
[syzbot] [ntfs3?] WARNING in iov_iter_revert (5)
2024-08-20 14:21 UTC
[PATCH v2 0/3] mini-os: mm: use a generic page table walker
2024-08-20 14:20 UTC (6+ messages)
` [PATCH v2 1/3] mini-os: mm: introduce generic page table walk function
[PATCH] remoteproc: k3-r5: Fix driver shutdown
2024-08-20 14:20 UTC (5+ messages)
[PATCH v4] drm/xe: Add driver load error injection
2024-08-20 14:19 UTC (5+ messages)
[PATCH] ASoC: dt-bindings: samsung,odroid: drop stale clocks
2024-08-20 14:19 UTC (2+ messages)
[PATCH v3 0/4] Rust KASAN Support
2024-08-20 14:20 UTC (4+ messages)
` [PATCH v3 1/4] kbuild: rust: Define probing macros for rustc
Pickle vs. sqlite3 for cache?
2024-08-20 14:19 UTC (4+ messages)
` [bitbake-devel] "
[PATCH] ASoC: tas5086: use sleeping variants of gpiod API
2024-08-20 14:19 UTC (2+ messages)
[PATCH v2] Bluetooth: hci_ldisc: Use speed set by btattach as oper_speed
2024-08-20 14:17 UTC
[PATCH 1/3] drm/xe: Remove extra dma_fence_put on xe_sync_entry_add_deps failure
2024-08-20 14:16 UTC (2+ messages)
` ✓ CI.FULL: success for series starting with [1/3] "
[PATCH v2 0/7] drm/xe/oa: xe_syncs for OA
2024-08-20 14:15 UTC (3+ messages)
` [PATCH 7/7] drm/xe/oa: Allow only certain property changes from config
[PATCH -next] irqchip/riscv-aplic: Fix NULL vs IS_ERR() bug
2024-08-20 14:15 UTC (3+ messages)
[XEN PATCH v13 0/6] Support device passthrough when dom0 is PVH on Xen
2024-08-20 14:15 UTC (6+ messages)
` [XEN PATCH v13 1/6] xen/pci: Add hypercall to support reset of pcidev
[PATCH v2 0/4] driver core: Prevent device_find_child() from modifying caller's match data
2024-08-20 14:14 UTC (5+ messages)
` [PATCH v2 1/4] driver core: Make parameter check consistent for API cluster device_(for_each|find)_child()
[PATCH v2 00/14] KEYS: Add support for PGP keys and signatures
2024-08-20 14:14 UTC (5+ messages)
[PATCH v1 00/10] xen: pvh: Partial QOM:fication with new x86 PVH machine
2024-08-20 14:13 UTC (11+ messages)
` [PATCH v1 04/10] hw/arm: xenpvh: Add support for SMP guests
"s390/dasd: Remove DMA alignment" for stable
2024-08-20 14:13 UTC (2+ messages)
` [PATCH] Revert "s390/dasd: Establish DMA alignment"
[ptest-runner][PATCH] ptest_list_remove: Fix pointer adjustment of prev and next
2024-08-20 14:12 UTC (2+ messages)
` [yocto] "
[PATCH v2] Loongarch: adapt for the re-introduction of fstat and newfstatat in 6.11
2024-08-20 14:12 UTC
[PATCH 1/2] ext4: dax: Fix overflowing extents beyond inode size when partially writing
2024-08-20 14:06 UTC (2+ messages)
` [PATCH 2/2] ext4: dax: keep orphan list before truncate overflow allocated blocks
[PATCH] ksmbd: Replace one-element arrays with flexible-array members
2024-08-20 14:11 UTC (2+ messages)
[PATCH 0/2] drm/i915 & drm/xe: rawclk freq cleanups
2024-08-20 14:11 UTC (3+ messages)
` [PATCH 2/2] drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO()
[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-08-20 14:08 UTC (3+ messages)
` [PATCH v3 02/25] printk: Add print format (%par) for struct range
[PATCH net-next v2] selftests: net: add helper for checking if nettest is available
2024-08-20 14:08 UTC (2+ messages)
[PATCH V2 net-next 00/11] Add support of HIBMCGE Ethernet Driver
2024-08-20 14:01 UTC (12+ messages)
` [PATCH V2 net-next 01/11] net: hibmcge: Add pci table supported in this module
` [PATCH V2 net-next 02/11] net: hibmcge: Add read/write registers supported through the bar space
` [PATCH V2 net-next 03/11] net: hibmcge: Add mdio and hardware configuration supported in this module
` [PATCH V2 net-next 04/11] net: hibmcge: Add interrupt "
` [PATCH V2 net-next 05/11] net: hibmcge: Implement some .ndo functions
` [PATCH V2 net-next 06/11] net: hibmcge: Implement .ndo_start_xmit function
` [PATCH V2 net-next 07/11] net: hibmcge: Implement rx_poll function to receive packets
` [PATCH V2 net-next 08/11] net: hibmcge: Implement some ethtool_ops functions
` [PATCH V2 net-next 09/11] net: hibmcge: Add a Makefile and update Kconfig for hibmcge
` [PATCH V2 net-next 10/11] net: hibmcge: Add maintainer "
` [PATCH V2 net-next 11/11] net: add is_valid_ether_addr check in dev_set_mac_address
[PATCH] coresight: tmc: sg: Do not leak sg_table
2024-08-20 14:05 UTC (2+ messages)
[PATCH 0/2] nvme: restrict authentication to the admin queue
2024-08-20 14:06 UTC (2+ messages)
[PATCH 6.1.y] KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
2024-08-20 14:07 UTC (3+ messages)
` 答复: [外部邮件] "
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS dfb8faf0d8cd9ca3deb729bc0304af41548f4977
2024-08-20 14:06 UTC
[PATCH v6 1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
2024-08-20 14:06 UTC (3+ messages)
[PATCH 0/2] Improve the dev coredump
2024-08-20 14:06 UTC (5+ messages)
` [PATCH 2/2] drm/amdgpu: Do core dump immediately when job tmo
[PATCH v6] drm/i915/hwmon: expose fan speed
2024-08-20 14:06 UTC (4+ messages)
[PATCH v4 18/29] arm64: add POE signal support
2024-08-20 14:06 UTC (11+ messages)
[PATCH 0/2] clk: qcom: Add support for GCC on QCS8300
2024-08-20 14:06 UTC (3+ messages)
` [PATCH 2/2] clk: qcom: Add support for Global Clock Controller "
[PATCH 00/20] Memory leak fixes (pt.5)
2024-08-20 14:06 UTC (21+ messages)
` [PATCH 01/20] mailinfo: fix leaking header data
` [PATCH 02/20] convert: fix leaks when resetting attributes
` [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
` [PATCH 04/20] pretty: fix leaking key/value separator buffer
` [PATCH 05/20] builtin/merge-tree: fix leaking `-X` strategy options
` [PATCH 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
` [PATCH 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
` [PATCH 08/20] midx-write: fix leaking hashfile on error cases
` [PATCH 09/20] builtin/repack: fix leaks when computing packs to repack
` [PATCH 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
` [PATCH 11/20] transport: fix leaking OID arrays in git:// transport data
` [PATCH 12/20] builtin/send-pack: fix leaking refspecs
` [PATCH 13/20] sideband: fix leaks when configuring sideband colors
` [PATCH 14/20] builtin/fetch-pack: fix leaking refs
` [PATCH 15/20] remote: fix leaking config strings
` [PATCH 16/20] remote: fix leaks when matching refspecs
` [PATCH 17/20] remote: fix leaking peer ref when expanding refmap
` [PATCH 18/20] builtin/fetch: fix leaking transaction with `--atomic`
` [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
` [PATCH 20/20] transport: fix leaking negotiation tips
[drm-xe:drm-xe-fixes] BUILD SUCCESS a06a7b3429e2548a28bb661f17347b8ffe4a8a15
2024-08-20 14:04 UTC
[PATCH] PCI: host-generic: Fix NULL pointer dereference on 32-bit CAM systems
2024-08-20 14:04 UTC
[PATCH] Bluetooth: hci_bcm: Use speed set by btattach as oper_speed
2024-08-20 14:04 UTC (3+ messages)
[PATCH v2 0/4] Add CMN PLL clock controller driver for IPQ9574
2024-08-20 14:02 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add CMN PLL clock controller for IPQ SoC
` [PATCH v2 2/4] clk: qcom: Add CMN PLL clock controller driver "
` [PATCH v2 3/4] arm64: defconfig: Enable Qualcomm IPQ CMN PLL clock controller
` [PATCH v2 4/4] arm64: dts: qcom: Add CMN PLL node for IPQ9574 SoC
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-20 14:02 UTC (9+ messages)
` [PATCH v6 00/13] "
` [PATCH v6 07/13] Makefile: fix sparse dependency on GENERATED_H
` [PATCH v6 08/13] Makefile: make hdr-check depend on generated headers
` [PATCH v6 09/13] Makefile: do not use sparse on third-party sources
` [PATCH v6 10/13] Makefile: wire up the clar unit testing framework
` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
` [PATCH v6 12/13] t/unit-tests: convert ctype "
` [PATCH v6 13/13] clar: add CMake support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.