messages from 2024-08-21 14:20:37 to 2024-08-21 15:48:45 UTC [more...]
[PATCH v1 0/5] driver core: fw_devlink: Clean up strings and mutex usages
2024-08-21 15:48 UTC (3+ messages)
` [PATCH v1 1/5] driver core: Sort headers
` [PATCH v1 2/5] driver core: Use kasprintf() instead of fixed buffer formatting
[PATCH 0/5] nilfs2: prevent unexpected ENOENT propagation
2024-08-21 15:46 UTC (6+ messages)
` [PATCH 1/5] nilfs2: treat missing sufile header block as metadata corruption
` [PATCH 2/5] nilfs2: treat missing cpfile "
` [PATCH 3/5] nilfs2: do not propagate ENOENT error from sufile during recovery
` [PATCH 4/5] nilfs2: do not propagate ENOENT error from sufile during GC
` [PATCH 5/5] nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()
[PATCH v2 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
2024-08-21 15:44 UTC (5+ messages)
` [PATCH v2 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [PATCH v2 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions
[PATCH v2] nfs: fix bitmap decoder to handle a 3rd word
2024-08-21 15:44 UTC (2+ messages)
[PATCH 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
2024-08-21 15:44 UTC (3+ messages)
[PATCH v4 0/6] Introduce initial AMD I3C HCI driver support
2024-08-21 15:43 UTC (8+ messages)
` [PATCH v4 1/6] i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List
[PATCH net-next v4 0/6] netdev_features: start cleaning netdev_features_t up
2024-08-21 15:43 UTC (8+ messages)
` [PATCH net-next v4 1/6] netdevice: convert private flags > BIT(31) to bitfields
` [PATCH net-next v4 2/6] netdev_features: remove unused __UNUSED_NETIF_F_1
` [PATCH net-next v4 3/6] netdev_features: convert NETIF_F_LLTX to dev->lltx
` [PATCH net-next v4 4/6] netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
` [PATCH net-next v4 5/6] netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
` [PATCH net-next v4 6/6] netdev_features: remove NETIF_F_ALL_FCOE
[BUG] tracing: dynamic ftrace selftest detected failures
2024-08-21 15:42 UTC (14+ messages)
[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
2024-08-21 15:38 UTC (44+ messages)
` [PATCH v4 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v4 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v4 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v4 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v4 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v4 08/43] arm64: RME: Define the user ABI
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v4 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v4 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v4 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v4 13/43] arm64: RME: RTT tear down
` [PATCH v4 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v4 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v4 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v4 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v4 20/43] arm64: RME: Allow populating initial contents
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v4 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v4 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v4 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v4 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v4 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v4 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v4 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v4 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v4 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v4 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v4 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v4 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v4 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v4 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v4 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v4 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v4 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v4 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v4 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v4 41/43] arm64: RME: Provide accurate register list
` [PATCH v4 42/43] arm64: kvm: Expose support for private memory
` [PATCH v4 43/43] KVM: arm64: Allow activating realms
[PATCH v1 0/3] PCI: imx6: reset link after suspend/resume
2024-08-21 15:41 UTC (4+ messages)
[PATCH] nfs: fix bitmap decoder to handle a 3rd word
2024-08-21 15:37 UTC (4+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 15:36 UTC (3+ messages)
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
[PATCH] init: Don't proxy console= to earlycon
2024-08-21 15:30 UTC (12+ messages)
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-21 15:36 UTC (6+ messages)
[PATCH] mfd: rk8xx: Add support for rk806 on i2c bus
2024-08-21 15:31 UTC (2+ messages)
` (subset) "
[PATCH v4 0/3] Add SARADC support on Sophgo CV18XX series
2024-08-21 15:29 UTC (7+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo CV18XX SARADC binding
[PATCH v2 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
2024-08-21 15:28 UTC (5+ messages)
` [PATCH v2 5/6] objtool: list `noreturn` Rust functions
[POC 0/7] livepatch: Make livepatch states, callbacks, and shadow variables work together
2024-08-21 15:28 UTC (3+ messages)
[PATCH] ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structure
2024-08-21 15:24 UTC (2+ messages)
[PATCH] ASoC: codecs: wcd934x: make read-only array minCode_param static const
2024-08-21 15:24 UTC (2+ messages)
[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
2024-08-21 15:24 UTC (2+ messages)
[PATCH 0/4] ext4: avoid OOB when system.data xattr changes underneath the filesystem
2024-08-21 15:23 UTC (5+ messages)
` [PATCH 1/4] ext4: ext4_search_dir should return a proper error
` [PATCH 2/4] ext4: return error on ext4_find_inline_entry
` [PATCH 3/4] ext4: explicitly exit when ext4_find_inline_entry returns an error
` [PATCH 4/4] ext4: avoid OOB when system.data xattr changes underneath the filesystem
[PATCH v2] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
2024-08-21 15:23 UTC
[PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
2024-08-21 15:23 UTC (3+ messages)
` [Upstream] "
[PATCH v2 0/4] i2c: imx: prevent rescheduling in non-dma mode
2024-08-21 15:23 UTC (5+ messages)
` [PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode
[PATCH v3 0/3] source filtering for multi-port output
2024-08-21 15:23 UTC (3+ messages)
` [PATCH v3 2/3] coresight: Add support for trace filtering by source
[PATCH v4] hid-playstation: DS4: Update rumble and lightbar together
2024-08-21 15:22 UTC (4+ messages)
[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
2024-08-21 15:21 UTC (10+ messages)
[PATCH 0/2] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
2024-08-21 15:19 UTC (5+ messages)
[PATCH v2] kselftest: dt: Ignore nodes that have ancestors disabled
2024-08-21 15:18 UTC (2+ messages)
[PATCH v2 1/1] dt-bindings: leds: convert leds-lm3692x to yaml format
2024-08-21 15:15 UTC (3+ messages)
[PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined
2024-08-21 15:11 UTC (2+ messages)
[PATCH net-next v18 00/13] Introduce PHY listing and link_topology tracking
2024-08-21 15:10 UTC (14+ messages)
` [PATCH net-next v18 01/13] net: phy: Introduce ethernet link topology representation
` [PATCH net-next v18 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [PATCH net-next v18 03/13] net: phy: add helpers to handle sfp phy connect/disconnect
` [PATCH net-next v18 04/13] net: sfp: Add helper to return the SFP bus name
` [PATCH net-next v18 05/13] net: ethtool: Allow passing a phy index for some commands
` [PATCH net-next v18 06/13] netlink: specs: add phy-index as a header parameter
` [PATCH net-next v18 07/13] net: ethtool: Introduce a command to list PHYs on an interface
` [PATCH net-next v18 08/13] netlink: specs: add ethnl PHY_GET command set
` [PATCH net-next v18 09/13] net: ethtool: plca: Target the command to the requested PHY
` [PATCH net-next v18 10/13] net: ethtool: pse-pd: "
` [PATCH net-next v18 11/13] net: ethtool: cable-test: "
` [PATCH net-next v18 12/13] net: ethtool: strset: Allow querying phy stats by index
` [PATCH net-next v18 13/13] Documentation: networking: document phy_link_topology
[PATCH v6 00/20] Avoid MAP_FIXED gap exposure
2024-08-21 15:09 UTC (4+ messages)
` [PATCH v6 14/20] mm/mmap: Avoid zeroing vma tree in mmap_region()
[PATCH] ALSA: core: Remove trigger_tstamp_latched
2024-08-21 15:09 UTC (13+ messages)
[PATCH v1] nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
2024-08-21 15:08 UTC (2+ messages)
[PATCH v4 0/4] Add initial support for the Rockchip RK3588 HDMI TX Controller
2024-08-21 15:07 UTC (7+ messages)
` [PATCH v4 3/4] dt-bindings: display: rockchip: Add schema for "
[PATCH v6 00/22] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-08-21 15:04 UTC (4+ messages)
` [PATCH v6 15/22] x86/resctrl: Add the interface to assign a hardware counter
[PATCHSET v6 0/4] Split iowait into two states
2024-08-21 15:04 UTC (3+ messages)
[net PATCH v3] octeontx2-af: Fix CPT AF register offset calculation
2024-08-21 15:00 UTC (2+ messages)
[PATCH] mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
2024-08-21 15:00 UTC (2+ messages)
ACPI IRQ storm with 6.10
2024-08-21 14:59 UTC (2+ messages)
[PATCH v1 0/2] Add EDAC driver for loongson memory controller
2024-08-21 14:59 UTC (4+ messages)
` [PATCH v1 2/2] dt-bindings: EDAC "
[PATCH v5] drm/i915/hwmon: expose fan speed
2024-08-21 14:58 UTC (4+ messages)
[PATCH 2/2] selinux: add support for xperms in conditional policies
2024-08-21 14:57 UTC (3+ messages)
[PATCH v1 00/12] Microchip OTPC driver on SAM9X60 exposing UIDxR as additional nvmem device
2024-08-21 14:55 UTC (3+ messages)
` [PATCH v1 03/12] dt-bindings: nvmem: microchip-otpc: Add compatible for SAM9X60
[PATCH v6] drm/i915/hwmon: expose fan speed
2024-08-21 14:53 UTC (2+ messages)
[PATCH v2 0/4] driver core: Prevent device_find_child() from modifying caller's match data
2024-08-21 14:51 UTC (9+ messages)
` [PATCH v2 1/4] driver core: Make parameter check consistent for API cluster device_(for_each|find)_child()
` [PATCH v2 3/4] firewire: core: Prevent device_find_child() from modifying caller's match data
[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
2024-08-21 14:51 UTC (13+ messages)
` [PATCH v5 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v5 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v5 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v5 11/13] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v5 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v5 13/13] riscv: Add qspinlock support
[PATCH V3] Bluetooth: btrtl: Add the support for RTL8922A
2024-08-21 14:50 UTC (2+ messages)
Regression on Macchiatobin from the irqchip driver
2024-08-21 14:50 UTC
[PATCH] Bluetooth: btusb: Add Realtek MT7925 support ID 0x13d3:0x3608
2024-08-21 14:50 UTC (2+ messages)
[PATCH] phy: qualcomm: Check NULL ptr on lvts_data in qcom_ipq806x_usb_phy_probe()
2024-08-21 14:50 UTC (2+ messages)
[PATCH v6 00/13] PCI: brcnstb: Enable STB 7712 SOC
2024-08-21 14:48 UTC (11+ messages)
` [PATCH v6 05/13] PCI: brcmstb: Use bridge reset if available
[PATCH] clk: qcom: videocc-sm8550: Use HW_CTRL_TRIGGER flag for video GDSC's
2024-08-21 14:46 UTC (2+ messages)
[PATCH] arm64: qcom: sa8775p: Add ADSP and CDSP0 fastrpc nodes
2024-08-21 14:46 UTC (2+ messages)
[PATCH v2 0/2] X1E80100 multiport USB controller
2024-08-21 14:46 UTC (2+ messages)
` (subset) "
[PATCH v2] mailbox: sprd: Use devm_clk_get_enabled() helpers
2024-08-21 14:45 UTC (5+ messages)
[PATCH 1/2] perf annotate-data: Show offset and size in hex
2024-08-21 14:45 UTC (3+ messages)
[PATCH v8 0/5] Add Svade and Svadu Extensions Support
2024-08-21 14:43 UTC (2+ messages)
[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
2024-08-21 14:42 UTC (2+ messages)
[PATCH 1/3] perf annotate-data: Fix missing constant copy
2024-08-21 14:41 UTC (2+ messages)
[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
2024-08-21 14:40 UTC (2+ messages)
` [PATCH v7 0/4] Generate address range data for built-in modules
[RFC PATCH] drm: panthor: add dev_coredumpv support
2024-08-21 14:37 UTC (7+ messages)
` [PATCH v2 RESEND 0/5] Panthor devcoredump support
` [PATCH v2 RESEND 1/5] drm: panthor: expose some fw information through the query ioctl
` [PATCH v2 RESEND 2/5] drm: panthor: add devcoredump support
` [PATCH v2 RESEND 3/5] drm: panthor: add debugfs support in panthor_sched
` [PATCH v2 RESEND 4/5] drm: panthor: add debugfs knob to dump successful jobs
` [PATCH v2 RESEND 5/5] drm: panthor: allow dumping multiple jobs
[PATCH -next v2] usb: ehci-exynos: Simplify with scoped for each OF child loop
2024-08-21 14:37 UTC (2+ messages)
[PATCH v1] tools:util:Remove the check that map is empty
2024-08-21 14:37 UTC (2+ messages)
[RFCv2 0/9] UEFI emulator for kexec
2024-08-21 14:27 UTC (2+ messages)
[PATCH -next v2] usb: ohci-exynos: Simplify with scoped for each OF child loop
2024-08-21 14:37 UTC (2+ messages)
[PATCH 0/7] Preemption support for A7XX
2024-08-21 14:34 UTC (4+ messages)
` [PATCH 4/7] drm/msm/A6xx: Implement preemption for A7XX targets
[PATCH] hwmon: (k10temp): Use cpu_feature_enabled() for detecting zen
2024-08-21 14:34 UTC (3+ messages)
[PATCH 0/3] arm64: dts: freescale: Enable wdog_b trigger pmic reset for i.MX93
2024-08-21 14:32 UTC (4+ messages)
` [PATCH 1/3] arm64: dts: freescale: imx93-11x11-evk: enable fsl,ext-reset-output for wdog3
` [PATCH 1/3] arm64: dts: freescale: imx93-11x11-evk: enable fsl, ext-reset-output "
[PATCH v10 0/2] Loongarch-avec support
2024-08-21 14:31 UTC (5+ messages)
` [PATCH v10 2/2] irqchip/loongarch-avec: Add AVEC irqchip support
[PATCH v3 00/14] thermal: Rework binding cooling devices to trip points
2024-08-21 14:29 UTC (5+ messages)
` [PATCH v3 13/14] thermal: core: Drop unused bind/unbind functions and callbacks
` [PATCH v3 14/14] thermal: core: Clean up trip bind/unbind functions
[PATCH RFC 0/4] mm: Introduce guest_memfd library
2024-08-21 14:26 UTC (5+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
[PATCH] afs: Remove the unused lock_manager_mutex field from struct afs_net
2024-08-21 14:27 UTC
[PATCH v2] arm64: dts: imx8mm-emtop-baseboard: Add Peripherals Support
2024-08-21 14:27 UTC (3+ messages)
[PATCH v3 00/10] x86/tdx: Allow MMIO instructions from userspace
2024-08-21 14:24 UTC (8+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 1/6] x86/tdx: Split MMIO read and write operations
` [PATCH v4 2/6] x86/tdx: Add validation of userspace MMIO instructions
` [PATCH v4 3/6] x86/tdx: Allow MMIO from userspace
` [PATCH v4 4/6] x86/tdx: Add a restriction on access to MMIO address
` [PATCH v4 5/6] x86/tdx: Move MMIO helpers to common library
` [PATCH v4 6/6] x86/tdx: Implement movs for MMIO
[PATCH] firewire: core: update fw_device outside of device_find_child()
2024-08-21 14:25 UTC (2+ messages)
[PATCH v2 0/3] Devicetree updates for MT8186
2024-08-21 14:24 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: display: mediatek: dpi: Add power domains
[PATCH v2 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping cpumasks
2024-08-21 14:23 UTC (3+ messages)
` [PATCH v2 1/2] sched/isolation: Exclude dynamically isolated CPUs from housekeeping masks
` [PATCH v2 2/2] cgroup/cpuset: Exclude isolated CPUs from housekeeping CPU masks
[PATCH v3] usb: gadget: u_serial: check Null pointer in EP callback
2024-08-21 14:22 UTC (3+ messages)
` 答复: "
[PATCH printk v8 00/35] wire up write_atomic() printing
2024-08-21 14:20 UTC (5+ messages)
[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-08-21 14:20 UTC (4+ messages)
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox