index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-04-02
RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel module
Zong Li
2018-04-02
RISC-V: Support CALL relocation type in kernel module
Zong Li
2018-04-02
RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel module
Zong Li
2018-04-02
RISC-V: Add section of GOT.PLT for kernel module
Zong Li
2018-04-02
RISC-V: Add sections of PLT and GOT for kernel module
Zong Li
2018-04-02
riscv/atomic: Strengthen implementations with fences
Andrea Parri
2018-04-02
riscv/spinlock: Strengthen implementations with fences
Andrea Parri
2018-04-02
riscv/barrier: Define __smp_{store_release,load_acquire}
Andrea Parri
2018-04-02
riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
Alan Kao
2018-04-02
riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
Alan Kao
2018-04-02
riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support
Alan Kao
2018-04-02
riscv/ftrace: Add dynamic function graph tracer support
Alan Kao
2018-04-02
riscv/ftrace: Add dynamic function tracer support
Alan Kao
2018-04-02
riscv/ftrace: Add RECORD_MCOUNT support
Alan Kao
2018-04-02
Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-02
Merge tag 'm68k-for-v4.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-02
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-02
Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-02
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-02
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-02
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-02
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-02
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-04-02
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-02
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-04-02
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-02
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
bpf: whitelist all syscalls for error injection
Howard McLauchlan
2018-04-02
kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions
Dominik Brodowski
2018-04-02
kernel/sys_ni: sort cond_syscall() entries
Dominik Brodowski
2018-04-02
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
2018-04-02
syscalls: sort syscall prototypes in include/linux/compat.h
Dominik Brodowski
2018-04-02
net: remove compat_sys_*() prototypes from net/compat.h
Dominik Brodowski
2018-04-02
syscalls: sort syscall prototypes in include/linux/syscalls.h
Dominik Brodowski
2018-04-02
kexec: move sys_kexec_load() prototype to syscalls.h
Dominik Brodowski
2018-04-02
x86/sigreturn: use SYSCALL_DEFINE0
Tautschnig, Michael
2018-04-02
x86: fix sys_sigreturn() return type to be long, not unsigned long
Dominik Brodowski
2018-04-02
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Dominik Brodowski
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
Dominik Brodowski
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
[prev]
[next]