index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
/
sisusbvga
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
perf, hw_breakpoint: Fix use-after-free if perf_event_open() fails
Marco Elver
1
-3
/
+1
2022-09-27
perf: Use sample_flags for raw_data
Namhyung Kim
5
-4
/
+7
2022-09-27
perf: Use sample_flags for addr
Namhyung Kim
3
-4
/
+17
2022-09-21
perf/core: Convert snprintf() to scnprintf()
Jules Irenge
1
-3
/
+3
2022-09-13
perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLY
Namhyung Kim
3
-15
/
+0
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
2
-4
/
+12
2022-09-13
perf: Use sample_flags for callchain
Namhyung Kim
3
-4
/
+10
2022-09-07
perf/x86/intel: Optimize FIXED_CTR_CTRL access
Kan Liang
2
-9
/
+17
2022-09-07
perf/x86/p4: Remove perfctr_second_write quirk
Peter Zijlstra
3
-22
/
+29
2022-09-07
perf/x86/intel: Remove x86_pmu::update_topdown_event
Peter Zijlstra
2
-11
/
+12
2022-09-07
perf/x86/intel: Remove x86_pmu::set_topdown_event_period
Peter Zijlstra
2
-7
/
+10
2022-09-07
perf/x86: Add a x86_pmu::limit_period static_call
Peter Zijlstra
1
-4
/
+5
2022-09-07
perf/x86: Change x86_pmu::limit_period signature
Peter Zijlstra
4
-22
/
+20
2022-09-07
perf/x86/intel: Move the topdown stuff into the intel driver
Peter Zijlstra
2
-10
/
+23
2022-09-07
perf/x86: Add two more x86_pmu methods
Peter Zijlstra
2
-5
/
+22
2022-09-07
perf: Add a few assertions
Peter Zijlstra
2
-0
/
+19
2022-09-07
x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH
Anshuman Khandual
2
-18
/
+38
2022-09-07
arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH
Anshuman Khandual
2
-5
/
+8
2022-09-07
perf/core: Assert PERF_EVENT_FLAG_ARCH does not overlap with generic flags
Anshuman Khandual
1
-0
/
+2
2022-09-07
perf/core: Expand PERF_EVENT_FLAG_ARCH
Anshuman Khandual
1
-1
/
+1
2022-09-07
perf: Consolidate branch sample filter helpers
Anshuman Khandual
2
-7
/
+28
2022-09-06
perf: Use sample_flags for txn
Kan Liang
3
-4
/
+10
2022-09-06
perf: Use sample_flags for data_src
Kan Liang
4
-5
/
+13
2022-09-06
perf: Use sample_flags for weight
Kan Liang
4
-7
/
+14
2022-09-06
perf: Use sample_flags for branch stack
Kan Liang
7
-8
/
+18
2022-09-06
perf/x86/intel/pebs: Fix PEBS timestamps overwritten
Kan Liang
1
-2
/
+6
2022-09-06
perf: Add sample_flags to indicate the PMU-filled sample data
Kan Liang
2
-6
/
+13
2022-08-30
perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targets
Marco Elver
1
-31
/
+124
2022-08-30
perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...
Marco Elver
1
-4
/
+53
2022-08-30
perf/hw_breakpoint: Introduce bp_slots_histogram
Marco Elver
1
-33
/
+63
2022-08-30
perf/hw_breakpoint: Reduce contention with large number of tasks
Marco Elver
1
-28
/
+133
2022-08-30
locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
Marco Elver
2
-0
/
+12
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
[next]