index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-21
Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-131
/
+269
2025-01-10
perf: map pages in advance
Lorenzo Stoakes
2
-55
/
+82
2025-01-10
uprobes: Fix race in uprobe_free_utask
Jiri Olsa
1
-1
/
+1
2024-12-09
uprobes: Guard against kmemdup() failing in dup_return_instance()
Andrii Nakryiko
1
-0
/
+2
2024-12-09
perf/core: Export perf_exclude_event()
Namhyung Kim
1
-2
/
+1
2024-12-09
uprobes: Reuse return_instances between multiple uretprobes within task
Andrii Nakryiko
1
-13
/
+70
2024-12-09
uprobes: Ensure return_instance is detached from the list before freeing
Andrii Nakryiko
1
-1
/
+1
2024-12-09
uprobes: Decouple return_instance list traversal and freeing
Andrii Nakryiko
1
-16
/
+21
2024-12-09
uprobes: Simplify session consumer tracking
Andrii Nakryiko
1
-35
/
+37
2024-12-02
uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
Andrii Nakryiko
1
-0
/
+45
2024-12-02
uprobes: simplify find_active_uprobe_rcu() VMA checks
Andrii Nakryiko
1
-1
/
+1
2024-12-02
Merge tag 'v6.13-rc1' into perf/core, to refresh the branch
Ingo Molnar
3
-58
/
+29
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-13
/
+6
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+0
2024-11-19
Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-176
/
+535
2024-11-19
perf/core: Save raw sample data conditionally based on sample type
Yabin Cui
1
-17
/
+18
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-42
/
+21
2024-11-14
perf/core: Correct perf sampling with guest VMs
Colton Lewis
1
-4
/
+17
2024-11-14
perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()
Colton Lewis
1
-0
/
+10
2024-11-05
perf/core: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
1
-8
/
+1
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
1
-3
/
+3
2024-11-05
perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros
Uros Bizjak
1
-2
/
+2
2024-11-05
mm: move mm flags to mm_types.h
Nanyong Sun
1
-1
/
+0
2024-11-05
perf/core: Add aux_pause, aux_resume, aux_start_paused
Adrian Hunter
2
-4
/
+72
2024-11-03
fdget(), trivial conversions
Al Viro
1
-9
/
+5
2024-11-03
get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
Al Viro
1
-33
/
+16
2024-10-30
uprobes: SRCU-protect uretprobe lifetime (with timeout)
Andrii Nakryiko
1
-35
/
+252
2024-10-30
uprobes: allow put_uprobe() from non-sleepable softirq context
Andrii Nakryiko
1
-4
/
+16
2024-10-23
uprobe: Add support for session consumer
Jiri Olsa
1
-29
/
+119
2024-10-23
uprobe: Add data pointer to consumer handlers
Jiri Olsa
1
-2
/
+2
2024-10-23
perf: Fix missing RCU reader protection in perf_event_clear_cpumask()
Kan Liang
1
-1
/
+1
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
1
-1
/
+1
2024-10-07
uprobes: fold xol_take_insn_slot() into xol_get_insn_slot()
Oleg Nesterov
1
-13
/
+4
2024-10-07
uprobes: kill xol_area->slot_count
Oleg Nesterov
1
-14
/
+15
2024-10-07
uprobes: deny mremap(xol_vma)
Oleg Nesterov
1
-13
/
+17
2024-10-07
uprobes: pass utask to xol_get_insn_slot() and xol_free_insn_slot()
Oleg Nesterov
1
-9
/
+8
2024-10-07
uprobes: move the initialization of utask->xol_vaddr from pre_ssout() to xol_get_insn_slot()
Oleg Nesterov
1
-14
/
+8
2024-10-07
uprobes: simplify xol_take_insn_slot() and its caller
Oleg Nesterov
1
-13
/
+4
2024-10-07
uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_utask()
Oleg Nesterov
1
-19
/
+5
2024-10-07
uprobes: sanitiize xol_free_insn_slot()
Oleg Nesterov
1
-12
/
+9
2024-10-07
uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()
Oleg Nesterov
1
-11
/
+3
2024-10-07
uprobes: switch to RCU Tasks Trace flavor for better performance
Andrii Nakryiko
1
-22
/
+16
2024-09-30
uprobes: fix kernel info leak via "[uprobes]" vma
Oleg Nesterov
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-7
/
+7
2024-09-22
perf: Fix topology_sibling_cpumask check warning on ARM
Kan Liang
1
-5
/
+5
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-1
/
+1
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-12
/
+23
2024-09-18
Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-382
/
+701
2024-09-17
uprobes: turn xol_area->pages[2] into xol_area->page
Oleg Nesterov
1
-9
/
+8
[next]