summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-0726-367/+361
* x86/x32: use time64 versions of sigtimedwait and recvmmsgArnd Bergmann2019-02-071-2/+2
* timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-073-5/+7
* timex: use __kernel_timex internallyDeepa Dinamani2019-02-0713-35/+38
* sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-074-15/+76
* time: fix sys_timer_settime prototypeArnd Bergmann2019-02-071-1/+1
* time: Add struct __kernel_timexDeepa Dinamani2019-02-072-0/+48
* time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-075-113/+102
* syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-074-28/+0
* alpha: add generic get{eg,eu,g,p,u,pp}id() syscallsArnd Bergmann2019-01-253-11/+8
* alpha: add standard statfs64/fstatfs64 syscallsArnd Bergmann2019-01-251-0/+2
* arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-2512-15/+28
* arch: add split IPC system calls where neededArnd Bergmann2019-01-259-0/+84
* ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-2514-62/+137
* sparc64: fix sparc_ipc type conversionArnd Bergmann2019-01-251-1/+1
* sh: add statx system callArnd Bergmann2019-01-251-0/+1
* sh: remove duplicate unistd_32.h fileArnd Bergmann2019-01-251-403/+0
* m68k: assign syscall number for seccompArnd Bergmann2019-01-251-0/+1
* ARM: add kexec_file_load system call numberArnd Bergmann2019-01-253-1/+4
* ARM: add migrate_pages() system callArnd Bergmann2019-01-254-2/+4
* alpha: update syscall macro definitionsArnd Bergmann2019-01-253-8/+7
* alpha: wire up io_pgetevents system callArnd Bergmann2019-01-251-0/+1
* ia64: assign syscall numbers for perf and seccompArnd Bergmann2019-01-251-0/+2
* ia64: add statx and io_pgetevents syscallsArnd Bergmann2019-01-251-0/+2
* ia64: add __NR_umount2 definitionArnd Bergmann2019-01-253-15/+3
* s390: remove compat_wrapper.cArnd Bergmann2019-01-183-326/+140
* s390: autogenerate compat syscall wrappersArnd Bergmann2019-01-185-21/+147
* s390: use generic UID16 implementationArnd Bergmann2019-01-185-252/+41
* ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-185-6/+25
* s390: open-code s390_personality syscallArnd Bergmann2019-01-181-2/+5
* Linux 5.0-rc2v5.0-rc2Linus Torvalds2019-01-141-1/+1
* kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer2019-01-141-1/+2
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-01-1426-93/+321
|\
| * Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson2019-01-1211-52/+212
| |\
| | * reset: uniphier-glue: Add AHCI reset control support in glue layerKunihiko Hayashi2019-01-071-0/+12
| | * dt-bindings: reset: uniphier: Add AHCI core reset descriptionKunihiko Hayashi2019-01-071-0/+3
| | * reset: uniphier-usb3: Rename to reset-uniphier-glueKunihiko Hayashi2019-01-073-25/+25
| | * dt-bindings: reset: uniphier: Replace the expression of USB3 with generic per...Kunihiko Hayashi2019-01-071-11/+11
| | * ARM: socfpga: dts: document "altr,stratix10-rst-mgr" bindingDinh Nguyen2019-01-071-1/+2
| | * reset: socfpga: add an early reset driver for SoCFPGADinh Nguyen2019-01-075-11/+105
| | * reset: fix null pointer dereference on dev by dev_nameColin Ian King2019-01-071-1/+2
| | * reset: Add reset_control_get_count()Geert Uytterhoeven2019-01-072-0/+48
| | * reset: Improve reset controller kernel docsGeert Uytterhoeven2019-01-071-4/+4
| | * ARC: HSDK: improve reset driverEugeniy Paltsev2019-01-071-0/+1
| * | Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2019-01-123-3/+20
| |\ \
| | * | ARM: dts: kirkwood: Fix polarity of GPIO fan linesLinus Walleij2019-01-101-2/+2
| | * | arm64: dts: marvell: mcbin: fix PCIe reset signalBaruch Siach2019-01-101-1/+1
| | * | arm64: dts: marvell: armada-ap806: reserve PSCI areaHeinrich Schuchardt2019-01-101-0/+17
| | |/
| * | Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-01-121-2/+6
| |\ \
| | * | ARM: integrator: impd1: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-1/+1