index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
mutex-debug.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-30
powerpc/hw_breakpoint: Avoid relying on caller synchronization
Marco Elver
1
-13
/
+40
2022-08-30
perf/hw_breakpoint: Remove useless code related to flexible breakpoints
Marco Elver
1
-40
/
+17
2022-08-30
perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
Marco Elver
2
-2
/
+3
2022-08-30
perf/hw_breakpoint: Optimize constant number of breakpoint slots
Marco Elver
3
-41
/
+63
2022-08-30
perf/hw_breakpoint: Mark data __ro_after_init
Marco Elver
1
-3
/
+3
2022-08-30
perf/hw_breakpoint: Optimize list of per-task breakpoints
Marco Elver
2
-22
/
+37
2022-08-30
perf/hw_breakpoint: Clean up headers
Marco Elver
1
-10
/
+9
2022-08-30
perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in test
Marco Elver
3
-1
/
+43
2022-08-30
perf/hw_breakpoint: Add KUnit test for constraints accounting
Marco Elver
3
-0
/
+334
2022-08-29
perf: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platform
Anshuman Khandual
1
-0
/
+6
2022-08-29
perf: Capture branch privilege information
Anshuman Khandual
1
-1
/
+13
2022-08-29
perf: Extend branch type classification
Anshuman Khandual
1
-1
/
+15
2022-08-29
perf: Add system error and not in transaction branch types
Anshuman Khandual
2
-1
/
+3
2022-08-27
perf/x86/amd/lbr: Add LbrExtV2 branch speculation info support
Sandipan Das
1
-3
/
+32
2022-08-27
perf/core: Add speculation info to branch entries
Sandipan Das
2
-1
/
+15
2022-08-27
perf/x86/amd/lbr: Use fusion-aware branch classifier
Sandipan Das
1
-2
/
+10
2022-08-27
perf/x86: Make branch classifier fusion-aware
Sandipan Das
2
-69
/
+102
2022-08-27
perf/x86/amd/lbr: Add LbrExtV2 software branch filter support
Sandipan Das
1
-5
/
+87
2022-08-27
perf/x86: Move branch classifier
Sandipan Das
4
-274
/
+279
2022-08-27
perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter support
Sandipan Das
2
-7
/
+108
2022-08-27
perf/x86/amd/lbr: Add LbrExtV2 branch record support
Sandipan Das
4
-11
/
+252
2022-08-27
perf/x86/amd/lbr: Detect LbrExtV2 support
Sandipan Das
5
-6
/
+31
2022-08-27
x86/cpufeatures: Add LbrExtV2 feature bit
Sandipan Das
2
-1
/
+2
2022-08-27
perf/x86/amd/core: Add generic branch record interfaces
Sandipan Das
1
-12
/
+22
2022-08-27
perf/x86/amd/core: Refactor branch attributes
Sandipan Das
1
-6
/
+19
2022-08-27
perf/x86/amd/brs: Move feature-specific functions
Sandipan Das
3
-70
/
+76
2022-08-22
Linux 6.0-rc2
v6.0-rc2
Linus Torvalds
1
-1
/
+1
2022-08-21
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
1
-0
/
+1
2022-08-21
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
1
-2
/
+3
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
1
-6
/
+64
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
1
-0
/
+21
2022-08-21
tracing/eprobes: Do not hardcode $comm as a string
Steven Rostedt (Google)
1
-2
/
+3
2022-08-21
tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
Steven Rostedt (Google)
1
-8
/
+13
2022-08-21
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
1
-0
/
+10
2022-08-21
tracing/perf: Fix double put of trace event when init fails
Steven Rostedt (Google)
1
-3
/
+4
2022-08-21
tracing: React to error return from traceprobe_parse_event_name()
Lukas Bulwahn
1
-1
/
+1
2022-08-21
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
10
-89
/
+7
2022-08-21
i2c: imx: Make sure to unregister adapter on remove()
Uwe Kleine-König
1
-9
/
+11
2022-08-21
Revert "i2c: scmi: Replace open coded device_get_match_data()"
Wolfram Sang
1
-2
/
+7
2022-08-20
scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling check
Guru Das Srinagesh
1
-0
/
+1
2022-08-20
kbuild: fix the modules order between drivers and libs
Masahiro Yamada
1
-4
/
+2
2022-08-20
scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length
Nathan Chancellor
1
-1
/
+0
2022-08-20
kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__
Jiri Slaby
1
-1
/
+1
2022-08-20
modpost: fix module versioning when a symbol lacks valid CRC
Masahiro Yamada
1
-3
/
+1
2022-08-20
ata: libata: Set __ATA_BASE_SHT max_sectors
John Garry
1
-1
/
+2
2022-08-19
perf tools: Support reading PERF_FORMAT_LOST
Namhyung Kim
6
-42
/
+108
2022-08-19
libperf: Add a test case for read formats
Namhyung Kim
1
-0
/
+161
2022-08-19
libperf: Handle read format in perf_evsel__read()
Namhyung Kim
3
-3
/
+83
2022-08-19
tools headers UAPI: Sync linux/perf_event.h with the kernel sources
Namhyung Kim
1
-1
/
+4
2022-08-19
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+8
[next]