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
*
y2038: rename old time and utime syscalls
Arnd Bergmann
2019-02-07
22
-77
/
+98
*
y2038: remove struct definition redirects
Arnd Bergmann
2019-02-07
4
-21
/
+0
*
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
2019-02-07
13
-254
/
+335
*
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
26
-367
/
+361
*
x86/x32: use time64 versions of sigtimedwait and recvmmsg
Arnd Bergmann
2019-02-07
1
-2
/
+2
*
timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
2019-02-07
3
-5
/
+7
*
timex: use __kernel_timex internally
Deepa Dinamani
2019-02-07
13
-35
/
+38
*
sparc64: add custom adjtimex/clock_adjtime functions
Arnd Bergmann
2019-02-07
4
-15
/
+76
*
time: fix sys_timer_settime prototype
Arnd Bergmann
2019-02-07
1
-1
/
+1
*
time: Add struct __kernel_timex
Deepa Dinamani
2019-02-07
2
-0
/
+48
*
time: make adjtime compat handling available for 32 bit
Arnd Bergmann
2019-02-07
5
-113
/
+102
*
syscalls: remove obsolete __IGNORE_ macros
Arnd Bergmann
2019-02-07
4
-28
/
+0
*
alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
Arnd Bergmann
2019-01-25
3
-11
/
+8
*
alpha: add standard statfs64/fstatfs64 syscalls
Arnd Bergmann
2019-01-25
1
-0
/
+2
*
arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
2019-01-25
12
-15
/
+28
*
arch: add split IPC system calls where needed
Arnd Bergmann
2019-01-25
9
-0
/
+84
*
ipc: rename old-style shmctl/semctl/msgctl syscalls
Arnd Bergmann
2019-01-25
14
-62
/
+137
*
sparc64: fix sparc_ipc type conversion
Arnd Bergmann
2019-01-25
1
-1
/
+1
*
sh: add statx system call
Arnd Bergmann
2019-01-25
1
-0
/
+1
*
sh: remove duplicate unistd_32.h file
Arnd Bergmann
2019-01-25
1
-403
/
+0
*
m68k: assign syscall number for seccomp
Arnd Bergmann
2019-01-25
1
-0
/
+1
*
ARM: add kexec_file_load system call number
Arnd Bergmann
2019-01-25
3
-1
/
+4
*
ARM: add migrate_pages() system call
Arnd Bergmann
2019-01-25
4
-2
/
+4
*
alpha: update syscall macro definitions
Arnd Bergmann
2019-01-25
3
-8
/
+7
*
alpha: wire up io_pgetevents system call
Arnd Bergmann
2019-01-25
1
-0
/
+1
*
ia64: assign syscall numbers for perf and seccomp
Arnd Bergmann
2019-01-25
1
-0
/
+2
*
ia64: add statx and io_pgetevents syscalls
Arnd Bergmann
2019-01-25
1
-0
/
+2
*
ia64: add __NR_umount2 definition
Arnd Bergmann
2019-01-25
3
-15
/
+3
*
s390: remove compat_wrapper.c
Arnd Bergmann
2019-01-18
3
-326
/
+140
*
s390: autogenerate compat syscall wrappers
Arnd Bergmann
2019-01-18
5
-21
/
+147
*
s390: use generic UID16 implementation
Arnd Bergmann
2019-01-18
5
-252
/
+41
*
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
Arnd Bergmann
2019-01-18
5
-6
/
+25
*
s390: open-code s390_personality syscall
Arnd Bergmann
2019-01-18
1
-2
/
+5
*
Linux 5.0-rc2
v5.0-rc2
Linus Torvalds
2019-01-13
1
-1
/
+1
*
kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore
Jonathan Neuschäfer
2019-01-13
1
-1
/
+2
*
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2019-01-13
26
-93
/
+321
|
\
|
*
Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...
Olof Johansson
2019-01-13
11
-52
/
+212
|
|
\
|
|
*
reset: uniphier-glue: Add AHCI reset control support in glue layer
Kunihiko Hayashi
2019-01-07
1
-0
/
+12
|
|
*
dt-bindings: reset: uniphier: Add AHCI core reset description
Kunihiko Hayashi
2019-01-07
1
-0
/
+3
|
|
*
reset: uniphier-usb3: Rename to reset-uniphier-glue
Kunihiko Hayashi
2019-01-07
3
-25
/
+25
|
|
*
dt-bindings: reset: uniphier: Replace the expression of USB3 with generic per...
Kunihiko Hayashi
2019-01-07
1
-11
/
+11
|
|
*
ARM: socfpga: dts: document "altr,stratix10-rst-mgr" binding
Dinh Nguyen
2019-01-07
1
-1
/
+2
|
|
*
reset: socfpga: add an early reset driver for SoCFPGA
Dinh Nguyen
2019-01-07
5
-11
/
+105
|
|
*
reset: fix null pointer dereference on dev by dev_name
Colin Ian King
2019-01-07
1
-1
/
+2
|
|
*
reset: Add reset_control_get_count()
Geert Uytterhoeven
2019-01-07
2
-0
/
+48
|
|
*
reset: Improve reset controller kernel docs
Geert Uytterhoeven
2019-01-07
1
-4
/
+4
|
|
*
ARC: HSDK: improve reset driver
Eugeniy Paltsev
2019-01-07
1
-0
/
+1
|
*
|
Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixes
Olof Johansson
2019-01-13
3
-3
/
+20
|
|
\
\
|
|
*
|
ARM: dts: kirkwood: Fix polarity of GPIO fan lines
Linus Walleij
2019-01-10
1
-2
/
+2
|
|
*
|
arm64: dts: marvell: mcbin: fix PCIe reset signal
Baruch Siach
2019-01-10
1
-1
/
+1
[next]