public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-15 11:44:23 to 2023-06-15 13:41:32 UTC [more...]

[PATCH v1] drivers:net:ethernet:Remove unneeded code
 2023-06-15 13:40 UTC  (2+ messages)

[PATCH 0/9] arm64: dts: ti: k3-j721e-*: Fix up pinmux and aliases
 2023-06-15 13:39 UTC  (6+ messages)
` [PATCH 6/9] arm64: dts: ti: k3-j721e-beagleboneai64: Add wakeup_uart pinmux

[PATCH v2 00/23] arm64: qcom: sa8775p-ride: enable the first ethernet port
 2023-06-15 13:37 UTC  (26+ messages)
` [PATCH v2 01/23] phy: qualcomm: fix indentation in Makefile
` [PATCH v2 02/23] dt-bindings: phy: describe the Qualcomm SGMII PHY
` [PATCH v2 03/23] phy: qcom: add the SGMII SerDes PHY driver
` [PATCH v2 04/23] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
` [PATCH v2 05/23] net: stmmac: dwmac-qcom-ethqos: shrink clock code with devres
` [PATCH v2 06/23] net: stmmac: dwmac-qcom-ethqos: rename a label in probe()
` [PATCH v2 07/23] net: stmmac: dwmac-qcom-ethqos: tweak the order of local variables
` [PATCH v2 08/23] net: stmmac: dwmac-qcom-ethqos: use a helper variable for &pdev->dev
` [PATCH v2 09/23] net: stmmac: dwmac-qcom-ethqos: add missing include
` [PATCH v2 10/23] net: stmmac: dwmac-qcom-ethqos: add a newline between headers
` [PATCH v2 11/23] net: stmmac: dwmac-qcom-ethqos: remove stray space
` [PATCH v2 12/23] net: stmmac: dwmac-qcom-ethqos: add support for the optional serdes phy
` [PATCH v2 13/23] net: stmmac: dwmac-qcom-ethqos: add support for the phyaux clock
` [PATCH v2 14/23] net: stmmac: dwmac-qcom-ethqos: prepare the driver for more PHY modes
` [PATCH v2 15/23] net: stmmac: dwmac-qcom-ethqos: add support for SGMII
` [PATCH v2 16/23] net: stmmac: add new switch to struct plat_stmmacenet_data
` [PATCH v2 17/23] dt-bindings: net: qcom,ethqos: add description for sa8775p
` [PATCH v2 18/23] net: stmmac: dwmac-qcom-ethqos: add support for emac4 on sa8775p platforms
` [PATCH v2 19/23] arm64: dts: qcom: sa8775p: add the SGMII PHY node
` [PATCH v2 20/23] arm64: dts: qcom: sa8775p: add the first 1Gb ethernet interface
` [PATCH v2 21/23] arm64: dts: qcom: sa8775p-ride: enable the SerDes PHY
` [PATCH v2 22/23] arm64: dts: qcom: sa8775p-ride: add pin functions for ethernet0
` [PATCH v2 23/23] arm64: dts: qcom: sa8775p-ride: enable ethernet0

[PATCH] tools/io_uring: Fix missing check for return value of malloc()
 2023-06-15 13:37 UTC  (4+ messages)
      ` [PATCH] tools/io uring: "

[PATCH v3 0/4] spi: stm32: add spi device mode
 2023-06-15 13:36 UTC  (4+ messages)
` [PATCH v3 3/4] dt-bindings: spi: stm32: disable spi-slave property for stm32f4-f7

[PATCH v4] pinctrl: intel: refine ->irq_set_type() hook
 2023-06-15 13:35 UTC  (3+ messages)

[for-linus][PATCH 00/15] tracing: Updates for 6.4
 2023-06-15 13:05 UTC  (16+ messages)
` [for-linus][PATCH 01/15] tracing/rv/rtla: Update MAINTAINERS file to point to proper mailing list
` [for-linus][PATCH 02/15] tracing/user_events: Prevent same name but different args event
` [for-linus][PATCH 03/15] tracing/user_events: Handle matching arguments that is null from dyn_events
` [for-linus][PATCH 04/15] tracing: Modify print_fields() for fields output order
` [for-linus][PATCH 05/15] tracing/user_events: Fix the incorrect trace record for empty arguments events
` [for-linus][PATCH 06/15] selftests/user_events: Add ftrace self-test "
` [for-linus][PATCH 07/15] selftests/user_events: Clear the events after perf self-test
` [for-linus][PATCH 08/15] selftests/user_events: Add perf self-test for empty arguments events
` [for-linus][PATCH 09/15] tracing/user_events: Remove user_ns walk for groups
` [for-linus][PATCH 10/15] tracing/user_events: Store register flags on events
` [for-linus][PATCH 11/15] tracing/user_events: Track refcount consistently via put/get
` [for-linus][PATCH 12/15] tracing/user_events: Add auto cleanup and future persist flag
` [for-linus][PATCH 13/15] selftests/user_events: Ensure auto cleanup works as expected
` [for-linus][PATCH 14/15] selftests/user_events: Adapt dyn_test to non-persist events
` [for-linus][PATCH 15/15] tracing/user_events: Document auto-cleanup and remove dyn_event refs

[PATCH 0/2] arm64: dts: ti: k3-am62/64: Add ESM Support
 2023-06-15 13:34 UTC  (2+ messages)

[PATCH V12 00/10] arm64/perf: Enable branch stack sampling
 2023-06-15 13:32 UTC  (11+ messages)
` [PATCH V12 01/10] drivers: perf: arm_pmu: Add new sched_task() callback
` [PATCH V12 02/10] arm64/perf: Add BRBE registers and fields
` [PATCH V12 03/10] arm64/perf: Add branch stack support in struct arm_pmu
` [PATCH V12 04/10] arm64/perf: Add branch stack support in struct pmu_hw_events
` [PATCH V12 05/10] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V12 06/10] arm64/perf: Enable branch stack events via FEAT_BRBE
` [PATCH V12 07/10] arm64/perf: Add PERF_ATTACH_TASK_DATA to events with has_branch_stack()
` [PATCH V12 08/10] arm64/perf: Add struct brbe_regset helper functions
` [PATCH V12 09/10] arm64/perf: Implement branch records save on task sched out
` [PATCH V12 10/10] arm64/perf: Implement branch records save on PMU IRQ

[PATCH 0/6] KUnit integration for Rust doctests
 2023-06-15 13:33 UTC  (5+ messages)
` [PATCH 1/6] rust: init: make doctests compilable/testable

[v4 0/6] arm64: dts: ti: k3-j7200: Add properties and sync with uboot
 2023-06-15 13:31 UTC  (2+ messages)

[PATCH v3 0/2] arm64: dts: ti: k3-j7200-common-proc-board fixes
 2023-06-15 13:31 UTC  (2+ messages)

[PATCH v2] locking/osq_lock: Fix false sharing of optimistic_spin_node in osq_lock
 2023-06-15 13:30 UTC  (2+ messages)

[PATCH 00/16] arm_scmi/opp/dvfs: Add generic performance scaling support
 2023-06-15 13:30 UTC  (5+ messages)
` [PATCH 09/16] dt-bindings: firmware: arm,scmi: Extend bindings for protocol@13

[PATCH v6 0/3] Add support for ESM
 2023-06-15 13:30 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-j721s2: Change CPTS clock parent
 2023-06-15 13:29 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl node offsets
 2023-06-15 13:28 UTC  (2+ messages)

[PATCH 0/8] arm64: dts: ti: k3-j784s4/am69: Add uart, i2c, eeprom, misc
 2023-06-15 13:28 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am69-sk: Add eMMC mmc0 support
 2023-06-15 13:28 UTC  (2+ messages)

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-06-15 13:27 UTC  (5+ messages)
` [PATCH v2 07/10] drivers: perf: Implement perf event mmap support in the SBI backend

[RFC PATCH 1/3] zram: charge the compressed RAM to the page's memcgroup
 2023-06-15 13:27 UTC  (14+ messages)
    ` [External] "

[PATCH] locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldoc
 2023-06-15 13:27 UTC 

[PATCH v5 00/25] Add perf support to the rockchip-dfi driver
 2023-06-15 13:27 UTC  (5+ messages)
` [PATCH v5 16/25] PM / devfreq: rockchip-dfi: Add perf support

[PATCH V2 00/14] arm64: dts: ti: Fix up references to phandles
 2023-06-15 13:27 UTC  (2+ messages)

[PATCH v10 00/11] LSM: Three basic syscalls
 2023-06-15 13:27 UTC  (4+ messages)
` [PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx

[PATCH v2 0/3] spi-geni-qcom: Add SPI SLAVE mode support for
 2023-06-15 13:23 UTC  (3+ messages)
` [PATCH v2 2/3] spi: dt-bindings: qcom,spi-geni-qcom: Add SPI SLAVE mode support for GENI based QuPv3

[PATCH v6 0/5] mfd: tps6586x: register restart handler
 2023-06-15 13:21 UTC  (4+ messages)
` [PATCH v6 1/5] kernel/reboot: emergency_restart: set correct system_state

Updating hardcoded "of-display" devices
 2023-06-15 13:21 UTC  (7+ messages)
` [PATCH 1/2] fbdev/offb: Update expected device name

[PATCH 0/6] Update MMCI driver for STM32MP25
 2023-06-15 13:20 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: mmc: mmci: Add st,stm32mp25-sdmmc2 compatible

[PATCH 0/6] arm64: dts: ti: k3-j7*: Add general purpose timers
 2023-06-15 13:19 UTC  (2+ messages)

[PATCH V2 0/8] New metricgroup output in perf stat default mode
 2023-06-15 13:08 UTC  (5+ messages)
` [PATCH V2 4/8] perf metrics: Sort the Default metricgroup

[PATCH 0/7] arm64: dts: ti: Add additional secproxy instances
 2023-06-15 13:13 UTC  (2+ messages)

[PATCH V3 0/3] arm64: dts: ti: k3-am65: dtbs_check warnings fixups
 2023-06-15 13:13 UTC  (2+ messages)

[PATCH v2] smb: fix a possible data race in cifs_can_echo()
 2023-06-15 13:12 UTC  (2+ messages)

[PATCH] genirq: Fix nested thread vs synchronize_hardirq() deadlock
 2023-06-15 13:11 UTC 

[PATCH 0/8] Improve the validation for maple tree and some cleanup
 2023-06-15 13:08 UTC  (9+ messages)
` [PATCH 1/8] maple_tree: set the node limit when creating a new root node
` [PATCH 2/8] maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no gap
` [PATCH 3/8] maple_tree: make mas_validate_gaps() to check metadata
` [PATCH 4/8] maple_tree: fix mas_validate_child_slot() to check last missed slot
` [PATCH 5/8] maple_tree: make mas_validate_limits() check root node and node limit
` [PATCH 6/8] maple_tree: update mt_validate()
` [PATCH 7/8] maple_tree: replace mas_logical_pivot() with mas_safe_pivot()
` [PATCH 8/8] maple_tree: drop mas_first_entry()

[PATCH v1] drivers:net:dsa:Fix resource leaks in fwnode_for_each_child_node() loops
 2023-06-15 13:03 UTC  (2+ messages)

[PATCH v5 0/3] Add support for HiSilicon SoC uncore PMU
 2023-06-15 12:59 UTC  (4+ messages)
` [PATCH v5 1/3] drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driver
` [PATCH v5 2/3] drivers/perf: hisi: Add support for HiSilicon UC "
` [PATCH v5 3/3] docs: perf: Add new description for HiSilicon UC PMU

Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
 2023-06-15 13:01 UTC  (19+ messages)

[GIT PULL] Use kmemdup() in OP-TEE driver for v6.5
 2023-06-15 13:00 UTC 

[PATCH] fprobe: Release rethook after the ftrace_ops is unregistered
 2023-06-15 12:59 UTC  (2+ messages)

[PATCH v2] KEYS: use kfree_sensitive with key
 2023-06-15 12:57 UTC 

[PATCH v3 4/4] LoongArch: Add kernel address sanitizer support
 2023-06-15 12:57 UTC  (2+ messages)

[PATCH v2] tee: optee: Use kmemdup() to replace kmalloc + memcpy
 2023-06-15 12:57 UTC  (3+ messages)

[PATCH v3] eventfd: add a uapi header for eventfd userspace APIs
 2023-06-15 12:56 UTC  (2+ messages)

[v10 0/6] Add minimal boot support for IPQ5018
 2023-06-15 12:55 UTC  (3+ messages)
` [v10 2/6] clk: qcom: Add Global Clock controller (GCC) driver "

printk.time causes rare kernel boot hangs
 2023-06-15 12:23 UTC  (6+ messages)

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-06-15 12:54 UTC  (11+ messages)

[PATCH] tools/io_uring: Fix missing check for return value of malloc()
 2023-06-15 12:53 UTC 

[PATCH v2] spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()
 2023-06-15 12:51 UTC 

[PATCH V23 0/3] misc: Add driver support for Data Capture and Compare unit(DCC)
 2023-06-15 12:50 UTC  (5+ messages)
` [PATCH V23 2/3] misc: dcc: "

[PATCH] btrfs: update i_version in update_dev_time
 2023-06-15 12:49 UTC 

[PATCH net-next] net: sched: Remove unused qdisc_l2t()
 2023-06-15 12:48 UTC 

[PATCH net-next] xsk: Remove unused inline function xsk_buff_discard()
 2023-06-15 12:46 UTC 

[PATCH net v4 0/7] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-15 12:45 UTC  (4+ messages)
` [PATCH net v4 5/7] net: dsa: mt7530: fix handling of LLDP frames

[PATCH v5 0/4] Fix some warnings about rq clock
 2023-06-15 12:39 UTC  (3+ messages)
` [PATCH v5 2/4] sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()

[PATCH 1/1] platform/x86: apple-gmux: don't use be32_to_cpu and cpu_to_be32
 2023-06-15 12:39 UTC  (2+ messages)

[PATCH] x86/xen: set default memory type for pv guests to WB
 2023-06-15 12:39 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2023-06-15 12:39 UTC 

[PATCH v3] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-15 12:37 UTC  (2+ messages)

Closing down the wireless trees for a summer break?
 2023-06-15 12:32 UTC  (9+ messages)

[PATCH 0/9] MIPS: CI20: Add WiFi / Bluetooth support
 2023-06-15 12:28 UTC  (3+ messages)

[PATCH v4 1/3] ASoC: Add support for Loongson I2S controller
 2023-06-15 12:27 UTC 

[GIT PULL] LoongArch fixes for v6.4-rc7
 2023-06-15 12:23 UTC 

[PATCH v6 0/6] Add DSC v1.2 Support for DSI
 2023-06-15 12:25 UTC  (3+ messages)

[PATCH v3 1/3] ASoC: Add support for Loongson I2S controller
 2023-06-15 12:23 UTC  (3+ messages)

Observing RCU stalls in kernel 5.4/5.10/5.15/6.1 stable trees
 2023-06-15 12:20 UTC  (10+ messages)
              ` [PATCH] tick/common: Align tick period during sched_timer setup

[PATCH 0/3] MediaTek clocks: various fixes
 2023-06-15 12:20 UTC  (4+ messages)
` [PATCH 1/3] clk: mediatek: clk-mtk: Grab iomem pointer for divider clocks
` [PATCH 2/3] clk: mediatek: clk-mt8173-apmixedsys: Fix return value for of_iomap() error
` [PATCH 3/3] clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released issue

[PATCH 0/2] mtd: spi-nor: Avoid setting SRWD bit in SR
 2023-06-15 12:18 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mtd: jedec, spi-nor: Add DT property to avoid setting SRWD bit in status register
` [PATCH 2/2] mtd: spi-nor: Avoid setting SRWD bit in SR if WP signal not connected

[PATCH v4] iommu: Optimise PCI SAC address trick
 2023-06-15 12:15 UTC  (8+ messages)

[PATCH v3] tcp: fix connection reset due to tw hashdance race
 2023-06-15 12:13 UTC 

[PATCH v2] tcp: fix connection reset due to tw hashdance race
 2023-06-15 12:14 UTC  (8+ messages)

[PATCH] MAINTAINERS: update email addresses of octeon_ep driver maintainers
 2023-06-15 12:10 UTC 

[PATCH V1] kthread: Unify kernel_thread() and user_mode_thread()
 2023-06-15 12:09 UTC  (2+ messages)

[PATCH] iio: adc: ad7192: Simplify using devm_clk_get_optional_enabled()
 2023-06-15 12:12 UTC  (2+ messages)

[PATCH] kthread: Rename user_mode_thread() to kmuser_thread()
 2023-06-15 12:10 UTC 

[PATCH] perf top & record: Fix segfault when default cycles event is not supported
 2023-06-15 11:46 UTC  (6+ messages)

[syzbot] [crypto?] KASAN: slab-out-of-bounds Read in extract_iter_to_sg
 2023-06-15 12:07 UTC  (2+ messages)

[PATCH 0/3] thermal: qoriq_thermal: support TMU 2.1
 2023-06-15 12:07 UTC  (7+ messages)
` [PATCH 2/3] thermal: qoriq_thermal: only enable supported sensors

[6.4-rc6] Crash during a kexec operation (tpm_amd_is_rng_defective)
 2023-06-15 12:04 UTC  (2+ messages)

[PATCH v2 0/3] tools/perf: Fix perf probe crash by clang DWARF5 file
 2023-06-15 11:42 UTC  (4+ messages)
` [PATCH v2 3/3] tools/perf: Fix to get declared file name from clang DWARF5

[PATCH v8 0/2] Enable multiple MCAN on AM62x
 2023-06-15 12:02 UTC  (3+ messages)
` [PATCH v8 2/2] can: m_can: Add hrtimer to generate software interrupt

[PATCH v4 0/3] Add support for HiSilicon SoC uncore PMU
 2023-06-15 11:44 UTC  (4+ messages)
` [PATCH v4 1/3] drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driver

[PATCH] net: ethernet: litex: add support for 64 bit stats
 2023-06-15 11:54 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.4-rc6
 2023-06-15 11:43 UTC 

[RFC PATCH v2] x86/sev-es: Include XSS value in GHCB CPUID request
 2023-06-15 11:52 UTC  (2+ messages)

[PATCH v2 1/2] x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline
 2023-06-15 11:40 UTC  (2+ messages)

[PATCH] crypto: caam - optimize RNG sample size
 2023-06-15 11:51 UTC  (2+ messages)

[PATCH v4 1/9] docs: geniezone: Introduce GenieZone hypervisor
 2023-06-15 11:47 UTC  (2+ messages)

[PATCH v7 08/22] net/tcp: Add AO sign to RST packets
 2023-06-15 11:47 UTC  (2+ messages)

[PATCH] iio: adc: ad7192: Fix ac excitation feature
 2023-06-15 11:46 UTC  (2+ messages)

[PATCH] crypto: caam - add a test for the RNG
 2023-06-15 11:46 UTC  (2+ messages)

[PATCH v13 char-misc-next 0/2] Add OTP/EEPROM functionality to the PCI1XXXX switch
 2023-06-15 11:44 UTC 

[PATCH] crypto: caam - adjust RNG timing to support more devices
 2023-06-15 11:45 UTC  (2+ messages)

[GIT PULL] regmap fixes for v6.4-rc6
 2023-06-15 11:43 UTC 

[GIT PULL] regulator fixes for v6.4-rc6
 2023-06-15 11:43 UTC 

[PATCH v7 0/6] TI TPS6594 PMIC support (Core, ESM, PFSM)
 2023-06-15 11:40 UTC  (3+ messages)
` [GIT PULL] Immutable branch containing TPS6594 core (MFD) support due for the v6.5 merge window

[RFC] tick_sched_timer() is not properly aligned, fixed by chance
 2023-06-15 11:40 UTC  (9+ messages)
        ` [PATCH] timekeeping: Align tick_sched_timer() with the HZ tick
          ` [PATCH] timekeeping: Align tick_sched_timer() with the HZ tick. -- regression report

[PATCH AUTOSEL 4.14 1/6] scsi: target: iscsi: Prevent login threads from racing between each other
 2023-06-15 11:40 UTC  (6+ messages)
` [PATCH AUTOSEL 4.14 2/6] HID: wacom: Add error check to wacom_parse_and_register()
` [PATCH AUTOSEL 4.14 3/6] arm64: Add missing Set/Way CMO encodings
` [PATCH AUTOSEL 4.14 4/6] nfcsim.c: Fix error checking for debugfs_create_dir
` [PATCH AUTOSEL 4.14 5/6] fbdev: imsttfb: Release framebuffer and dealloc cmap on error path
` [PATCH AUTOSEL 4.14 6/6] usb: gadget: udc: fix NULL dereference in remove()

[PATCH AUTOSEL 4.19 1/8] regmap: Account for register length when chunking
 2023-06-15 11:39 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 2/8] scsi: target: iscsi: Prevent login threads from racing between each other
` [PATCH AUTOSEL 4.19 6/8] media: cec: core: don't set last_initiator if tx in progress
` [PATCH AUTOSEL 4.19 7/8] nfcsim.c: Fix error checking for debugfs_create_dir
` [PATCH AUTOSEL 4.19 8/8] usb: gadget: udc: fix NULL dereference in remove()

[PATCH AUTOSEL 5.4 1/8] regmap: Account for register length when chunking
 2023-06-15 11:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 7/8] nfcsim.c: Fix error checking for debugfs_create_dir


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