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
2022-02-06
perf: Fix list corruption in perf_cgroup_switch()
Song Liu
1
-2
/
+2
2022-02-02
perf: Copy perf_event_attr::sig_data on modification
Marco Elver
1
-0
/
+16
2022-01-26
perf/core: Fix cgroup event list management
Namhyung Kim
1
-2
/
+9
2022-01-26
perf: Always wake the parent event
James Clark
1
-2
/
+10
2022-01-18
perf: Fix perf_event_read_local() time
Peter Zijlstra
1
-100
/
+146
2022-01-12
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+29
2021-12-14
perf: Add a counter for number of user access events in context
Rob Herring
1
-0
/
+4
2021-11-23
perf: Ignore sigtrap for tracepoints destined for other tasks
Marco Elver
1
-0
/
+3
2021-11-17
perf/core: Use static_call to optimize perf_guest_info_callbacks
Sean Christopherson
1
-0
/
+15
2021-11-17
perf: Force architectures to opt-in to guest callbacks
Sean Christopherson
1
-0
/
+2
2021-11-17
perf: Stop pretending that perf can handle multiple guest callbacks
Sean Christopherson
1
-11
/
+4
2021-11-17
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
1
-3
/
+10
2021-11-11
perf/core: Avoid put_page() when GUP fails
Greg Thelen
1
-5
/
+5
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-6
/
+1
2021-11-01
Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-5
/
+30
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+2
2021-10-25
perf/core: allow ftrace for functions in kernel/event/core.c
Song Liu
1
-5
/
+0
2021-10-19
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
1
-6
/
+1
2021-10-15
perf/core: Allow ftrace for functions in kernel/event/core.c
Song Liu
1
-5
/
+0
2021-10-15
perf/x86: Add new event for AUX output counter index
Adrian Hunter
1
-0
/
+30
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+30
2021-10-01
perf/core: fix userpage->time_enabled of inactive events
Song Liu
1
-4
/
+30
2021-09-27
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-09-15
events: Reuse value read using READ_ONCE instead of re-reading it
Baptiste Lepers
1
-1
/
+1
2021-09-13
perf: Enable branch record for software events
Song Liu
1
-0
/
+2
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
[next]