messages from 2024-11-07 14:31:09 to 2024-11-07 16:20:47 UTC [more...]
[PATCH v2 0/8] Refactor cpuid and metric table lookup code
2024-11-07 16:20 UTC (4+ messages)
` [PATCH v2 1/8] perf jevents: fix breakage when do perf stat on system metric
` [PATCH v2 2/8] perf header: Move is_cpu_online to numa bench
` [PATCH v2 3/8] perf header: Refactor get_cpuid to take a CPU for ARM
[PATCH RESEND] iommu/of: Fix pci_request_acs() before enumerating PCI devices
2024-11-07 16:19 UTC (2+ messages)
qrtr/mhi: NULL-deref with in-kernel pd-mapper
2024-11-07 16:19 UTC (5+ messages)
[PATCH 0/3] clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
2024-11-07 16:19 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: clock: imx93: Add SPDIF IPG clk
` [PATCH 2/3] clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
` [PATCH 3/3] arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock
[PATCH v2 0/8] binder: faster page installations
2024-11-07 16:18 UTC (9+ messages)
` [PATCH v2 2/8] binder: concurrent page installation
` [PATCH v2 6/8] binder: remove cached alloc->vma pointer
` [PATCH v2 8/8] binder: use per-vma lock in page installation
[PATCH v2] rust: Fix build error
2024-11-07 16:18 UTC (4+ messages)
[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable USB 3.0 ports
2024-11-07 16:16 UTC (3+ messages)
[PATCH v2 0/2] printk: Add force_con printk flag to not suppress sysrq header msgs
2024-11-07 16:16 UTC (7+ messages)
` [PATCH v2 1/2] printk: Introduce FORCE_CON flag
` [PATCH v2 2/2] tty: sysrq: Use printk_force_console context on __handle_sysrq
[PATCH] PCI/sysfs: Fix read permissions for VPD attributes
2024-11-07 16:15 UTC (3+ messages)
[PATCH v3 0/9] Amlogic C3 ISP support
2024-11-07 16:15 UTC (4+ messages)
` [PATCH v3 7/9] media: platform: Add c3 ISP driver
[PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
2024-11-07 16:10 UTC (20+ messages)
` [PATCH net-next v4 01/19] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v4 02/19] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next v4 03/19] unroll: add generic loop unroll helpers
` [PATCH net-next v4 04/19] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v4 05/19] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v4 06/19] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v4 07/19] xdp: register system page pool as an XDP memory model
` [PATCH net-next v4 08/19] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v4 09/19] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v4 10/19] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next v4 11/19] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v4 12/19] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v4 13/19] xsk: align &xdp_buff_xsk harder
` [PATCH net-next v4 14/19] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v4 15/19] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next v4 16/19] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next v4 17/19] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next v4 18/19] libeth: support native XDP and register memory model
` [PATCH net-next v4 19/19] libeth: add a couple of XDP helpers (libeth_xdp)
[PATCH v5 0/8] uprobes: RCU-protected hot path optimizations
2024-11-07 16:13 UTC (7+ messages)
` [PATCH v5 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
[PATCH 0/7] *** Add support for AD485x DAS Family ***
2024-11-07 16:13 UTC (5+ messages)
` [PATCH v5 6/6] iio: adc: ad4851: add ad485x driver
[PATCH v3 0/4] x86: Rid .head.text of all abs references
2024-11-07 16:12 UTC (3+ messages)
[PATCH 1/2] Documentation/mm: Fix spelling in hwpoison.rst
2024-11-07 16:11 UTC (2+ messages)
[PATCH net-next v6] net: Implement fault injection forcing skb reallocation
2024-11-07 16:11 UTC
[PATCH] dax: Allow block size > PAGE_SIZE
2024-11-07 16:09 UTC (9+ messages)
[net-next PATCH v12 00/12] Introduce RVU representors
2024-11-07 16:08 UTC (13+ messages)
` [net-next PATCH v12 01/12] octeontx2-pf: RVU representor driver
` [net-next PATCH v12 02/12] octeontx2-pf: Create representor netdev
` [net-next PATCH v12 03/12] octeontx2-pf: Add basic net_device_ops
` [net-next PATCH v12 04/12] octeontx2-af: Add packet path between representor and VF
` [net-next PATCH v12 05/12] octeontx2-pf: Get VF stats via representor
` [net-next PATCH v12 06/12] octeontx2-pf: Add support to sync link state between representor and VFs
` [net-next PATCH v12 07/12] octeontx2-pf: Configure VF mtu via representor
` [net-next PATCH v12 08/12] octeontx2-pf: Add representors for sdp MAC
` [net-next PATCH v12 09/12] octeontx2-pf: Add devlink port support
` [net-next PATCH v12 10/12] octeontx2-pf: Implement offload stats ndo for representors
` [net-next PATCH v12 11/12] octeontx2-pf: Adds TC offload support
` [net-next PATCH v12 12/12] Documentation: octeontx2: Add Documentation for RVU representors
[PATCH v1] PCI: dwc: Clean up some unnecessary codes in dw_pcie_suspend_noirq()
2024-11-07 16:08 UTC (3+ messages)
[PATCH v1 0/4] A mechanism for efficient support for per-function metrics
2024-11-07 16:07 UTC (5+ messages)
` [PATCH v1 1/4] perf: Allow periodic events to alternate between two sample periods
` [PATCH v1 2/4] perf: Allow adding fixed random jitter to the alternate sampling period
` [PATCH v1 3/4] tools/perf: Modify event parser to support alt-period term
` [PATCH v1 4/4] tools/perf: Modify event parser to support alt-period-jitter term
[PATCH 0/2] Documentation: dt-bindings: Fix documentation issues
2024-11-07 16:04 UTC (6+ messages)
` [PATCH 1/2] Documentation: dt-bindings: Fix repeated words
` [PATCH 2/2] Documentation: dt-bindings: Remove trailing whitespace
[PATCH v2 1/2] tracing: Add task_prctl_unknown tracepoint
2024-11-07 16:04 UTC (9+ messages)
[RFC] Restore PKRU to user-defined value after signal handling
2024-11-07 16:03 UTC (5+ messages)
[PATCH v2 0/5] arm64: dts: exynos8895: Add cmu, mct, serial_0/1 and spi_0/1
2024-11-07 16:02 UTC (4+ messages)
[PATCH v3 0/2] sparc/build: Rework CFLAGS for clang compatibility
2024-11-07 16:01 UTC (5+ messages)
` [PATCH v3 1/2] sparc/build: Put usage of -fcall-used* flags behind cc-option
[PATCH v3 1/2] dt-bindings: mfd: sprd,sc2731: convert to YAML
2024-11-07 15:58 UTC (4+ messages)
` [PATCH v3 2/2] dt-bindings: mfd: sprd,sc2731: reference sprd,sc2731-efuse bindings
[PATCH v1 0/7] Refactor cpuid and metric table lookup code
2024-11-07 15:57 UTC (3+ messages)
[PATCH net-next v2 0/2] net: netpoll: Improve SKB pool management
2024-11-07 15:57 UTC (3+ messages)
` [PATCH net-next v2 1/2] net: netpoll: Individualize the skb pool
` [PATCH net-next v2 2/2] net: netpoll: flush skb pool during cleanup
[PATCH 0/2] ASoC: stm32: sai: add stm32mp25 support
2024-11-07 15:51 UTC (3+ messages)
` [PATCH 1/2] ASoC: dt-bindings: add stm32mp25 support for sai
` [PATCH 2/2] ASoC: stm32: sai: add stm32mp25 support
[PATCH 0/3] Add i.MX91 platform support
2024-11-08 2:27 UTC (9+ messages)
` [PATCH 1/3] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board
` [PATCH 2/3] arm64: dts: freescale: Add i.MX91 dtsi support
` [PATCH 3/3] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support
[PATCH v2 00/10] Usable clocks on Mobileye EyeQ5 & EyeQ6H
2024-11-07 15:51 UTC (3+ messages)
` [PATCH v2 01/10] dt-bindings: soc: mobileye: set `#clock-cells = <1>` for all compatibles
[PATCH v2 1/2] PCI: keystone: Set mode as RootComplex for "ti,keystone-pcie" compatible
2024-11-07 15:51 UTC (5+ messages)
[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
2024-11-07 15:50 UTC (5+ messages)
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
[PATCH v3 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
2024-11-07 15:44 UTC (5+ messages)
` [PATCH v3 1/2] perf arm-spe: Prepare for adding data source packet implementations for other cores
` [PATCH v3 2/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
[PATCH v12 3/3] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration
2024-11-07 15:41 UTC (2+ messages)
[PATCH 0/1] BPF verifier documentation cleanup
2024-11-07 15:40 UTC (2+ messages)
[linux-next:master] [tracing] 49e4154f4b: INFO:task_blocked_for_more_than#seconds
2024-11-07 15:40 UTC (2+ messages)
[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
2024-11-07 15:40 UTC (8+ messages)
[PATCH v3 0/2] add NXP LINFlexD UART clock support for S32G2/S32G3
2024-11-07 15:39 UTC (4+ messages)
` [PATCH v3 2/2] serial: fsl_linflexuart: add clock support
[PATCH] ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate()
2024-11-07 15:35 UTC (2+ messages)
[PATCH 0/2] spi: imx: support word delay in ecspi
2024-11-07 15:35 UTC (3+ messages)
` [PATCH 1/2] spi: imx: pass struct spi_transfer to prepare_transfer()
` [PATCH 2/2] spi: imx: support word delay
[RFC] PCI: Fix the issue of link speed downgrade after link retraining
2024-11-07 15:34 UTC (2+ messages)
[PATCH] PCI: mvebu: Use for_each_of_range() iterator for parsing "ranges"
2024-11-07 15:32 UTC
[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
2024-11-07 15:32 UTC (2+ messages)
x86/amd late microcode thread loading slows down boot
2024-11-07 15:30 UTC (3+ messages)
[RFC 00/14] AMD: Add Secure AVIC Guest Support
2024-11-07 15:28 UTC (3+ messages)
` [RFC 04/14] x86/apic: Initialize APIC backing page for Secure AVIC
[RFC] module: Strict per-modname namespaces
2024-11-07 15:27 UTC (4+ messages)
[PATCH v2 0/3] scftorture: Avoid kfree from IRQ context
2024-11-07 15:27 UTC (2+ messages)
` [PATCH v2 4/3] scftorture: Wait until scf_cleanup_handler() completes
[PATCH 0/2] Fix magnetometers on PinePhone
2024-11-07 15:26 UTC (2+ messages)
[PATCH] ARM: dts: allwinner: Remove accidental suniv duplicates
2024-11-07 15:26 UTC (2+ messages)
[PATCH v2] drm/panthor: Lock XArray when getting entries for the VM
2024-11-07 15:26 UTC (2+ messages)
[PATCH] KVM: x86: Update irr_pending when setting APIC state with APICv disabled
2024-11-07 15:25 UTC (6+ messages)
[PATCH 0/4] usb: typec: hd3ss3220: enhance driver with port type, power opmode, and role preference settings
2024-11-07 15:24 UTC (4+ messages)
` [PATCH 2/4] usb: typec: hd3ss3220: use typec_get_fw_cap() to fill typec_cap
[PATCH] mtd: ubi: remove redundant check on bytes_left at end of function
2024-11-07 15:23 UTC
[PATCH] [RFC] cxl/region: Fix region creation for greater than x2 switches
2024-11-07 15:23 UTC (4+ messages)
[PATCH v3 0/3] sched/topology: optimize topology_span_sane()
2024-11-07 15:22 UTC (3+ messages)
[PATCH v3] staging: greybus: uart: Fix atomicity violation in get_serial_info()
2024-11-07 15:22 UTC (3+ messages)
[PATCH net-next v2] net: dlink: add support for reporting stats via `ethtool -S`
2024-11-07 15:19 UTC
[v2,0/1] i2c: mediatek: add runtime PM operations and bus regulator control
2024-11-07 15:19 UTC (4+ messages)
` [v2,1/1] "
[PATCH -next] ext4: don't pass full mapping flags to ext4_es_insert_extent()
2024-11-07 15:13 UTC (2+ messages)
[PATCH] arm: dts: aspeed: Blueridge and Fuji: Fix LED node names
2024-11-07 15:14 UTC
[RESEND PATCH] ext4: disambiguate the return value of ext4_dio_write_end_io()
2024-11-07 15:12 UTC (2+ messages)
[PATCHv2 1/1] fs: ext4: Don't use CMA for buffer_head
2024-11-07 15:13 UTC (2+ messages)
[PATCH linux-next] ext4: use string choices helpers
2024-11-07 15:12 UTC (2+ messages)
[PATCH v1 1/1] ext4: Mark ctx_*_flags() with __maybe_unused
2024-11-07 15:12 UTC (2+ messages)
[PATCH -next] ext4: Simplify if condition
2024-11-07 15:12 UTC (2+ messages)
[PATCH v1] ext4: Use ERR_CAST to return an error-valued pointer
2024-11-07 15:13 UTC (2+ messages)
[PATCH] mmc: Add config_host callback to set a mmc queue
2024-11-07 15:11 UTC (4+ messages)
[PATCH v6 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
2024-11-07 15:11 UTC (7+ messages)
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-07 15:10 UTC (4+ messages)
[PATCH] [SCSI] esas2r: fix possible buffer overflow caused by bad DMA value in esas2r_process_vda_ioctl()
2024-11-07 15:08 UTC (2+ messages)
[PATCH 1/2] memcg/hugetlb: Introduce memcg_accounts_hugetlb
2024-11-07 15:07 UTC (3+ messages)
[PATCH] spi: spidev_test: add support for word delay
2024-11-07 15:07 UTC
[PATCH 0/2] memcg/hugetlb: Rework memcg hugetlb charging
2024-11-07 15:07 UTC (4+ messages)
` [PATCH 2/2] memcg/hugetlb: Deprecate hugetlb memcg try-commit-cancel charging
[REGRESSION] module BTF validation failure (Error -22) on next
2024-11-07 15:05 UTC (2+ messages)
linux-next: build failure after merge of the tip tree
2024-11-07 15:05 UTC (10+ messages)
[PATCH v3] kbuild: deb-pkg: Don't fail if modules.order is missing
2024-11-07 15:05 UTC
[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
2024-11-07 15:01 UTC (3+ messages)
[PATCH v2 0/6] Buddy allocator like folio split
2024-11-07 15:01 UTC (7+ messages)
` [PATCH v2 1/6] mm/huge_memory: add two new (yet used) functions for folio_split()
[PATCH v4 00/22] Python generated Intel metrics
2024-11-07 15:00 UTC (5+ messages)
` [PATCH v4 07/22] perf jevents: Add br metric group for branch statistics on Intel
` [PATCH v4 09/22] perf jevents: Add ports metric group giving utilization "
[PATCH] scftorture: Use workqueue to free scf_check
2024-11-07 14:59 UTC (8+ messages)
` [PATCH 1/2] scftorture: Move memory allocation outside of preempt_disable region
` [PATCH 2/2] scftorture: Use a lock-less list to free memory
[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
2024-11-07 14:57 UTC (4+ messages)
[PATCH] memory: Switch back to struct platform_driver::remove()
2024-11-07 14:57 UTC
[PATCH v3 0/8] Support spread spectrum clocking for i.MX8{M,N,P} PLLs
2024-11-07 14:57 UTC (5+ messages)
` [PATCH v3 1/8] dt-bindings: clock: imx8m-clock: support spread spectrum clocking
[PATCH v6 0/2] PCI: microchip: support using either instance 1 or 2
2024-11-07 14:57 UTC (2+ messages)
[PATCH 6.11 000/249] 6.11.7-rc2 review
2024-11-07 14:55 UTC (2+ messages)
[PATCH v2 0/6] perf-probe: Improbe non-C language support
2024-11-07 14:52 UTC (7+ messages)
` [PATCH v2 1/6] perf-probe: Fix error message for failing to find line range
` [PATCH v2 2/6] perf-probe: Fix to ignore escaped characters in --lines option
` [PATCH v2 3/6] perf-probe: Accept FUNC@* to specify function name explicitly
` [PATCH v2 4/6] perf: Add strpbrk_esq() and strdup_esq() for escape and quote
` [PATCH v2 5/6] perf-probe: Introduce quotation marks support
` [PATCH v2 6/6] perf-probe: Replace unacceptable characters when generating event name
linux-next: manual merge of the watchdog tree with the samsung-krzk tree
2024-11-07 14:25 UTC (5+ messages)
[PATCH][next] virtio_vdpa: remove redundant check on desc
2024-11-07 14:51 UTC (2+ messages)
[RFC PATCH net-next] net: ppp: convert to IFF_NO_QUEUE
2024-11-07 14:51 UTC (4+ messages)
[PATCH v6 0/7] Add TSENS support for IPQ5332, IPQ5424
2024-11-07 14:50 UTC (9+ messages)
` [PATCH v6 4/7] arm64: dts: qcom: ipq5332: Add tsens node
` [PATCH v6 7/7] arm64: dts: qcom: ipq5424: Add thermal zone nodes
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-11-07 14:50 UTC (7+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
[PATCH v2 0/2] ASoC: stm32: i2s: add stm32mp25 support
2024-11-07 14:47 UTC (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: add stm32mp25 support for i2s
` [PATCH v2 2/2] ASoC: stm32: i2s: add stm32mp25 support
[PATCH] jbd2: Fix comment describing journal_init_common()
2024-11-07 14:45 UTC
[PATCH v4 0/6] perf: Make SIGTRAP and __perf_pending_irq() work on RT
2024-11-07 14:46 UTC (8+ messages)
` [PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work
[PATCH 6.6 00/28] fix CVE-2024-46701
2024-11-07 14:44 UTC (6+ messages)
[PATCH v2 0/4] printf: Add struct range print specifier
2024-11-07 14:43 UTC (3+ messages)
[PATCH] RAS/AMD/ATL: Fix unintended sign extension issue from coverity
2024-11-07 14:41 UTC (4+ messages)
[PATCH RFC 0/3] Support for GPU ACD feature on Adreno X1-85
2024-11-07 14:35 UTC (8+ messages)
` [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD
[tip:irq/core] BUILD SUCCESS 49a17639508c3b35f90ca829e60dddeeeb750e74
2024-11-07 14:34 UTC
[tip:timers/core] BUILD SUCCESS 3c2fb0152175f9f596b40763cdc1378297da60af
2024-11-07 14:35 UTC
[PATCH v2 0/2] ARM: implement cacheinfo support (for v7/v7m)
2024-11-07 14:34 UTC (3+ messages)
[PATCH v3] dt-bindings: clock: actions,owl-cmu: convert to YAML
2024-11-07 14:34 UTC
[PATCH v9 0/9] Drivers to support the MCU on QNAP NAS devices
2024-11-07 14:34 UTC (5+ messages)
` [PATCH v9 1/9] HID: hid-sensor-hub: don't use stale platform-data on remove
[PATCH net-next 0/5] Add ptp library for Microchip phys
2024-11-07 14:34 UTC (3+ messages)
` [PATCH net-next 2/5] net: phy: microchip_ptp : "
[tip: sched/core] sched: No PREEMPT_RT=y for all{yes,mod}config
2024-11-07 14:33 UTC
[PATCH v2] [SCSI] esas2r: fix possible array out-of-bounds caused by bad DMA value in esas2r_process_vda_ioctl()
2024-11-07 14:32 UTC (2+ messages)
[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
2024-11-07 14:32 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