public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-18 13:09:50 to 2023-05-18 15:38:30 UTC [more...]

[RFC PATCH 00/22] riscv: s64ilp32: Running 32-bit Linux kernel on 64-bit supervisor mode
 2023-05-18 15:38 UTC  (24+ 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 0/6] Memory Mapping (VMA) protection using PKU - set 1
 2023-05-18 15:37 UTC  (10+ messages)

[PATCH v4 00/10] riscv: add Bouffalolab bl808 support
 2023-05-18 15:22 UTC  (11+ messages)
` [PATCH v4 01/10] dt-bindings: vendor-prefixes: add bouffalolab
` [PATCH v4 02/10] dt-bindings: interrupt-controller: Add bouffalolab bl808 plic
` [PATCH v4 03/10] dt-bindings: serial: add documentation for Bouffalolab UART Driver
` [PATCH v4 04/10] serial: bflb_uart: add "
` [PATCH v4 05/10] riscv: add the Bouffalolab SoC family Kconfig option
` [PATCH v4 06/10] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
` [PATCH v4 07/10] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH v4 08/10] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
` [PATCH v4 09/10] MAINTAINERS: riscv: add entry for Bouffalolab SoC
` [PATCH v4 10/10] riscv: defconfig: enable BOUFFALOLAB SoC

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-18 15:31 UTC  (4+ messages)
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime

[PATCH 0/2] Adjust logic for power_supply_is_system_supplied()
 2023-05-18 15:31 UTC  (6+ messages)
` [PATCH 2/2] usb: typec: ucsi: Don't create power supplies for dGPUs

[PATCH] dt-bindings: arm: Add Cortex-R52 to the list of enum
 2023-05-18 15:27 UTC 

[RFC PATCH 0/8] vhost_tasks: Use CLONE_THREAD/SIGHAND
 2023-05-18 15:27 UTC  (12+ messages)
` [RFC PATCH 1/8] signal: Dequeue SIGKILL even if SIGNAL_GROUP_EXIT/group_exec_task is set
` [RFC PATCH 5/8] vhost: Add callback that stops new work and waits on running ones

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-05-18 15:23 UTC  (4+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()

[PATCH v4 00/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-18 14:55 UTC  (18+ messages)
` [PATCH v4 02/35] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type()
` [PATCH v4 03/35] maple_tree: Avoid unnecessary ascending
` [PATCH v4 08/35] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH v4 10/35] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH v4 11/35] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH v4 12/35] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH v4 14/35] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH v4 15/35] maple_tree: Return error on mte_pivots() out of range
` [PATCH v4 16/35] maple_tree: Make test code work without debug enabled
` [PATCH v4 17/35] mm: Update validate_mm() to use vma iterator
` [PATCH v4 20/35] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH v4 21/35] maple_tree: mas_start() reset depth on dead node
` [PATCH v4 22/35] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v4 24/35] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v4 26/35] maple_tree: Fix testing mas_empty_area()
` [PATCH v4 27/35] maple_tree: Introduce mas_next_slot() interface
` [PATCH v4 31/35] maple_tree: Add mas_prev_range() and mas_find_range_rev interface

[RESEND PATCH v5 1/3] test_firmware: prevent race conditions by a correct implementation of locking
 2023-05-18 15:20 UTC  (6+ messages)
` [RESEND PATCH v5 2/3] test_firmware: fix a memory leak with reqs buffer

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

[PATCH v2 1/1] Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs
 2023-05-18 15:13 UTC 

[PATCH v3] mm, compaction: Skip all non-migratable pages during scan
 2023-05-18 15:07 UTC  (3+ messages)

[PATCH v7 0/6] TI TPS6594 PMIC support (Core, ESM, PFSM)
 2023-05-18 15:07 UTC  (3+ messages)
` [PATCH v7 2/6] mfd: tps6594: Add driver for TI TPS6594 PMIC

[PATCH] pid: Replace struct pid 1-element array with flex-array
 2023-05-18 15:07 UTC  (3+ messages)

[PATCH v2 1/2] mfd: axp20x: Add support for AXP192
 2023-05-18 15:04 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: mfd: add bindings for AXP192 MFD device

[syzbot] [fbdev?] [usb?] WARNING in dlfb_submit_urb/usb_submit_urb (2)
 2023-05-18 14:56 UTC  (5+ messages)

[PATCH 0/3] ASoC: cs35l56: Bugfixes and efficiency improvement
 2023-05-18 15:02 UTC  (4+ messages)
` [PATCH 1/3] ASoC: cs35l56: Move DSP part string generation so that it is done only once
` [PATCH 2/3] ASoC: cs35l56: sdw_write_no_pm() should be performed under a pm_runtime request
` [PATCH 3/3] ASoC: cs35l56: In secure mode skip SHUTDOWN and RESET around fw download

[PATCH net-next 00/11] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-05-18 15:02 UTC  (18+ messages)
` [PATCH net-next 06/11] net: page_pool: avoid calling no-op externals when possible
` [PATCH net-next 07/11] net: page_pool: add DMA-sync-for-CPU inline helpers
    ` [Intel-wired-lan] "
` [PATCH net-next 10/11] libie: add per-queue Page Pool stats

[PATCH] Revert "serial: allow COMPILE_TEST for some drivers" partially
 2023-05-18 15:03 UTC  (2+ messages)

[PATCH 1/1] f2fs: pass I_NEW flag to trace event
 2023-05-18 15:02 UTC  (6+ messages)
` [f2fs-dev] "

Fwd: Persistent rt_sigreturn segfaults on KVM VMs after upgrade to 5.15
 2023-05-18 15:01 UTC  (3+ messages)

[PATCH v2 00/20] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-05-18 14:55 UTC  (4+ messages)
` [PATCH v2 05/20] x86: decompressor: Avoid the need for a stack in the 32-bit trampoline

[PATCH nolibc 0/15] nolibc updates for v6.5]
 2023-05-18 14:55 UTC  (16+ messages)
` [PATCH v2 nolibc 01/15] tools/nolibc: tests: use volatile to force stack smashing
` [PATCH v2 nolibc 02/15] tools/nolibc: tests: fix build on non-c99 compliant compilers
` [PATCH v2 nolibc 03/15] tools/nolibc: fix build of the test case using glibc
` [PATCH v2 nolibc 04/15] tools/nolibc: add libc-test binary
` [PATCH v2 nolibc 05/15] tools/nolibc: add wrapper for memfd_create
` [PATCH v2 nolibc 06/15] tools/nolibc: implement fd-based FILE streams
` [PATCH v2 nolibc 07/15] tools/nolibc: add testcases for vfprintf
` [PATCH v2 nolibc 08/15] tools/nolibc: Fix build of stdio.h due to header ordering
` [PATCH v2 nolibc 09/15] tools/nolibc: use standard __asm__ statements
` [PATCH v2 nolibc 10/15] tools/nolibc: use __inline__ syntax
` [PATCH v2 nolibc 11/15] tools/nolibc: use C89 comment syntax
` [PATCH v2 nolibc 12/15] tools/nolibc: validate C89 compatibility
` [PATCH v2 nolibc 13/15] tools/nolibc: s390: provide custom implementation for sys_fork
` [PATCH v2 nolibc 14/15] tools/nolibc: add testcase for fork()/waitpid()
` [PATCH v2 nolibc 15/15] tools/nolibc: remove LINUX_REBOOT_ constants

[PATCH v2 1/2] axis-fifo: use devm_kasprintf() for allocating formatted strings
 2023-05-18 14:51 UTC  (5+ messages)
    ` [PATCH v3 "
      ` [PATCH v3 2/2] axis-fifo: cleanup space issues with fops struct

[PATCH v2] dt-bindings: display: panel: add panel-mipi-dsi-bringup
 2023-05-18 14:47 UTC  (7+ messages)

[PATCH RFC 0/4] Optimize mremap during mutual alignment within PMD
 2023-05-18 14:44 UTC  (4+ messages)
` [PATCH RFC 1/4] mm/mremap: Optimize the start addresses in move_page_tables()

[PATCH] clk: imx: drop imx_unregister_clocks
 2023-05-18 14:44 UTC  (2+ messages)

[PATCH V3 0/4] Enable crypto for ipq9574
 2023-05-18 14:43 UTC  (6+ messages)
` [PATCH V3 1/4] dt-bindings: clock: Add crypto clock and reset definitions
` [PATCH V3 2/4] clk: qcom: gcc-ipq9574: Enable crypto clocks
` [PATCH V3 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574
` [PATCH V3 4/4] arm64: dts: qcom: ipq9574: Enable crypto nodes

[PATCH 0/3] cxl: Random clean ups
 2023-05-18 14:42 UTC  (7+ messages)
` [PATCH 1/3] MAINTAINERS: Add additional reviewers for CXL
` [PATCH 3/3] tools/testing/cxl: Document test configurations

[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
 2023-05-18 14:41 UTC  (5+ messages)

[RFC PATCH 1/3] Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
 2023-05-18 14:40 UTC  (7+ messages)
` [RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to "

[PATCH v2 1/2] cpufreq: CPPC: keep target core awake when reading its cpufreq rate
 2023-05-18 14:40 UTC  (5+ messages)

[PATCH net-next] net: fec: turn on XDP features
 2023-05-18 14:32 UTC 

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

[PATCH RESEND] sched/nohz: Add HRTICK_BW for using cfs bandwidth with nohz_full
 2023-05-18 14:37 UTC  (3+ messages)

[PATCH net-next V7] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml
 2023-05-18 14:38 UTC  (8+ messages)

[PATCH] clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe
 2023-05-18 14:37 UTC  (2+ messages)

[PATCH] ALSA: emu10k1: set variables emu1010_routing_info and emu1010_pads_info storage-class-specifier to static
 2023-05-18 14:31 UTC  (4+ messages)

[PATCH net-next 0/3] net: tcp: add support of window shrink
 2023-05-18 14:25 UTC  (9+ messages)
` [PATCH net-next 2/3] net: tcp: send zero-window when no memory
` [PATCH net-next 3/3] net: tcp: handle window shrink properly

[RESEND,PATCH 1/2] firmware: qcom: scm: Add SDI disable support
 2023-05-18 14:25 UTC  (3+ messages)
` [RESEND,PATCH 2/2] firmware: qcom: scm: disable SDI on IPQ5018

[PATCH v3 5/5] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
 2023-05-18 14:23 UTC  (11+ messages)
` [PATCH v4] Makefile.compiler: replace cc-ifversion with compiler-specific macros

[PATCH net-next v4 0/2] net: phy: add driver for MediaTek SoC built-in GE PHYs
 2023-05-18 14:21 UTC  (7+ messages)
` [PATCH net-next v4 1/2] dt-bindings: arm: mediatek: add mediatek,boottrap binding

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

[RESEND PATCH v2] KVM: x86: Update KVM_GET_CPUID2 to return valid entry count
 2023-05-18 14:14 UTC 

[PATCH] mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to static
 2023-05-18 14:11 UTC 

[PATCH v3 0/3] arm64: dts: qcom: pmi8998: add and enable flash LED controller
 2023-05-18 14:06 UTC  (5+ 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 v3] memblock: Add flags and nid info in memblock debugfs
 2023-05-18 14:05 UTC  (3+ messages)

Bug report: kernel paniced when system hibernates
 2023-05-18 14:04 UTC  (8+ messages)

[ANNOUNCE] util-linux v2.39
 2023-05-18 14:00 UTC  (4+ messages)

[PATCH] ASoC: mediatek: mt8192-mt6359: Remove " Jack" from Headphone pin name
 2023-05-18 13:53 UTC  (2+ messages)

[PATCH 1/2] firmware: qcom: scm: Add SDI disable support
 2023-05-18 13:59 UTC  (2+ messages)
` [PATCH 2/2] firmware: qcom: scm: disable SDI on IPQ5018

[PATCH] tee: add FOLL_LONGTERM for CMA case when alloc shm
 2023-05-18 13:56 UTC  (11+ messages)
              ` FOLL_LONGTERM vs FOLL_EPHEMERAL "

[PATCH v2 0/3] Add pinctrl support for SDX75
 2023-05-18 13:53 UTC  (6+ messages)
` [PATCH v2 2/3] MAINTAINERS: Update the entry for pinctrl maintainers
` [PATCH v2 3/3] pinctrl: qcom: Add SDX75 pincontrol driver

[PATCH net-next v2 0/7] net: lan966x: Add support for PCP, DEI, DSCP
 2023-05-18 13:50 UTC  (2+ messages)

[PATCH] mm/page_owner: set page_owner_* storage-class-specifier to static
 2023-05-18 13:47 UTC 

[PATCH v2 00/10] Clean ups for maple tree
 2023-05-18 13:47 UTC  (5+ messages)
` [PATCH v2 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()

[PATCH RESEND] amba: move to_amba_device() to use container_of_const
 2023-05-18 13:46 UTC 

[PATCH] sched: core: Simplify cpuset_cpumask_can_shrink()
 2023-05-18 20:34 UTC  (2+ messages)

[PATCH 1/2] mfd: max5970: Rename driver and remove wildcard
 2023-05-18 13:44 UTC  (3+ messages)

[GIT PULL] probes: Fixes for 6.4-rc1
 2023-05-18 13:44 UTC 

unexport swiotlb_active
 2023-05-18 13:42 UTC  (5+ messages)
` [PATCH 1/4] x86: move a check out of pci_xen_swiotlb_init
` [PATCH 2/4] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/4] drm/nouveau: stop using is_swiotlb_active
` [PATCH 4/4] swiotlb: unexport is_swiotlb_active

[PATCH v2] Input: tests: add test to cover all input_grab_device() function
 2023-05-18 13:38 UTC  (2+ messages)

[PATCH v13 0/2] drm: add kms driver for loongson display controller
 2023-05-18 13:38 UTC  (2+ messages)

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 1/2] dt-bindings: sc16is7xx: Add property to change GPIO function
 2023-05-18 13:30 UTC  (3+ messages)

[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 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

[PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:09 UTC  (2+ messages)

[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:07 UTC  (8+ messages)
` [PATCH net-next v9 09/16] siw: Inline do_tcp_sendpages()
` [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 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


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