index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
direct-io.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-03
RISC-V: Add definition of relocation types
Zong Li
1
-0
/
+7
2018-04-03
RISC-V: Enable module support in defconfig
Zong Li
1
-0
/
+2
2018-04-03
RISC-V: Support SUB32 relocation type in kernel module
Zong Li
1
-0
/
+8
2018-04-03
RISC-V: Support ADD32 relocation type in kernel module
Zong Li
1
-0
/
+8
2018-04-03
RISC-V: Support ALIGN relocation type in kernel module
Zong Li
1
-0
/
+10
2018-04-03
RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewq
Zong Li
1
-0
/
+35
2018-04-03
RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel module
Zong Li
1
-0
/
+42
2018-04-03
RISC-V: Support CALL relocation type in kernel module
Zong Li
1
-0
/
+22
2018-04-03
RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel module
Zong Li
1
-10
/
+52
2018-04-03
RISC-V: Add section of GOT.PLT for kernel module
Zong Li
3
-17
/
+45
2018-04-03
RISC-V: Add sections of PLT and GOT for kernel module
Zong Li
6
-0
/
+260
2018-04-03
riscv/atomic: Strengthen implementations with fences
Andrea Parri
2
-220
/
+588
2018-04-03
riscv/spinlock: Strengthen implementations with fences
Andrea Parri
2
-14
/
+27
2018-04-03
riscv/barrier: Define __smp_{store_release,load_acquire}
Andrea Parri
1
-0
/
+15
2018-04-03
riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
Alan Kao
2
-1
/
+7
2018-04-03
riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
Alan Kao
4
-0
/
+141
2018-04-03
riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support
Alan Kao
2
-0
/
+4
2018-04-03
riscv/ftrace: Add dynamic function graph tracer support
Alan Kao
2
-1
/
+118
2018-04-03
riscv/ftrace: Add dynamic function tracer support
Alan Kao
6
-12
/
+223
2018-04-03
riscv/ftrace: Add RECORD_MCOUNT support
Alan Kao
3
-0
/
+9
2018-04-03
blk-mq: Directly schedule q->timeout_work when aborting a request
Tejun Heo
1
-1
/
+1
2018-04-02
bpf: whitelist all syscalls for error injection
Howard McLauchlan
2
-0
/
+6
2018-04-02
kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions
Dominik Brodowski
2
-216
/
+219
2018-04-02
kernel/sys_ni: sort cond_syscall() entries
Dominik Brodowski
1
-174
/
+332
2018-04-02
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
4
-80
/
+4
2018-04-02
syscalls: sort syscall prototypes in include/linux/compat.h
Dominik Brodowski
1
-277
/
+378
2018-04-02
net: remove compat_sys_*() prototypes from net/compat.h
Dominik Brodowski
1
-11
/
+0
2018-04-02
syscalls: sort syscall prototypes in include/linux/syscalls.h
Dominik Brodowski
1
-537
/
+667
2018-04-02
kexec: move sys_kexec_load() prototype to syscalls.h
Dominik Brodowski
2
-4
/
+4
2018-04-02
x86/sigreturn: use SYSCALL_DEFINE0
Tautschnig, Michael
1
-2
/
+3
2018-04-02
x86: fix sys_sigreturn() return type to be long, not unsigned long
Dominik Brodowski
2
-2
/
+2
2018-04-02
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Dominik Brodowski
3
-4
/
+10
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
8
-7
/
+13
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
21
-41
/
+60
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
12
-27
/
+43
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
8
-12
/
+18
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
9
-20
/
+36
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
8
-9
/
+17
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
8
-11
/
+19
2018-04-02
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
Dominik Brodowski
3
-2
/
+8
2018-04-02
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
4
-3
/
+9
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
7
-6
/
+12
2018-04-02
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
5
-8
/
+14
2018-04-02
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
Dominik Brodowski
3
-6
/
+12
2018-04-02
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
Dominik Brodowski
6
-15
/
+22
2018-04-02
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
3
-4
/
+13
2018-04-02
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
8
-15
/
+26
2018-04-02
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
10
-17
/
+29
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
10
-9
/
+17
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
6
-16
/
+46
[prev]
[next]