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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-26
kernel: delete repeated words in comments
Randy Dunlap
1
-4
/
+4
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
1
-105
/
+90
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
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
1
-6
/
+6
2020-12-09
perf: Break deadlock involving exec_update_mutex
peterz@infradead.org
1
-23
/
+23
2020-12-03
perf/core: Fix arch_perf_get_page_size()
Peter Zijlstra
1
-65
/
+38
2020-11-26
Merge remote-tracking branch 'origin/master' into perf/core
Peter Zijlstra
1
-42
/
+34
2020-11-09
perf: Tweak perf_event_attr::exclusive semantics
Peter Zijlstra
1
-1
/
+1
2020-11-09
perf: Fix event multiplexing for exclusive groups
Peter Zijlstra
1
-1
/
+1
2020-11-09
perf: Simplify group_sched_in()
Peter Zijlstra
1
-7
/
+3
2020-11-09
perf: Simplify group_sched_out()
Peter Zijlstra
1
-3
/
+0
2020-11-09
perf/arch: Remove perf_sample_data::regs_user_copy
Peter Zijlstra
1
-5
/
+3
2020-11-09
perf: Reduce stack usage of perf_output_begin()
Peter Zijlstra
1
-15
/
+17
2020-11-07
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
1
-7
/
+5
2020-10-29
perf,mm: Handle non-page-table-aligned hugetlbfs
Peter Zijlstra
1
-6
/
+33
2020-10-29
perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
1
-1
/
+10
2020-10-29
perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE
Kan Liang
1
-0
/
+103
2020-10-12
Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-47
/
+74
2020-10-12
perf/core: Fix race in the perf_mmap_close() function
Jiri Olsa
1
-3
/
+4
2020-10-09
perf: Fix task_function_call() error handling
Kajol Jain
1
-2
/
+3
2020-09-10
perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()
Kan Liang
1
-30
/
+17
2020-09-10
perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()
Kan Liang
1
-20
/
+31
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-18
perf/core: Add a new PERF_EV_CAP_SIBLING event capability
Kan Liang
1
-5
/
+33
2020-08-15
Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-08-12
uaccess: add force_uaccess_{begin,end} helpers
Christoph Hellwig
1
-3
/
+2
2020-08-06
perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capability
Alexey Budankov
1
-2
/
+2
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+18
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-07-25
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
1
-0
/
+18
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-08
perf/x86: Remove task_ctx_size
Kan Liang
1
-3
/
+1
2020-07-08
perf/core: Use kmem_cache to allocate the PMU specific data
Kan Liang
1
-1
/
+7
2020-07-08
perf/core: Factor out functions to allocate/free the task_ctx_data
Kan Liang
1
-6
/
+15
2020-06-15
perf: Add perf text poke event
Adrian Hunter
1
-1
/
+89
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
1
-2
/
+2
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
1
-1
/
+1
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-4
/
+2
2020-05-28
Merge tag 'v5.7-rc7' into perf/core, to pick up fixes
Ingo Molnar
1
-3
/
+10
2020-05-07
exec: Merge install_exec_creds into setup_new_exec
Eric W. Biederman
1
-1
/
+1
2020-04-30
perf: Add cond_resched() to task_function_call()
Barret Rhoden
1
-9
/
+14
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Daniel Borkmann
1
-4
/
+2
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-4
/
+2
2020-04-22
perf/core: fix parent pid/tid in task exit events
Ian Rogers
1
-3
/
+10
[next]