index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
24
-152
/
+276
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-30
/
+46
2019-04-29
Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+15
2019-04-29
sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs
Nicholas Piggin
1
-6
/
+10
2019-04-27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-17
/
+20
2019-04-26
trace: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
1
-1
/
+1
2019-04-26
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
1
-1
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
1
-14
/
+14
2019-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-30
/
+46
2019-04-25
bpf: mark registers in all frames after pkt/null checks
Paul Chaignon
1
-30
/
+46
2019-04-25
seccomp: Make NEW_LISTENER and TSYNC flags exclusive
Tycho Andersen
1
-2
/
+15
2019-04-25
sched/numa: Fix a possible divide-by-zero
Xie XiuQi
1
-0
/
+4
2019-04-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-2
/
+11
2019-04-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-39
/
+43
2019-04-20
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+26
2019-04-20
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+5
2019-04-19
sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"
Colin Ian King
1
-1
/
+1
2019-04-19
sched/topology: Update init_sched_domains() comment
Juri Lelli
1
-3
/
+2
2019-04-19
cgroup/cpuset: Update stale generate_sched_domains() comments
Juri Lelli
1
-6
/
+5
2019-04-19
kernel/watchdog_hld.c: hard lockup message should end with a newline
Sergey Senozhatsky
1
-1
/
+2
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
sched/core: Fix typo in comment
Joel Savitz
1
-1
/
+1
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
timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()
Chang-An Chen
3
-2
/
+11
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/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
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-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
1
-1
/
+5
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-04-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2019-04-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2019-04-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-11
/
+45
2019-04-12
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-17
/
+12
2019-04-12
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+5
2019-04-12
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2
-11
/
+45
2019-04-11
dma-debug: only skip one stackframe entry
Scott Wood
1
-1
/
+1
2019-04-10
alarmtimer: Return correct remaining time
Andrei Vagin
1
-1
/
+1
2019-04-10
locking/lockdep: Zap lock classes even with lock debugging disabled
Bart Van Assche
1
-17
/
+12
[next]