index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
|
|
|
ACPICA: AML Debug Object: Don't ignore output of zero-length strings
Bob Moore
2018-03-18
1
-4
/
+3
|
|
*
|
|
|
|
|
|
|
ACPICA: Fix memory leak on unusual memory leak
Bob Moore
2018-03-18
1
-0
/
+4
|
|
*
|
|
|
|
|
|
|
ACPICA: Events: Dispatch GPEs after enabling for the first time
Erik Schmauss
2018-03-18
6
-13
/
+51
|
|
*
|
|
|
|
|
|
|
ACPICA: Events: Add parallel GPE handling support to fix potential redundant ...
Erik Schmauss
2018-03-18
2
-105
/
+132
|
|
*
|
|
|
|
|
|
|
ACPICA: Events: Stop unconditionally clearing ACPI IRQs during suspend/resume
Erik Schmauss
2018-03-18
4
-19
/
+4
|
|
*
|
|
|
|
|
|
|
ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
Seunghun Han
2018-03-18
1
-0
/
+8
|
|
*
|
|
|
|
|
|
|
ACPICA: Update version to 20180209
Bob Moore
2018-02-21
1
-1
/
+1
|
|
*
|
|
|
|
|
|
|
ACPICA: Add option to disable Package object name resolution errors
Bob Moore
2018-02-21
2
-7
/
+32
|
|
*
|
|
|
|
|
|
|
ACPICA: Integrate package handling with module-level code
Schmauss, Erik
2018-02-21
5
-63
/
+85
|
|
*
|
|
|
|
|
|
|
ACPICA: Revert "Fix for implicit result conversion for the To____ functions"
Bob Moore
2018-02-21
4
-24
/
+12
|
|
*
|
|
|
|
|
|
|
ACPICA: Update for some debug output. No functional change
Bob Moore
2018-02-21
11
-26
/
+40
|
|
*
|
|
|
|
|
|
|
ACPICA: Update error message, no functional change
Bob Moore
2018-02-21
1
-3
/
+5
|
|
*
|
|
|
|
|
|
|
ACPICA: Restructure ACPI table files
Erik Schmauss
2018-02-21
3
-2294
/
+2286
|
|
|
/
/
/
/
/
/
/
|
*
|
|
|
|
|
|
|
ACPI: acpi_pad: Fix memory leak in power saving threads
Lenny Szubowicz
2018-03-30
1
-0
/
+3
*
|
|
|
|
|
|
|
|
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-03
105
-1797
/
+3058
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
bpf: whitelist all syscalls for error injection
Howard McLauchlan
2018-04-02
2
-0
/
+6
|
*
|
|
|
|
|
|
|
|
kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions
Dominik Brodowski
2018-04-02
2
-216
/
+219
|
*
|
|
|
|
|
|
|
|
kernel/sys_ni: sort cond_syscall() entries
Dominik Brodowski
2018-04-02
1
-174
/
+332
|
*
|
|
|
|
|
|
|
|
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
2018-04-02
4
-80
/
+4
|
*
|
|
|
|
|
|
|
|
syscalls: sort syscall prototypes in include/linux/compat.h
Dominik Brodowski
2018-04-02
1
-277
/
+378
|
*
|
|
|
|
|
|
|
|
net: remove compat_sys_*() prototypes from net/compat.h
Dominik Brodowski
2018-04-02
1
-11
/
+0
|
*
|
|
|
|
|
|
|
|
syscalls: sort syscall prototypes in include/linux/syscalls.h
Dominik Brodowski
2018-04-02
1
-537
/
+667
|
*
|
|
|
|
|
|
|
|
kexec: move sys_kexec_load() prototype to syscalls.h
Dominik Brodowski
2018-04-02
2
-4
/
+4
|
*
|
|
|
|
|
|
|
|
x86/sigreturn: use SYSCALL_DEFINE0
Tautschnig, Michael
2018-04-02
1
-2
/
+3
|
*
|
|
|
|
|
|
|
|
x86: fix sys_sigreturn() return type to be long, not unsigned long
Dominik Brodowski
2018-04-02
2
-2
/
+2
|
*
|
|
|
|
|
|
|
|
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Dominik Brodowski
2018-04-02
3
-4
/
+10
|
*
|
|
|
|
|
|
|
|
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
8
-7
/
+13
|
*
|
|
|
|
|
|
|
|
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
21
-41
/
+60
|
*
|
|
|
|
|
|
|
|
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
12
-27
/
+43
|
*
|
|
|
|
|
|
|
|
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
8
-12
/
+18
|
*
|
|
|
|
|
|
|
|
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
9
-20
/
+36
|
*
|
|
|
|
|
|
|
|
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
8
-9
/
+17
|
*
|
|
|
|
|
|
|
|
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
8
-11
/
+19
|
*
|
|
|
|
|
|
|
|
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
Dominik Brodowski
2018-04-02
3
-2
/
+8
|
*
|
|
|
|
|
|
|
|
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
Dominik Brodowski
2018-04-02
4
-3
/
+9
|
*
|
|
|
|
|
|
|
|
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
2018-04-02
7
-6
/
+12
|
*
|
|
|
|
|
|
|
|
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
2018-04-02
5
-8
/
+14
|
*
|
|
|
|
|
|
|
|
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
Dominik Brodowski
2018-04-02
3
-6
/
+12
|
*
|
|
|
|
|
|
|
|
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
Dominik Brodowski
2018-04-02
6
-15
/
+22
|
*
|
|
|
|
|
|
|
|
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
Dominik Brodowski
2018-04-02
3
-4
/
+13
|
*
|
|
|
|
|
|
|
|
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
2018-04-02
8
-15
/
+26
|
*
|
|
|
|
|
|
|
|
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
2018-04-02
10
-17
/
+29
|
*
|
|
|
|
|
|
|
|
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
10
-9
/
+17
|
*
|
|
|
|
|
|
|
|
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
2018-04-02
6
-16
/
+46
|
*
|
|
|
|
|
|
|
|
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...
Dominik Brodowski
2018-04-02
4
-3
/
+17
|
*
|
|
|
|
|
|
|
|
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...
Dominik Brodowski
2018-04-02
4
-6
/
+27
|
*
|
|
|
|
|
|
|
|
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...
Dominik Brodowski
2018-04-02
4
-4
/
+21
|
*
|
|
|
|
|
|
|
|
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...
Dominik Brodowski
2018-04-02
6
-6
/
+23
|
*
|
|
|
|
|
|
|
|
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...
Dominik Brodowski
2018-04-02
4
-4
/
+21
|
*
|
|
|
|
|
|
|
|
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...
Dominik Brodowski
2018-04-02
6
-6
/
+19
[prev]
[next]