linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-18 10:30:26 to 2023-06-19 00:54:44 UTC [more...]

linux-next: manual merge of the net-next tree with the net tree
 2023-06-19  0:54 UTC 

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-19  0:43 UTC  (5+ messages)
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()

include/linux/compiler_types.h:352:45: error: call to '__compiletime_assert_406' declared with attribute error: BUILD_BUG_ON failed: sizeof(cmd_a64_entry_t) != 64
 2023-06-19  0:37 UTC 

Fwd: in linux 6.3.7-200.fc38.x86_64 goes vlc in time to switch tv channels to zombie-process
 2023-06-19  0:24 UTC 

[PATCH] parport_pc: don't allow driver for SPARC32
 2023-06-19  0:23 UTC  (9+ messages)

[PATCH] SPARC: Fix parport_pc support for 32-bit platforms
 2023-06-18 23:45 UTC  (3+ messages)

[PATCH v1 0/5] clean up block_commit_write
 2023-06-18 23:35 UTC  (7+ messages)
` [PATCH v1 1/5] fs/buffer: "
` [PATCH v1 2/5] fs/buffer.c: convert block_commit_write to return void
` [PATCH v1 3/5] ext4: No need to check return value of block_commit_write()
` [PATCH v1 4/5] fs/ocfs2: "
` [PATCH v1 5/5] udf: "

linux-next: manual merge of the mm tree with Linus' tree
 2023-06-18 23:23 UTC 

[PATCH bpf-next v5 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-18 23:10 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf, x86: clean garbage values when store args from regs into stack
` [PATCH bpf-next v5 2/3] bpf, x86: allow function arguments up to 12 for TRACING

[PATCH] usb: host: xhci: parameterize Renesas delay/retry
 2023-06-18 22:46 UTC 

[PATCH v2] tracing/boot: Replace strlcpy with strscpy
 2023-06-18 22:30 UTC  (2+ messages)

[PATCH v1] x86/apic: Fix kernel panic when "intremap=off" and "x2apic_phys" are set
 2023-06-18 22:24 UTC  (2+ messages)

kernel/trace/trace_eprobe.c:460:1: warning: stack frame size (1760) exceeds limit (1024) in '__eprobe_trace_func'
 2023-06-18 22:22 UTC 

linux-next: Fixes tag needs some work in the block tree
 2023-06-18 22:22 UTC 

linux-next: Signed-off-by missing for commit in the overlayfs tree
 2023-06-18 22:14 UTC 

[PATCH v4 0/2] drm/rockchip: vop: Add NV15, NV20 and NV30 support
 2023-06-18 22:01 UTC  (3+ messages)
` [PATCH v4 1/2] drm/fourcc: Add NV20 and NV30 YUV formats
` [PATCH v4 2/2] drm/rockchip: vop: Add NV15, NV20 and NV30 support

[ANNOUNCE] 5.10.180-rt89
 2023-06-18 21:51 UTC 

[PATCH 0/9] Fix support of dw-edma HDMA NATIVE IP in remote setup
 2023-06-18 21:48 UTC  (7+ messages)
` [PATCH 1/9] dmaengine: dw-edma: Fix the ch_count hdma callback
` [PATCH 2/9] dmaengine: dw-edma: Typos fixes
` [PATCH 3/9] dmaengine: dw-edma: Add HDMA remote interrupt configuration

Linux 6.4-rc7
 2023-06-18 21:36 UTC 

[PATCH v2 0/2] SRAM dt binding and fix
 2023-06-18 21:33 UTC  (3+ messages)
` [PATCH v2 2/2] misc: sram: Generate unique names for subpools

kernel/trace/trace_eprobe.c:427:1: warning: stack frame size (1424) exceeds limit (1024) in 'process_fetch_insn'
 2023-06-18 21:19 UTC 

[PATCH v3 0/5] Make IA32_EMULATION boot time overridable
 2023-06-18 21:17 UTC  (7+ messages)
` [PATCH v3 2/5] x86/entry: Rename ignore_sysret
` [PATCH v3 3/5] x86/entry: Compile entry_SYSCALL32_ignore unconditionally
` [PATCH v3 5/5] x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()

[PATCH v6 0/2] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-06-18 21:12 UTC  (4+ messages)

[syzbot] [block?] WARNING in blkdev_put (3)
 2023-06-18 21:06 UTC  (2+ messages)

[PATCH v3 0/8] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-06-18 21:01 UTC  (6+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-18 20:57 UTC  (10+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
            ` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()

[PATCH] video/hdmi: Reorder fields in 'struct hdmi_avi_infoframe'
 2023-06-18 20:52 UTC 

[patch 07/20] posix-timers: Set k_itimer::it_signal to NULL on exit()
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] posix-timers: Set k_itimer:: It_signal "

[patch v2a 01/20] posix-timers: Prevent RT livelock in itimer_delete()
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch v2 02/20] posix-timers: Ensure timer ID search-loop limit is valid
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 04/20] posix-timers: Cleanup comments about timer ID tracking
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 03/20] posix-timers: Clarify timer_wait_running() comment
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 05/20] posix-timers: Add comments about timer lookup
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 06/20] posix-timers: Annotate concurrent access to k_itimer::it_signal
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] posix-timers: Annotate concurrent access to k_itimer:: It_signal

[patch 09/20] posix-timers: Split release_posix_timers()
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 08/20] posix-timers: Remove pointless irqsafe from hash_lock
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 12/20] posix-timers: Document sys_clock_getoverrun()
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 11/20] posix-timers: Document common_clock_get() correctly
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 10/20] posix-timers: Document sys_clock_getres() correctly
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] time: alarmtimer: remove unnecessary (void*) conversions
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] alarmtimer: Remove unnecessary (void *) cast

[patch 13/20] posix-timers: Document sys_clock_settime() permissions in place
 2023-06-18 20:50 UTC  (2+ messages)
` [tip: timers/core] "

[patch 14/20] posix-timers: Document nanosleep() details
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] "

[patch 16/20] posix-timers: Comment SIGEV_THREAD_ID properly
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] "

[patch 15/20] posix-timers: Add proper comments in do_timer_create()
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] "

[patch 19/20] posix-timers: Remove pointless comments
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] "

[patch 18/20] posix-timers: Clarify posix_timer_fn() comments
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] "

[patch 17/20] posix-timers: Clarify posix_timer_rearm() comment
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] "

[patch 20/20] posix-timers: Polish coding style in a few places
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] syscalls: add sys_ni_posix_timers prototype
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] posix-timers: Add sys_ni_posix_timers() prototype

[PATCH] posix-timers: refer properly to CONFIG_HIGH_RES_TIMERS
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] posix-timers: Refer "

[PATCH] time: alarmtimer: remove unnecessary ‘0’ values from ret
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] alarmtimer: Remove unnecessary initialization of variable 'ret'

[PATCH] tick/rcu: fix an issue in the report_idle_softirq function
 2023-06-18 20:49 UTC  (2+ messages)
` [tip: timers/core] tick/rcu: Fix bogus ratelimit condition

[syzbot] [kernel?] possible deadlock in exit_itimers
 2023-06-18 20:44 UTC  (2+ messages)

[PATCH 0/2] leds: Add a driver for KTD202x
 2023-06-18 20:28 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: leds: Add Kinetic KTD2026/2027 LED
` [PATCH 2/2] leds: add ktd202x driver

[PATCH v3 0/4] Trivial code cleanup patches
 2023-06-18 20:26 UTC  (6+ messages)
` [PATCH v3 1/4] staging: rtl8192e: Rename variable SetWirelessMode
` [PATCH v3 2/4] staging: rtl8192e: Rename variable SetBWModeHandler
` [PATCH v3 3/4] staging: rtl8192e: Rename variable LeisurePSLeave
` [PATCH v3 4/4] staging: rtl8192e: Rename variable InitialGainHandler

[PATCH v4 1/3] ASoC: Add support for Loongson I2S controller
 2023-06-18 20:14 UTC  (3+ messages)

[net-next PATCH v4 0/3] leds: trigger: netdev: add additional modes
 2023-06-18 20:15 UTC  (6+ messages)
` [net-next PATCH v4 1/3] leds: trigger: netdev: add additional specific link speed mode
` [net-next PATCH v4 2/3] leds: trigger: netdev: add additional specific link duplex mode
` [net-next PATCH v4 3/3] leds: trigger: netdev: expose hw_control status via sysfs

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-18 20:11 UTC  (6+ messages)
` kvm/arm64: Spark benchmark
` kvm/x86: multichase benchmark

[PATCH] staging: rtl8192e: Add missing entry CFG80211 in Kconfig
 2023-06-18 19:44 UTC 

[PATCH 0/6] Add Amlogic A311D2 and Khadas Vim4 Board Support
 2023-06-18 19:18 UTC  (17+ messages)
` [PATCH 2/6] dt-bindings: clock: Bindings for Meson T7 clock controller
` [PATCH 4/6] dt-bindings: serial: amlogic, meson-uart: support T7
` [PATCH 5/6] tty: serial: meson: Added T7 SOC compatibility
` [PATCH 6/6] arm64: dts: meson-t7-a311d2-khadas-vim4: add initial device-tree

[PATCH RESEND] arm64: dts: qcom: msm8916-samsung-serranove: Add RT5033 PMIC with charger
 2023-06-18 19:11 UTC  (4+ messages)

[PATCH 0/4] Add support for Agilex5 SoCFPGA platform
 2023-06-18 18:56 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: intel: Add Intel Agilex5 compatible
` [PATCH 2/4] dt-bindings: clock: Add Intel Agilex5 clocks and resets
` [PATCH 3/4] clk: socfpga: agilex5: Add clock driver for Agilex5 platform
` [PATCH 4/4] arm64: dts: agilex5: Add initial support for Intel's Agilex5 SoCFPGA

[PATCH v17 00/13] hp-bioscfg driver
 2023-06-18 18:53 UTC  (2+ messages)

[RFC PATCH 1/5] mm/mlock: rework mlock_count to use _mapcount for order-0 folios
 2023-06-18 18:32 UTC  (3+ messages)

[PATCH v2] drm/i915: Replace kmap() with kmap_local_page()
 2023-06-18 18:11 UTC  (2+ messages)

[PATCH v8 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-18 18:09 UTC  (13+ messages)
` [PATCH v8 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v8 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v8 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v8 04/12] dmaengine: fsl-edma: Remove enum edma_version
` [PATCH v8 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v8 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v8 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v8 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v8 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v8 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v8 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v8 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH] drm: bridge: dw-mipi-dsi: Fix enable/disable of DSI controller
 2023-06-18 18:05 UTC 

[PATCH v7 00/22] net/tcp: Add TCP-AO support
 2023-06-18 17:50 UTC  (3+ messages)
` [PATCH v7 04/22] net/tcp: Prevent TCP-MD5 with TCP-AO being set

[PATCH v2 0/3] Add metric value validation test
 2023-06-18 17:43 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] perf test: "

[PATCH 3/6] clk: meson: t7: add peripheral clock controller
 2023-06-18 17:42 UTC  (3+ messages)

[PATCH net-next v2 00/17] splice, net: Switch over users of sendpage() and remove it
 2023-06-18 17:28 UTC  (8+ messages)
` [PATCH net-next v2 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v2 10/17] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH v4 0/3] Add metric value validation test
 2023-06-18 17:28 UTC  (4+ messages)
` [PATCH v4 1/3] perf test: "
` [PATCH v4 2/3] perf test: Add skip list for metrics known would fail
` [PATCH v4 3/3] perf test: Rerun failed metrics with longer workload

[PATCH] sched/core: fix inaccurate idle stat in /proc/stat when force idle
 2023-06-18 17:02 UTC 

[GIT PULL] parisc architecture fix for v6.4-rc7
 2023-06-18 17:01 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 6.4-rc6
 2023-06-18 17:01 UTC  (2+ messages)

[PATCH net-next] net: phy: at803x: Use devm_regulator_get_enable_optional()
 2023-06-18 16:40 UTC  (2+ messages)

[GIT PULL] auxdisplay for 6.5
 2023-06-18 16:35 UTC 

[PATCH] sched/topology: remove unneeded do while loop in cpu_attach_domain()
 2023-06-18 16:32 UTC  (2+ messages)

[PATCH 1/2] PCI: Reorder some fields in 'struct pci_dev'
 2023-06-18 16:24 UTC  (2+ messages)
` [PATCH 2/2] PCI: Change the type of 'rom_attr_enabled' "

[GIT PULL] Rust for 6.5
 2023-06-18 16:15 UTC 

[PATCH v3] Documentation: subsystem-apis: Categorize remaining subsystems
 2023-06-18 16:09 UTC  (4+ messages)
` [PATCH v4] docs: consolidate storage interfaces

[PATCH v2] riscv: kvm: define vcpu_sbi_ext_pmu in header
 2023-06-18 16:02 UTC  (2+ messages)

[PATCH v3 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-18 16:02 UTC  (2+ messages)

[PATCH] nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net
 2023-06-18 15:59 UTC  (7+ messages)

[PATCH 0/2] hwmon: (oxp-sensors) Minor cleanup of driver code
 2023-06-18 15:54 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (oxp-sensors) Remove unused header
` [PATCH 2/2] hwmon: (oxp-sensors) Simplify logic of error return

[PATCH] kbuild: make clean rule robust against too long argument error
 2023-06-18 15:50 UTC  (3+ messages)

[PATCH] clocksource: ingenic-timer: Use pm_sleep_ptr() macro
 2023-06-18 15:39 UTC 

[PATCH 0/2] fuse: fixes for remote locking
 2023-06-18 15:04 UTC  (3+ messages)
` [PATCH 1/2] fuse: support unlock remote OFD locks on file release

[PATCH v4] dt-bindings: firmware: brcm,kona-smc: convert to YAML
 2023-06-18 15:13 UTC 

[PATCH net-next v3 3/4] page_pool: introduce page_pool_alloc() API
 2023-06-18 15:05 UTC  (11+ messages)

[PATCH 0/6] ARM: dts: bcm-mobile: DT cleanup
 2023-06-18 14:59 UTC  (5+ messages)
` [PATCH 6/6] ARM: dts: bcm28155-ap: use node labels

[PATCH] workqueue: format pr_warn exceeds line length in wq_numa_init
 2023-06-18 14:54 UTC  (3+ messages)

Linux regressions report for mainline [2023-06-18]
 2023-06-18 14:51 UTC 

[PATCH v2] dt-bindings: timer: brcm,kona-timer: convert to YAML
 2023-06-18 14:46 UTC 

[PATCH v3] dt-bindings: pwm: brcm,kona-pwm: convert to YAML
 2023-06-18 14:23 UTC 

[PATCH 1/1] arch:hexagon/powerpc: use KSYM_NAME_LEN in array size
 2023-06-18 14:20 UTC  (6+ messages)

[PATCH v3] usb: cdns3: Put the cdns set active part outside the spin lock
 2023-06-18 14:14 UTC  (2+ messages)

[PATCH 0/9] MIPS: CI20: Add WiFi / Bluetooth support
 2023-06-18 13:58 UTC  (7+ messages)

[PATCH 0/2] i2c: i801: Force no IRQ for Dell Latitude E7450
 2023-06-18 13:42 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH net-next] dt-bindings: net: phy: gpy2xx: more precise description
 2023-06-18 13:40 UTC  (2+ messages)

[PATCH net-next] crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit
 2023-06-18 13:40 UTC  (2+ messages)

JFYI: patches in next that might be good to mainline rather sooner than later?
 2023-06-18 13:40 UTC  (2+ messages)

[PATCH v2] poll: Fix use-after-free in poll_freewait()
 2023-06-18 13:28 UTC  (5+ messages)

[PATCH v6 1/4] ASoC: tas2781: Add Header file for tas2781 driver
 2023-06-18 12:28 UTC  (4+ messages)
` [PATCH v6 2/4] ASoC: tas2781: firmware lib
` [PATCH v6 3/4] ASoC: tas2781: Add tas2781 driver
` [PATCH v6 4/4] ASoC: dt-bindings: Add tas2781 amplifier

[PATCH v6 0/7] Add JH7110 USB and USB PHY driver support
 2023-06-18 12:22 UTC  (6+ messages)
` [PATCH v6 5/7] dt-bindings: usb: Add StarFive JH7110 USB controller

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-18 12:11 UTC  (9+ messages)
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices

[PATCH v3] usb: dwc3: gadget: Propagate core init errors to UDC during pullup
 2023-06-18 12:09 UTC 

[PATCH 1/7] arm64: dts: qcom: sm8350-hdk: correct FSA4480 port
 2023-06-18 11:44 UTC  (7+ messages)
` [PATCH 2/7] arm64: dts: qcom: sm8450-hdk: "
` [PATCH 3/7] arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size
` [PATCH 4/7] arm64: dts: qcom: sm6125-sprout: "
` [PATCH 5/7] arm64: dts: qcom: sm6350: "
` [PATCH 6/7] arm64: dts: qcom: sm8150-kumano: "
` [PATCH 7/7] arm64: dts: qcom: sm8250-edo: "

[PATCH v4 0/5] Add RK3588 SATA support
 2023-06-18 11:41 UTC  (5+ messages)
` [PATCH v4 5/5] arm64: dts: rockchip: rk3588: add "

[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-06-18 10:59 UTC  (2+ messages)

[PATCH] nfc: fdp: Add MODULE_FIRMWARE macros
 2023-06-18 10:30 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).