index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-11-29
1
-1
/
+1
|
\
|
*
bpf, perf: Use subprog name when reporting subprog ksymbol
Hou Tao
2022-11-15
1
-1
/
+1
*
|
perf: Consider OS filter fail
Peter Zijlstra
2022-11-24
1
-2
/
+22
*
|
perf: Fixup SIGTRAP and sample_flags interaction
Peter Zijlstra
2022-11-24
1
-1
/
+4
*
|
perf: Improve missing SIGTRAP checking
Marco Elver
2022-11-08
1
-6
/
+19
|
/
*
perf/hw_breakpoint: test: Skip the test if dependencies unmet
David Gow
2022-11-02
1
-2
/
+2
*
perf: Fix missing raw data on tracepoint events
James Clark
2022-10-27
1
-0
/
+1
*
perf: Fix missing SIGTRAPs
Peter Zijlstra
2022-10-17
2
-39
/
+114
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
2
-18
/
+24
|
\
|
*
mm/madvise: add file and shmem support to MADV_COLLAPSE
Zach O'Keefe
2022-10-03
1
-1
/
+1
|
*
uprobes: use new_folio in __replace_page()
Matthew Wilcox (Oracle)
2022-10-03
1
-4
/
+5
|
*
uprobes: use folios more widely in __replace_page()
Matthew Wilcox (Oracle)
2022-10-03
1
-9
/
+10
|
*
perf: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-27
2
-4
/
+8
*
|
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
4
-185
/
+885
|
\
\
|
*
|
perf/hw_breakpoint: Annotate tsk->perf_event_mutex vs ctx->mutex
Peter Zijlstra
2022-10-04
1
-1
/
+11
|
*
|
perf: Fix pmu_filter_match()
Peter Zijlstra
2022-10-04
1
-3
/
+9
|
*
|
perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR
Ravi Bangoria
2022-09-29
1
-1
/
+2
|
*
|
perf, hw_breakpoint: Fix use-after-free if perf_event_open() fails
Marco Elver
2022-09-27
1
-3
/
+1
|
*
|
perf: Use sample_flags for raw_data
Namhyung Kim
2022-09-27
1
-1
/
+2
|
*
|
perf: Use sample_flags for addr
Namhyung Kim
2022-09-27
1
-0
/
+5
|
*
|
perf/core: Convert snprintf() to scnprintf()
Jules Irenge
2022-09-21
1
-3
/
+3
|
*
|
perf/bpf: Always use perf callchains if exist
Namhyung Kim
2022-09-13
1
-2
/
+10
|
*
|
perf: Use sample_flags for callchain
Namhyung Kim
2022-09-13
1
-1
/
+1
|
*
|
perf: Add a few assertions
Peter Zijlstra
2022-09-07
1
-0
/
+2
|
*
|
perf: Consolidate branch sample filter helpers
Anshuman Khandual
2022-09-07
1
-7
/
+2
|
*
|
perf: Use sample_flags for txn
Kan Liang
2022-09-06
1
-0
/
+3
|
*
|
perf: Use sample_flags for data_src
Kan Liang
2022-09-06
1
-0
/
+3
|
*
|
perf: Use sample_flags for weight
Kan Liang
2022-09-06
1
-0
/
+3
|
*
|
perf: Use sample_flags for branch stack
Kan Liang
2022-09-06
1
-2
/
+2
|
*
|
perf: Add sample_flags to indicate the PMU-filled sample data
Kan Liang
2022-09-06
1
-6
/
+11
|
*
|
perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targets
Marco Elver
2022-08-30
1
-31
/
+124
|
*
|
perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...
Marco Elver
2022-08-30
1
-4
/
+53
|
*
|
perf/hw_breakpoint: Introduce bp_slots_histogram
Marco Elver
2022-08-30
1
-33
/
+63
|
*
|
perf/hw_breakpoint: Reduce contention with large number of tasks
Marco Elver
2022-08-30
1
-28
/
+133
|
*
|
perf/hw_breakpoint: Remove useless code related to flexible breakpoints
Marco Elver
2022-08-30
1
-40
/
+17
|
*
|
perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
Marco Elver
2022-08-30
1
-1
/
+3
|
*
|
perf/hw_breakpoint: Optimize constant number of breakpoint slots
Marco Elver
2022-08-30
1
-33
/
+61
|
*
|
perf/hw_breakpoint: Mark data __ro_after_init
Marco Elver
2022-08-30
1
-3
/
+3
|
*
|
perf/hw_breakpoint: Optimize list of per-task breakpoints
Marco Elver
2022-08-30
1
-21
/
+35
|
*
|
perf/hw_breakpoint: Clean up headers
Marco Elver
2022-08-30
1
-10
/
+9
|
*
|
perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in test
Marco Elver
2022-08-30
2
-1
/
+40
|
*
|
perf/hw_breakpoint: Add KUnit test for constraints accounting
Marco Elver
2022-08-30
2
-0
/
+324
|
|
/
*
/
perf/core: Fix reentry problem in perf_output_read_group()
Yang Jihong
2022-09-06
1
-0
/
+9
|
/
*
Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-08-07
1
-1
/
+1
|
\
|
*
perf/core: Fix ';;' typo
Slark Xiao
2022-08-04
1
-1
/
+1
*
|
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-08-04
1
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-14
/
+31
|
|
\
|
*
\
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-18
1
-6
/
+10
|
|
\
\
|
|
*
|
bpf: allow sleepable uprobe programs to attach
Delyan Kratunov
2022-06-17
1
-6
/
+10
*
|
|
|
Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-01
2
-4
/
+22
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]