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
/
init
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+10
2018-04-11
seq_file: allocate seq_file from kmem_cache
Alexey Dobriyan
1
-0
/
+1
2018-04-11
init/ramdisk: use pr_cont() at the end of ramdisk loading
Aaro Koskinen
1
-2
/
+2
2018-04-11
uts: create "struct uts_namespace" from kmem_cache
Alexey Dobriyan
1
-0
/
+2
2018-04-10
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-17
/
+67
2018-04-07
init: Have initcall_debug still work without CONFIG_TRACEPOINTS
Steven Rostedt (VMware)
1
-2
/
+26
2018-04-06
init, tracing: Have printk come through the trace events for initcall_debug
Steven Rostedt (VMware)
1
-16
/
+35
2018-04-06
init, tracing: Add initcall trace events
Steven Rostedt (VMware)
1
-0
/
+7
2018-04-05
Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-1
/
+1
2018-04-05
syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls
Dominik Brodowski
1
-3
/
+6
2018-04-05
syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
Dominik Brodowski
1
-0
/
+7
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-103
/
+105
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
1
-3
/
+2
2018-04-02
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
Dominik Brodowski
1
-1
/
+1
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
2
-6
/
+6
2018-04-02
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
Dominik Brodowski
1
-4
/
+4
2018-04-02
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
Dominik Brodowski
4
-14
/
+15
2018-04-02
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
6
-14
/
+14
2018-04-02
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
5
-14
/
+14
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
1
-4
/
+4
2018-04-02
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...
Dominik Brodowski
1
-1
/
+2
2018-04-02
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...
Dominik Brodowski
1
-3
/
+3
2018-04-02
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...
Dominik Brodowski
3
-3
/
+3
2018-04-02
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...
Dominik Brodowski
3
-4
/
+4
2018-04-02
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
Dominik Brodowski
1
-2
/
+2
2018-04-02
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
Dominik Brodowski
4
-6
/
+6
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
2
-5
/
+5
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
2
-3
/
+3
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
2
-3
/
+3
2018-04-02
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
Dominik Brodowski
2
-4
/
+4
2018-04-02
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
Dominik Brodowski
1
-1
/
+1
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
2
-5
/
+5
2018-03-26
treewide: simplify Kconfig dependencies for removed archs
Arnd Bergmann
1
-3
/
+2
2018-03-23
init: Fix initcall0 name as it is "pure" not "early"
Steven Rostedt (VMware)
1
-1
/
+1
2018-03-20
jump_label: Disable jump labels in __exit code
Josh Poimboeuf
1
-1
/
+1
2018-03-18
Merge tag 'v4.16-rc5' into devel
Linus Walleij
1
-0
/
+2
2018-03-09
mn10300: Remove the architecture
David Howells
1
-1
/
+1
2018-02-22
pc104: Add EXPERT dependency for PC104 Kconfig option
William Breathitt Gray
1
-1
/
+1
2018-02-21
jump_label: Explicitly disable jump labels in __init code
Josh Poimboeuf
1
-0
/
+2
2018-02-05
membarrier: Provide core serializing command, *_SYNC_CORE
Mathieu Desnoyers
1
-0
/
+3
2018-02-05
locking: Introduce sync_core_before_usermode()
Mathieu Desnoyers
1
-0
/
+3
2018-02-05
powerpc, membarrier: Skip memory barrier in switch_mm()
Mathieu Desnoyers
1
-0
/
+3
2018-01-29
Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-9
/
+163
2018-01-17
Expand the INIT_SIGNALS and INIT_SIGHAND macros and remove
David Howells
1
-2
/
+28
2018-01-17
Expand various INIT_* macros and remove
David Howells
1
-24
/
+71
[next]