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-04-19
kprobes: Mark ftrace mcount handler functions nokprobe
Masami Hiramatsu
1
-1
/
+5
2019-04-19
sched/core: Check quota and period overflow at usec to nsec conversion
Konstantin Khlebnikov
1
-1
/
+6
2019-04-19
sched/core: Handle overflow in cpu_shares_write_u64
Konstantin Khlebnikov
1
-0
/
+2
2019-04-19
sched/rt: Check integer overflow at usec to nsec conversion
Konstantin Khlebnikov
1
-0
/
+5
2019-04-19
mm/resource: Use resource_overlaps() to simplify region_intersects()
Wei Yang
2
-8
/
+7
2019-04-19
rseq: Remove superfluous rseq_len from task_struct
Mathieu Desnoyers
1
-4
/
+2
2019-04-19
rseq: Clean up comments by reflecting removal of event counter
Mathieu Desnoyers
1
-2
/
+1
2019-04-19
sched/core: Fix typo in comment
Joel Savitz
1
-1
/
+1
2019-04-18
ipv6: Add rate limit mask for ICMPv6 messages
Stephen Suryaputra
1
-0
/
+6
2019-04-18
sched/core: Make some functions static
YueHaibing
2
-6
/
+6
2019-04-18
signal: use fdget() since we don't allow O_PATH
Christian Brauner
1
-1
/
+1
2019-04-18
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
14
-826
/
+831
2019-04-18
timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()
Chang-An Chen
3
-2
/
+11
2019-04-18
irq_work: Do not raise an IPI when queueing work on the local CPU
Nicholas Piggin
1
-33
/
+42
2019-04-18
watchdog: Fix typo in comment
Arash Fotouhi
1
-1
/
+1
2019-04-18
locking/lockdep: Generate LOCKF_ bit composites
Peter Zijlstra
1
-6
/
+22
2019-04-18
locking/lockdep: Use expanded masks on find_usage_*() functions
Frederic Weisbecker
1
-10
/
+10
2019-04-18
locking/lockdep: Map remaining magic numbers to lock usage mask names
Frederic Weisbecker
1
-4
/
+7
2019-04-18
locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROVE_LOCKING
Frederic Weisbecker
1
-4
/
+6
2019-04-17
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
1
-0
/
+12
2019-04-17
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
1
-7
/
+15
2019-04-17
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
1
-10
/
+11
2019-04-17
cpu/speculation: Add 'mitigations=' cmdline option
Josh Poimboeuf
1
-0
/
+15
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-34
/
+72
2019-04-16
bpf: use BPF_CAST_CALL for casting bpf call
Prashant Bhole
1
-3
/
+2
2019-04-16
genirq/devres: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-04-16
sched/core: Unify p->on_rq updates
Peter Zijlstra
2
-7
/
+4
2019-04-16
sched/core: Remove ttwu_activate()
Peter Zijlstra
1
-7
/
+2
2019-04-16
sched/core, workqueues: Distangle worker accounting from rq lock
Thomas Gleixner
3
-99
/
+48
2019-04-16
sched/deadline: Correctly handle active 0-lag timers
luca abeni
1
-2
/
+1
2019-04-16
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
Phil Auld
1
-0
/
+25
2019-04-16
sched/fair: Remove unneeded prototype of capacity_of()
Valentin Schneider
1
-1
/
+0
2019-04-16
perf/core: Add perf_pmu_resched() as global function
Stephane Eranian
1
-0
/
+10
2019-04-16
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
3
-38
/
+38
2019-04-16
perf/ring_buffer: Fix AUX record suppression
Alexander Shishkin
1
-18
/
+15
2019-04-16
perf/core: Fix the address filtering fix
Alexander Shishkin
1
-16
/
+21
2019-04-16
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
16
-67
/
+116
2019-04-16
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
2
-0
/
+12
2019-04-16
kprobes: Fix error check when reusing optimized probes
Masami Hiramatsu
1
-4
/
+2
2019-04-16
locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' again
Bart Van Assche
1
-4
/
+5
2019-04-15
ntp: Audit NTP parameters adjustment
Ondrej Mosnacek
4
-5
/
+50
2019-04-15
timekeeping: Audit clock adjustments
Ondrej Mosnacek
2
-0
/
+13
2019-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+10
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
1
-1
/
+5
2019-04-14
tracing: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2
-16
/
+6
2019-04-14
latency_top: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
1
-6
/
+6
2019-04-14
lockdep: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
1
-11
/
+0
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-04-14
locking/rwsem: Prevent unneeded warning during locking selftest
Waiman Long
1
-1
/
+2
2019-04-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
[prev]
[next]