messages from 2024-02-25 02:42:44 to 2024-02-25 15:19:08 UTC [more...]
[PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-02-25 15:19 UTC (23+ messages)
` [PATCH v8 01/35] tracing: Add a comment about ftrace_regs definition
` [PATCH v8 02/35] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v8 03/35] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v8 04/35] function_graph: Convert ret_stack to a series of longs
` [PATCH v8 05/35] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v8 06/35] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v8 07/35] function_graph: Allow multiple users to attach to function graph
` [PATCH v8 08/35] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v8 09/35] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v8 10/35] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v8 11/35] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v8 12/35] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v8 13/35] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v8 14/35] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v8 15/35] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v8 16/35] function_graph: Move graph depth stored data "
` [PATCH v8 17/35] function_graph: Move graph notrace bit "
` [PATCH v8 18/35] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v8 19/35] function_graph: Add selftest for passing local variables
` [PATCH v8 20/35] ftrace: Add multiple fgraph storage selftest
` [PATCH v8 21/35] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v8 22/35] function_graph: Replace fgraph_ret_regs with ftrace_regs
[PATCH 1/2] serial: core: introduce uart_port_tx_limited_flags()
2024-02-25 15:14 UTC (2+ messages)
` [PATCH 2/2] serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()
[PATCH v3 0/3] clocksource/drivers/arm_global_timer: Three improvements
2024-02-25 15:13 UTC (4+ messages)
` [PATCH v3 1/3] clocksource/drivers/arm_global_timer: Make gt_target_rate unsigned long
` [PATCH v3 2/3] clocksource/drivers/arm_global_timer: Guard against division by zero
` [PATCH v3 3/3] clocksource/drivers/arm_global_timer: Simplify prescaler register access
[PATCH 1/1] kbuild: Add DT schema check also when applying DT overlays
2024-02-25 15:12 UTC
[PATCH v2 00/20] Omnivision OV4689 refactoring and improvements
2024-02-25 14:58 UTC (13+ messages)
` [PATCH v2 09/20] media: i2c: ov4689: Use runtime PM autosuspend
` [PATCH v2 12/20] media: i2c: ov4689: Implement vflip/hflip controls
[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
2024-02-25 15:02 UTC (6+ messages)
` [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation
[PATCH 0/8] regulator: mp8859: Cleanups and enhancements
2024-02-25 14:59 UTC (9+ messages)
` [PATCH 1/8] regulator: mp8859: Specify register accessibility and enable caching
` [PATCH 2/8] regulator: mp8859: Validate and log device identifier information
` [PATCH 3/8] regulator: mp8859: Support enable control
` [PATCH 4/8] regulator: mp8859: Support mode operations
` [PATCH 5/8] regulator: mp8859: Support active discharge control
` [PATCH 6/8] regulator: mp8859: Support status and error readback
` [PATCH 7/8] regulator: mp8859: Report slew rate
` [PATCH 8/8] regulator: mp8859: Implement set_current_limit()
[PATCHv7 00/16] x86/tdx: Add kexec support
2024-02-25 14:58 UTC (4+ messages)
` [PATCHv7 10/16] x86/tdx: Convert shared memory back to private on kexec
[PATCH 0/1] Rosebush, a new hash table
2024-02-25 14:47 UTC (15+ messages)
` [PATCH 1/1] rosebush: Add new data structure
[PATCH v4 07/11] block: Add fops atomic write support
2024-02-25 14:46 UTC (2+ messages)
[PATCH 1/2] iio: accel: adxl367: fix DEVID read after reset
2024-02-25 14:33 UTC (5+ messages)
` [PATCH 2/2] iio: accel: adxl367: fix I2C FIFO data register
[PATCH v2] ARM: mvebu: Add error handling in coherency.c to prevent bugs
2024-02-25 14:31 UTC
[PATCH v2] ARM: mvebu: Add error handling in i2c_quirk to prevent bugs
2024-02-25 14:29 UTC
[RESEND PATCH v2 0/4] of: automate of_node_put() - new approach to loops
2024-02-25 14:27 UTC (5+ messages)
` [RESEND PATCH v2 1/4] of: Add cleanup.h based auto release via __free(device_node) markings
` [RESEND PATCH v2 2/4] of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
` [RESEND PATCH v2 3/4] of: unittest: Use for_each_child_of_node_scoped()
` [RESEND PATCH v2 4/4] iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()
[PATCH v2 0/4] of: automate of_node_put() - new approach to loops
2024-02-25 14:25 UTC (2+ messages)
Linux regressions report for mainline [2024-02-25]
2024-02-25 14:21 UTC (2+ messages)
[PATCH v4 0/3] CDAT updates and fixes
2024-02-25 14:21 UTC (4+ messages)
` [PATCH v4 2/3] cxl/pci: Get rid of pointer arithmetic reading CDAT table
[PATCH v4 06/11] block: Add atomic write support for statx
2024-02-25 14:20 UTC (2+ messages)
[PATCH v4 00/16] UNI-T UTi260B support
2024-02-25 14:15 UTC (19+ messages)
` [PATCH v4 08/16] ARM: dts: imx6ull: fix pinctrl node name
` [PATCH v4 09/16] ARM: dts: imx6ul: Remove fsl,anatop from usbotg1
` [PATCH v4 10/16] ARM: dts: imx6ul: add missing #thermal-sensor-cells
` [PATCH v4 11/16] ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios
` [PATCH v4 12/16] ARM: dts: nxp: imx6ul: fix touchscreen node name
` [PATCH v4 13/16] ARM: dts: nxp: imx: fix weim "
` [PATCH v4 14/16] dt-bindings: vendor-prefixes: add UNI-T
` [PATCH v4 15/16] dt-bindings: arm: add UNI-T UTi260B
` [PATCH v4 16/16] ARM: dts: imx6ull-uti260b: Add board
[PATCH v3 0/3] drm/msm/dpu: debug commit_done timeouts
2024-02-25 14:12 UTC (4+ messages)
` [PATCH v3 1/3] drm/msm/dpu: make "vblank timeout" more useful
` [PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
` [PATCH v3 3/3] drm/msm/dpu: capture snapshot on the first commit_done timeout
[GIT PULL] USB driver fixes for 6.8-rc6
2024-02-25 13:56 UTC
[GIT PULL] TTY/Serial driver fixes for 6.8-rc6
2024-02-25 13:56 UTC
[syzbot] [rdma?] KASAN: slab-use-after-free Read in rdma_resolve_route
2024-02-25 13:49 UTC (3+ messages)
[GIT PULL] erofs fix for 6.8-rc6
2024-02-25 13:46 UTC
[PATCH] arm64: dts: imx8mp: Fix LDB clocks property
2024-02-25 13:30 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp-evk: Fix hdmi@3d node
2024-02-25 13:28 UTC (2+ messages)
[PATCH] ARM: mvebu: Add check in coherency.c to prevent null pointer dereference
2024-02-25 13:20 UTC (3+ messages)
[PATCH v2] MAINTAINERS: Use a proper mailinglist for NXP i.MX development
2024-02-25 13:13 UTC (2+ messages)
[PATCH 1/8] sysctl: introduce sysctl SYSCTL_U8_MAX and SYSCTL_LONG_S32_MAX
2024-02-25 12:29 UTC (9+ messages)
` [PATCH 2/8] rxrpc: delete these duplicate static variables n_65535 and four
` [PATCH 3/8] net: ipv6: delete these duplicate static variables two_five_five and minus_one
` [PATCH 4/8] svcrdma: delete the duplicate static variables zero
` [PATCH 5/8] sysctl: delete these duplicate static variables i_zero and i_one_hundred
` [PATCH 6/8] epoll: delete these duplicate static variables long_zero and long_max
` [PATCH 7/8] fs: inotify: delete these duplicate static variables it_zero and it_int_max
` [PATCH 8/8] ucounts: delete these duplicate static variables ue_zero and ue_int_max
[PATCH] ARM: mvebu: Prevent null pointer dereference caused by kzalloc failure
2024-02-25 13:12 UTC (3+ messages)
[PATCH] arm64: dts: imx8mm-evk: Add spdif sound card support
2024-02-25 13:03 UTC (2+ messages)
[PATCH] ocfs2: remove SLAB_MEM_SPREAD flag usage
2024-02-25 13:02 UTC (3+ messages)
[PATCH 1/1] ARM: dts: ls1021a: Enable usb3-lpm-capable for usb3 node
2024-02-25 13:01 UTC (2+ messages)
[PATCH v7 00/13] clk: hisilicon: Migrate devm APIs
2024-02-25 12:50 UTC (16+ messages)
` [PATCH v7 01/13] clk: hisilicon: Add helper functions for platform driver
` [PATCH v7 02/13] clk: hisilicon: hi3516cv300: Use helper functions
` [PATCH v7 03/13] clk: hisilicon: hi3798cv200: "
` [PATCH v7 04/13] clk: hisilicon: Remove hisi_crg_funcs
` [PATCH v7 05/13] clk: hisilicon: hi3519: Use helper functions
` [PATCH v7 06/13] clk: hisilicon: hi3559a: "
` [PATCH v7 07/13] clk: hisilicon: hi3660: Convert into module
` [PATCH v7 08/13] clk: hisilicon: hi3670: "
` [PATCH v7 09/13] clk: hisilicon: hi3620: Convert into platform driver module
` [PATCH v7 10/13] clk: hisilicon: hi6220: "
` [PATCH v7 11/13] clk: hisilicon: hip04: "
` [PATCH v7 12/13] clk: hisilicon: hix5hd2: "
` [PATCH v7 13/13] clk: hisilicon: Migrate devm APIs
[PATCH v2] clocksource/drivers/arm_global_timer: Simplify prescaler register access
2024-02-25 12:37 UTC (4+ messages)
[PATCH 1/1] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
2024-02-25 12:32 UTC
[gustavoars:testing/WFAMNAE-next20240223 1/1] mm/mmu_gather.c:23:39: warning: comparison of distinct pointer types ('struct mmu_gather_batch *' and 'struct mmu_gather_batch_hdr *')
2024-02-25 12:27 UTC
[PATCH v4 05/11] block: Add core atomic write support
2024-02-25 12:21 UTC (3+ messages)
[PATCH] iio: avoid fortify-string overflow error
2024-02-25 12:19 UTC (2+ messages)
[PATCH v2] iio: pressure: dlhl60d: Initialize empty DLH bytes
2024-02-25 12:14 UTC (4+ messages)
[PATCH v4 0/4] Add support for AF8133J magnetometer
2024-02-25 12:08 UTC (4+ messages)
` [PATCH v4 3/4] iio: magnetometer: add a driver for Voltafield "
[gustavoars:testing/WFAMNAE-next20240223 1/1] drivers/rpmsg/qcom_glink_native.c:832:7: error: static assertion failed due to requirement '__builtin_types_compatible_p(struct glink_msg, struct glink_msg_hdr) || __builtin_types_compatible_p(struct glink_msg, void)': pointer type mismatch in container_o
2024-02-25 12:06 UTC
[PATCH v4 0/2] usb: dwc3: add glue driver for Hi3798MV200
2024-02-25 12:03 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: usb: add hisilicon,hi3798mv200-dwc3
` [PATCH v4 2/2] usb: dwc3: of-simple: Add compatible for hi3798mv200 DWC3 controller
[PATCH] staging: media: atomisp: Fix various formatting issues and remove unneccesary braces
2024-02-25 12:03 UTC
[gustavoars:testing/WFAMNAE-next20240223 1/1] drivers/scsi/megaraid/megaraid_sas_fp.c:103:29: error: 'struct MR_DRV_RAID_MAP_hdr' has no member named 'ldSpanMap'
2024-02-25 11:44 UTC
[PATCH 01/13] accel/habanalabs/gaudi2: use single function to compare FW versions
2024-02-25 10:36 UTC (3+ messages)
[PATCH v7 0/5] Support for Avago APDS9306 Ambient Light Sensor
2024-02-25 11:40 UTC (5+ messages)
` [PATCH v7 5/5] iio: light: Add support for APDS9306 "
[PATCH 1/3] tpm: protect against locality counter underflow
2024-02-25 11:23 UTC (9+ messages)
[PATCH 0/1] KVM: arm64: Affinity level 3 support
2024-02-25 11:19 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] greybus: constify the struct device_type usage
2024-02-25 11:04 UTC (5+ messages)
[PATCHSET v2 wq/6.10] workqueue: Implement disable/enable_work()
2024-02-25 10:55 UTC (4+ messages)
[GIT PULL] x86/urgent for v6.8-rc6
2024-02-25 10:53 UTC
WARNING: fs/proc/generic.c:173 __xlate_proc_name
2024-02-25 10:47 UTC (2+ messages)
[GIT PULL] irq/urgent for v6.8-rc6
2024-02-25 10:46 UTC
[PATCH v3 0/2] usb: dwc3: add glue driver for Hi3798MV200
2024-02-25 10:46 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: usb: add hisilicon,hi3798mv200-dwc3
[PATCH v6 0/2] Add regmap support to exynos-pmu for protected PMU regs
2024-02-25 10:41 UTC (2+ messages)
WARNING: fs/proc/generic.c:173 __xlate_proc_name
2024-02-25 10:13 UTC
[PATCH] dt-bindings: serial: convert st,asc to DT schema
2024-02-25 10:03 UTC
CVE-2024-26602: sched/membarrier: reduce the ability to hammer on sys_membarrier
2024-02-25 9:52 UTC (3+ messages)
[PATCH] staging: greybus: put macro in a do - while loop
2024-02-25 9:49 UTC (3+ messages)
tree for the greybus subsystem
2024-02-25 9:11 UTC (3+ messages)
[PATCH v3] kbuild: Use -fmin-function-alignment when available
2024-02-25 9:06 UTC (2+ messages)
San OS Youtube playlist on Background (Fair Source)
2024-02-25 9:04 UTC
[drm-drm-misc:drm-misc-next v2] dt-bindings: nt35510: document 'port' property
2024-02-25 9:01 UTC (4+ messages)
[PATCH] virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw
2024-02-25 8:46 UTC (3+ messages)
[PATCH v10 0/2] arm64: Add a build target for Flat Image Tree
2024-02-25 8:40 UTC (4+ messages)
` [PATCH v10 2/2] arm64: boot: Support "
[PATCH v3] ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
2024-02-25 8:30 UTC (3+ messages)
[PATCH RFC] kbuild: create a list of all built DTB files
2024-02-25 8:20 UTC (2+ messages)
Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
2024-02-25 7:32 UTC (4+ messages)
[syzbot] [x25?] [reiserfs?] general protection fault in lapbeth_data_transmit
2024-02-25 7:28 UTC
[PATCH v2 0/7] sparc32: build fixes for all{yes,mod}config builds
2024-02-25 7:08 UTC (4+ messages)
` [PATCH v2 4/7] sparc32: Do not select ZONE_DMA
[PATCH v3] Watchdog: New module for ITE 5632 watchdog
2024-02-25 6:43 UTC (7+ messages)
[PATCH v2] f2fs: fix to use correct segment type in f2fs_allocate_data_block()
2024-02-25 6:36 UTC
[PATCH v3 1/2] f2fs: separate f2fs_gc_range() to use GC for a range
2024-02-25 6:30 UTC (5+ messages)
` [PATCH v3 2/2] f2fs: support file pinning for zoned devices
` [f2fs-dev] "
[PATCH] f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
2024-02-25 6:29 UTC (3+ messages)
[REGRESSION] 6.8-rc process is unable to exit and consumes a lot of cpu
2024-02-25 5:57 UTC (5+ messages)
[paulmck-rcu:rcu/next] BUILD SUCCESS 10395f8cfef8e360355770776945aff5d23f793b
2024-02-25 5:45 UTC
[PATCH] dt-bindings: nvmem: qcom,spmi-sdam: update maintainer
2024-02-25 5:04 UTC (2+ messages)
[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
2024-02-25 4:56 UTC (2+ messages)
[PATCH] xfs: remove SLAB_MEM_SPREAD flag usage
2024-02-25 4:50 UTC (3+ messages)
[syzbot] [mm] KMSAN: uninit-value in virtqueue_add (4)
2024-02-25 4:33 UTC
[PATCH 0/8] introduce sysctl SYSCTL_U8_MAX and SYSCTL_LONG_S32_MAX
2024-02-25 4:05 UTC
[syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4)
2024-02-25 3:59 UTC (3+ messages)
` [syzbot] "
[PATCH] exfat: remove SLAB_MEM_SPREAD flag usage
2024-02-25 3:53 UTC (2+ messages)
[PATCH v1] ARM: dts: imx7: remove DSI port endpoints
2024-02-25 3:38 UTC (3+ messages)
[PATCH] arm64: dts: imx8mn-beacon: Remove unnecessary clock configuration
2024-02-25 3:23 UTC (2+ messages)
[PATCH] arm64: dts: imx8mn: Slow default video_pll clock rate
2024-02-25 3:22 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp-beacon: Configure multiple queues on eqos
2024-02-25 3:21 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp-beacon: Enable Bluetooth
2024-02-25 3:20 UTC (2+ messages)
[paulmck-rcu:debug.2024.02.23a] BUILD SUCCESS 02d533588a4477e51b0079d00ca84529b0fd18ce
2024-02-25 3:16 UTC
[paulmck-rcu:dev.2024.02.22a] BUILD SUCCESS 870a279c3d8355308bdd9a65b0cabac479ceea03
2024-02-25 3:14 UTC
[PATCH] tick: use READ_ONCE() to read jiffies in concurrent environment
2024-02-25 3:12 UTC
[syzbot] [mm] KMSAN: uninit-value in virtqueue_add (4)
2024-02-25 3:12 UTC
[PATCH] ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment
2024-02-25 3:05 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).