- 3bff611 Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- f91072e perf/core: Fix race in the perf_mmap_close() function by Jiri Olsa · 4 years, 3 months ago
- 6d6b8b9 perf: Fix task_function_call() error handling by Kajol Jain · 4 years, 4 months ago
- 44fae179 perf/core: Pull pmu::sched_task() into perf_event_context_sched_out() by Kan Liang · 4 years, 4 months ago
- 556ccca perf/core: Pull pmu::sched_task() into perf_event_context_sched_in() by Kan Liang · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- c17c3dc uprobes: __replace_page() avoid BUG in munlock_vma_page() by Hugh Dickins · 4 years, 4 months ago
- 9f0c4fa perf/core: Add a new PERF_EV_CAP_SIBLING event capability by Kan Liang · 4 years, 5 months ago
- 7f5faaa Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
- 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
- b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- 45fd22d perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capability by Alexey Budankov · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- e89d4ca Merge tag 'v5.8-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 5 months ago
- 5d99cb2c bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work by Song Liu · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- fe5ed7a uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regression by Oleg Nesterov · 4 years, 5 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 5a09928 perf/x86: Remove task_ctx_size by Kan Liang · 4 years, 6 months ago
- 217c2a6 perf/core: Use kmem_cache to allocate the PMU specific data by Kan Liang · 4 years, 6 months ago
- ff9ff92 perf/core: Factor out functions to allocate/free the task_ctx_data by Kan Liang · 4 years, 6 months ago
- d141b8b perf: Expose get/put_callchain_entry() by Song Liu · 4 years, 6 months ago
- e17d43b perf: Add perf text poke event by Adrian Hunter · 4 years, 8 months ago
- a5ad574 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 013b2de uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned by Oleg Nesterov · 4 years, 8 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
- dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 7 months ago
- 7ae7715 Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
- 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
- ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 7 months ago
- 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 7 months ago
- be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 7 months ago
- 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 7 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- 0bffedb Merge tag 'v5.7-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 7 months ago
- c50c75e perf/core: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
- 29da4f9 powerpc/watchpoint: Don't allow concurrent perf and ptrace events by Ravi Bangoria · 4 years, 8 months ago
- 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 8 months ago
- 2ed6edd perf: Add cond_resched() to task_function_call() by Barret Rhoden · 4 years, 9 months ago
- 0b54142 Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Daniel Borkmann · 4 years, 8 months ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
- f3bed55 perf/core: fix parent pid/tid in task exit events by Ian Rogers · 4 years, 9 months ago
- c9e0924 perf/core: open access to probes for CAP_PERFMON privileged process by Alexey Budankov · 4 years, 9 months ago
- 18aa185 perf/core: Open access to the core for CAP_PERFMON privileged process by Alexey Budankov · 4 years, 9 months ago
- d3296fb perf/core: Disable page faults when getting phys address by Jiri Olsa · 4 years, 9 months ago
- 24fb6b8 perf/cgroup: Correct indirection in perf_less_group_idx() by Ian Rogers · 4 years, 9 months ago
- 33238c5 perf/core: Fix event cgroup tracking by Peter Zijlstra · 4 years, 10 months ago
- 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 9 months ago
- c48b072 Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
- 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
- 6546b19 perf/core: Add PERF_SAMPLE_CGROUP feature by Namhyung Kim · 4 years, 9 months ago
- 96aaab6 perf/core: Add PERF_RECORD_CGROUP event by Namhyung Kim · 4 years, 9 months ago
- 6914303 perf: Use new infrastructure to fix deadlocks in execve by Bernd Edlinger · 4 years, 9 months ago
- a676362 perf/core: Fix reversed NULL check in perf_event_groups_less() by Dan Carpenter · 4 years, 10 months ago
- 90c91df perf/core: Fix endless multiplex timer by Peter Zijlstra · 4 years, 10 months ago
- bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
- 95ed6c7 perf/cgroup: Order events in RB tree by cgroup id by Ian Rogers · 4 years, 11 months ago
- c2283c9 perf/cgroup: Grow per perf_cpu_context heap storage by Ian Rogers · 4 years, 11 months ago
- 836196be perf/core: Add per perf_cpu_context min_heap storage by Ian Rogers · 4 years, 11 months ago
- 6eef8a71 perf/core: Use min_heap in visit_groups_merge() by Ian Rogers · 4 years, 11 months ago
- 98add2a perf/cgroup: Reorder perf_cgroup_connect() by Peter Zijlstra · 4 years, 11 months ago
- 2c2366c perf/core: Remove 'struct sched_in_data' by Peter Zijlstra · 5 years ago
- ab6f824 perf/core: Unify {pinned,flexible}_sched_in() by Peter Zijlstra · 5 years ago
- 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 4 years, 10 months ago
- bbfd5e4 perf/core: Add new branch sample type for HW index of raw branch records by Kan Liang · 5 years ago
- ca21b9b Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 11 months ago
- e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
- 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 07c5972 perf/cgroups: Install cgroup events to correct cpuctx by Song Liu · 5 years ago
- 0034615 perf/core: Fix mlock accounting in perf_mmap() by Song Liu · 5 years ago
- da9ec3d perf: Correctly handle failed perf_get_aux_event() by Mark Rutland · 5 years ago
- 56de4e8 perf: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
- 9f0bff1 perf/core: Add SRCU annotation for pmus list walk by Sebastian Andrzej Siewior · 5 years ago
- ce623f8 nsfs: clean-up ns_get_path() signature to return int by Aleksa Sarai · 5 years ago
- ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
- 3f59dbc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 752272f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
- c494cd6 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
- 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
- c4b7547 perf/core: Make the mlock accounting simple again by Alexander Shishkin · 5 years ago
- ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
- 36b3db0 perf/core: Fix the mlock accounting, again by Alexander Shishkin · 5 years ago
- 85192db bpf: Convert bpf_prog refcnt to atomic64_t by Andrii Nakryiko · 5 years ago
- 52ba4b0 perf/core: Provide a kernel-internal interface to pause perf_event by Like Xu · 5 years ago
- 3ca270f perf/core: Provide a kernel-internal interface to recalibrate event period by Like Xu · 5 years ago
- a4faf00 perf/aux: Allow using AUX data in perf samples by Alexander Shishkin · 5 years ago
- deb0c3c perf/core: Fix unlock balance in perf_init_event() by Qian Cai · 5 years ago
- fed4c9c Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
- d00dbd29 perf/core: Fix missing static inline on perf_cgroup_switch() by Ben Dooks (Codethink) · 5 years ago
- 697d877 perf/core: Consistently fail fork on allocation failures by Alexander Shishkin · 5 years ago
- dce5aff perf/aux: Disallow aux_output for kernel events by Alexander Shishkin · 5 years ago
- f25d8ba perf/core: Reattach a misplaced comment by Alexander Shishkin · 5 years ago
- 00496fe perf/aux: Fix the aux_output group inheritance fix by Alexander Shishkin · 5 years ago