index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
tracing/uprobe: Add per-probe delete from event
Masami Hiramatsu
1
-1
/
+30
2019-08-31
tracing/kprobe: Add per-probe delete from event
Masami Hiramatsu
3
-1
/
+44
2019-08-31
tracing/uprobe: Add multi-probe per uprobe event support
Masami Hiramatsu
2
-19
/
+43
2019-08-31
tracing/kprobe: Add multi-probe per event support
Masami Hiramatsu
4
-18
/
+111
2019-08-31
tracing/dynevent: Pass extra arguments to match operation
Masami Hiramatsu
5
-10
/
+13
2019-08-31
tracing/dynevent: Delete all matched events
Masami Hiramatsu
1
-3
/
+5
2019-08-31
tracing/probe: Split trace_event related data from trace_probe
Masami Hiramatsu
4
-113
/
+311
2019-08-31
kprobes: Allow kprobes coexist with livepatch
Masami Hiramatsu
1
-16
/
+40
2019-08-31
Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-14
/
+34
2019-08-31
tracing: Correct kdoc formats
Jakub Kicinski
1
-12
/
+14
2019-08-31
tracing/probe: Fix null pointer dereference
Xinpeng Liu
1
-1
/
+2
2019-08-31
tracing: Make exported ftrace_set_clr_event non-static
Denis Efremov
1
-1
/
+1
2019-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+6
2019-08-30
ftrace: Check for successful allocation of hash
Naveen N. Rao
1
-0
/
+5
2019-08-30
ftrace: Check for empty hash and comment the race with registering probes
Steven Rostedt (VMware)
1
-1
/
+9
2019-08-30
ftrace: Fix NULL pointer dereference in t_probe_next()
Naveen N. Rao
1
-0
/
+4
2019-08-30
Merge branch 'for-next/atomics' into for-next/core
Will Deacon
1
-1
/
+3
2019-08-30
Merge branch 'topic/mem-encrypt' into next
Michael Ellerman
2
-10
/
+1
2019-08-29
dma-mapping: make dma_atomic_pool_init self-contained
Christoph Hellwig
1
-3
/
+14
2019-08-29
dma-mapping: remove arch_dma_mmap_pgprot
Christoph Hellwig
2
-6
/
+14
2019-08-29
jump_label: Don't warn on __exit jump entries
Andrew Murray
1
-1
/
+3
2019-08-29
posix-cpu-timers: Make expiry_active check actually work correctly
Thomas Gleixner
1
-4
/
+5
2019-08-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-2
/
+4
2019-08-28
tick: Mark sched_timer to expire in hard interrupt context
Sebastian Andrzej Siewior
1
-1
/
+1
2019-08-28
genirq/affinity: Remove const qualifier from node_to_cpumask argument
Ming Lei
1
-1
/
+1
2019-08-28
posix-cpu-timers: Utilize timerqueue for storage
Thomas Gleixner
1
-90
/
+93
2019-08-28
posix-cpu-timers: Move state tracking to struct posix_cputimers
Thomas Gleixner
2
-39
/
+40
2019-08-28
posix-cpu-timers: Deduplicate rlimit handling
Thomas Gleixner
1
-42
/
+25
2019-08-28
posix-cpu-timers: Remove pointless comparisons
Thomas Gleixner
1
-9
/
+7
2019-08-28
posix-cpu-timers: Get rid of 64bit divisions
Thomas Gleixner
1
-10
/
+14
2019-08-28
posix-cpu-timers: Consolidate timer expiry further
Thomas Gleixner
1
-33
/
+30
2019-08-28
posix-cpu-timers: Get rid of zero checks
Thomas Gleixner
2
-32
/
+15
2019-08-28
rlimit: Rewrite non-sensical RLIMIT_CPU comment
Thomas Gleixner
1
-4
/
+3
2019-08-28
posix-cpu-timers: Respect INFINITY for hard RTTIME limit
Thomas Gleixner
1
-1
/
+1
2019-08-28
posix-cpu-timers: Switch thread group sampling to array
Thomas Gleixner
2
-66
/
+47
2019-08-28
posix-cpu-timers: Restructure expiry array
Thomas Gleixner
1
-49
/
+56
2019-08-28
posix-cpu-timers: Remove cputime_expires
Thomas Gleixner
1
-10
/
+0
2019-08-28
posix-cpu-timers: Make expiry checks array based
Thomas Gleixner
1
-49
/
+36
2019-08-28
posix-cpu-timers: Provide array based sample functions
Thomas Gleixner
1
-0
/
+26
2019-08-28
posix-cpu-timers: Switch check_*_timers() to array cache
Thomas Gleixner
1
-15
/
+11
2019-08-28
posix-cpu-timers: Simplify set_process_cpu_timer()
Thomas Gleixner
1
-16
/
+8
2019-08-28
posix-cpu-timers: Simplify timer queueing
Thomas Gleixner
1
-34
/
+21
2019-08-28
posix-cpu-timers: Provide array based access to expiry cache
Thomas Gleixner
1
-1
/
+11
2019-08-28
posix-cpu-timers: Move expiry cache into struct posix_cputimers
Thomas Gleixner
3
-42
/
+34
2019-08-28
posix-cpu-timers: Create a container struct
Thomas Gleixner
2
-17
/
+14
2019-08-28
posix-cpu-timers: Move prof/virt_ticks into caller
Thomas Gleixner
1
-21
/
+9
2019-08-28
posix-cpu-timers: Sample task times once in expiry check
Thomas Gleixner
1
-4
/
+6
2019-08-28
posix-cpu-timers: Get rid of pointer indirection
Thomas Gleixner
1
-28
/
+22
2019-08-28
posix-cpu-timers: Simplify sample functions
Thomas Gleixner
1
-15
/
+13
2019-08-28
posix-cpu-timers: Remove pointless return value check
Thomas Gleixner
1
-3
/
+2
[prev]
[next]