LinuxLists
Users
About
Guenter Roeck (
[email protected]
)
Number of posts: 16332 (3.42 per day)
First post: 2011-05-23 15:28:14
Last post: 2024-06-14 19:25:59
Previous Page
/
Next Page
Date
List
Subject
2024-04-03 13:23:21
linux-kernel
[PATCH v3 01/15] bug/kunit: Core support for suppressing warning backtraces
2024-04-03 13:23:03
linux-kernel
[PATCH v3 10/15] parisc: Add support for suppressing warning backtraces
2024-04-03 13:22:44
linux-kernel
[PATCH v3 09/15] loongarch: Add support for suppressing warning backtraces
2024-04-03 13:22:27
linux-kernel
[PATCH v3 08/15] arm64: Add support for suppressing warning backtraces
2024-04-03 13:21:47
linux-kernel
[PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
2024-04-03 13:21:10
linux-kernel
[PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
2024-04-03 13:20:52
linux-kernel
[PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
2024-04-03 13:19:58
linux-kernel
[PATCH v3 00/15] Add support for suppressing warning backtraces
2024-04-03 12:59:14
linux-kernel
Re: [RFC PATCH 5/6] watchdog: ROHM BD96801 PMIC WDG driver
2024-04-02 22:19:11
linux-kernel
Re: hwmon: label vs temp%d_label
2024-04-02 20:59:53
linux-kernel
Re: hwmon: label vs temp%d_label
2024-04-02 17:12:30
linux-kernel
Re: [RFC PATCH 5/6] watchdog: ROHM BD96801 PMIC WDG driver
2024-04-02 14:06:20
linux-kernel
Re: [PATCH] Revert "sh: Handle calling csum_partial with misaligned data"
2024-04-02 14:03:55
linux-kernel
Re: [PATCH] mean_and_variance: Drop always failing tests
2024-04-02 13:38:54
linux-kernel
[PATCH] mm/slub, kunit: Use inverted data to corrupt kmem cache
2024-04-01 15:42:26
linux-kernel
Re: Linux 6.9-rc2
2024-03-30 11:58:40
linux-kernel
Re: [PATCH 1/3] hwmon: Add thermal sensor driver for Surface Aggregator Module
2024-03-29 15:40:23
linux-kernel
Re: [PATCH v2 12/14] sh: Add support for suppressing warning backtraces
2024-03-28 15:20:17
linux-kernel
Re: [PATCH RFC 3/7] hwmon: (da9052) Use devm_regulator_get_enable_get_voltage()
2024-03-27 21:44:59
linux-kernel
Re: [PATCH 5.15 000/309] 5.15.153-rc2 review
2024-03-27 19:47:49
linux-kernel
Re: [PATCH v4 1/2] of: create of_root if no dtb provided
2024-03-27 18:37:08
linux-kernel
Re: [PATCH] watchdog: mtx-1: drop driver owner assignment
2024-03-27 18:36:40
linux-kernel
Re: [PATCH v2] cpu: mark cpu_possible_mask as __ro_after_init
2024-03-27 16:15:00
linux-kernel
Re: [PATCH v4 4/4] drivers: watchdog: ast2500 and ast2600 support bootstatus
2024-03-27 15:26:00
linux-kernel
Re: [PATCH v2 12/14] sh: Add support for suppressing warning backtraces
2024-03-27 15:15:44
linux-kernel
Re: [PATCH v4 1/2] of: create of_root if no dtb provided
2024-03-26 15:42:15
linux-kernel
Re: [PATCH v3 4/4] drivers: watchdog: ast2500 and ast2600 support bootstatus
2024-03-26 05:03:02
linux-kernel
Re: [PATCH v2 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
2024-03-25 23:11:15
linux-kernel
Re: [PATCH] Revert "sh: Handle calling csum_partial with misaligned data"
2024-03-25 23:02:57
linux-kernel
[PATCH v2 11/14] s390: Add support for suppressing warning backtraces
2024-03-25 22:42:12
linux-kernel
[PATCH] nios2: Call handle_mm_fault() with interrupts enabled
2024-03-25 20:52:29
linux-kernel
Re: [PATCH v2 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
2024-03-25 20:33:29
linux-kernel
Re: [PATCH] Revert "sh: Handle calling csum_partial with misaligned data"
2024-03-25 19:16:58
linux-kernel
Re: [PATCH v5 2/2] hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems
2024-03-25 18:46:02
linux-kernel
Re: [PATCH v1 2/3] hwmon: (pmbus/mp2975) Constify local pointers to pmbus_driver_info
2024-03-25 18:34:13
linux-kernel
[PATCH v2 09/14] loongarch: Add support for suppressing warning backtraces
2024-03-25 18:34:07
linux-kernel
[PATCH v2 10/14] parisc: Add support for suppressing warning backtraces
2024-03-25 18:26:28
linux-kernel
[PATCH v2 14/14] powerpc: Add support for suppressing warning backtraces
2024-03-25 18:26:12
linux-kernel
[PATCH v2 13/14] riscv: Add support for suppressing warning backtraces
2024-03-25 18:25:45
linux-kernel
[PATCH v2 03/14] kunit: Add test cases for backtrace warning suppression
2024-03-25 18:25:27
linux-kernel
[PATCH v2 08/14] arm64: Add support for suppressing warning backtraces
2024-03-25 18:25:01
linux-kernel
[PATCH v2 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
2024-03-25 18:25:01
linux-kernel
[PATCH v2 12/14] sh: Add support for suppressing warning backtraces
2024-03-25 18:23:53
linux-kernel
[PATCH v2 07/14] x86: Add support for suppressing warning backtraces
2024-03-25 18:23:41
linux-kernel
[PATCH v2 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
2024-03-25 18:23:12
linux-kernel
[PATCH v2 04/14] kunit: Add documentation for warning backtrace suppression API
2024-03-25 18:21:22
linux-kernel
[PATCH v2 02/14] kunit: bug: Count suppressed warning backtraces
2024-03-25 18:20:59
linux-kernel
[PATCH v2 01/14] bug/kunit: Core support for suppressing warning backtraces
2024-03-25 18:20:39
linux-kernel
[PATCH v2 00/14] Add support for suppressing warning backtraces
2024-03-25 18:17:25
linux-kernel
Re: [PATCH v3 3/3] media: uvcvideo: Exit early if there is not int_urb
2024-03-25 18:03:59
linux-kernel
Re: [PATCH v5 1/2] dt-bindings: hwmon: Add NCT7363Y documentation