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
2018-02-25
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+14
2018-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-22
/
+34
2018-02-23
Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+4
2018-02-23
Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
1
-0
/
+16
2018-02-22
genirq/matrix: Handle CPU offlining proper
Thomas Gleixner
1
-9
/
+14
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
2018-02-22
bpf: add schedule points in percpu arrays management
Eric Dumazet
1
-1
/
+4
2018-02-22
Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...
James Morris
1
-2
/
+4
2018-02-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-14
/
+3
2018-02-22
efivarfs: Limit the rate for non-root to read files
Luck, Tony
1
-0
/
+3
2018-02-21
ptrace, seccomp: tweak get_metadata behavior slightly
Tycho Andersen
1
-2
/
+4
2018-02-21
kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
David Rientjes
1
-1
/
+1
2018-02-21
include/linux/sched/mm.h: re-inline mmdrop()
Andrew Morton
1
-13
/
+2
2018-02-22
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+16
2018-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-19
/
+29
2018-02-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-50
/
+128
2018-02-18
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-14
/
+4
2018-02-16
workqueue: Allow retrieval of current task's work struct
Lukas Wunner
1
-0
/
+16
2018-02-16
irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
1
-14
/
+4
2018-02-16
kprobes: Propagate error from disarm_kprobe_ftrace()
Jessica Yu
1
-25
/
+53
2018-02-16
kprobes: Propagate error from arm_kprobe_ftrace()
Jessica Yu
1
-25
/
+75
2018-02-15
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
1
-12
/
+16
2018-02-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-16
/
+22
2018-02-15
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+15
2018-02-14
bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query
Daniel Borkmann
2
-1
/
+3
2018-02-14
bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
Jason Wang
1
-1
/
+1
2018-02-13
bpf: fix sock_map_alloc() error path
Eric Dumazet
1
-1
/
+2
2018-02-13
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
1
-4
/
+7
2018-02-13
locking/qspinlock: Ensure node->count is updated before initialising node
Will Deacon
1
-0
/
+8
2018-02-13
locking/qspinlock: Ensure node is initialised before updating prev->next
Will Deacon
1
-6
/
+7
2018-02-13
sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro
Leo Yan
1
-2
/
+0
2018-02-13
sched/core: Fix DEBUG_SPINLOCK annotation for rq->lock
Peter Zijlstra
1
-11
/
+16
2018-02-13
sched/rt: Make update_curr_rt() more accurate
Wen Yang
1
-1
/
+2
2018-02-13
sched/deadline: Make update_curr_dl() more accurate
Wen Yang
1
-2
/
+4
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
7
-12
/
+12
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2018-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-72
/
+115
2018-02-09
Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-6
/
+4
2018-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-72
/
+115
2018-02-08
tracing: Fix parsing of globs with a wildcard at the beginning
Steven Rostedt (VMware)
1
-5
/
+4
2018-02-08
ftrace: Remove incorrect setting of glob search field
Steven Rostedt (VMware)
1
-1
/
+0
2018-02-07
Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+1
2018-02-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-120
/
+83
2018-02-06
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
8
-99
/
+308
2018-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-8
/
+24
2018-02-06
pipe: reject F_SETPIPE_SZ with size over UINT_MAX
Eric Biggers
1
-3
/
+0
2018-02-06
pipe, sysctl: remove pipe_proc_fn()
Eric Biggers
1
-10
/
+5
2018-02-06
pipe, sysctl: drop 'min' parameter from pipe-max-size converter
Eric Biggers
1
-14
/
+1
2018-02-06
kernel/resource: iomem_is_exclusive can be boolean
Yaowei Bai
1
-5
/
+5
2018-02-06
kernel/cpuset: current_cpuset_is_being_rebound can be boolean
Yaowei Bai
1
-2
/
+2
[next]