linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-18 11:00:20 to 2023-05-18 13:36:47 UTC [more...]

Fwd: BUG: Patch to spi-nor hangs Lenovo ThinkPad X1 Titanium with divide by zero
 2023-05-18 13:36 UTC  (2+ messages)

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-18 13:36 UTC  (14+ messages)

[RFC PATCH v2 1/2] dt-bindings: sc16is7xx: Add property to change GPIO function
 2023-05-18 13:29 UTC  (2+ messages)
` [RFC PATCH v2 2/2] serial: sc16is7xx: fix regression with GPIO configuration

[PATCH v3 0/3] arm64: dts: qcom: pmi8998: add and enable flash LED controller
 2023-05-18 13:31 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: leds: qcom,spmi-flash-led: add PMI8998
` [PATCH v3 2/3] arm64: dts: qcom: pmi8998: add flash LED controller
` [PATCH v3 3/3] arm64: dts: qcom: sdm845-shift-axolotl: enable flash LEDs

[PATCH 1/2] dt-bindings: sc16is7xx: Add property to change GPIO function
 2023-05-18 13:30 UTC  (3+ messages)

[PATCH net-next 00/11] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-05-18 13:29 UTC  (7+ messages)
` [PATCH net-next 06/11] net: page_pool: avoid calling no-op externals when possible

[GIT PULL] Networking for 6.4-rc3
 2023-05-18 13:25 UTC 

[PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)
 2023-05-18 13:24 UTC  (3+ messages)
` [PATCH 4/7] drm/apu: Add support of IOMMU

[PATCH] decompressor: provide missing prototypes
 2023-05-18 13:23 UTC  (3+ messages)

[PATCH RESEND] sched/nohz: Add HRTICK_BW for using cfs bandwidth with nohz_full
 2023-05-18 13:20 UTC 

[PATCH 1/5] irqchip: ftintc010: mark all function static
 2023-05-18 13:19 UTC  (3+ messages)
` [PATCH 5/5] irqchip: gicv3: add a iort_pmsi_get_dev_id() prototype

[RFC PATCH 00/22] riscv: s64ilp32: Running 32-bit Linux kernel on 64-bit supervisor mode
 2023-05-18 13:10 UTC  (23+ messages)
` [RFC PATCH 01/22] riscv: vdso: Unify vdso32 & compat_vdso into vdso/Makefile
` [RFC PATCH 02/22] riscv: vdso: Remove compat_vdso/
` [RFC PATCH 03/22] riscv: vdso: Add time-related vDSO common flow for vdso32
` [RFC PATCH 04/22] clocksource: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH 05/22] riscv: s64ilp32: Introduce xlen_t
` [RFC PATCH 06/22] irqchip: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH 07/22] riscv: s64ilp32: Add sbi support
` [RFC PATCH 08/22] riscv: s64ilp32: Add asid support
` [RFC PATCH 09/22] riscv: s64ilp32: Introduce PTR_L and PTR_S
` [RFC PATCH 10/22] riscv: s64ilp32: Enable user space runtime environment
` [RFC PATCH 11/22] riscv: s64ilp32: Add ebpf jit support
` [RFC PATCH 12/22] riscv: s64ilp32: Add ELF32 support
` [RFC PATCH 13/22] riscv: s64ilp32: Add ARCH RV64 ILP32 compiling framework
` [RFC PATCH 14/22] riscv: s64ilp32: Add MMU_SV39 mode support for 32BIT
` [RFC PATCH 15/22] riscv: s64ilp32: Enable native atomic64
` [RFC PATCH 16/22] riscv: s64ilp32: Add TImode (128 int) support
` [RFC PATCH 17/22] riscv: s64ilp32: Implement cmpxchg_double
` [RFC PATCH 18/22] riscv: s64ilp32: Disable KVM
` [RFC PATCH 19/22] riscv: Cleanup rv32_defconfig
` [RFC PATCH 20/22] riscv: s64ilp32: Add rv64ilp32_defconfig
` [RFC PATCH 21/22] riscv: s64ilp32: Correct the rv64ilp32 stackframe layout
` [RFC PATCH 22/22] riscv: s64ilp32: Temporary workaround solution to gcc problem

[PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:09 UTC  (18+ messages)
` [PATCH net-next v8 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v8 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v8 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v8 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v8 08/16] tls: "
` [PATCH net-next v8 09/16] siw: "
` [PATCH net-next v8 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v8 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 12/16] ip6, udp6: "
` [PATCH net-next v8 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 14/16] ip: Remove ip_append_page()
` [PATCH net-next v8 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:07 UTC  (17+ messages)
` [PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v9 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v9 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v9 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v9 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v9 08/16] tls: "
` [PATCH net-next v9 09/16] siw: "
` [PATCH net-next v9 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v9 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 12/16] ip6, udp6: "
` [PATCH net-next v9 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 14/16] ip: Remove ip_append_page()
` [PATCH net-next v9 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[PATCH] spi: qup: Request DMA before enabling clocks
 2023-05-18 13:04 UTC 

[PATCH net] net: fec: remove useless fec_enet_reset_skb()
 2023-05-18 13:00 UTC 

[PATCH v1 1/2] perf test attr: Update no event/metric expectations
 2023-05-18 13:01 UTC  (5+ messages)

[PATCH net-next 0/2] net: dsa: mv88e6xxx: add 88E6361 support
 2023-05-18 12:58 UTC  (5+ messages)
` [PATCH net-next 2/2] net: dsa: mv88e6xxx: enable support for 88E6361 switch

[PATCH v2 0/2] Resolve MPM register space situation
 2023-05-18 12:54 UTC  (15+ messages)
` [PATCH v2 1/2] dt-bindings: interrupt-controller: mpm: Pass MSG RAM slice through phandle

[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_read_wrapper
 2023-05-18 12:49 UTC 

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-05-18 12:46 UTC  (6+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

[PATCH V1] block: Fix null pointer dereference issue on struct io_cq
 2023-05-18 12:44 UTC  (4+ messages)

[RFC PATCH v5 0/4] fpga: add initial KUnit tests for the subsystem
 2023-05-18 12:43 UTC  (6+ messages)
` [RFC PATCH v5 4/4] fpga: add initial KUnit test suites

[PATCH] sched/documentation: elaborate on uclamp limitations
 2023-05-18 12:42 UTC  (3+ messages)

[PATCH] cgroup: rstat: Simplified cgroup_base_stat_flush() update last_bstat logic
 2023-05-18 12:41 UTC 

[PATCH v2 0/3] Add pinctrl support for SDX75
 2023-05-18 12:41 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
` [PATCH v2 2/3] MAINTAINERS: Update the entry for pinctrl maintainers
` [PATCH v2 3/3] pinctrl: qcom: Add SDX75 pincontrol driver

[PATCH] ALSA: emu10k1: set variables emu1010_routing_info and emu1010_pads_info storage-class-specifier to static
 2023-05-18 12:38 UTC 

[PATCH v18 0/2] Microchip Soft IP corePWM driver
 2023-05-18 12:29 UTC  (3+ messages)
` [PATCH v18 1/2] pwm: add microchip soft ip "
` [PATCH v18 2/2] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH V2 0/3] Minor updates in the IPQ5332 DTS files
 2023-05-18 12:34 UTC  (6+ messages)
` [PATCH V2 2/3] arm64: dts: qcom: ipq5332: define UART1
` [PATCH V2 3/3] arm64: dts: qcom: ipq5332: add few more reserved memory region

[PATCH] soc: hisilicon: Support HCCS driver on Kunpeng SoC
 2023-05-18 12:29 UTC  (12+ messages)

Bug report: kernel paniced when system hibernates
 2023-05-18 12:21 UTC  (16+ messages)
        ` Fwd: "

[PATCH -next] leds: trigger: netdev: NULL check before dev_{put, hold}
 2023-05-18 12:20 UTC  (2+ messages)

[PATCH] can: ctucanfd: Remove a useless netif_napi_del() call
 2023-05-18 12:18 UTC  (2+ messages)

[PATCH] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-05-18 12:16 UTC  (8+ messages)

[PATCH v1 0/3] soc: loongson2_pm: add power management support
 2023-05-18 12:15 UTC  (6+ messages)
` [PATCH v1 2/3] dt-bindings: soc: add loongson-2 pm

[PATCH] arm64: kvm: avoid overflow in integer division
 2023-05-18 12:14 UTC  (3+ messages)

[PATCH v5 0/5] dt-bindings: clocks: at91: convert to yaml
 2023-05-18 12:11 UTC  (5+ messages)
` [PATCH v5 5/5] dt-bindings: clocks: at91sam9x5-sckc: "

[PATCH v2 0/5] Encapsulate PTE contents from non-arch code
 2023-05-18 12:08 UTC  (7+ messages)
` [PATCH v2 1/5] mm: vmalloc must set pte via arch code
` [PATCH v2 2/5] mm: damon must atomically clear young on ptes and pmds
` [PATCH v2 3/5] mm: Fix failure to unmap pte on highmem systems
` [PATCH v2 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [PATCH v2 5/5] mm: ptep_deref() conversion

[PATCH V6 0/6] drm: bridge: samsung-dsim: Support variable clocking
 2023-05-18 12:07 UTC  (11+ messages)
` [PATCH V6 1/6] drm: bridge: samsung-dsim: fix blanking packet size calculation
` [PATCH V6 2/6] drm: bridge: samsung-dsim: Fix PMS Calculator on imx8m[mnp]
` [PATCH V6 3/6] drm: bridge: samsung-dsim: Fetch pll-clock-frequency automatically
` [PATCH V6 5/6] drm: bridge: samsung-dsim: Dynamically configure DPHY timing
` [PATCH V6 6/6] drm: bridge: samsung-dsim: Support non-burst mode

[PATCH] Revert "firmware: qcom_scm: Clear download bit during reboot"
 2023-05-18 11:46 UTC  (3+ messages)

[PATCH 2/2] sched: add throttled time stat for throttled children
 2023-05-18 12:04 UTC  (2+ messages)

[PATCH] dmaengine: ste_dma40: use proper format string for resource_size_t
 2023-05-18 11:59 UTC  (3+ messages)

[PATCH 0/2] Add pinctrl support for SDX75
 2023-05-18 11:56 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
` [PATCH 2/2] pinctrl: qcom: Add SDX75 pincontrol driver

[PATCH v2] pwm: mtk_disp: Fix the disable flow of disp_pwm
 2023-05-18 11:52 UTC 

[PATCH v12 07/11] remoteproc: mediatek: Control SCP core 1 by rproc subdevice
 2023-05-18 11:50 UTC  (2+ messages)

[PATCH v6 0/5] mfd: tps6586x: register restart handler
 2023-05-18 11:48 UTC  (13+ messages)
` [PATCH v6 1/5] kernel/reboot: emergency_restart: set correct system_state
` [PATCH v6 2/5] i2c: core: run atomic i2c xfer when !preemptible
` [PATCH v6 3/5] kernel/reboot: add device to sys_off_handler
` [PATCH v6 4/5] mfd: tps6586x: use devm-based power off handler
` [PATCH v6 5/5] mfd: tps6586x: register restart handler

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-18 11:47 UTC  (10+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v4 3/9] overlayfs: allow it to handle multigrain timestamps
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime
` [PATCH v4 5/9] ksmbd: use ctime_peek to grab the ctime out of the inode
` [PATCH v4 6/9] tmpfs: add support for multigrain timestamps
` [PATCH v4 7/9] xfs: switch to "
` [PATCH v4 8/9] ext4: convert "
` [PATCH v4 9/9] btrfs: "

[PATCH v2] cdx: add MSI support for CDX bus
 2023-05-18 11:44 UTC 

[syzbot] [rdma?] INFO: trying to register non-static key in skb_dequeue (2)
 2023-05-18 11:44 UTC 

[PATCH 0/5] clk: qcom: sc8280xp: add lpasscc reset control
 2023-05-18 11:38 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: clock: Add YAML schemas for LPASSCC and reset on SC8280XP
` [PATCH 2/5] dt-bindings: clock: Add YAML schemas for LPASS AUDIOCC "
` [PATCH 3/5] clk: qcom: Add lpass clock controller driver for SC8280XP
` [PATCH 4/5] clk: qcom: Add lpass audio "
` [PATCH 5/5] arm64: dts: qcom: sc8280xp: add resets for soundwire controllers

[PATCH v4 00/11] Add Renesas PMIC RAA215300 and built-in RTC support
 2023-05-18 11:36 UTC 

[PATCH net-next v7 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
 2023-05-18 11:34 UTC  (8+ messages)
  ` [PATCH net-next v7 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[PATCH RESEND 0/2] Make PCMCIA and QCOM_HIDMA depend on HAS_IOMEM
 2023-05-18 11:32 UTC  (5+ messages)
` [PATCH RESEND 2/2] dmaengine: make "

[PATCH v3] firmware: qcom_scm: Clear download bit during reboot
 2023-05-18 11:31 UTC  (6+ messages)

[PATCH v4] Bluetooth: msft: Extended monitor tracking by address filter
 2023-05-18 11:30 UTC 

[PATCH v6 0/7] Add JH7110 USB and USB PHY driver support
 2023-05-18 11:27 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: phy: Add StarFive JH7110 USB PHY
` [PATCH v6 2/7] dt-bindings: phy: Add StarFive JH7110 PCIe PHY
` [PATCH v6 3/7] phy: starfive: Add JH7110 USB 2.0 PHY driver
` [PATCH v6 4/7] phy: starfive: Add JH7110 PCIE "
` [PATCH v6 5/7] dt-bindings: usb: Add StarFive JH7110 USB controller
` [PATCH v6 6/7] usb: cdns3: Add StarFive JH7110 USB driver
` [PATCH v6 7/7] riscv: dts: starfive: Add USB dts configuration for JH7110

[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
 2023-05-18 11:25 UTC  (4+ messages)

[PATCH] dmaengine: qcom: bam_dma: make channels/EEs optional in DT with clock
 2023-05-18 11:21 UTC  (3+ messages)

[PATCH] mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916
 2023-05-18 11:10 UTC  (3+ messages)

[PATCH v5] iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
 2023-05-18 11:08 UTC 

[PATCH v2 1/2] start_kernel: add no_stack_protector fn attr
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] start_kernel: Add __no_stack_protector function attribute

[PATCH] x86/unwind/orc: Use swap() instead of open coding it
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH] x86/unwind/orc: Add 'unwind_debug' cmdline option
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 2/2] start_kernel: omit prevent_tail_call_optimization for newer toolchains
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] start_kernel: Omit prevent_tail_call_optimization() "

[PATCH v3 2/8] objtool: Add verbose option for disassembling affected functions
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 3/8] objtool: Include backtrace in verbose mode
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 1/8] objtool: Limit unreachable warnings to once per function
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 5/8] objtool: Ignore exc_double_fault() __noreturn warnings
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 4/8] objtool: Detect missing __noreturn annotations
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 6/8] objtool: Remove superfluous global_noreturns entries
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 7/8] tools/lib/subcmd: Replace NORETURN usage with __noreturn
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 8/8] objtool: Move noreturn function list to separate file
 2023-05-18 11:08 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v3 0/4] Enable IPQ9574 TSENS support
 2023-05-18 11:06 UTC  (11+ messages)
` [PATCH v3 2/4] dt-bindings: thermal: tsens: Add ipq9574 compatible

[PATCH v2 0/2] virtio: abstract virtqueue related methods
 2023-05-18 11:01 UTC  (10+ messages)
` [PATCH v2 1/2] "
    `  "
            `  "
                `  "

[tip: objtool/urgent] vmlinux.lds.h: Discard .note.gnu.property section
 2023-05-18 11:00 UTC 

[PATCH v3] x86/show_trace_log_lvl: ensure stack pointer is aligned, again
 2023-05-18 11:00 UTC  (2+ messages)
` [tip: objtool/urgent] x86/show_trace_log_lvl: Ensure "


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).