LinuxLists
Users
About
Andi Kleen (
[email protected]
)
Number of posts: 7880 (1.34 per day)
First post: 2001-10-12 19:56:03
Last post: 2017-11-27 21:42:09
Previous Page
/
Next Page
Date
List
Subject
2019-07-12 17:00:54
linux-kernel
Re: [PATCH] scatterlist: Allocate a contiguous array instead of chaining
2019-07-11 20:13:57
linux-kernel
Re: [RFC v2 02/26] mm/asi: Abort isolation on interrupt, exception and context switch
2019-07-11 18:55:06
linux-kernel
[PATCH 1/3] perf script: Fix --max-blocks man page description
2019-07-11 18:55:06
linux-kernel
[PATCH 2/3] perf script: Fix off by one in brstackinsn IPC computation
2019-07-11 18:30:18
linux-kernel
[PATCH 3/3] perf script: Improve man page description of metrics
2019-07-03 01:04:10
linux-kernel
[PATCH] x86/fpu: Fix nofxsr regression
2019-06-28 23:04:43
linux-kernel
[PATCH v1] perf/x86: Consider pinned events for group validation
2019-06-28 22:09:25
linux-kernel
[PATCH] perf tools: Fix typos / broken sentences
2019-06-28 22:09:10
linux-kernel
[PATCH 3/3] perf tools metric: Don't include duration_time in group
2019-06-28 22:08:58
linux-kernel
[PATCH 2/3] perf list: Avoid extra : for --raw metrics
2019-06-28 22:08:14
linux-kernel
[PATCH 1/3] perf vendor events intel: Metric fixes for SKX/CLX
2019-06-27 22:29:01
linux-kernel
[PATCH] perf tools: Fix bison warnings for pure parser
2019-06-24 21:58:47
linux-kernel
[PATCH v1 2/4] perf stat: Don't merge events in the same PMU
2019-06-24 21:58:34
linux-kernel
[PATCH v1 4/4] perf stat: Fix metrics with --no-merge
2019-06-24 21:58:29
linux-kernel
[PATCH v1 1/4] perf stat: Make metric event lookup more robust
2019-06-24 21:58:27
linux-kernel
Some bug fixes for perf stat metrics
2019-06-24 21:57:25
linux-kernel
[PATCH v1 3/4] perf stat: Fix group lookup for metric group
2019-06-20 21:32:39
linux-kernel
Re: [PATCH 3/3] resource: Introduce resource cache
2019-06-20 18:27:46
linux-kernel
Re: [PATCH v1] KVM: x86: PMU Whitelist
2019-04-01 16:55:34
linux-kernel
Re: [PATCH 10/17] delta: Fix buffer overrun in delta_ipc_open
2019-03-30 00:51:10
linux-kernel
[PATCH v2 3/9] x86/paravirt: Replace paravirt patches with data
2019-03-30 00:50:57
linux-kernel
[PATCH v2 2/9] x86/cpu/amd: Ifdef 32bit only assembler for 32bit
2019-03-30 00:50:52
linux-kernel
[PATCH v2 4/9] x86/timer: Don't inline __const_udelay
2019-03-30 00:50:39
linux-kernel
[PATCH v2 9/9] x86/cpu/bugs: Fix __initconst usage in bugs.c
2019-03-30 00:49:22
linux-kernel
[PATCH v2 5/9] x86/xen: Mark xen_vcpu_stolen as __visible
2019-03-30 00:49:13
linux-kernel
[PATCH v2 1/9] x86/asm: Mark all top level asm statements as .text
2019-03-30 00:49:07
linux-kernel
[PATCH v2 8/9] x86/kvm: Make steal_time visible
2019-03-30 00:49:02
linux-kernel
[PATCH v2 7/9] x86/kprobes: Make trampoline_handler global and visible
2019-03-30 00:48:53
linux-kernel
[PATCH v2 6/9] x86/hyperv: Make hv_vcpu_is_preempted visible
2019-03-30 00:46:42
linux-crypto
[PATCH] crypto: Use ___cacheline_aligned for aes data
2019-03-27 00:56:18
linux-kernel
Re: [PATCH 02/17] x86, lto: Mark all top level asm statements as .text
2019-03-26 22:21:41
linux-kernel
[PATCH 4/4] perf, tools, list: Output tool events
2019-03-26 22:19:59
linux-kernel
[PATCH 1/4] perf, tools: Revert checks for duration_time
2019-03-26 22:19:35
linux-kernel
[PATCH 3/4] perf, tools: Support name for duration_time
2019-03-26 22:19:30
linux-kernel
perf: Add duration_time to perf stat
2019-03-26 22:19:26
linux-kernel
[PATCH 2/4] perf, tools: Implement duration_time as a proper event
2019-03-26 18:32:51
linux-kernel
Re: [PATCH 14/17] crypto: Don't mark AES tables const and cacheline_aligned
2019-03-21 22:04:42
linux-kernel
[PATCH 17/17] dm: Fix const confusion in dm
2019-03-21 22:04:35
linux-kernel
Fixes and cleanup from LTO tree
2019-03-21 22:04:33
linux-kernel
[PATCH 07/17] amdkfd: Fix extern declaration
2019-03-21 22:03:42
linux-kernel
[PATCH 04/17] init: Add __noreorder and mark initcalls __noreorder
2019-03-21 22:03:21
linux-kernel
[PATCH 12/17] afs: Avoid section confusion in CM_NAME
2019-03-21 22:03:19
linux-kernel
[PATCH 14/17] crypto: Don't mark AES tables const and cacheline_aligned
2019-03-21 22:03:16
linux-kernel
[PATCH 05/17] Use C version for SYSCALL_ALIAS
2019-03-21 22:03:12
linux-kernel
[PATCH 03/17] x86: Don't inline __const_udelay
2019-03-21 22:03:09
linux-kernel
[PATCH 01/17] kbuild: Disable -Waddress-of-packed-member for gcc 9
2019-03-21 22:03:06
linux-kernel
[PATCH 11/17] x86/kprobes: Make trampoline_handler global and visible
2019-03-21 22:02:51
linux-kernel
[PATCH 06/17] locking/core: Mark spinlocks noinline when inline spinlocks are disabled
2019-03-21 22:02:45
linux-kernel
[PATCH 02/17] x86, lto: Mark all top level asm statements as .text
2019-03-21 22:02:33
linux-kernel
[PATCH 16/17] x86/xen: Mark xen_vcpu_stolen as __visible
2019-03-21 22:02:09
linux-kernel
[PATCH 09/17] x86/kvm: Make steal_time visible