Adrian Hunter ([email protected])

Number of posts: 4825 (1.03 per day)
First post: 2011-06-20 07:42:01
Last post: 2024-03-26 16:53:31

Date List Subject
2024-03-26 16:53:31 linux-kernel Re: [PATCH] perf intel-pt: Fix unassigned instruction op
2024-03-26 10:25:48 linux-kernel Re: [PATCH] mmc: sdhci-msm: pervent access to suspended controller
2024-03-26 08:32:46 linux-kernel [PATCH] perf intel-pt: Fix unassigned instruction op
2024-03-25 17:22:10 linux-kernel Re: [PATCH v1] perf intel-pt: Fix memory sanitizer use-of-uninitialized-value
2024-03-25 15:53:21 linux-kernel [PATCH V2 01/19] vdso: Consolidate vdso_calc_delta()
2024-03-25 15:50:52 linux-kernel [PATCH V2 05/19] vdso: math64: Provide mul_u64_u32_add_u64_shr()
2024-03-25 15:05:27 linux-kernel [PATCH V2 11/19] timekeeping: Tidy timekeeping_cycles_to_ns() slightly
2024-03-25 13:08:44 linux-kernel [PATCH V2 15/19] timekeeping: Fold in timekeeping_delta_to_ns()
2024-03-25 13:08:32 linux-kernel [PATCH V2 08/19] x86/vdso: Make delta calculation overflow safe
2024-03-25 13:08:20 linux-kernel [PATCH V2 12/19] timekeeping: Reuse timekeeping_cycles_to_ns()
2024-03-25 13:08:19 linux-kernel [PATCH V2 17/19] timekeeping: Make delta calculation overflow safe
2024-03-25 13:06:58 linux-kernel [PATCH V2 00/19] timekeeping: Handle potential multiplication overflow
2024-03-25 13:06:54 linux-kernel [PATCH V2 13/19] timekeeping: Refactor timekeeping helpers
2024-03-25 13:06:42 linux-kernel [PATCH V2 14/19] timekeeping: Consolidate timekeeping helpers
2024-03-25 13:06:37 linux-kernel [PATCH V2 16/19] timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safety
2024-03-25 13:06:26 linux-kernel [PATCH V2 19/19] clocksource: Make watchdog and suspend-timing multiplication overflow safe
2024-03-25 12:36:58 linux-kernel [PATCH V2 10/19] timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()
2024-03-25 12:23:25 linux-kernel [PATCH V2 09/19] timekeeping: Move timekeeping helper functions
2024-03-25 12:22:38 linux-kernel [PATCH V2 07/19] vdso: Make delta calculation overflow safe
2024-03-25 12:18:33 linux-kernel [PATCH V2 18/19] timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflow
2024-03-25 12:18:31 linux-kernel [PATCH V2 06/19] vdso: Add vdso_data::max_cycles
2024-03-25 12:18:21 linux-kernel [PATCH V2 03/19] vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECT
2024-03-25 12:17:45 linux-kernel [PATCH V2 02/19] vdso: Consolidate nanoseconds calculation
2024-03-25 12:17:32 linux-kernel [PATCH V2 04/19] math64: Tidy mul_u64_u32_shr()
2024-03-22 15:13:43 linux-kernel Re: [PATCH 1/1] perf tools: Add Kan Liang to MAINTAINERS as a reviewer
2024-03-22 10:22:52 linux-kernel [PATCH] perf script: Consolidate capstone print functions
2024-03-21 11:47:08 linux-kernel Re: [PATCH v1 1/1] sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()
2024-03-21 06:40:35 linux-kernel Re: [PATCH v7 0/2] mmc: sdhci-of-dwcmshc: Add CQE support
2024-03-19 16:26:57 linux-kernel Re: Bug report: probe of AMDI0040:00 failed with error -16
2024-03-19 12:54:01 linux-kernel Re: [PATCH v7 2/2] mmc: sdhci-of-dwcmshc: Implement SDHCI CQE support
2024-03-19 12:48:43 linux-kernel Re: [PATCH v7 1/2] mmc: cqhci: Add cqhci set_tran_desc() callback
2024-03-19 06:41:05 linux-kernel Re: [PATCH v3 1/7] mmc: sdhci_am654: Add tuning algorithm for delay chain
2024-03-15 07:23:51 linux-kernel [PATCH 2/2] perf auxtrace: Fix multiple use of --itrace option
2024-03-15 07:23:41 linux-kernel [PATCH 1/2] perf script: Show also errors for --insn-trace option
2024-03-14 17:36:11 linux-kernel Re: [PATCH v6 2/2] mmc: sdhci-of-dwcmshc: Implement SDHCI CQE support
2024-03-14 14:29:00 linux-kernel Re: [PATCH v3 1/7] mmc: sdhci_am654: Add tuning algorithm for delay chain
2024-03-13 12:37:16 linux-kernel [PATCH V2] perf scripts python: Add a script to run instances of perf script in parallel
2024-03-11 17:52:20 linux-kernel Re: [PATCH] perf scripts python: Add a script to run instances of perf script in parallel
2024-03-10 19:35:31 linux-kernel [PATCH] perf scripts python: Add a script to run instances of perf script in parallel
2024-03-08 13:28:49 linux-kernel [PATCH 06/19] vdso: Add vdso_data::max_cycles
2024-03-08 13:28:31 linux-kernel [PATCH 09/19] timekeeping: Move timekeeping helper functions
2024-03-08 13:28:28 linux-kernel [PATCH 15/19] timekeeping: Fold in timekeeping_delta_to_ns()
2024-03-08 13:27:21 linux-kernel [PATCH 18/19] timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflow
2024-03-08 13:27:00 linux-kernel [PATCH 19/19] clocksource: Make watchdog and suspend-timing multiplication overflow safe
2024-03-08 13:22:10 linux-kernel [PATCH 02/19] vdso: Consolidate nanoseconds calculation
2024-03-08 13:19:20 linux-kernel [PATCH 17/19] timekeeping: Make delta calculation overflow safe
2024-03-08 13:19:08 linux-kernel [PATCH 16/19] timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safety
2024-03-08 13:18:46 linux-kernel [PATCH 14/19] timekeeping: Consolidate timekeeping helpers
2024-03-08 13:18:33 linux-kernel [PATCH 13/19] timekeeping: Refactor timekeeping helpers
2024-03-08 13:18:22 linux-kernel [PATCH 12/19] timekeeping: Reuse timekeeping_cycles_to_ns()
2024-03-08 13:18:11 linux-kernel [PATCH 11/19] timekeeping: Tidy timekeeping_cycles_to_ns() slightly