summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc: add semget syscall wrapperDominik Brodowski2018-04-023-3/+9
* ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski2018-04-023-12/+41
* net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...Dominik Brodowski2018-04-021-7/+30
* net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...Dominik Brodowski2018-04-021-5/+12
* net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...Dominik Brodowski2018-04-021-4/+12
* net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...Dominik Brodowski2018-04-021-4/+10
* net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...Dominik Brodowski2018-04-021-7/+16
* net: socket: replace call to sys_recv() with __sys_recvfrom()Dominik Brodowski2018-04-022-2/+4
* net: socket: replace calls to sys_send() with __sys_sendto()Dominik Brodowski2018-04-022-2/+3
* net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski2018-04-023-22/+37
* net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-5/+12
* net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-4/+10
* net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski2018-04-022-3/+11
* net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-3/+9
* net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-4/+11
* net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-5/+13
* net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-5/+13
* net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-3/+9
* net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-4/+11
* net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-3/+9
* net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-3/+9
* net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-9/+17
* net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-8/+17
* net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski2018-04-023-9/+21
* x86: remove compat_sys_x86_waitpid()Dominik Brodowski2018-04-023-10/+1
* x86: use _do_fork() in compat_sys_x86_clone()Dominik Brodowski2018-04-021-1/+2
* mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski2018-04-022-5/+12
* kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski2018-04-021-13/+39
* kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski2018-04-022-4/+13
* kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski2018-04-023-6/+6
* syscalls: define and explain goal to not call syscalls in the kernelDominik Brodowski2018-03-252-0/+39
* Linux 4.16-rc5v4.16-rc5Linus Torvalds2018-03-111-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-1117-182/+291
|\
| * x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-093-1/+12
| * x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
| * x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
| * x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
| * x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
| * x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
| * x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
| * x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
| * x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
| * x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-081-0/+7
| * x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-084-30/+10
| * x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski2018-03-071-3/+1
| * x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-074-13/+14
| * x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-073-62/+76
| * x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1
| * x86/entry: Remove stale syscall prototypeDominik Brodowski2018-03-071-1/+0
| * x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski2018-03-071-3/+3