Wilczynski, Michal ([email protected])

Number of posts: 149 (0.26 per day)
First post: 2022-07-05 14:54:58
Last post: 2024-02-08 13:23:20

Date List Subject
2023-06-30 18:45:58 linux-kernel [PATCH v6 7/9] acpi/nfit: Move handler installing logic to driver
2023-06-30 18:45:48 linux-kernel [PATCH v6 0/9] Remove .notify callback in acpi_device_ops
2023-06-30 18:43:35 linux-kernel [PATCH v6 8/9] acpi/nfit: Remove unnecessary .remove callback
2023-06-30 17:35:18 linux-kernel Re: [PATCH v5 09/10] acpi/nfit: Move handler installing logic to driver
2023-06-30 17:20:09 linux-kernel Re: [PATCH v5 09/10] acpi/nfit: Move handler installing logic to driver
2023-06-30 12:18:27 linux-kernel Re: [PATCH v5 08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids
2023-06-30 10:33:50 linux-kernel Re: [PATCH v5 08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids
2023-06-30 10:19:11 linux-kernel Re: [PATCH v5 09/10] acpi/nfit: Move handler installing logic to driver
2023-06-30 10:06:56 linux-kernel Re: [PATCH v5 08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids
2023-06-30 10:06:01 linux-kernel Re: [PATCH v5 07/10] acpi/nfit: Move acpi_nfit_notify() before acpi_nfit_add()
2023-06-30 10:05:50 linux-kernel Re: [PATCH v5 05/10] acpi/battery: Move handler installing logic to driver
2023-06-30 10:04:51 linux-kernel Re: [PATCH v5 04/10] acpi/video: Move handler installing logic to driver
2023-06-30 09:47:07 linux-kernel Re: [PATCH v5 03/10] acpi/ac: Move handler installing logic to driver
2023-06-30 09:28:22 linux-kernel Re: [PATCH v3 4/5] acpi: Use _OSC method to convey processor OSPM capabilities
2023-06-30 09:26:03 linux-kernel Re: [PATCH v3 3/5] acpi: Introduce new function callback for _OSC
2023-06-30 09:19:24 linux-kernel Re: [PATCH v3 3/5] acpi: Introduce new function callback for _OSC
2023-06-30 09:19:00 linux-kernel Re: [PATCH v3 3/5] acpi: Introduce new function callback for _OSC
2023-06-16 17:12:23 linux-kernel [PATCH v5 06/10] acpi/hed: Move handler installing logic to driver
2023-06-16 17:11:08 linux-kernel [PATCH v5 01/10] acpi/bus: Introduce wrappers for ACPICA event handler install/remove
2023-06-16 17:07:00 linux-kernel [PATCH v5 04/10] acpi/video: Move handler installing logic to driver
2023-06-16 17:04:51 linux-kernel [PATCH v5 10/10] acpi/thermal: Move handler installing logic to driver
2023-06-16 17:04:25 linux-kernel [PATCH v5 02/10] acpi/bus: Set driver_data to NULL every time .add() fails
2023-06-16 17:03:27 linux-kernel [PATCH v5 05/10] acpi/battery: Move handler installing logic to driver
2023-06-16 17:01:55 linux-kernel [PATCH v5 08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids
2023-06-16 17:01:11 linux-kernel [PATCH v5 07/10] acpi/nfit: Move acpi_nfit_notify() before acpi_nfit_add()
2023-06-16 17:00:57 linux-kernel [PATCH v5 00/10] Remove .notify callback in acpi_device_ops
2023-06-16 16:58:22 linux-kernel [PATCH v5 09/10] acpi/nfit: Move handler installing logic to driver
2023-06-16 16:56:50 linux-kernel [PATCH v5 03/10] acpi/ac: Move handler installing logic to driver
2023-06-14 08:00:51 linux-kernel Re: [PATCH v2 1/2] x86/numa: Introduce numa_fill_memblks()
2023-06-13 16:54:05 linux-kernel [PATCH v3 4/5] acpi: Use _OSC method to convey processor OSPM capabilities
2023-06-13 16:52:07 linux-kernel [PATCH v3 5/5] acpi: Remove acpi_hwp_native_thermal_lvt_osc()
2023-06-13 16:22:20 linux-kernel [PATCH v3 0/5] Prefer using _OSC method over deprecated _PDC
2023-06-13 16:21:31 linux-kernel [PATCH v3 2/5] acpi: Refactor arch_acpi_set_pdc_bits()
2023-06-13 16:21:15 linux-kernel [PATCH v3 3/5] acpi: Introduce new function callback for _OSC
2023-06-13 16:20:35 linux-kernel [PATCH v3 1/5] acpi: Move logic responsible for conveying processor OSPM capabilities
2023-06-13 15:37:10 linux-kernel Re: [PATCH v2] platform/x86/dell/dell-rbtn: Fix resources leaking on error path
2023-06-13 10:10:23 linux-kernel Re: [PATCH v1] platform/x86/dell/dell-rbtn: Fix resources leaking on error path
2023-06-13 08:54:40 linux-kernel [PATCH v2] platform/x86/dell/dell-rbtn: Fix resources leaking on error path
2023-06-12 09:34:29 linux-kernel [PATCH v1] platform/x86/dell/dell-rbtn: Fix resources leaking on error path
2023-06-09 18:28:56 linux-kernel Re: [RFT][PATCH v1 1/4] ACPI: button: Eliminate the driver notify callback
2023-05-31 08:27:39 linux-kernel Re: [PATCH v1 5/5] ACPI: thermal: Eliminate struct acpi_thermal_state_flags
2023-05-31 08:25:35 linux-kernel Re: [PATCH v1 4/5] ACPI: thermal: Move acpi_thermal_driver definition
2023-05-31 08:20:06 linux-kernel Re: [PATCH v1 3/5] ACPI: thermal: Move symbol definitions to one place
2023-05-31 08:17:08 linux-kernel Re: [PATCH v1 2/5] ACPI: thermal: Drop redundant ACPI_TRIPS_REFRESH_DEVICES symbol
2023-05-31 07:46:43 linux-kernel Re: [PATCH v1 1/5] ACPI: thermal: Use BIT() macro for defining flags
2023-05-30 16:19:35 linux-kernel Re: [PATCH v2] ACPI: APEI: EINJ: EINJV2 support added
2022-07-05 14:54:58 linux-kernel Re: [Intel-wired-lan] ice: Error setting promisc mode on VSI 6 (rc=-17) @ 5.18.x