index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
Dominik Brodowski
2018-04-02
1
-1
/
+6
*
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
2018-04-02
1
-1
/
+6
*
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
2018-04-02
3
-3
/
+3
*
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
2018-04-02
1
-3
/
+3
*
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
Dominik Brodowski
2018-04-02
1
-22
/
+0
*
mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
Dominik Brodowski
2018-04-02
1
-33
/
+0
*
sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()
Dominik Brodowski
2018-04-02
1
-2
/
+6
*
kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c
Dominik Brodowski
2018-04-02
3
-17
/
+74
*
kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...
Dominik Brodowski
2018-04-02
1
-4
/
+10
*
kernel: add do_getpgid() helper; remove internal call to sys_getpgid()
Dominik Brodowski
2018-04-02
1
-2
/
+7
*
mm: use do_futex() instead of sys_futex() in mm_release()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
kexec: call do_kexec_load() in compat syscall directly
Dominik Brodowski
2018-04-02
1
-13
/
+39
*
kernel: open-code sys_rt_sigpending() in sys_sigpending()
Dominik Brodowski
2018-04-02
1
-3
/
+12
*
kernel: use kernel_wait4() instead of sys_wait4()
Dominik Brodowski
2018-04-02
3
-6
/
+6
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-03-11
1
-1
/
+3
|
\
|
*
perf/core: Fix ctx_event_type in ctx_resched()
Song Liu
2018-03-09
1
-1
/
+3
*
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2018-03-11
1
-2
/
+3
|
\
\
|
*
|
rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
Boqun Feng
2018-03-09
1
-2
/
+3
*
|
|
bug: use %pB in BUG and stack protector failure
Kees Cook
2018-03-10
1
-1
/
+1
*
|
|
Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-03-08
1
-19
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
Matt Redfearn
2018-03-02
1
-19
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-03-05
1
-16
/
+26
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-03-02
1
-16
/
+26
|
|
\
\
\
|
|
*
|
|
bpf: allow xadd only on aligned memory
Daniel Borkmann
2018-02-23
1
-16
/
+26
*
|
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-03-04
1
-0
/
+6
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
2018-02-28
1
-0
/
+6
*
|
|
|
|
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-03-03
1
-5
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
memremap: fix softlockup reports at teardown
Dan Williams
2018-03-03
1
-5
/
+10
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2018-03-01
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
printk: Wake klogd when passing console_lock owner
Petr Mladek
2018-02-27
1
-1
/
+2
*
|
|
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-26
2
-6
/
+23
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
extable: Make init_kernel_text() global
Josh Poimboeuf
2018-02-21
2
-4
/
+2
|
*
|
|
|
|
jump_label: Warn on failed jump_label patching attempt
Josh Poimboeuf
2018-02-21
1
-5
/
+8
|
*
|
|
|
|
jump_label: Explicitly disable jump labels in __init code
Josh Poimboeuf
2018-02-21
1
-0
/
+16
*
|
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-02-26
1
-9
/
+14
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
genirq/matrix: Handle CPU offlining proper
Thomas Gleixner
2018-02-22
1
-9
/
+14
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-02-24
6
-22
/
+34
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
2018-02-22
1
-2
/
+1
|
*
|
|
|
bpf: add schedule points in percpu arrays management
Eric Dumazet
2018-02-22
1
-1
/
+4
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-02-21
6
-19
/
+29
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
2018-02-16
1
-12
/
+16
|
|
*
|
|
bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query
Daniel Borkmann
2018-02-14
2
-1
/
+3
|
|
*
|
|
bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
Jason Wang
2018-02-14
1
-1
/
+1
|
|
*
|
|
bpf: fix sock_map_alloc() error path
Eric Dumazet
2018-02-14
1
-1
/
+2
|
|
*
|
|
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
2018-02-14
1
-4
/
+7
|
|
|
/
/
*
|
|
|
Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-24
1
-2
/
+4
|
\
\
\
\
|
*
\
\
\
Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...
James Morris
2018-02-22
1
-2
/
+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
ptrace, seccomp: tweak get_metadata behavior slightly
Tycho Andersen
2018-02-22
1
-2
/
+4
*
|
|
|
|
Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
2018-02-23
1
-0
/
+16
|
\
\
\
\
\
[next]