Age | Commit message (Expand) | Author | Files | Lines |
2017-11-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -271/+199 |
2017-11-08 | perf/core: Use lockdep to assert IRQs are disabled/enabled | Frederic Weisbecker | 1 | -6/+6 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 3 | -2/+6 |
2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 3 | -2/+6 |
2017-11-03 | Merge branch 'linus' into perf/urgent, to pick up dependent commits | Ingo Molnar | 2 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-10-30 | perf/cgroup: Fix perf cgroup hierarchy support | Tejun Heo | 1 | -2/+4 |
2017-10-27 | perf/core: Rewrite event timekeeping | Peter Zijlstra | 1 | -256/+129 |
2017-10-27 | perf/core: Fix perf_event_read() | Peter Zijlstra | 1 | -16/+39 |
2017-10-27 | perf/core: Remove wrong barrier | Peter Zijlstra | 1 | -5/+0 |
2017-10-27 | perf/core: Rename 'enum perf_event_active_state' | Peter Zijlstra | 1 | -1/+1 |
2017-10-27 | perf/core: Make sure to update ctx time before using it | Peter Zijlstra | 1 | -2/+10 |
2017-10-27 | perf/core: Fix __perf_read_group_add() locking | Peter Zijlstra | 1 | -2/+2 |
2017-10-27 | perf/core: Update ctx time before detaching events | Peter Zijlstra | 1 | -0/+1 |
2017-10-27 | perf/core: Fix perf_event_read_value() locking | Peter Zijlstra | 1 | -2/+14 |
2017-10-27 | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve... | Yonghong Song | 1 | -2/+13 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2 | -4/+4 |
2017-10-24 | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon | 1 | -2/+2 |
2017-10-20 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -1/+9 |
2017-10-10 | perf/core: Fix cgroup time when scheduling descendants | leilei.lin | 1 | -1/+1 |
2017-10-10 | perf/core: Avoid freeing static PMU contexts when PMU is unregistered | Will Deacon | 1 | -0/+8 |
2017-09-29 | perf/core: Explain perf_sched_mutex | Alexander Shishkin | 1 | -0/+5 |
2017-09-29 | perf/aux: Only update ->aux_wakeup in non-overwrite mode | Alexander Shishkin | 1 | -5/+15 |
2017-09-20 | bpf: one perf event close won't free bpf program attached by another perf event | Yonghong Song | 1 | -1/+2 |
2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -0/+1 |
2017-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+6 |
2017-09-04 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -13/+1 |
2017-09-04 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -30/+92 |
2017-09-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+11 |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -22/+19 |
2017-08-31 | mm, uprobes: fix multiple free of ->uprobes_state.xol_area | Eric Biggers | 1 | -2/+0 |
2017-08-29 | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR | Kan Liang | 1 | -0/+46 |
2017-08-29 | perf/core, pt, bts: Get rid of itrace_started | Alexander Shishkin | 1 | -1/+6 |
2017-08-29 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -4/+11 |
2017-08-29 | perf/ftrace: Fix double traces of perf on ftrace:function | Zhou Chengming | 1 | -4/+9 |
2017-08-29 | perf/core: Fix potential double-fetch bug | Meng Xu | 1 | -0/+2 |
2017-08-25 | tracing, perf: Adjust code layout in get_recursion_context() | Jesper Dangaard Brouer | 1 | -1/+1 |
2017-08-25 | perf/core: Don't report zero PIDs for exiting tasks | Oleg Nesterov | 1 | -9/+14 |
2017-08-25 | perf/aux: Ensure aux_wakeup represents most recent wakeup index | Will Deacon | 2 | -3/+3 |
2017-08-25 | perf/aux: Make aux_{head,wakeup} ring_buffer members long | Will Deacon | 2 | -19/+16 |
2017-08-25 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -20/+19 |
2017-08-25 | perf/core: Fix group {cpu,task} validation | Mark Rutland | 1 | -20/+19 |
2017-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+39 |
2017-08-10 | perf/core: Reduce context switch overhead | leilei.lin | 1 | -0/+9 |
2017-08-10 | perf/core: Fix time on IOC_ENABLE | Peter Zijlstra | 1 | -5/+36 |
2017-08-10 | perf/x86: Fix RDPMC vs. mm_struct tracking | Peter Zijlstra | 1 | -3/+3 |
2017-08-07 | bpf: add support for sys_enter_* and sys_exit_* tracepoints | Yonghong Song | 1 | -4/+6 |
2017-08-01 | x86/perf/cqm: Wipe out perf based cqm | Vikas Shivappa | 1 | -13/+1 |
2017-07-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -21/+12 |
2017-07-21 | cgroup: implement cgroup v2 thread support | Tejun Heo | 1 | -0/+1 |