index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-01
perf/core: fix userpage->time_enabled of inactive events
Song Liu
1
-4
/
+30
2021-09-15
events: Reuse value read using READ_ONCE instead of re-reading it
Baptiste Lepers
1
-1
/
+1
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-2
/
+0
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
1
-2
/
+0
2021-08-31
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-37
/
+40
2021-08-26
perf/hw_breakpoint: Replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-19
bpf: Fix NULL event->prog pointer access in bpf_overflow_handler
Yonghong Song
1
-1
/
+4
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
1
-7
/
+14
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
1
-6
/
+4
2021-08-17
bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog input
Andrii Nakryiko
1
-33
/
+28
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
1
-1
/
+1
2021-07-16
perf: Refactor permissions check into perf_check_permission()
Marco Elver
1
-26
/
+32
2021-07-16
perf: Fix required permissions if sigtrap is requested
Marco Elver
1
-1
/
+24
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+2
2021-06-29
kernel/events/uprobes: use vma_lookup() in find_active_uprobe()
Liam Howlett
1
-2
/
+2
2021-06-29
perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
David Hildenbrand
1
-2
/
+0
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+3
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-5
/
+19
2021-06-23
perf: Fix task context PMU for Hetero
Peter Zijlstra
1
-1
/
+8
2021-06-18
sched,perf,kvm: Fix preemption condition
Peter Zijlstra
1
-4
/
+3
2021-06-01
uprobes: Update uprobe_write_opcode() kernel-doc comment
Qiujun Huang
1
-0
/
+1
2021-05-31
perf: Fix data race between pin_count increment/decrement
Marco Elver
1
-0
/
+2
2021-05-27
perf/hw_breakpoint: Fix DocBook warnings in perf hw_breakpoint
Haocheng Xie
1
-0
/
+2
2021-05-27
perf/core: Fix DocBook warnings
Haocheng Xie
1
-0
/
+4
2021-05-27
perf/core: Make local function perf_pmu_snapshot_aux() static
Haocheng Xie
1
-4
/
+4
2021-05-21
Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+2
2021-05-18
signal: Factor force_sig_perf out of perf_sigtrap
Eric W. Biederman
1
-9
/
+2
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+0
2021-04-22
perf: Get rid of oprofile leftovers
Marc Zyngier
1
-5
/
+0
2021-04-19
perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE
Kan Liang
1
-3
/
+16
2021-04-16
perf: Add support for SIGTRAP on perf events
Marco Elver
1
-1
/
+48
2021-04-16
perf: Add support for event removal on exec
Marco Elver
1
-8
/
+62
2021-04-16
perf: Support only inheriting events if cloned with CLONE_THREAD
Marco Elver
1
-7
/
+14
2021-04-16
perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
Marco Elver
1
-1
/
+21
2021-04-16
perf: Rework perf_event_exit_event()
Peter Zijlstra
1
-63
/
+79
2021-04-16
perf: Cap allocation order at aux_watermark
Alexander Shishkin
1
-16
/
+18
2021-03-16
perf/core: Fix unconditional security_locked_down() call
Ondrej Mosnacek
1
-6
/
+6
2021-03-16
perf core: Allocate perf_event in the target node memory
Namhyung Kim
1
-1
/
+4
2021-03-16
perf core: Add a kmem_cache for struct perf_event
Namhyung Kim
1
-3
/
+6
2021-03-16
perf core: Allocate perf_buffer in the target node memory
Namhyung Kim
1
-3
/
+6
2021-03-06
perf/core: Flush PMU internal buffers for per-CPU events
Kan Liang
1
-4
/
+38
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
2
-5
/
+5
2021-02-21
Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+7
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-146
/
+129
2021-02-17
uprobes: (Re)add missing get_uprobe() in __find_uprobe()
Sven Schnelle
1
-1
/
+1
2021-02-17
rbtree, uprobes: Use rbtree helpers
Peter Zijlstra
1
-41
/
+39
2021-02-17
rbtree, perf: Use new rbtree helpers
Peter Zijlstra
1
-105
/
+90
2021-02-01
perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
1
-4
/
+7
2021-01-14
perf: Add build id data in mmap2 event
Jiri Olsa
1
-4
/
+28
2020-12-15
Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-6
/
+6
[next]