public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-15 12:51:28 to 2024-02-15 14:56:29 UTC [more...]

[PATCH 3/3] The URL of the datasheet seems to have changed
 2024-02-15 14:56 UTC  (2+ messages)

[PATCH v1 00/14] Fast kernel headers: split linux/mm.h
 2024-02-15 14:56 UTC  (15+ messages)
` [PATCH v1 01/14] drivers: add missing includes on linux/mm.h (and others)
` [PATCH v1 02/14] include/drm/drm_gem.h: add poll_table_struct forward declaration
` [PATCH v1 03/14] linux/mm.h: move page_kasan_tag() to mm/page_kasan_tag.h
` [PATCH v1 04/14] linux/mm.h: move section functions to mm/page_section.h
` [PATCH v1 05/14] linux/mm.h: move page_address() and others to mm/page_address.h
` [PATCH v1 06/14] linux/mm.h: move page_size() to mm/page_size.h
` [PATCH v1 07/14] linux/mm.h: move folio_next() to mm/folio_next.h
` [PATCH v1 08/14] linux/mm.h: move devmap-related declarations to mm/devmap_managed.h
` [PATCH v1 09/14] linux/mm.h: move usage count functions to mm/page_usage.h
` [PATCH v1 10/14] linux/mm.h: move page_zone_id() and more to mm/page_zone.h
` [PATCH v1 11/14] linux/mm.h: move pfmemalloc-related functions to pfmemalloc.h
` [PATCH v1 12/14] linux/mm.h: move is_vmalloc_addr() to mm/vmalloc_addr.h
` [PATCH v1 13/14] linux/mm.h: move high_memory to mm/high_memory.h
` [PATCH v1 14/14] include: reduce dependencies on linux/mm.h

[PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-15 14:57 UTC  (3+ messages)
` [PATCH v7 20/36] function_graph: Improve push operation for several interrupts

[PATCH v2 00/17] UNI-T UTi260B support
 2024-02-15 14:55 UTC  (7+ messages)
` [PATCH v2 01/17] dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML
` [PATCH v2 04/17] dt-bindings: input: touchscreen: fsl,imx6ul-tsc "
` [PATCH v2 06/17] dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6

[PATCH] PCI: dwc: Use the correct sleep function in wait_for_link
 2024-02-15 14:51 UTC  (4+ messages)

[PATCH v2 1/1] serial: 8250_of: Drop quirk fot NPCM from 8250_port
 2024-02-15 14:50 UTC 

[PATCH v2 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-02-15 14:47 UTC  (3+ messages)
` [PATCH v2 2/4] efi/cper, cxl: Make definitions and structures global

[RFD] Remove irq_timings
 2024-02-15 14:46 UTC  (4+ messages)

[PATCH v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-15 14:46 UTC  (10+ messages)
` [PATCH v6 1/9] dax: add empty static inline for CONFIG_DAX=n
` [PATCH v6 2/9] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) "
` [PATCH v6 3/9] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 4/9] dm: "
` [PATCH v6 5/9] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v6 6/9] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 7/9] dax: Check for data cache aliasing at runtime
` [PATCH v6 8/9] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v6 9/9] dax: Fix incorrect list of data cache aliasing architectures

hey I have an idea for a frontend for kernel make/configures
 2024-02-15 14:45 UTC 

[PATCH 00/10] KVM: SEV: allow customizing VMSA features
 2024-02-15 14:44 UTC  (11+ messages)
` [PATCH 07/10] KVM: x86: Add is_vm_type_supported callback
` [PATCH 08/10] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-15 14:42 UTC  (4+ messages)
` [PATCH v4 4/5] "

[PATCH RFC v3 0/4] spmi: pmic-arb: Add support for multiple buses
 2024-02-15 14:42 UTC  (7+ messages)
` [PATCH RFC v3 3/4] spmi: pmic-arb: Make core resources acquiring a version operation

[syzbot] [kernel?] KMSAN: uninit-value in profile_hits (3)
 2024-02-15 14:41 UTC  (4+ messages)
  ` [PATCH] profiling: initialize prof_cpu_mask from profile_online_cpu()

[PATCH v2] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2024-02-15 14:39 UTC  (3+ messages)

[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-15 14:33 UTC  (8+ messages)
` [PATCH net-next v3 10/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs

[PATCH v7 0/9] watchdog: rzg2l_wdt: Add support for RZ/G3S
 2024-02-15 14:33 UTC  (11+ messages)
` [PATCH v7 1/9] watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011
` [PATCH v7 2/9] watchdog: rzg2l_wdt: Make the driver depend on PM
` [PATCH v7 3/9] watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
` [PATCH v7 4/9] watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
` [PATCH v7 5/9] watchdog: rzg2l_wdt: Remove reset de-assert from probe
` [PATCH v7 6/9] watchdog: rzg2l_wdt: Remove comparison with zero
` [PATCH v7 7/9] watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
` [PATCH v7 8/9] watchdog: rzg2l_wdt: Add suspend/resume support
` [PATCH v7 9/9] dt-bindings: watchdog: renesas,wdt: Document RZ/G3S support

[PATCH v6 0/7] arm64: dts: add description for solidrun am642 som and hummingboard evb
 2024-02-15 14:32 UTC  (8+ messages)
` [PATCH v6 2/7] dt-bindings: rtc: abx80x: convert to yaml
` [PATCH v6 3/7] dt-bindings: iio: humidity: hdc20x0: add optional interrupts property
` [PATCH v6 4/7] dt-bindings: mtd: spi-nor: "

[PATCH v4 00/20] Support more Amlogic SoC families in crypto driver
 2024-02-15 14:28 UTC  (3+ messages)
` [PATCH v4 16/20] dt-bindings: crypto: meson: support new SoC's

[PATCH v5 0/3] Remove the XFS mrlock
 2024-02-15 14:23 UTC  (3+ messages)

[PATCH] arm64: dts: ti: k3-am654: Drop ti,syscon-rgmii-delay from ICSSG nodes
 2024-02-15 14:26 UTC  (2+ messages)

[PATCH 0/5] Add QPIC SPI NAND driver
 2024-02-15 14:24 UTC  (9+ messages)
` [PATCH 1/5] spi: dt-bindings: add binding doc for spi-qpic-snand
` [PATCH 2/5] drivers: mtd: nand: Add qpic_common API file
` [PATCH 3/5] spi: spi-qpic: Add qpic spi nand driver support
` [PATCH 4/5] arm64: dts: qcom: ipq9574: Add SPI nand support
` [PATCH 5/5] arm64: dts: qcom: ipq9574: Disable eMMC node

[PATCH v1 1/1] seq_buf: Don't use "proxy" headers
 2024-02-15 14:22 UTC 

[RFC PATCH v2 0/6] support for Marvell 88PM886 PMIC
 2024-02-15 14:22 UTC  (5+ messages)
` [RFC PATCH v2 1/6] dt-bindings: mfd: add entry "
` [RFC PATCH v2 4/6] dt-bindings: input: add entry for Marvell 88PM88X PMICs onkey

[PATCH v1 0/2] nvme-pci: Fix dma-iommu mapping failures when PAGE_SIZE=64KB
 2024-02-15 14:22 UTC  (4+ messages)

[PATCH] backlight: ktd2801: depend on GPIOLIB
 2024-02-15 14:20 UTC  (3+ messages)

[PATCH] arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux
 2024-02-15 14:19 UTC 

[RESEND PATCH v2] modules: wait do_free_init correctly
 2024-02-15 14:18 UTC  (5+ messages)

[PATCH] kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMS
 2024-02-15 14:15 UTC 

[PATCH 0/2] wifi: nl80211/wilc1000: force WLAN_AKM_SUITE_SAE to big endian in NL80211_CMD_EXTERNAL_AUTH
 2024-02-15 14:13 UTC  (3+ messages)
` [PATCH 1/2] wifi: nl80211: force WLAN_AKM_SUITE_SAE in "
` [PATCH 2/2] wifi: wilc1000: remove AKM suite be32 conversion for external auth request

[PATCH v6 0/5] Add support for getting EDID over ACPI to DRM
 2024-02-15 14:13 UTC  (5+ messages)
` [PATCH v6 3/5] drm: Add support to get EDID from ACPI

[PATCH] scripts/mod/modpost: fix null pointer dereference
 2024-02-15 14:13 UTC 

[PATCH 1/2] alpha: merge two entries for CONFIG_ALPHA_EV4
 2024-02-15 14:11 UTC  (2+ messages)
` [PATCH 2/2] alpha: merge two entries for CONFIG_ALPHA_GAMMA

[PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it
 2024-02-15 14:08 UTC 

[PATCH] hexagon: select FRAME_POINTER instead of redefining it
 2024-02-15 14:07 UTC 

[PATCH 00/22] platform/chrome: Add DT USB/DP muxing/topology to Trogdor
 2024-02-15 14:06 UTC  (3+ messages)
` [PATCH 01/22] dt-bindings: gpio: Add binding for ChromeOS EC GPIO controller

[PATCH] ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
 2024-02-15 14:04 UTC  (2+ messages)

[PATCH RFC 0/7] Use Maple Trees for simple_offset utilities
 2024-02-15 14:02 UTC  (9+ messages)
` [PATCH RFC 3/7] libfs: Add simple_offset_empty()
` [PATCH RFC 6/7] libfs: Convert simple directory offsets to use a Maple Tree
` [PATCH RFC 7/7] libfs: Re-arrange locking in offset_iterate_dir()

[PATCH net-next] page_pool: disable direct recycling based on pool->cpuid on destroy
 2024-02-15 14:01 UTC  (7+ messages)

[PATCH][next] mtd: chips: remove redundant assignment to variable timeo
 2024-02-15 14:01 UTC 

[PATCH v5 0/3] Add support for getting EDID over ACPI to DRM
 2024-02-15 14:01 UTC  (3+ messages)
` [PATCH v5 1/3] drm: Add support to get EDID from ACPI

[PATCH v8 0/3] Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Controller
 2024-02-15 13:59 UTC  (2+ messages)

[PATCH] sparc: select FRAME_POINTER instead of redefining it
 2024-02-15 13:57 UTC 

[PATCH v2 00/15] auxdisplay: linedisp: Clean up and add new driver
 2024-02-15 13:57 UTC  (12+ messages)
` [PATCH v2 07/15] auxdisplay: linedisp: Group line display drivers together
` [PATCH v2 10/15] auxdisplay: linedisp: Provide a small buffer in the struct linedisp

[PATCH v2] powerpc/iommu: Fix the iommu group reference leak during platform domain attach
 2024-02-15 13:57 UTC  (3+ messages)

[PATCH v5 0/7] SCHED_DEADLINE server infrastructure
 2024-02-15 13:57 UTC  (5+ messages)
` [PATCH v5 7/7] sched/fair: Fair server interface

[PATCH][next] spi: dw: remove redundant assignment to variable len
 2024-02-15 13:56 UTC  (3+ messages)

[PATCH] ARM: remove unneeded entry for CONFIG_FRAME_POINTER
 2024-02-15 13:55 UTC 

[PATCH v4 0/3] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-02-15 13:55 UTC  (7+ messages)
` [PATCH v4 3/3] media: imagination: Add E5010 JPEG Encoder driver

linux-next: build failure after merge of the w1 tree
 2024-02-15 13:54 UTC  (3+ messages)

[PATCH v2] ARM: ptrace: Use bitfield helpers
 2024-02-15 13:54 UTC 

[PATCH] powerpc/iommu: Refactor spapr_tce_platform_iommu_attach_dev()
 2024-02-15 13:52 UTC 

[PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
 2024-02-15 13:52 UTC  (6+ messages)
` [PATCH v4 01/11] x86/startup_64: Simplify global variable accesses in GDT/IDT programming

[PATCH] [v2] Documentation: kbuild: explain handling optional dependencies
 2024-02-15 13:51 UTC  (5+ messages)

[PATCH v1 1/1] kernel.h: Move upper_*_bits() and lower_*_bits() to wordpath.h
 2024-02-15 13:51 UTC  (4+ messages)

[PATCH] brcmsmac: avoid function pointer casts
 2024-02-15 13:48 UTC  (3+ messages)

[PATCH v5 0/3] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-02-15 13:46 UTC  (4+ messages)
` [PATCH v5 1/3] media: dt-bindings: Add Imagination "
` [PATCH v5 2/3] media: jpeg: Add reference quantization and huffman tables
` [PATCH v5 3/3] media: imagination: Add E5010 JPEG Encoder driver

[PATCH] [v2] kallsyms: ignore ARMv4 thunks along with others
 2024-02-15 13:45 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: update references from partition.txt to mtd.yaml
 2024-02-15 13:45 UTC  (2+ messages)

[RESEND PATCH v4 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-02-15 13:44 UTC  (3+ messages)
` [RESEND PATCH v4 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding

[PATCH v2 1/2] platform/x86: thinkpad_acpi: Simplify thermal mode checking
 2024-02-15 13:41 UTC  (2+ messages)
` [PATCH v2 2/2] platform/x86: thinkpad_acpi: Fix to correct wrong temp reporting on some ThinkPads

[PATCH] net/af_iucv: fix virtual vs physical address confusion
 2024-02-15 13:36 UTC  (2+ messages)

next-20240215: workqueue.c: undefined reference to `irq_work_queue_on'
 2024-02-15 13:40 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.8-rc4
 2024-02-15 13:39 UTC 

[GIT PULL] regmap fixes for v6.8-rc4
 2024-02-15 13:38 UTC 

[PATCH] synthetic tracing: Fix trace_string() return value
 2024-02-15 13:37 UTC  (2+ messages)

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-15 13:36 UTC 

[PATCH v2 0/5] DesignWare PWM improvements
 2024-02-15 13:36 UTC  (8+ messages)
` [PATCH v2 1/5] pwm: dwc: drop redundant error check

[PATCH net] pppoe: Fix memory leak in pppoe_sendmsg()
 2024-02-15 13:35 UTC  (2+ messages)

[PATCH v2 0/6] drm/msm: Add support for the A750 GPU found on the SM8650 platform
 2024-02-15 13:33 UTC  (6+ messages)
` [PATCH v2 2/6] dt-bindings: arm-smmu: Document SM8650 GPU SMMU

[PATCH v2] regulator: lp873x: Use bitfield helpers
 2024-02-15 13:32 UTC  (3+ messages)

[PATCH v3 0/5] fpga: xilinx-selectmap: add new driver
 2024-02-15 13:32 UTC  (3+ messages)
` [PATCH v3 2/5] dt-bindings: fpga: xlnx,fpga-slave-serial: rename gpios

[PATCH 0/3] PCI LNKCTL2 RMW Accessor Cleanup
 2024-02-15 13:31 UTC  (4+ messages)
` [PATCH 1/3] drm/radeon: Use RMW accessors for changing LNKCTL2
` [PATCH 2/3] drm/amdgpu: "
` [PATCH 3/3] RDMA/hfi1: "

[PATCH] ASoC: codecs: remove redundant 'tristate' in sound/soc/codecs/Kconfig
 2024-02-15 13:28 UTC 

[PATCH resend] selftests: timers: clocksource-switch: Adapt progress to kselftest framework
 2024-02-15 13:28 UTC 

[syzbot] Monthly f2fs report (Feb 2024)
 2024-02-15 13:28 UTC 

[PATCH resend] riscv: misaligned: Grammar s/disable/disabled/
 2024-02-15 13:25 UTC 

[PATCH] mips: bus: make mips_cdmm_bustype const
 2024-02-15 13:24 UTC  (2+ messages)

[PATCH v2] drm: Spelling s/hardward/hardware/g
 2024-02-15 13:24 UTC 

[PATCH 0/2] iio: adc: ad7944: new driver
 2024-02-15 13:23 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: add ad7944 ADCs

[PATCH v2 0/2] CoCo/RDRAND brokenness fixes
 2024-02-15 13:22 UTC  (4+ messages)
` [PATCH v2 2/2] x86/coco: Require seeding RNG with RDRAND on CoCo systems

[PATCH v3 0/5] iio: adc: ad7192: Add support for AD7194
 2024-02-15 13:22 UTC  (8+ messages)
` [PATCH v3 4/5] dt-bindings: iio: adc: ad7192: Add AD7194 support
` [PATCH v3 5/5] "

[PATCH V4 0/5] mlx5 ConnectX control misc driver
 2024-02-15 13:21 UTC  (4+ messages)

[syzbot] [reiserfs?] [jfs?] BUG: unable to handle kernel paging request in reiserfs_readdir_inode
 2024-02-15 13:21 UTC  (3+ messages)
` [syzbot] [reiserfs?] "

[syzbot] [dri?] KASAN: slab-use-after-free Read in drm_atomic_helper_wait_for_vblanks (2)
 2024-02-15 13:02 UTC  (2+ messages)
` [PATCH] drm/atomic-helpers: fix uaf in drm_atomic_helper_wait_for_vblanks

[PATCH resend] mfd: mc13xxx: Use bitfield helpers
 2024-02-15 13:19 UTC  (2+ messages)

[PATCH -fixes v2 0/4] riscv: cbo.zero fixes
 2024-02-15 13:14 UTC  (4+ messages)
` [PATCH -fixes v2 2/4] dt-bindings: riscv: Add ratified privileged ISA versions

[PATCH] usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
 2024-02-15 12:16 UTC 

[PATCH 0/2 v4] Add cond_guard() to conditional guards
 2024-02-15 13:12 UTC  (4+ messages)
` [PATCH 1/2 v4] cleanup: "

[PATCH RESEND2 net-next] tcp: Spelling s/curcuit/circuit/
 2024-02-15 13:12 UTC 

[PATCH net-next] net: sysfs: Do not create sysfs for non BQL device
 2024-02-15 13:11 UTC  (3+ messages)

[PATCH v2] regulator: lp87565: Use bitfield helpers
 2024-02-15 13:10 UTC 

[PATCH] arm64/sysreg: Add register fields for ID_AA64DFR1_EL1
 2024-02-15 13:04 UTC  (2+ messages)

[PATCH resend] intel_th: Use bitfield helpers
 2024-02-15 13:03 UTC 

[PATCH v2] thermal: Drop spaces before TABs
 2024-02-15 13:03 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: kvm_has_noapic_vcpu fix/cleanup
 2024-02-15 12:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code

[PATCH] security: fix integer overflow in lsm_set_self_attr() syscall
 2024-02-15 13:02 UTC  (4+ messages)

[PATCH 1/2] x86/random: Retry on RDSEED failure
 2024-02-15 13:01 UTC  (15+ messages)

[PATCH v2 0/5] powerpc: struct bus_type cleanup
 2024-02-15 13:00 UTC  (2+ messages)

[PATCH] powerpc: Force inlining of arch_vmap_p{u/m}d_supported()
 2024-02-15 13:00 UTC  (2+ messages)

[PATCH] arm64/sysreg: Update ID_AA64DFR0_EL1 and ID_DFR0_EL1
 2024-02-15 13:00 UTC  (2+ messages)

[PING PATCH] powerpc/kasan: Fix addr error caused by page alignment
 2024-02-15 12:57 UTC  (2+ messages)

[PATCH] powerpc/iommu: Fix the missing iommu_group_put() during platform domain attach
 2024-02-15 12:57 UTC  (2+ messages)

[PATCH] papr_vpd.c: calling devfd before get_system_loc_code
 2024-02-15 12:57 UTC  (2+ messages)

[PATCH v2] powerpc/6xx: set High BAT Enable flag on G2_LE cores
 2024-02-15 12:57 UTC  (2+ messages)

[PATCH] powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-E
 2024-02-15 12:57 UTC  (2+ messages)

[PATCH 1/2] powerpc: udbg_memcons: mark functions static
 2024-02-15 12:57 UTC  (2+ messages)

[PATCH v2 0/5] imx335: Support additional link-freq and TPG
 2024-02-15 12:53 UTC  (6+ messages)
` [PATCH v2 2/5] media: imx335: Use v4l2_link_freq_to_bitmap helper
` [PATCH v2 3/5] media: i2c: imx335: Support multiple link frequency

[PATCH v2] dt-bindings: PCI: ti,am65: Fix remaining binding warnings
 2024-02-15 12:55 UTC 

[PATCH v9 0/7] page_owner: print stacks and their outstanding allocations
 2024-02-15 12:53 UTC  (7+ messages)
` [PATCH v9 3/7] mm,page_owner: Maintain own list of stack_records structs
` [PATCH v9 7/7] mm,page_owner: Update Documentation regarding page_owner_stacks

[PATCH 5.10.y] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
 2024-02-15 12:54 UTC  (2+ messages)

[PATCH 5.15.y] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
 2024-02-15 12:52 UTC  (2+ messages)


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