summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-111-0/+1
|\ \
| * | clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-091-0/+1
* | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-112-2/+25
|\ \ \
| * | | x86/MCE: Serialize sysfs changesSeunghun Han2018-03-081-1/+21
| * | | x86/MCE: Save microcode revision in machine check recordsTony Luck2018-03-082-1/+4
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-1113-17/+65
|\ \ \
| * | | perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-091-1/+3
| * | | Merge tag 'perf-urgent-for-mingo-4.16-20180306' of git://git.kernel.org/pub/s...Ingo Molnar2018-03-0711-15/+61
| |\ \ \
| | * | | perf tools: Fix trigger class trigger_on()Adrian Hunter2018-03-061-4/+5