messages from 2025-01-07 12:41:54 to 2025-01-07 14:11:34 UTC [more...]
[PATCH 0/3] TQMa93xx fixes
2025-01-07 14:11 UTC (2+ messages)
` [PATCH 1/3] arm64: dts: freescale: imx93-tqma9352-mba93xxca: sort pinctrl nodes
[PATCH v1 00/29] cxl: Add address translation support and enable AMD Zen5 platforms
2025-01-07 14:09 UTC (13+ messages)
` [PATCH v1 01/29] cxl: Remove else after return
` [PATCH v1 02/29] cxl/pci: Moving code in cxl_hdm_decode_init()
` [PATCH v1 03/29] cxl/pci: cxl_hdm_decode_init: Move comment
` [PATCH v1 04/29] cxl/pci: Add comments to cxl_hdm_decode_init()
` [PATCH v1 05/29] cxl/region: Move find_cxl_root() to cxl_add_to_region()
` [PATCH v1 06/29] cxl/region: Factor out code to find the root decoder
` [PATCH v1 07/29] cxl/region: Factor out code to find a root decoder's region
` [PATCH v1 08/29] cxl/region: Split region registration into an initialization and adding part
` [PATCH v1 09/29] cxl/region: Use iterator to find the root port in cxl_find_root_decoder()
` [PATCH v1 10/29] cxl/region: Add function to find a port's switch decoder by range
` [PATCH v1 11/29] cxl/region: Unfold cxl_find_root_decoder() into cxl_endpoint_initialize()
` [PATCH v1 13/29] cxl: Introduce callback to translate an HPA range from a port to its parent
[PATCH v7 0/2] PCI: Enable runtime pm of the host bridge
2025-01-07 14:10 UTC (4+ messages)
` [PATCH v7 2/2] "
kernel/resource.c:1838:43: warning: implicit conversion from 'unsigned long long' to 'resource_size_t' (aka 'unsigned int') changes value from 68719476735 to 4294967295
2025-01-07 14:10 UTC
[PATCH net-next v3 0/3] Add Multicast Filtering support for VLAN interface
2025-01-07 14:09 UTC (7+ messages)
` [PATCH net-next v3 1/3] net: ti: icssg-prueth: Add VLAN support in EMAC mode
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add Support for Multicast filtering with VLAN in HSR mode
[PATCH] drm/sched: Fix amdgpu crash upon suspend/resume
2025-01-07 14:08 UTC (2+ messages)
[PATCH] dt-bindings: iio: Correct indentation and style in DTS example
2025-01-07 14:06 UTC (2+ messages)
[RFC PATCH 0/2] fallocate: introduce FALLOC_FL_FORCE_ZERO flag
2025-01-07 14:05 UTC (7+ messages)
` [RFC PATCH 1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate
[RFC PATCH] selinux: support wildcard network interface names
2025-01-07 14:05 UTC (2+ messages)
[PATCH] dt-bindings: pwm: Correct indentation and style in DTS example
2025-01-07 14:05 UTC (2+ messages)
[RFC PATCH v2 01/22] selinux: supply missing field initializers
2025-01-07 14:04 UTC (5+ messages)
` [RFC PATCH v2 22/22] selinux: restrict policy strings
[PATCH 0/2] Add bootph-all property to necessary nodes to enable ethernet boot for AM68-SK, J722s and AM62p-SK
2025-01-07 14:04 UTC (6+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am68-sk*: Add bootph-all property to necessary nodes to enable Ethernet boot
` [PATCH 2/2] arm64: dts: ti: k3-am62p5*/k3-j722s: "
[PATCH v3 0/7] Input: matrix-keypad: Various performance improvements
2025-01-07 13:56 UTC (8+ messages)
` [PATCH v3 1/7] Input: matrix_keypad - use fsleep for variable delay duration
` [PATCH v3 2/7] Input: matrix_keypad - add function for reading row state
` [PATCH v3 3/7] dt-bindings: input: matrix_keypad - convert to YAML
` [PATCH v3 4/7] dt-bindings: input: matrix_keypad - add missing property
` [PATCH v3 5/7] dt-bindings: input: matrix_keypad - add settle time after enable all columns
` [PATCH v3 6/7] Input: "
` [PATCH v3 7/7] Input: matrix_keypad - detect change during scan
[PATCH net-next RFC 0/5] net: phy: Introduce a port representation
2025-01-07 14:02 UTC (7+ messages)
[PATCH v2 00/24] TDX MMU Part 2
2025-01-07 14:02 UTC (5+ messages)
` [PATCH v2 22/24] KVM: TDX: Finalize VM initialization
[PATCH rdma-next v1 0/2] IB/mad: Add Flow Control for Solicited MADs
2025-01-07 14:02 UTC
[PATCH 0/5] TQMa8Xx update
2025-01-07 14:01 UTC (6+ messages)
` [PATCH 1/5] arm64: dts: imx8-ss-hsio: Wire up DMA IRQ for PCIe
` [PATCH 2/5] arm64: dts: tqma8xx: Add vcc-supply for spi-nor
` [PATCH 3/5] arm64: dts: tqma8xx: enable jpeg encode and decode
` [PATCH 4/5] arm64: dts: tqma8xx: Remove GPU TODO
` [PATCH 5/5] arm64: dts: mba8xx: Add PCIe support
[PATCH] KVM: x86/mmu: Only zap valid non-mirror roots in kvm_zap_gfn_range()
2025-01-07 14:01 UTC (5+ messages)
[PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
2025-01-07 14:00 UTC (23+ messages)
` [PATCH bpf-next v1 01/22] locking: Move MCS struct definition to public header
` [PATCH bpf-next v1 02/22] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v1 03/22] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v1 04/22] locking: Copy out qspinlock.c to rqspinlock.c
` [PATCH bpf-next v1 05/22] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v1 06/22] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v1 07/22] rqspinlock: Add support for timeouts
` [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v1 09/22] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v1 10/22] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v1 11/22] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v1 12/22] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v1 13/22] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v1 14/22] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v1 15/22] rqspinlock: Add locktorture support
` [PATCH bpf-next v1 16/22] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v1 17/22] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v1 18/22] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v1 19/22] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v1 20/22] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v1 21/22] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v1 22/22] selftests/bpf: Add tests "
[PATCH v9 00/28] Qualcomm iris video decoder driver
2025-01-07 13:57 UTC (5+ messages)
` [PATCH v9 27/28] media: iris: enable video driver probe of SM8250 SoC
[PATCH v5 0/5] EDAC: Versal NET: Add support for error notification
2025-01-07 13:57 UTC (4+ messages)
` [PATCH v5 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC
[PATCH V8] scsi: ufs: qcom: Enable UFS Shared ICE Feature
2025-01-07 13:56 UTC (3+ messages)
[PATCH V9] scsi: ufs: qcom: Enable UFS Shared ICE Feature
2025-01-07 13:56 UTC
[PATCH v4] PCI: rcar-ep: Fix the issue of the name parameter when calling devm_request_mem_region
2025-01-07 13:51 UTC
[PATCH] dt-bindings: timer: Correct indentation and style in DTS example
2025-01-07 13:51 UTC (2+ messages)
[PATCH iwl-net 0/4] igb: fix igb_msix_other() handling for PREEMPT_RT
2025-01-07 13:51 UTC (2+ messages)
[EXTERNAL] [PATCH net-next v03 1/1] hinic3: module initialization and tx/rx logic
2025-01-07 14:03 UTC (2+ messages)
[PATCH 5.4 00/93] 5.4.289-rc1 review
2025-01-07 13:50 UTC (3+ messages)
[PATCH] staging: gpib: refer to correct config symbol in tnt4882 Makefile
2025-01-07 13:50 UTC
[syzbot] [riscv?] kernel panic: Kernel stack overflow (3)
2025-01-07 13:48 UTC (2+ messages)
[PATCH] j1939: fix unable to send messages with data length zero
2025-01-07 13:48 UTC (2+ messages)
[PATCH] dt-bindings: usb: Correct indentation and style in DTS example
2025-01-07 13:47 UTC (2+ messages)
[PATCH 5.15 000/168] 5.15.176-rc1 review
2025-01-07 13:46 UTC (3+ messages)
[PATCH v7 0/1] Enable Bluetooth on qcs6490-rb3gen2 board
2025-01-07 13:41 UTC (2+ messages)
` [PATCH v7 1/1] dt-bindings: bluetooth: Utilize PMU abstraction for WCN6750
[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
2025-01-07 13:42 UTC (4+ messages)
[PATCH v3] usb: host: xhci-plat: Assign shared_hcd->rsrc_start
2025-01-07 13:38 UTC
[PATCH net-next v2] net: stmmac: Unexport stmmac_rx_offset() from stmmac.h
2025-01-07 13:39 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: serial: sc16is7xx: Add description for polling mode
2025-01-07 13:39 UTC (4+ messages)
` [External Email] "
[PATCH kernel-next] tracing: Fix uninitialized variable in tracing_set_tracer()
2025-01-07 13:39 UTC (2+ messages)
[PATCH v3] PCI: rcar-ep: Fix the issue of the name parameter when calling devm_request_mem_region
2025-01-07 13:36 UTC
[PATCH 1/1] iommu/amd: Preserve default DTE fields when updating Host Page Table Root
2025-01-07 13:36 UTC (3+ messages)
[PATCH v2 0/3] clk: qcom: sm8750: Add sm8750-dispcc clock controller
2025-01-07 13:36 UTC (4+ messages)
` [PATCH v2 2/3] clk: qcom: clk-alpha-pll: Add Pongo PLL
[v8] misc: pci_endpoint_test: Fix overflow of bar_size
2025-01-07 13:36 UTC (10+ messages)
[PATCH] ALSA: ens137x: Use str_on_off() helper in snd_ensoniq_proc_read()
2025-01-07 13:35 UTC (2+ messages)
[PATCH] scsi: fnic: delete incorrect debugfs error handling
2025-01-07 13:35 UTC
[PATCH] arm64: dts: qcom: x1e78100-t14s: Enable fingerprint reader
2025-01-07 13:35 UTC
[PATCH v4 0/7] Rockchip: add Rockchip rk3576 EVB1 board
2025-01-07 7:49 UTC (2+ messages)
` [PATCH v4 4/7] arm64: dts: rockchip: add usb related nodes for rk3576
[RFC][PATCH] arm64: scripts/sorttable: Implement sorting mcount_loc at build for arm64
2025-01-07 13:32 UTC
[PATCH V6 00/15] Rust bindings for cpufreq and OPP core + sample driver
2025-01-07 13:29 UTC (4+ messages)
` [PATCH V6 03/15] cpufreq: Rust implementation doesn't parse BIT() macro
[PATCH 00/14] cpumask: cleanup cpumask_next_wrap() implementation and usage
2025-01-07 13:28 UTC (3+ messages)
` [PATCH 06/14] cpumask: re-introduce cpumask_next{,_and}_wrap()
[PATCH 0/2] soc cache: Add support for HiSilicon L3 cache
2025-01-07 13:29 UTC (3+ messages)
` [PATCH 1/2] soc cache: Add framework driver for HiSilicon SoC cache
` [PATCH 2/2] soc cache: L3 cache lockdown support for HiSilicon SoC
[PATCH RFC net-next] net: phylink: always config mac for (delayed) phy
2025-01-07 13:26 UTC (6+ messages)
[PATCH v2] usb: host: xhci-plat: Assign shared_hcd->rsrc_start
2025-01-07 13:18 UTC (3+ messages)
[PATCH v7 00/15] Introduce support for Fabric Discovery and
2025-01-07 13:18 UTC (3+ messages)
` [PATCH v7 11/15] scsi: fnic: Modify fnic interfaces to use FDLS
[PATCH v2 0/3] Take the scheduling domain into account in numa balancin
2025-01-07 13:16 UTC (8+ messages)
` [PATCH v2 2/3] sched/fair: Ignore isolated cpus in update_numa_stat
[PATCH] arm64: dts: qcom: x1e80100: Fix usb_2 controller interrupts
2025-01-07 13:15 UTC
Bug: use-after-free in udf_statfs in fs/udf/super.c:2415
2025-01-07 13:14 UTC (9+ messages)
[PATCH] dt-bindings: Correct indentation and style in DTS example
2025-01-07 13:14 UTC
[RFC PATCH 0/3] ACPI: platform_profile: Let drivers dynamically refresh choices
2025-01-07 13:14 UTC (3+ messages)
[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
2025-01-07 13:14 UTC (3+ messages)
` [PATCH v1 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev
[PATCH v2] PCI: dw-rockchip: Enable async probe by default
2025-01-07 13:13 UTC (11+ messages)
[PATCH] nvmem: mtk-efuse: Enable GPU speed bin post-processing for MT8188
2025-01-07 13:12 UTC (8+ messages)
[PATCH] dt-bindings: interrupt-controller: ti,omap4-wugen-mpu: Add file extension
2025-01-07 13:11 UTC
[PATCH] dt-bindings: interrupt-controller: Correct indentation and style in DTS example
2025-01-07 13:11 UTC
[PATCH net-next] dt-bindings: net: Correct indentation and style in DTS example
2025-01-07 13:10 UTC (3+ messages)
[PATCH] powerpc: Allow scheduling of IRQ with PREEMPT_RT
2025-01-07 13:10 UTC (3+ messages)
[PATCH] dt-bindings: thermal: Correct indentation and style in DTS example
2025-01-07 13:10 UTC
[PATCH] dt-bindings: ufs: Correct indentation and style in DTS example
2025-01-07 13:10 UTC
[PATCH v1 0/3] module: Don't fail module loading when setting ro_after_init section RO failed
2025-01-07 13:00 UTC (4+ messages)
[PATCH 0/5] PCI: mediatek-gen3: Add MT8196 support
2025-01-07 13:04 UTC (5+ messages)
` [PATCH 1/5] dt-bindings: "
[PATCH 0/3] PCI: Simplify bus range parsing
2025-01-07 13:03 UTC (3+ messages)
` [PATCH 3/3] sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources()
[PATCH 3/3] dt-bindings:Add SQ52206 to ina2xx devicetree bindings
2025-01-07 13:01 UTC (2+ messages)
[PATCH 6.6 000/222] 6.6.70-rc1 review
2025-01-07 13:01 UTC (4+ messages)
[PATCH v2] coresight: prevent deactivate active config while enable the config
2025-01-07 13:01 UTC (3+ messages)
[tip:sched/core] [sched/fair] 61b82dfb6b: aim7.jobs-per-min 2.1% improvement
2025-01-07 13:01 UTC
[PATCH] dt-bindings: display: Correct indentation and style in DTS example
2025-01-07 13:00 UTC (2+ messages)
[PATCH] drm/connector: hdmi: Handle NULL display mode in state check helper
2025-01-07 12:59 UTC (2+ messages)
[PATCH] ASoC: dt-bindings: Correct indentation and style in DTS example
2025-01-07 12:58 UTC
[PATCH] dt-bindings: input: Correct indentation and style in DTS example
2025-01-07 12:58 UTC
[PATCH v11 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
2025-01-07 12:58 UTC (3+ messages)
[PATCH] dt-bindings: phy: Correct indentation and style in DTS example
2025-01-07 12:58 UTC
[PATCH] dt-bindings: pinctrl: Correct indentation and style in DTS example
2025-01-07 12:58 UTC
[PATCH v2] iommu/arm-smmu-qcom: Only enable stall on smmu-v2
2025-01-07 12:57 UTC (2+ messages)
[PATCH v4 0/4] arm64: dts: Add Arm Morello support
2025-01-07 12:56 UTC (5+ messages)
` [PATCH v4 2/4] arm64: dts: morello: Add support for common functionalities
[PATCH] KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
2025-01-07 12:56 UTC (2+ messages)
[PATCH net-next v6 0/8] fix two bugs related to page_pool
2025-01-07 12:55 UTC (6+ messages)
` [PATCH net-next v6 8/8] page_pool: use list instead of array for alloc cache
[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
2025-01-07 12:53 UTC (3+ messages)
[PATCH v4] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-01-07 12:53 UTC (3+ messages)
[PATCH v3 0/6] Fix MSTOP handling and add SYS/GIC clock entries for RZ/V2H(P) SoC
2025-01-07 12:51 UTC (12+ messages)
` [PATCH v3 4/6] clk: renesas: rzv2h: Switch MSTOP configuration to per-bit basis
[PATCH v3 0/6] elf: Define note name macros
2025-01-07 12:45 UTC (7+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] binfmt_elf: Use "
` [PATCH v3 3/6] powwerpc: "
` [PATCH v3 4/6] crash: "
` [PATCH v3 5/6] s390/crash: "
` [PATCH v3 6/6] crash: Remove KEXEC_CORE_NOTE_NAME
[PATCH v2 00/14] btrfs: more RST delete fixes
2025-01-07 12:47 UTC (15+ messages)
` [PATCH v2 01/14] btrfs: don't try to delete RAID stripe-extents if we don't need to
` [PATCH v2 02/14] btrfs: assert RAID stripe-extent length is always greater than 0
` [PATCH v2 03/14] btrfs: fix search when deleting a RAID stripe-extent
` [PATCH v2 04/14] btrfs: fix front delete range calculation for RAID stripe extents
` [PATCH v2 05/14] btrfs: fix tail delete of RAID stripe-extents
` [PATCH v2 06/14] btrfs: fix deletion of a range spanning parts two RAID stripe extents
` [PATCH v2 07/14] btrfs: implement hole punching for "
` [PATCH v2 08/14] btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
` [PATCH v2 09/14] btrfs: selftests: check for correct return value of failed lookup
` [PATCH v2 10/14] btrfs: selftests: don't split RAID extents in half
` [PATCH v2 11/14] btrfs: selftests: test RAID stripe-tree deletion spanning two items
` [PATCH v2 12/14] btrfs: selftests: add selftest for punching holes into the RAID stripe extents
` [PATCH v2 13/14] btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
` [PATCH v2 14/14] btrfs: selftests: add a selftest for deleting two out of three extents
[PATCH v7 00/16] media: qcom: camss: Add sm8550 support
2025-01-07 12:47 UTC (6+ messages)
` [PATCH 12/16] dt-bindings: media: camss: Add qcom,sm8550-camss binding
[PATCH v2 0/2] Add TI TPS65215 PMIC MFD Support
2025-01-07 12:47 UTC (5+ messages)
` [PATCH v2 2/2] mfd: tps65215: Remove regmap_read check
[PATCH 1/3] hwmon:(ina238)Add support for SQ52206
2025-01-07 12:43 UTC (2+ messages)
[PATCH 6.12 000/156] 6.12.9-rc1 review
2025-01-07 12:44 UTC (2+ messages)
[PATCH 6.1 00/81] 6.1.124-rc1 review
2025-01-07 12:44 UTC (2+ messages)
[PATCH 5.10 000/138] 5.10.233-rc1 review
2025-01-07 12:44 UTC (2+ messages)
[PATCH v2 00/25] TDX vCPU/VM creation
2025-01-07 12:41 UTC (5+ messages)
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