[PATCH net-next v5 0/3] net: dsa: realtek: support reset controller and update docs
2024-02-25 16:29 UTC
[PATCH] mean_and_variance: Drop always failing tests
2024-02-25 16:29 UTC
WARNING: fs/proc/generic.c:173 __xlate_proc_name
2024-02-25 16:27 UTC (3+ messages)
[PATCH] genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokens
2024-02-25 16:19 UTC (2+ messages)
[PATCH 1/2] serial: core: introduce uart_port_tx_limited_flags()
2024-02-25 16:14 UTC (3+ messages)
` [PATCH 2/2] serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()
[PATCH v3 00/15] clk: samsung: Add CPU clocks for Exynos850
2024-02-25 16:11 UTC (28+ messages)
` [PATCH v3 01/15] dt-bindings: clock: exynos850: Add CMU_CPUCLK0 and CMU_CPUCL1
` (subset) "
` [PATCH v3 02/15] clk: samsung: Improve clk-cpu.c style
` (subset) "
` [PATCH v3 03/15] clk: samsung: Pull struct exynos_cpuclk into clk-cpu.c
` (subset) "
` [PATCH v3 04/15] clk: samsung: Reduce params count in exynos_register_cpu_clock()
` (subset) "
` [PATCH v3 05/15] clk: samsung: Use single CPU clock notifier callback for all chips
` (subset) "
` [PATCH v3 06/15] clk: samsung: Group CPU clock functions by chip
` (subset) "
` [PATCH v3 07/15] clk: samsung: Pass actual CPU clock registers base to CPU_CLK()
` (subset) "
` [PATCH v3 08/15] clk: samsung: Pass register layout type explicitly to CLK_CPU()
` (subset) "
` [PATCH v3 09/15] clk: samsung: Keep CPU clock chip specific data in a dedicated struct
` (subset) "
` [PATCH v3 10/15] clk: samsung: Keep register offsets in chip specific structure
` (subset) "
` [PATCH v3 11/15] clk: samsung: Pass mask to wait_until_mux_stable()
` (subset) "
` [PATCH v3 12/15] clk: samsung: Add CPU clock support for Exynos850
` (subset) "
` [PATCH v3 13/15] clk: samsung: Implement manual PLL control for ARM64 SoCs
[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
2024-02-25 16:09 UTC (2+ messages)
[PATCH v2 0/5] More unit test for mballoc
2024-02-25 16:07 UTC (2+ messages)
[PATCH net] kunit: Fix again checksum tests on big endian CPUs
2024-02-25 15:58 UTC (2+ messages)
[PATCH v10] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
2024-02-25 15:58 UTC (2+ messages)
[PATCH 0/7] extcon: Convert to platform remove callback returning void
2024-02-25 15:54 UTC (8+ messages)
` [PATCH 1/7] extcon: adc-jack: "
` [PATCH 2/7] extcon: intel-cht-wc: "
` [PATCH 3/7] extcon: intel-mrfld: "
` [PATCH 4/7] extcon: max3355: "
` [PATCH 5/7] extcon: max77843: "
` [PATCH 6/7] extcon: usb-gpio: "
` [PATCH 7/7] extcon: usbc-cros-ec: "
[PATCHv7 00/16] x86/tdx: Add kexec support
2024-02-25 15:54 UTC (7+ messages)
` [PATCHv7 08/16] x86/tdx: Account shared memory
` [PATCHv7 10/16] x86/tdx: Convert shared memory back to private on kexec
[PATCH] staging: media: atomisp: Fix formatting issues and minor code issue
2024-02-25 15:53 UTC
[PATCH] dt-bindings: serial: convert st,asc to DT schema
2024-02-25 15:42 UTC (2+ messages)
[PATCH] perf pmu: Fix a potential memory leak in perf_pmu__lookup()
2024-02-25 15:42 UTC (2+ messages)
[PATCH 8/8] ucounts: delete these duplicate static variables ue_zero and ue_int_max
2024-02-25 15:21 UTC (3+ messages)
[PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-02-25 15:21 UTC (36+ 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 v8 23/35] function_graph: Pass ftrace_regs to retfunc
` [PATCH v8 24/35] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v8 25/35] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v8 26/35] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v8 27/35] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v8 28/35] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v8 29/35] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v8 30/35] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v8 31/35] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v8 32/35] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v8 33/35] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v8 34/35] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v8 35/35] Documentation: probes: Update fprobe on function-graph tracer
[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 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()
[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 0/1] Rosebush, a new hash table
2024-02-25 14:47 UTC (5+ messages)
[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] 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] Documentation: PM: Fix runtime_pm.rst markdown syntax
2024-02-25 13:00 UTC
[PATCH v7 00/13] clk: hisilicon: Migrate devm APIs
2024-02-25 12:50 UTC (13+ messages)
` [PATCH v7 01/13] clk: hisilicon: Add helper functions for platform driver
` [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] staging: media: atomisp: Fix various formatting issues and remove unneccesary braces
2024-02-25 12:03 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
[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 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
[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)
[PATCH 01/13] accel/habanalabs/gaudi2: use single function to compare FW versions
2024-02-25 10:36 UTC (3+ messages)
WARNING: fs/proc/generic.c:173 __xlate_proc_name
2024-02-25 10:13 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 (2+ 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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®