public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-25 15:49:59 to 2023-04-25 19:25:29 UTC [more...]

[PATCH] f2fs: simplify the processing logic of retry_cnt
 2023-04-25 19:24 UTC 

[PATCH v11 0/7] i2c-atr and FPDLink
 2023-04-25 19:24 UTC  (6+ messages)
` [PATCH v11 1/7] i2c: add I2C Address Translator (ATR) support
` [PATCH v11 4/7] dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer

[syzbot] [wireless?] INFO: task hung in ath9k_hif_usb_firmware_cb (2)
 2023-04-25 19:23 UTC 

[GIT PULL 0/4] SoC branches for 6.4
 2023-04-25 19:21 UTC  (3+ messages)
` [GIT PULL 4/4] ARM: SoC devicetree changes "

[BISECTED REGRESSION] OMAP1 GPIO breakage
 2023-04-25 19:20 UTC  (4+ messages)

[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
 2023-04-25 19:12 UTC  (4+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode

[PATCH v2 0/3] fs: multigrain timestamps
 2023-04-25 19:12 UTC  (8+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime

[PATCH v3 1/4] kunit: Always run cleanup from a test kthread
 2023-04-25 19:11 UTC  (3+ messages)
` [PATCH v3 4/4] kunit: example: Provide example exit functions

[PATCH] mmc: sdhci-cadence: Fix an error handling path in sdhci_cdns_probe()
 2023-04-25 19:04 UTC  (2+ messages)

[PATCH v1] trace: add the necessary dependencies of configuration options
 2023-04-25 19:02 UTC  (2+ messages)

[PATCH v8 00/11] Introduce Nuvoton ma35d1 SoC
 2023-04-25 19:02 UTC  (3+ messages)
` [PATCH v8 05/11] dt-bindings: arm: Add initial bindings for Nuvoton platform

[PATCH] trace/recordmcount: add the necessary dependencies
 2023-04-25 19:01 UTC  (2+ messages)

[PATCH V3 0/6] Incremental patches on minimal boot support
 2023-04-25 19:01 UTC  (3+ messages)
` [PATCH V3 2/6] dt-bindings: clock: qcom,ipq9574-gcc: Add maintainer

[PATCH 1/2 v3] dt-bindings: watchdog: marvell octeonTX2 GTI system watchdog driver
 2023-04-25 19:00 UTC  (2+ messages)

[PATCH v2 0/2] Binder: Add timestamp and async from to transaction record
 2023-04-25 18:59 UTC  (5+ messages)
` [PATCH v2 1/2] Binder: Add timestamp "
` [PATCH v2 2/2] Binder: Add async from "

[PATCH v12 0/8] i2c-atr and FPDLink
 2023-04-25 18:59 UTC  (3+ messages)
` [PATCH v12 1/8] dt-bindings: i2c: Add I2C Address Translator (ATR)

[PATCH 0/7] phy: qcom-qmp-combo: Support orientation switching
 2023-04-25 18:58 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Add ports and orientation-switch

[PATCH] dt-bindings: leds: Drop redundant cpus enum match
 2023-04-25 18:55 UTC  (2+ messages)

[PATCH V4 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-25 18:55 UTC  (3+ messages)
` [PATCH V4 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC

[PATCH v2] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25 18:52 UTC 

[PATCH 1/3] clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks
 2023-04-25 18:54 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: mmc: sdhci-msm: add IPQ6018 compatible

[GIT pull] core/debugobjects for 6.4-rc1
 2023-04-25 18:51 UTC  (10+ messages)
` [GIT pull] core/entry "
` [GIT pull] irq/core "
` [GIT pull] timers/core "
` [GIT pull] x86/apic "

[RFC PATCH v6 0/2] Introduce ICSSG based ethernet Driver
 2023-04-25 18:51 UTC  (3+ messages)
` [RFC PATCH v6 1/2] dt-bindings: net: Add ICSSG Ethernet

[PATCH v2 00/13] Add Inanbo T28CP45TN89 panel support
 2023-04-25 18:49 UTC  (3+ messages)
` [PATCH v2 02/13] dt-bindings: display: st7789v: add Inanbo T28CP45TN89

[patch 00/20] posix-timers: Fixes and cleanups
 2023-04-25 18:49 UTC  (21+ messages)
` [patch 01/20] posix-timers: Prevent RT livelock in itimer_delete()
` [patch 02/20] posix-timers: Ensure timer ID search-loop limit is valid
` [patch 03/20] posix-timers: Clarify timer_wait_running() comment
` [patch 04/20] posix-timers: Cleanup comments about timer ID tracking
` [patch 05/20] posix-timers: Add comments about timer lookup
` [patch 06/20] posix-timers: Annotate concurrent access to k_itimer::it_signal
` [patch 07/20] posix-timers: Set k_itimer::it_signal to NULL on exit()
` [patch 08/20] posix-timers: Remove pointless irqsafe from hash_lock
` [patch 09/20] posix-timers: Split release_posix_timers()
` [patch 10/20] posix-timers: Document sys_clock_getres() correctly
` [patch 11/20] posix-timers: Document common_clock_get() correctly
` [patch 12/20] posix-timers: Document sys_clock_getoverrun()
` [patch 13/20] posix-timers: Document sys_clock_settime() permissions in place
` [patch 14/20] posix-timers: Document nanosleep() details
` [patch 15/20] posix-timers: Add proper comments in do_timer_create()
` [patch 16/20] posix-timers: Comment SIGEV_THREAD_ID properly
` [patch 17/20] posix-timers: Clarify posix_timer_rearm() comment
` [patch 18/20] posix-timers: Clarify posix_timer_fn() comments
` [patch 19/20] posix-timers: Remove pointless comments
` [patch 20/20] posix-timers: Polish coding style in a few places

[GIT PULL] extcon next for 6.4
 2023-04-25 18:49 UTC  (4+ messages)

[PATCH] of:Use remote_parent instead of remote
 2023-04-25 18:48 UTC  (2+ messages)

[PATCH v10 00/14] HP BIOSCFG driver
 2023-04-25 18:47 UTC  (7+ messages)
` [PATCH v10 03/14] HP BIOSCFG driver - bioscfg

[PATCH v3 0/3] Add support to configure Coresight Dummy subunit
 2023-04-25 18:46 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: arm: Add Coresight Dummy Trace

[PATCH 5.10 00/68] 5.10.179-rc1 review
 2023-04-25 18:43 UTC  (2+ messages)

[PATCH net-next v4 0/4] Add SCM_PIDFD and SO_PEERPIDFD
 2023-04-25 18:42 UTC  (10+ messages)
` [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook
          ` handling unsupported optlen in cgroup bpf getsockopt: (was [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook)

[PATCH v9 0/8] Enable IPQ9754 USB
 2023-04-25 18:38 UTC  (5+ messages)
` [PATCH v9 2/8] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY
` [PATCH v9 3/8] dt-bindings: usb: dwc3: Add IPQ9574 compatible

[GIT PULL] f2fs update for 6.4
 2023-04-25 18:36 UTC 

[PATCH RESEND v4 1/1] test_firmware: fix some memory leaks and racing conditions
 2023-04-25 18:27 UTC  (2+ messages)

[PATCHSET wq/for-6.5] workqueue: Ordered workqueue creation cleanup
 2023-04-25 18:14 UTC  (3+ messages)
` [PATCH 10/22] wifi: mwifiex: Use alloc_ordered_workqueue() to create ordered workqueues

[PATCH] arm64: Fix label placement in record_mmu_state()
 2023-04-25 18:11 UTC  (2+ messages)

[PATCH 0/7] add displays support for bsh-smm-s2/pro boards
 2023-04-25 18:11 UTC  (5+ messages)
` [PATCH 1/7] dt-bindings: display: panel: Add synaptics r63353 panel controller
` [PATCH 4/7] dt-bindings: display: panel: Add Ilitek ili9805 "

[PATCH] kbuild: deb-pkg: specify targets in debian/rules as .PHONY
 2023-04-25 18:08 UTC  (2+ messages)

Subject: [PATCH v1 0/7] Add mt7986 thermal and pwm
 2023-04-25 18:06 UTC  (3+ messages)
` [PATCH v1 1/7] dt-bindings: nvmem: mediatek: efuse: add support for mt7986

[PATCH v1 0/6] arm64: qcom: sa8775p: add support for USB
 2023-04-25 18:03 UTC  (4+ messages)

[PATCH] mfd: wm831x: Use maple tree register cache
 2023-04-25 18:03 UTC 

[PATCH] f2fs: introduce mount_errors related api
 2023-04-25 18:02 UTC 

[GIT PULL] x86/sev updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/cpu updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/paravirt updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] RAS updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/misc updates for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] x86/acpi update for v6.4-rc1
 2023-04-25 18:00 UTC  (2+ messages)

[GIT PULL] EDAC updates for v6.4
 2023-04-25 18:00 UTC  (5+ messages)

[GIT PULL] m68k updates for v6.4
 2023-04-25 18:00 UTC  (2+ messages)

[PATCH] spi: bcm63xx: remove PM_SLEEP based conditional compilation
 2023-04-25 18:00 UTC  (5+ messages)

[PATCHv3] seq_buf: add seq_buf_do_printk() helper
 2023-04-25 17:56 UTC  (4+ messages)

[PATCH 0/3] tracing/user_events: Fixes and improvements for 6.4
 2023-04-25 17:56 UTC  (5+ messages)
` [PATCH 2/3] tracing/user_events: Ensure bit is cleared on unregister

[PATCH] hp-wmi: add micmute to hp_wmi_keymap struct
 2023-04-25 17:55 UTC  (2+ messages)

[PATCH] docs: move tracing tools
 2023-04-25 17:48 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: ti: Add OLDI panel DT overlay
 2023-04-25 17:44 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: ti: Add overlay for OLDI-LCD1EVM Display and touch screen

[PATCH] f2fs: introduce bggc_mode related api
 2023-04-25 17:43 UTC 

[PATCH v2] perf: Avoid implicit function declarations in lexer/parse interface
 2023-04-25 17:40 UTC 

[PATCH 5.4 00/39] 5.4.242-rc1 review
 2023-04-25 17:39 UTC  (2+ messages)

[RFC][PATCH 0/6] KEYS: Introduce user mode key and signature parsers
 2023-04-25 17:35 UTC  (7+ messages)
` [RFC][PATCH 1/6] KEYS: asymmetric: Introduce UMD-based asymmetric key parser
` [RFC][PATCH 2/6] KEYS: asymmetric: Introduce UMD-based asymmetric key signature parser
` [RFC][PATCH 3/6] verification: Introduce verify_umd_signature() and verify_umd_message_sig()
` [RFC][PATCH 4/6] bpf: Introduce bpf_verify_umd_signature() kfunc
` [RFC][PATCH 5/6] selftests/bpf: Prepare a test for UMD-parsed signatures
` [RFC][PATCH 6/6] KEYS: asymmetric: Add UMD handler

[PATCH V3 0/6] Add PCIe support for IPQ9574
 2023-04-25 17:33 UTC  (3+ messages)
` [PATCH V3 3/6] dt-bindings: PCI: qcom: Add IPQ9574

[PATCH 0/4] Add support for IIO devices in ASoC
 2023-04-25 17:33 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: sound: Add simple-iio-aux

[PATCH] ASoC: rt5682: Use a maple tree based register cache
 2023-04-25 17:22 UTC 

Bug: "perf record" reporting buffer overflow when writing data
 2023-04-25 16:54 UTC 

[GIT PULL] pipe: nonblocking rw for io_uring
 2023-04-25 17:20 UTC  (9+ messages)

[PATCH tracing 0/3] tracing: support > 8 byte filter predicates
 2023-04-25 17:20 UTC  (4+ messages)

[GIT PULL] pidfd updates
 2023-04-25 17:19 UTC  (6+ messages)

[PATCH] HID: intel-ish-hid: pci-ish: Fix use after free bug in ish_remove due to race condition
 2023-04-25 17:18 UTC  (3+ messages)

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-25 17:16 UTC  (14+ messages)

[PATCH] perf: Avoid implicit function declarations in lexer/parse interface
 2023-04-25 17:10 UTC  (2+ messages)

[PATCH 0/9] Add Chameleon v3 ASoC audio
 2023-04-25 17:06 UTC  (18+ messages)
` [PATCH 1/9] ASoC: Add Chameleon v3 audio
` [PATCH 2/9] dt-bindings: ASoC: Add chv3-i2s
` [PATCH 3/9] dt-bindings: ASoC: Add chv3-audio
` [PATCH 5/9] ASoC: ssm2602: Add workaround for playback with external MCLK

[ANNOUNCE] Git v2.40.1 and friends
 2023-04-25 17:06 UTC 

[PATCH 0/9] fix, rework and clean up for maple tree
 2023-04-25 17:04 UTC  (17+ messages)
` [PATCH 2/9] maple_tree: Make maple state reusable after mas_empty_area()
` [PATCH 3/9] maple_tree: Modify the allocation method of mtree_alloc_range/rrange()
` [PATCH 4/9] maple_tree: Update mtree_alloc_rrange() and mtree_alloc_range() testing
` [PATCH 5/9] maple_tree: Remove an if statement that cannot be true
` [PATCH 6/9] maple_tree: Remove a confusing check
` [PATCH 7/9] maple_tree: Delete redundant code in mas_next_node()
` [PATCH 8/9] maple_tree: Remove the redundant check of mas->offset in mas_empty_area/area_rev()
` [PATCH 9/9] maple_tree: Move declaration of mas_empty_area_rev() to a better place

[PATCH v2] recordmcount: Fix memory leaks in the uwrite function
 2023-04-25 17:04 UTC  (2+ messages)

[PATCH v2 00/13] SM63(50|75) DPU support
 2023-04-25 17:03 UTC  (4+ messages)
` [PATCH v2 03/13] dt-bindings: display/msm: Add SM6350 DPU

[PATCH] f2fs: no need test opt for f2fs_issue_flush
 2023-04-25 16:58 UTC 

[PATCH v2 0/2] Handle core soft reset failure in pullup
 2023-04-25 16:58 UTC  (13+ messages)
` [PATCH v2 1/2] usb: dwc3: gadget: Bail out in pullup if soft reset timeout happens

[PATCH] clk: mediatek: clk-mt8173: fix memory leak in clk_mt8173_apmixed_probe
 2023-04-25 16:56 UTC  (2+ messages)

[PATCH v5 0/2] arm64: dts: meson-gxl: add support for Xiaomi Mibox 3
 2023-04-25 16:56 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: amlogic: add Xiaomi Mi box 3 binding
` [PATCH v5 2/2] arm64: dts: meson-gxl: add support for Xiaomi Mi box 3

[PATCH] arch/x86: Include <asm/fb.h> in fbdev source file
 2023-04-25 16:56 UTC  (2+ messages)

[RESEND v2 1/6] dt-bindings: power: Add JH7110 AON PMU support
 2023-04-25 16:56 UTC  (11+ messages)

[PATCH] drm/exynos: fix g2d_open/close helper function definitions
 2023-04-25 16:56 UTC  (2+ messages)

[PATCH 00/34] Maple tree mas_{next,prev}_range() and cleanup
 2023-04-25 16:13 UTC  (6+ messages)
` [PATCH 02/34] maple_tree: Clean up mas_parent_enum()
` [PATCH 29/34] maple_tree: Introduce mas_prev_slot() interface
` [PATCH 33/34] maple_tree: Add testing for mas_{prev,next}_range()
` [PATCH 34/34] mm: Add vma_iter_{next,prev}_range() to vma iterator

[PATCH V3 00/10] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-04-25 16:52 UTC  (8+ messages)
` [PATCH V3 08/10] vfio/pci: Probe and store ability to support dynamic MSI-X

[PATCH 0/2] Allow parameter in smc/hvc calls
 2023-04-25 16:50 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] dt-bindings: firmware: arm,scmi: support for parameter in smc/hvc call

[PATCH] Fix freeze in lm8333 i2c keyboard driver
 2023-04-25 16:49 UTC  (2+ messages)
` [PATCH v2] "

[syzbot] [ntfs3?] WARNING in evict
 2023-04-25 16:49 UTC 

[PATCH v2 00/17] drm/msm/dpu: Implement tearcheck support on INTF block
 2023-04-25 16:47 UTC  (9+ messages)
` [PATCH v2 04/17] drm/msm/dpu: Fix PP_BLK_DIPHER -> DITHER typo
  ` [Freedreno] "

[PATCH v2] f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED
 2023-04-25 16:47 UTC 

[PATCH v4 1/1] wifi: mac80211: fortify the spinlock against deadlock by interrupt
 2023-04-25 16:40 UTC 

[PATCH v3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-25 16:45 UTC  (3+ messages)

[PATCH v2 0/5] Support ROHM BU27008 RGB sensor
 2023-04-25 16:45 UTC  (3+ messages)
` [PATCH v2 4/5] iio: light: ROHM BU27008 color sensor

[PATCH v3] Add rumble support to latest xbox controllers
 2023-04-25 16:40 UTC  (3+ messages)

[PATCH v4] Add rumble support to latest xbox controllers
 2023-04-25 16:38 UTC 

[PATCH v6 00/10] tracing: Add fprobe events
 2023-04-25 16:35 UTC  (3+ messages)
` [PATCH v6 06/10] tracing/probes: Support function parameters if BTF is available

[PATCH v12 00/25] Drivers for Gunyah hypervisor
 2023-04-25 16:33 UTC  (2+ messages)

[PATCH v2 0/4] platform/x86: wmi: Add subsystem documentation
 2023-04-25 16:30 UTC  (4+ messages)
` [PATCH v2 3/4] platform/x86: wmi: Add documentation

[syzbot] [bpf?] KCSAN: data-race in __bpf_lru_list_rotate / __htab_lru_percpu_map_update_elem (5)
 2023-04-25 16:21 UTC  (3+ messages)

Bug: "perf record" reporting buffer overflow when writing data
 2023-04-25 16:27 UTC 

[PATCH v2 1/2] wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user
 2023-04-25 16:24 UTC  (2+ messages)
` [PATCH v2 2/2] wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*

[PATCH v2 0/2] wifi: rtw88: error codes fix patches
 2023-04-25 16:24 UTC 

[PATCH] platform/x86/intel-uncore-freq: Return error on write frequency
 2023-04-25 16:22 UTC  (2+ messages)

[RFC PATCH 0/1] Categorize ARM dts directory
 2023-04-25 16:21 UTC  (9+ messages)

[PATCH v3] f2fs: refactor struct f2fs_attr macro
 2023-04-25 16:19 UTC 

[PATCH] mei: make hdcp and pxp depend on X86 && PCI
 2023-04-25 16:16 UTC  (3+ messages)
` [PATCH v2] mei: deduplicate X86 && PCI dependencies, make them apply to all subentries

[PATCH net-next v2 00/14] net: dsa: add support for MT7988
 2023-04-25 16:11 UTC  (4+ messages)
` [PATCH net-next v2 13/14] net: dsa: mt7530: introduce driver for MT7988 built-in switch

[PATCH v2 0/3] drm/msm/dpu: Drop useless for-loop HW block lookup
 2023-04-25 16:11 UTC  (11+ messages)
` [PATCH v2 3/3] drm/msm/dpu: Pass catalog pointers directly from RM instead of IDs

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-04-25 16:09 UTC  (8+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER

[PATCH v2 0/7] drm: sun4i: set proper TCON0 DCLK rate in DSI mode
 2023-04-25 16:10 UTC  (5+ messages)
` [PATCH v2 1/7] clk: sunxi-ng: a64: propagate rate change from pll-mipi
` [PATCH v2 4/7] arm64: dts: allwinner: a64: assign PLL_MIPI to CLK_TCON0

[PATCH v2] f2fs: add sanity check for proc_mkdir
 2023-04-25 16:06 UTC 

[syzbot] [kernel?] KCSAN: data-race in __fput / __tty_hangup (4)
 2023-04-25 16:03 UTC  (9+ messages)

[RFC v1 0/4] Input: support virtual objects on touchscreens
 2023-04-25 16:02 UTC  (3+ messages)

[PATCH RESEND] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25 16:01 UTC  (2+ messages)

[PATCH v3 1/1] wifi: mac80211: fortify the spinlock against deadlock by interrupt
 2023-04-25 15:59 UTC  (3+ messages)

[PATCH v3 0/7] iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometer
 2023-04-25 15:57 UTC  (3+ messages)
` [PATCH v3 5/7] iio: accel: kionix-kx022a: Refactor driver and add chip_info structure

[PATCH v2] mm: compaction: optimize compact_memory to comply with the admin-guide
 2023-04-25 15:52 UTC 

[net PATCH 0/9] Macsec fixes for CN10KB
 2023-04-25 15:51 UTC  (5+ messages)
` [net PATCH 5/9] octeontx2-pf: mcs: Fix NULL pointer dereferences
    ` [EXT] "

[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
 2023-04-25 15:51 UTC  (12+ messages)

[PATCH] perf/arm-cmn: Fix DTC reset
 2023-04-25 15:49 UTC  (4+ messages)


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