public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-14 08:40:42 to 2024-11-14 10:18:38 UTC [more...]

[PATCH v2 1/2] selftests/resctrl: fastcat for benchmarking counter reads
 2024-11-14 10:18 UTC  (9+ messages)
` [PATCH v2 2/2] x86/resctrl: Don't workqueue local event "

[PATCH V15 0/7] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-11-14 10:17 UTC  (8+ messages)
` [PATCH V15 1/7] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V15 2/7] perf tools: Add aux-action config term
` [PATCH V15 3/7] perf tools: Parse aux-action
` [PATCH V15 4/7] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V15 5/7] perf intel-pt: Improve man page format
` [PATCH V15 6/7] perf intel-pt: Add documentation for pause / resume
` [PATCH V15 7/7] perf intel-pt: Add a test "

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-11-14 10:17 UTC  (10+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 04/57] mm/page_alloc: Make page_frag_cache boot-time page size compatible
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
    ` [RFC PATCH] mm/slab: Avoid build bug for calls to kmalloc with a large constant

[PATCH 0/3] Minor cleanups in AMD microcode loader
 2024-11-14 10:16 UTC  (3+ messages)
` [PATCH 1/3] x86/microcode/AMD: Return bool from find_blobs_in_containers()

[PATCH 0/2] drm/rockchip: vop2: two fixes from working on DSI enablement
 2024-11-14 10:16 UTC  (6+ messages)
` [PATCH 1/2] drm/rockchip: vop2: fix rk3588 dp+dsi maxclk verification
    `  "

[PATCH net v1 0/2] Fix 'ethtool --show-eee' during initial stage
 2024-11-14 10:16 UTC  (5+ messages)
` [PATCH net v1 1/2] net: phy: set eee_cfg based on PHY configuration

[PATCH net v1 0/2] Fix ethtool --show-eee for stmmac
 2024-11-14 10:15 UTC  (8+ messages)
` [PATCH net v1 1/2] net: phy: Introduce phy_update_eee() to update eee_cfg values

[PATCH v4 0/3] media: mediatek: vcodec: support h264 extend vsi
 2024-11-14 10:15 UTC  (7+ messages)
` [PATCH v4 1/3] media: mediatek: vcodec: remove vsi operation in common interface
` [PATCH v4 2/3] media: mediatek: vcodec: support extended h264 decode
` [PATCH v4 3/3] media: mediatek: vcodec: add description for vsi struct

[RFC PATCH 0/4] Scheduler time slice extension
 2024-11-14 10:14 UTC  (4+ messages)

[PATCH 0/1] Add missing include in compiler.h
 2024-11-14 10:14 UTC  (2+ messages)
` [PATCH 1/1] compiler.h: Add missing include statement for build_bug.h

[PATCH net-next v3 0/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX
 2024-11-14 10:12 UTC  (8+ messages)
` [PATCH net-next v3 2/2] "

[PATCH net] can: can327: fix snprintf() limit in can327_handle_prompt()
 2024-11-14 10:11 UTC  (7+ messages)

[PATCH net v5] net: ti: icssg-prueth: Fix 1 PPS sync
 2024-11-14 10:10 UTC  (2+ messages)

[PATCH] tools/mm: fix show_page() build error
 2024-11-14 10:01 UTC 

[PATCH] bpf: Convert lpm_trie::lock to 'raw_spinlock_t'
 2024-11-14 10:09 UTC  (6+ messages)

[PATCH v2 0/2] Add device tree for MT8188-based Chromebook "Ciri"
 2024-11-14 10:09 UTC  (8+ messages)
` [PATCH v2 2/2] arm64: dts: mediatek: Introduce MT8188 Geralt platform based Ciri

[PATCH v13 00/25] GenieZone hypervisor drivers
 2024-11-14 10:08 UTC  (26+ messages)
` [PATCH v13 01/25] virt: geniezone: enable gzvm-ko in defconfig
` [PATCH v13 02/25] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v13 03/25] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v13 04/25] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v13 05/25] virt: geniezone: Add vm support
` [PATCH v13 06/25] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v13 07/25] virt: geniezone: Add vm capability check
` [PATCH v13 08/25] virt: geniezone: Add vcpu support
` [PATCH v13 09/25] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v13 10/25] virt: geniezone: Add irqfd support
` [PATCH v13 11/25] virt: geniezone: Add ioeventfd support
` [PATCH v13 12/25] virt: geniezone: Add memory region purpose for hypervisor
` [PATCH v13 13/25] virt: geniezone: Add dtb config support
` [PATCH v13 14/25] virt: geniezone: Optimize performance of protected VM memory
` [PATCH v13 15/25] virt: geniezone: Add memory pin/unpin support
` [PATCH v13 16/25] virt: geniezone: Add demand paging support
` [PATCH v13 17/25] virt: geniezone: Add block-based "
` [PATCH v13 18/25] virt: geniezone: Add memory relinquish support
` [PATCH v13 19/25] virt: geniezone: Provide individual VM memory statistics within debugfs
` [PATCH v13 20/25] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason
` [PATCH v13 21/25] virt: geniezone: Enable PTP for synchronizing time between host and guest VMs
` [PATCH v13 22/25] virt: geniezone: Add support for virtual timer migration
` [PATCH v13 23/25] virt: geniezone: Add support for guest VM CPU idle
` [PATCH v13 24/25] virt: geniezone: Emulate IPI for guest VM
` [PATCH v13 25/25] virt: geniezone: Reduce blocked duration in hypervisor when destroying a VM

[PATCH v2] mm/compaction: remove unnecessary detection code
 2024-11-14 10:06 UTC  (6+ messages)

[PATCH v2 0/6] RCU changes for PREEMPT_LAZY
 2024-11-14 10:01 UTC  (8+ messages)
` [PATCH v2 4/6] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
` [PATCH v2 5/6] osnoise: handle quiescent states for PREEMPT_RCU=n, PREEMPTION=y
` [PATCH v2 6/6] sched: warn for high latency with TIF_NEED_RESCHED_LAZY

[PATCH v8 1/5] arm: perf: Drop unused functions
 2024-11-14 10:01 UTC  (2+ messages)
` [tip: perf/core] perf/arm: "

[PATCH v8 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
 2024-11-14 10:01 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH v8 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
 2024-11-14 10:01 UTC  (2+ messages)
` [tip: perf/core] perf/powerpc: "

[PATCH v8 4/5] x86: perf: Refactor misc flag assignments
 2024-11-14 10:01 UTC  (2+ messages)
` [tip: perf/core] perf/x86: "

[PATCH v8 5/5] perf: Correct perf sampling with guest VMs
 2024-11-14 10:01 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH] erofs: get rid of `buf->kmap_type`
 2024-11-14  9:58 UTC 

[PATCH v1] drm/bridge: tc358768: Fix DSI command tx
 2024-11-14  9:57 UTC  (3+ messages)

[PATCH v3 00/19] unwind, perf: sframe user space unwinding
 2024-11-14  9:57 UTC  (7+ messages)
` [PATCH v3 09/19] unwind: Introduce "

[PATCH] net/core/net-procfs: use seq_put_decimal_ull_width() for decimal values in /proc/net/dev
 2024-11-14  9:56 UTC  (3+ messages)

x86/amd late microcode thread loading slows down boot
 2024-11-14  9:56 UTC  (5+ messages)

[PATCH v3 for-next] RDMA/hns: Fix different dgids mapping to the same dip_idx
 2024-11-14  9:56 UTC  (2+ messages)

[RFC PATCH v2 0/3] Add support for the ERAPS feature
 2024-11-14  9:54 UTC  (12+ messages)
` [RFC PATCH v2 1/3] x86: cpu/bugs: update SpectreRSB comments for AMD

[PATCH v3 0/2] Enable Display Port for Qualcomm SA8775P-ride platform
 2024-11-14  9:55 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: sa8775p: add DisplayPort device nodes
` [PATCH v3 2/2] arm64: dts: qcom: sa8775p-ride: Enable Display Port

[PATCH] iio: accel: kx022a: Improve reset delay
 2024-11-14  9:54 UTC  (3+ messages)

[PATCH 0/2] Add atomic transfer support to i2c-xiic
 2024-11-14  9:54 UTC  (2+ messages)

[PATCH 0/5] pci: qcom: Add QCS8300 PCIe support
 2024-11-14  9:54 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the QCS8300 QMP PCIe PHY Gen4 x2
` [PATCH 2/5] phy: qcom-qmp-pcie: add dual lane PHY support for QCS8300
` [PATCH 3/5] dt-bindings: PCI: qcom,pcie-sa8775p: document qcs8300
` [PATCH 4/5] arm64: dts: qcom: qcs8300: enable pcie0 for QCS8300
` [PATCH 5/5] arm64: dts: qcom: qcs8300: enable pcie1 "

[PATCH] i2c: i2c-core-smbus: fixed a whitespace style issue
 2024-11-14  9:54 UTC  (2+ messages)

[PATCh 0/3] x86,tlb: context switch optimizations
 2024-11-14  9:52 UTC  (4+ messages)

[PATCH 0/3] can: tcan4x5x/m_can: use standby mode when down and in suspend
 2024-11-14  9:50 UTC  (8+ messages)
` [PATCH 1/3] can: m_can: add deinit callback
` [PATCH 2/3] can: tcan4x5x: add deinit callback to set standby mode

[PATCH] Bluetooth: qca: Support downloading board id specific NVM for WCN6855
 2024-11-14  9:49 UTC  (2+ messages)

[PATCH v2 0/3] Add support for Nuvoton MA35D1 GMAC
 2024-11-14  9:49 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: net: nuvoton: Add schema for MA35 family GMAC
` [PATCH v2 3/3] net: stmmac: dwmac-nuvoton: Add dwmac support for MA35 family

[PATCH RFC] fs: reduce pointer chasing in is_mgtime() test
 2024-11-14  9:46 UTC  (2+ messages)

[PATCH] Use strscpy() instead of strcpy()
 2024-11-14  9:14 UTC  (5+ messages)

[PATCH] vfs: make evict() use smp_mb__after_spinlock instead of smp_mb
 2024-11-14  9:44 UTC  (2+ messages)

[GIT PULL] LoongArch KVM changes for v6.13
 2024-11-14  9:41 UTC 

[PATCH] dma-mapping: Save base/size instead of pointer to shared DMA pool
 2024-11-14  9:37 UTC  (2+ messages)

[PATCH] Documentation: i2c: Constify struct i2c_device_id
 2024-11-14  9:36 UTC  (2+ messages)

[PATCH] bus: fsl-mc: Fix the double free in fsl_mc_device_add()
 2024-11-14  9:34 UTC  (4+ messages)

[PATCH v2 19/35] Documentation/x86: Document the new attack vector controls
 2024-11-14  9:32 UTC  (8+ messages)

[PATCH] net/ipv4/proc: Avoid usage for seq_printf() when reading /proc/net/snmp
 2024-11-14  9:30 UTC  (2+ messages)

[PATCH] net/unix: pass pidfd flags via SCM_PIDFD cmsg
 2024-11-14  9:21 UTC  (3+ messages)

[PATCH v2] dt-bindings: net: can: atmel: Convert to json schema
 2024-11-14  9:29 UTC  (4+ messages)

[PATCH v2] net/unix: pass pidfd flags via SCM_PIDFD cmsg
 2024-11-14  9:19 UTC 

[PATCH 0/3 perf-tools-next] Selectable disassembler
 2024-11-14  9:27 UTC  (7+ messages)
` [PATCH 3/3] perf disasm: Allow configuring what disassemblers to use

[PATCH v2 0/4] dt-bindings: arm: qcom: Add compatible for QCS8300 SoC
 2024-11-14  9:26 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller

[PATCH v2 0/2] net: stmmac: dwmac-mediatek: Fix inverted logic for mediatek,mac-wol
 2024-11-14  9:26 UTC  (5+ messages)
` [PATCH v2 1/2] net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wol
` [PATCH v2 2/2] arm64: dts: mediatek: Set mediatek,mac-wol on DWMAC node for all boards

[PATCH can-next v4 0/2] can: tcan4x5x: add option for selecting nWKRQ voltage
 2024-11-14  9:26 UTC  (6+ messages)
` [PATCH can-next v4 1/2] dt-bindings: can: tcan4x5x: Document the ti,nwkrq-voltage-vio option
` [PATCH can-next v4 2/2] can: tcan4x5x: add option for selecting nWKRQ voltage

[PATCH v2] dt-bindings: nvmem: qfprom: Add compatible for QCS8300
 2024-11-14  9:25 UTC  (2+ messages)

[PATCH can-next v3 0/2] can: tcan4x5x: add option for selecting nWKRQ voltage
 2024-11-14  9:24 UTC  (5+ messages)
` [PATCH can-next v3 2/2] "

[PATCH v3] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc
 2024-11-14  9:23 UTC  (2+ messages)

[PATCH RFC 0/8] drm/msm: adreno: add support for DDR bandwidth scaling via GMU
 2024-11-14  9:23 UTC  (4+ messages)
` [PATCH RFC 1/8] opp: core: implement dev_pm_opp_get_bandwidth

[PATCH v6 0/5] Pinctrl: A4: Add pinctrl driver
 2024-11-14  9:21 UTC  (4+ messages)
` [PATCH v6 4/5] pinctrl: meson: Add driver support for Amlogic A4 SoCs

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-11-14  9:21 UTC  (12+ messages)
` [PATCH net-next v11 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v11 18/23] ovpn: implement peer add/get/dump/delete via netlink

[PATCH v3 0/9] synchronously scan and reclaim empty user PTE pages
 2024-11-14  9:20 UTC  (4+ messages)
` [PATCH v3 4/9] mm: introduce skip_none_ptes()

[PATCH v3] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
 2024-11-14  9:19 UTC  (3+ messages)

[PATCH v4 0/4] overlayfs: Optimize override/revert creds
 2024-11-14  9:17 UTC  (6+ messages)
` [PATCH v4 4/4] ovl: "

[PATCH] perf-probe: Fix --line option to show correct offset line number from function
 2024-11-14  9:16 UTC  (2+ messages)

[PATCH] clk: davinci: Add NULL check in davinci_lpsc_clk_register
 2024-11-14  9:14 UTC 

[PATCH can-next v5 0/2] can: tcan4x5x: add option for selecting nWKRQ voltage
 2024-11-14  9:14 UTC  (3+ messages)
` [PATCH can-next v5 1/2] dt-bindings: can: tcan4x5x: Document the ti,nwkrq-voltage-vio option
` [PATCH can-next v5 2/2] can: tcan4x5x: add option for selecting nWKRQ voltage

[PATCH v8 net-next 0/4] udp: Add 4-tuple hash for connected sockets
 2024-11-14  9:12 UTC  (5+ messages)
` [PATCH v8 net-next 3/4] ipv4/udp: Add 4-tuple hash for connected socket

[PATCH v4 00/10] blk: refactor queue affinity helpers
 2024-11-14  9:12 UTC  (5+ messages)
` [PATCH v4 05/10] blk-mq: introduce blk_mq_hctx_map_queues

[PATCH v6 00/11] printk: console: Per-console loglevels
 2024-11-14  9:11 UTC  (3+ messages)
` [PATCH v6 08/11] printk: Support setting initial console loglevel via console= on cmdline

[PATCH v2 0/2] can: tcan4x5x: add option for selecting nWKRQ voltage
 2024-11-14  9:10 UTC  (12+ messages)
` [PATCH v2 1/2] "

[PATCH v3 0/4] Add minimal Samsung Galaxy S20 Series board, SM-G981B and SM-G980F support
 2024-11-14  9:09 UTC  (3+ messages)
` [PATCH v3 3/4] arm64: dts: exynos: Add initial support for Samsung Galaxy S20 5G (x1s)

[net v2 0/2] Fix rcu_read_lock issues in netdev-genl
 2024-11-14  9:06 UTC  (4+ messages)

[PATCH v2 00/11] Remove implicit devres from pci_intx()
 2024-11-14  9:05 UTC  (4+ messages)
` [PATCH v2 11/11] Remove "

[PING PATCH] perf/test: fix perf ftrace test on s390
 2024-11-14  9:01 UTC 

[PATCH] mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
 2024-11-14  9:01 UTC  (2+ messages)

[PATCH v2] erofs: fix file-backed mounts over FUSE
 2024-11-14  9:01 UTC 

[PATCH] fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
 2024-11-14  8:59 UTC 

[syzbot] Monthly dri report (Nov 2024)
 2024-11-14  8:59 UTC 

[syzbot] Monthly wireless report (Nov 2024)
 2024-11-14  8:58 UTC 

[PATCH V8 0/1] firmware: arm_scmi: Register and handle limits change notification
 2024-11-14  8:55 UTC  (3+ messages)
` [PATCH V8 1/1] cpufreq: scmi: Register for limit change notifications

[PATCH net v2] ipmr: Fix access to mfc_cache_list without lock held
 2024-11-14  8:55 UTC  (3+ messages)

[PATCH] gpio: gpio-exar: replace division condition with direct comparison
 2024-11-14  8:55 UTC  (3+ messages)

[PATCH v1 1/1] gpio: Move and sort Kconfig entries as suggested
 2024-11-14  8:54 UTC  (2+ messages)

[PATCH] regulator: aat2870-regulator: replace division condition with direct comparison
 2024-11-14  8:54 UTC  (3+ messages)

[PATCH v3 0/2] rtc: pcf2127: make battery switch-over configurable
 2024-11-14  8:51 UTC  (2+ messages)

[PATCH v2] powerpc/kvm: Fix typo in the kvm functions
 2024-11-14  8:50 UTC 

[PATCH v11] iio: adc: pac1921: Add ACPI support to Microchip pac1921
 2024-11-14  8:47 UTC 

[PATCH 0/3] Support for autonomous selection in cppc_cpufreq
 2024-11-14  8:48 UTC  (4+ messages)
` [PATCH 1/3] ACPI: CPPC: Refactor register get and set ABIs
` [PATCH 2/3] ACPI: CPPC: Add autonomous selection ABIs
` [PATCH 3/3] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq

[tip:timers/core] BUILD SUCCESS 228ad72e7660e99821fd430a04ac31d7f8fe9fc4
 2024-11-14  8:46 UTC 

[PATCH net 0/2] ipv6: fix temporary address not removed correctly
 2024-11-14  8:46 UTC  (4+ messages)
` [PATCH net 2/2] selftests/rtnetlink.sh: add mngtempaddr test

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-11-14  8:46 UTC  (3+ messages)

[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-11-14  8:45 UTC  (5+ messages)
` [PATCH 1/7] kernel/cgroup: "

[PATCH] net: wwan: Add WWAN sahara port type
 2024-11-14  8:45 UTC 

linux-next: manual merge of the pci tree with Linus' tree
 2024-11-14  8:45 UTC  (2+ messages)

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-14  8:43 UTC  (8+ messages)
` [RFC/PATCH v2 bpf-next fanotify 1/7] fanotify: Introduce fanotify "
` [RFC/PATCH v2 bpf-next fanotify 2/7] samples/fanotify: Add a sample "
` [RFC/PATCH v2 bpf-next fanotify 3/7] bpf: Make bpf inode storage available to tracing programs
` [RFC/PATCH v2 bpf-next fanotify 4/7] bpf: fs: Add three kfuncs
` [RFC/PATCH v2 bpf-next fanotify 5/7] bpf: Allow bpf map hold reference on dentry
` [RFC/PATCH v2 bpf-next fanotify 6/7] fanotify: Enable bpf based fanotify fastpath handler
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF "

[PATCH 1/4] powerpc/perf: Add perf interface to expose vpa counters
 2024-11-14  8:40 UTC  (4+ messages)
` [PATCH 2/4] docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Document sysfs event format entries for vpa_pmu
` [PATCH 3/4] powerpc/kvm: Add vpa latency counters to kvm_vcpu_arch
` [PATCH 4/4] powerpc/perf: Add per-task/process monitoring to vpa_pmu driver

[PATCH v2] tools/thermal: Fix common realloc mistake
 2024-11-14  8:40 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox