linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-29 05:22:59 to 2023-10-29 21:23:57 UTC [more...]

[PATCH v2 00/12] Enable networking support for StarFive JH7100 SoC
 2023-10-29 21:23 UTC  (18+ messages)
` [PATCH v2 01/12] dt-bindings: net: snps,dwmac: Allow exclusive usage of ahb reset
` [PATCH v2 02/12] dt-bindings: net: starfive,jh7110-dwmac: Drop superfluous select
` [PATCH v2 03/12] dt-bindings: net: starfive,jh7110-dwmac: Drop redundant reset description
` [PATCH v2 04/12] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
` [PATCH v2 08/12] riscv: dts: starfive: Add pool for coherent DMA memory on JH7100 boards
` [PATCH v2 11/12] riscv: dts: starfive: visionfive-v1: Enable gmac and setup phy
` [PATCH v2 12/12] [UNTESTED] riscv: dts: starfive: beaglev-starlight: Enable gmac

[PATCH] selftests/cgroup: Fix awk usage in test_cpuset_prs.sh that may cause error
 2023-10-29 21:23 UTC  (3+ messages)

[PATCH] nvme-tcp: Fix a memory leak
 2023-10-29 21:22 UTC 

[PATCH v2] dt-bindings: clock: brcm,kona-ccu: convert to YAML
 2023-10-29 21:16 UTC  (3+ messages)

[PATCH] KVM: selftests: add -MP to CFLAGS
 2023-10-29 21:13 UTC  (2+ messages)

[PATCH] fs/gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
 2023-10-29 21:10 UTC 

linux-next: manual merge of the apparmor tree with the security tree
 2023-10-29 21:09 UTC  (3+ messages)

[PATCH v5 0/2] i2c: mv64xxx: bus-reset-gpios
 2023-10-29 21:02 UTC  (6+ messages)
` [PATCH v5 2/2] i2c: mv64xxx: add an optional bus-reset-gpios property

linux-next: duplicate patches in the risc-v tree
 2023-10-29 20:56 UTC 

linux-next: duplicate patches in the fpga-fixes tree
 2023-10-29 20:52 UTC 

[PATCH 1/4] crypto: drbg - ensure most preferred type is FIPS health checked
 2023-10-29 20:48 UTC  (4+ messages)
` [PATCH 2/4] crypto: drbg - update FIPS CTR self-checks to aes256
` [PATCH 3/4] crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftests
` [PATCH 4/4] crypto: drbg - Remove SHA1 from drbg

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-10-29 20:43 UTC  (7+ messages)
` [RFC PATCH 00/11] "
    ` [RFC PATCH 01/11] XArray: add cmpxchg order test
    ` [RFC PATCH 05/11] shmem: account for large order folios

[PATCH v2] docs: filesystems: document the squashfs specific mount options
 2023-10-29 20:33 UTC  (2+ messages)

[PATCH v5 0/4] riscv: tlb flush improvements
 2023-10-29 20:17 UTC  (3+ messages)
` [PATCH v5 2/4] riscv: Improve flush_tlb_range() for hugetlb pages

[PATCH RESEND] Documentation: i2c: add fault code for not supporting 10 bit addresses
 2023-10-29 20:04 UTC  (2+ messages)

[PATCH-net-next] ptp: fix corrupted list in ptp_open
 2023-10-29 19:57 UTC  (2+ messages)

[PATCH v11 00/14] Linux RISC-V AIA Support
 2023-10-29 19:53 UTC  (7+ messages)
` [PATCH v11 09/14] irqchip/riscv-imsic: Add support for PCI MSI irqdomain

[PATCH 0/8] drm/loongson: Submit a mini VBIOS support and a display bridge driver
 2023-10-29 19:46 UTC  (9+ messages)
` [PATCH 1/8] drm/loongson: Introduce a minimal support for Loongson VBIOS
` [PATCH 2/8] drm/loongson: Introduce a drm bridge driver for it66121 HDMI transmitter
` [PATCH 3/8] drm/loongson: Allow attach drm bridge driver by calling lsdc_output_init()
` [PATCH 4/8] drm/loongson: Started to attach display bridge driver for LS7A1000
` [PATCH 5/8] drm/loongson: Using vbios for the LS7A2000 output initialization
` [PATCH 6/8] drm/loongson: Clean up the output part of LS7A2000
` [PATCH 7/8] drm/loongson: Support to infer DC reversion from CPU's PRID value
` [PATCH 8/8] drm/loongson: Add support for the display subsystem in LS2K2000

[PATCH v2] i2c: mux: Convert to use sysfs_emit_at() API
 2023-10-29 19:29 UTC  (3+ messages)

[PATCH] staging: rts5208: Replace strncpy() with strscpy() for appropriate string copying in rtsx_scsi line 524 warning: found by checkpatch.pl script
 2023-10-29 19:16 UTC 

[PATCH] media: stk1160: Fixed high volume of stk1160_dbg messages
 2023-10-29 18:56 UTC  (2+ messages)

[PATCH v3 00/10] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2023-10-29 18:34 UTC  (11+ messages)
` [PATCH v3 01/10] media: v4l2-common: Add helpers to calculate bytesperline and sizeimage
` [PATCH v3 02/10] media: v4l2: Add NV15 and NV20 pixel formats
` [PATCH v3 03/10] media: rkvdec: h264: Use bytesperline and buffer height as virstride
` [PATCH v3 04/10] media: rkvdec: h264: Don't hardcode SPS/PPS parameters
` [PATCH v3 05/10] media: rkvdec: h264: Remove SPS validation at streaming start
` [PATCH v3 06/10] media: rkvdec: Extract rkvdec_fill_decoded_pixfmt helper method
` [PATCH v3 07/10] media: rkvdec: Move rkvdec_reset_decoded_fmt() function
` [PATCH v3 08/10] media: rkvdec: Prepare for adding format validation ops
` [PATCH v3 09/10] media: rkvdec: Add get_fmt_opaque and valid_fmt ops
` [PATCH v3 10/10] media: rkvdec: h264: Support High 10 and 4:2:2 profiles

[PATCH v5 1/7] r8169: Add r8169_mac_ocp_(write|modify)_seq helpers to reduce spinlock contention
 2023-10-29 18:36 UTC  (7+ messages)
` [PATCH v5 2/7] r8169: Coalesce RTL8411b PHY power-down recovery calls "
` [PATCH v5 3/7] r8169: Coalesce mac ocp write and modify for 8168H start "
` [PATCH v5 4/7] r8169: Coalesce mac ocp write and modify for 8168ep "
` [PATCH v5 5/7] r8169: Reduce spinlock contention for the start of RTL8117
` [PATCH v5 6/7] r8169: Coalesce mac ocp write and modify for 8125 and 8125B start to reduce spinlocks
` [PATCH v5 7/7] r8169: Coalesce mac ocp write and modify for rtl_hw_init_8125 to reduce spinlock contention

32 bit qemu regression from v6.5 tip pull [6c480f222128 x86/alternative: Rewrite optimize_nops() some]
 2023-10-29 18:41 UTC 

[PATCH] KVM: x86: cleanup unused variables
 2023-10-29 18:41 UTC  (3+ messages)

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-10-29 18:37 UTC  (5+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller

[PATCH 0/3] reduce latency of synchronize_rcu()
 2023-10-29 18:21 UTC  (5+ messages)
` [PATCH 1/3] rcu: Reduce synchronize_rcu() waiting time

Gaps in logs while using usb-serial as a console
 2023-10-29 18:21 UTC 

[PATCH v4 0/3] arm64: dts: cn913x: add COM Express boards
 2023-10-29 18:03 UTC  (6+ messages)
` [PATCH v4 1/3] MAINTAINERS: add ac5 to list of maintained Marvell dts files
` [PATCH v4 2/3] dt-bindings: arm64: dts: add dt-bindings for Marvell COM Express boards
` [PATCH v4 3/3] arm64: dts: cn913x: add device trees for "

[PATCH v15 00/11] LSM: Three basic syscalls
 2023-10-29 18:00 UTC  (8+ messages)
` [PATCH v15 01/11] LSM: Identify modules by more than name

[PATCH] lockdep: add lockdep_cleanup_dead_cpu()
 2023-10-29 17:47 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] dsa: tag_rtl4_a: Bump min packet size
 2023-10-29 17:35 UTC  (4+ messages)

[PATCHv2 00/13] x86/tdx: Add kexec support
 2023-10-29 17:31 UTC  (6+ messages)
` [PATCHv2 02/13] kernel/cpu: Add support for declaring CPU offlining not supported
` [PATCHv2 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH v1] i2c: i2c-core-base: Modify the maximum idr id for i2c adapter
 2023-10-29 17:25 UTC  (4+ messages)

[PATCH v2 12/13] scsi: fnic: Add support for multiqueue (MQ) in fnic driver
 2023-10-29 17:20 UTC  (2+ messages)

Linux regressions report for mainline [2023-10-29]
 2023-10-29 17:19 UTC  (2+ messages)

[PATCH v5 2/6] staging: octeon: remove typedef in enum cvmx_helper_interface_mode_t
 2023-10-29 17:17 UTC  (2+ messages)

[PATCH 0/2] i2c: i801: Force no IRQ for Dell Latitude E7450
 2023-10-29 17:17 UTC  (2+ messages)

[PATCH 0/2] hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow USB and MPS Flow
 2023-10-29 17:13 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] i2c:thunderx:Add disabled node check
 2023-10-29 17:11 UTC  (2+ messages)

[PATCH] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-10-29 17:10 UTC  (2+ messages)

[RESEND PATCH bpf-next v6 0/8] Add Open-coded task, css_task and css iters
 2023-10-29 17:09 UTC  (3+ messages)
` [RESEND PATCH bpf-next v6 2/8] bpf: Introduce css_task open-coded iterator kfuncs

[syzbot] [mm?] general protection fault in __hugetlb_zap_begin
 2023-10-29 17:09 UTC 

[PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-29 17:07 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add malloc failure checks "

[PATCH v2] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-10-29 17:07 UTC 

[PATCH] HID: apple: add Jamesdonkey and A3R to non-apple keyboards list
 2023-10-29 17:05 UTC 

[PATCH v1] lib,kprobes: using try_cmpxchg_local in objpool_push
 2023-10-29 17:05 UTC  (2+ messages)

[PATCH v2 05/11] x86/stackprotector/64: Convert stack protector to normal percpu variable
 2023-10-29 17:00 UTC  (4+ messages)

[PATCH] sbsa_gwdt: Calculate timeout with 64-bit math
 2023-10-29 17:00 UTC  (8+ messages)

[PATCH v2 0/6] DRM driver for verisilicon
 2023-10-29 16:52 UTC  (7+ messages)
` [PATCH v2 6/6] drm/vs: Add hdmi driver

[PATCH] docs: filesystems: document the squashfs specific mount options
 2023-10-29 16:47 UTC  (2+ messages)

[PATCH] HID: fix a crash in hid_debug_events_release
 2023-10-29 16:44 UTC  (4+ messages)
  `  "

[PATCH] drm/msm/gem: Add metadata
 2023-10-29 16:40 UTC  (6+ messages)
` [PATCH v2 0/2] drm/msm/gem: Add metadata uapi
` [PATCH v2 1/2] drm/msm: Small uabi fixes
` [PATCH v2 2/2] drm/msm/gem: Add metadata

[PATCH v3] dt-bindings: watchdog: atmel,at91rm9200-wdt: convert txt to yaml
 2023-10-29 16:22 UTC  (3+ messages)

[PATCH v12 00/20] cxl/pci: Add support for RCH RAS error handling
 2023-10-29 16:17 UTC  (7+ messages)
` [PATCH v12 01/20] cxl/port: Fix release of RCD endpoints

[PATCH v2 0/2] Support for Avago APDS9306 Ambient Light Sensor
 2023-10-29 15:51 UTC  (4+ messages)
` [PATCH v2 2/2] iio: light: Add support for APDS9306 "

[PATCH v3] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
 2023-10-29 15:39 UTC  (5+ messages)

[PATCH v2 0/2] Sanity-check available_scan_masks array
 2023-10-29 15:28 UTC  (5+ messages)

[PATCH v3] dt-bindings: watchdog: davinci-wdt: convert txt to yaml
 2023-10-29 15:20 UTC  (4+ messages)

[PATCH] platform/x86: Add s2idle quirk for more Lenovo laptops
 2023-10-29 14:11 UTC  (4+ messages)

[PATCH] Fix line Length
 2023-10-29 14:11 UTC 

[tip:master] BUILD SUCCESS 1187c0b3a6c2ecb3b36c0f236b1206e10033eea6
 2023-10-29 14:02 UTC 

[PATCH 0/8] MIPS: Unify low-level debugging functionalities
 2023-10-29  2:53 UTC  (9+ messages)
` [PATCH 1/8] MIPS: asm: Move strings to .rodata.str section
` [PATCH 2/8] MIPS: debug: Implement low-level debugging functions
` [PATCH 3/8] MIPS: debug: Hook up DEBUG_LL with early printk
` [PATCH 4/8] MIPS: debug: Provide an early exception vector for low-level debugging
` [PATCH 5/8] MIPS: debug_ll: Add Kconfig symbols for some 8250 uarts
` [PATCH 6/8] MIPS: debug_ll: Implement support for Alchemy uarts
` [PATCH 7/8] MIPS: debug_ll: Implement support for AR933X uarts
` [PATCH 8/8] MIPS: zboot: Convert to use debug_ll facilities

[PATCH] riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
 2023-10-29 13:53 UTC  (4+ messages)

[PATCH 1/1] mtd: rawnand: add support for TH58NYG3S0HBAI4 NAND flash
 2023-10-29 13:48 UTC  (3+ messages)

[PATCH v3] PM: sleep: Expose last succeeded resumed timestamp in sysfs
 2023-10-29 13:28 UTC  (5+ messages)

[PATCH v2] eventfs: Test for ei->is_freed when accessing ei->dentry
 2023-10-29 13:14 UTC  (2+ messages)

[PATCH] mmc: meson-mx-sdhc: Fix initialization frozen issue
 2023-10-29 13:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/amd/display: remove redundant check
 2023-10-29 12:44 UTC 

[PATCH] gnss: tell what GNSS means
 2023-10-29 12:13 UTC  (4+ messages)

[PATCH] mfd: twl4030-power: Revert to use of_match_device()
 2023-10-29 11:49 UTC 

[PATCH] mfd: twl6030-irq: Revert to use of_match_device()
 2023-10-29 11:48 UTC 

[PATCH 0/2] net: mwifiex: add support for the SD8777 chipset
 2023-10-29 11:26 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: mwifiex: document use with "
` [PATCH 2/2] net: mwifiex: add support for "

[PATCH v4 1/5] r8169: Coalesce r8169_mac_ocp_write/modify calls to reduce spinlock stalls
 2023-10-29 11:04 UTC  (5+ messages)
` [PATCH v4 2/5] r8169: Coalesce RTL8411b PHY power-down recovery "
` [PATCH v4 3/5] r8169: Coalesce mac ocp write and modify for 8168H start to reduce spinlocks
` [PATCH v4 4/5] r8169: Coalesce mac ocp commands for 8125 and 8125B start to reduce spinlock contention
` [PATCH v4 5/5] r8169: Coalesce mac ocp commands for rtl_hw_init_8125 to reduce spinlocks

[PATCH 1/3] dt-bindings: clock: qcom: ipq6018: add USB GDSCs
 2023-10-29 11:04 UTC  (3+ messages)
` [PATCH 2/3] clk: "

[PATCH] x86/barrier: Do not serialize MSR accesses on AMD
 2023-10-29 10:35 UTC  (9+ messages)
        ` [PATCH 2/2] "
                  ` [PATCH -v3] "

[PATCH] bcache: Optimize sysfs_hprint()
 2023-10-29 10:30 UTC 

[PATCH] drm/amd/display: remove duplicated argument
 2023-10-29  9:39 UTC 

[PATCH] KVM: x86: replace do_div with div64_ul
 2023-10-29  9:39 UTC 

[PATCH] checkpatch: allow tags between co-developed-by and their sign-off
 2023-10-29  9:35 UTC  (4+ messages)

[syzbot] [mm?] general protection fault in hugetlb_vma_lock_write
 2023-10-29  9:27 UTC 

[PATCH v2] Input: cyttsp5 - improve error handling and remove regmap
 2023-10-29  9:05 UTC  (4+ messages)

[RFC] mm/kasan: Add Allocation, Free, Error timestamps to KASAN report
 2023-10-29  9:05 UTC  (3+ messages)

[PATCH v2] dt-bindings: hwmon: lm87: convert to YAML
 2023-10-29  8:55 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v4 3/4] pwm: bcm2835: allow pwm driver to be used in atomic context
 2023-10-29  8:39 UTC  (2+ messages)

[PATCH] ARM: dts: imx: tqma7: add lm75a sensor (rev. 01xxx)
 2023-10-29  8:13 UTC  (2+ messages)

[PATCH v1 0/2] Some fixes for idxd driver
 2023-10-29  8:00 UTC  (3+ messages)
` [PATCH v1 1/2] dmaengine: idxd: Protect int_handle field in hw descriptor
` [PATCH v1 2/2] dmaengine: idxd: Fix the incorrect descriptions

[PATCH 5/5] riscv: configs: defconfig: Enable configs required for RZ/Five SoC
 2023-10-29  8:00 UTC  (3+ messages)

[GIT PULL for v6.7] autofs updates
 2023-10-29  7:54 UTC 

[PATCH] firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
 2023-10-29  7:52 UTC 

[PATCH v2 0/1] arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3
 2023-10-29  7:40 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v2] dt-bindings: interrupt-controller: loongson,liointc: Fix warnings about liointc-2.0
 2023-10-29  7:42 UTC  (18+ messages)

[PATCH] Documentation: add tux logo
 2023-10-29  7:42 UTC 

[PATCH v2] tools/nolibc: Use linux/wait.h rather than duplicating it
 2023-10-29  7:33 UTC  (2+ messages)

[PATCH] ALSA: hda: cs35l41: mark cs35l41_verify_id() static
 2023-10-29  7:29 UTC 

[PATCH v2 1/2] dt-bindings: clock: qcom,gcc-msm8939: Add CSI2 related clocks
 2023-10-29  7:28 UTC  (3+ messages)
` [PATCH v2 2/2] clk: qcom: gcc-msm8939: Add missing "

[PATCH] bus: mhi: host: Add alignment check for event ring read pointer
 2023-10-29  7:26 UTC  (2+ messages)

[PATCH] riscv: Fix an off-by-one in get_early_cmdline()
 2023-10-29  7:20 UTC 

[PATCH 0/6] This is continued work on Samsung S9(SM-9600) starqltechn
 2023-10-29  7:20 UTC  (2+ messages)

Sched Ext slack channel / office hours
 2023-10-29  7:09 UTC  (2+ messages)

[PATCH] clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz
 2023-10-29  6:48 UTC  (2+ messages)

[tip:timers/core] BUILD SUCCESS f4febfdbb45ad2322a508d3d650b3af7c8286cb2
 2023-10-29  5:57 UTC 

[PATCH] eventfs: Test for ei->is_freed when accessing ei->dentry
 2023-10-29  5:22 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;
as well as URLs for NNTP newsgroup(s).