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-04-02
mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
Dominik Brodowski
1
-22
/
+0
2018-04-02
mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
Dominik Brodowski
1
-33
/
+0
2018-04-02
sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()
Dominik Brodowski
1
-2
/
+6
2018-04-02
kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c
Dominik Brodowski
3
-17
/
+74
2018-04-02
kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...
Dominik Brodowski
1
-4
/
+10
2018-04-02
kernel: add do_getpgid() helper; remove internal call to sys_getpgid()
Dominik Brodowski
1
-2
/
+7
2018-04-02
mm: use do_futex() instead of sys_futex() in mm_release()
Dominik Brodowski
1
-2
/
+2
2018-04-02
kexec: call do_kexec_load() in compat syscall directly
Dominik Brodowski
1
-13
/
+39
2018-04-02
kernel: open-code sys_rt_sigpending() in sys_sigpending()
Dominik Brodowski
1
-3
/
+12
2018-04-02
kernel: use kernel_wait4() instead of sys_wait4()
Dominik Brodowski
3
-6
/
+6
2018-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2018-03-11
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+3
2018-03-09
bug: use %pB in BUG and stack protector failure
Kees Cook
1
-1
/
+1
2018-03-09
rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
Boqun Feng
1
-2
/
+3
2018-03-09
perf/core: Fix ctx_event_type in ctx_resched()
Song Liu
1
-1
/
+3
2018-03-08
Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+0
2018-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-16
/
+26
2018-03-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+6
2018-03-03
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+10
2018-03-02
memremap: fix softlockup reports at teardown
Dan Williams
1
-5
/
+10
2018-03-02
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
Matt Redfearn
1
-19
/
+0
2018-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-16
/
+26
2018-03-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-1
/
+2
2018-02-28
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
1
-0
/
+6
2018-02-27
printk: Wake klogd when passing console_lock owner
Petr Mladek
1
-1
/
+2
2018-02-26
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-6
/
+23
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
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
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-21
extable: Make init_kernel_text() global
Josh Poimboeuf
2
-4
/
+2
2018-02-21
jump_label: Warn on failed jump_label patching attempt
Josh Poimboeuf
1
-5
/
+8
2018-02-21
jump_label: Explicitly disable jump labels in __init code
Josh Poimboeuf
1
-0
/
+16
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
[next]