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-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-18
/
+24
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-185
/
+885
2022-10-04
perf/hw_breakpoint: Annotate tsk->perf_event_mutex vs ctx->mutex
Peter Zijlstra
1
-1
/
+11
2022-10-04
perf: Fix pmu_filter_match()
Peter Zijlstra
1
-3
/
+9
2022-10-03
mm/madvise: add file and shmem support to MADV_COLLAPSE
Zach O'Keefe
1
-1
/
+1
2022-10-03
uprobes: use new_folio in __replace_page()
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-10-03
uprobes: use folios more widely in __replace_page()
Matthew Wilcox (Oracle)
1
-9
/
+10
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR
Ravi Bangoria
1
-1
/
+2
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
1
-1
/
+2
2022-09-27
perf: Use sample_flags for addr
Namhyung Kim
1
-0
/
+5
2022-09-26
perf: use VMA iterator
Matthew Wilcox (Oracle)
2
-4
/
+8
2022-09-21
perf/core: Convert snprintf() to scnprintf()
Jules Irenge
1
-3
/
+3
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
1
-2
/
+10
2022-09-13
perf: Use sample_flags for callchain
Namhyung Kim
1
-1
/
+1
2022-09-07
perf: Add a few assertions
Peter Zijlstra
1
-0
/
+2
2022-09-07
perf: Consolidate branch sample filter helpers
Anshuman Khandual
1
-7
/
+2
2022-09-06
perf: Use sample_flags for txn
Kan Liang
1
-0
/
+3
2022-09-06
perf: Use sample_flags for data_src
Kan Liang
1
-0
/
+3
2022-09-06
perf: Use sample_flags for weight
Kan Liang
1
-0
/
+3
2022-09-06
perf: Use sample_flags for branch stack
Kan Liang
1
-2
/
+2
2022-09-06
perf: Add sample_flags to indicate the PMU-filled sample data
Kan Liang
1
-6
/
+11
2022-09-06
perf/core: Fix reentry problem in perf_output_read_group()
Yang Jihong
1
-0
/
+9
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
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
1
-1
/
+3
2022-08-30
perf/hw_breakpoint: Optimize constant number of breakpoint slots
Marco Elver
1
-33
/
+61
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
1
-21
/
+35
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
2
-1
/
+40
2022-08-30
perf/hw_breakpoint: Add KUnit test for constraints accounting
Marco Elver
2
-0
/
+324
2022-08-06
Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-08-04
perf/core: Fix ';;' typo
Slark Xiao
1
-1
/
+1
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+10
2022-08-01
Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+22
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+31
2022-07-13
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
1
-14
/
+31
2022-06-28
perf/core: Add a new read format to get a number of lost samples
Namhyung Kim
2
-4
/
+22
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-6
/
+10
2022-06-16
bpf: allow sleepable uprobe programs to attach
Delyan Kratunov
1
-6
/
+10
2022-06-05
Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2022-05-27
perf/core: Remove unused local variable
Haowen Bai
1
-1
/
+0
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-3
/
+4
2022-05-24
Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2022-05-20
perf: Fix sys_perf_event_open() race against self
Peter Zijlstra
1
-0
/
+14
[next]