summaryrefslogtreecommitdiffstats
path: root/kernel/module-internal.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-11x86/entry/64/compat: Document sysenter_fix_flags's reason for existenceBorislav Petkov1-0/+6
2015-10-09x86/entry: Split and inline syscall_return_slowpath()Andy Lutomirski1-21/+29
2015-10-09x86/entry: Split and inline prepare_exit_to_usermode()Andy Lutomirski1-15/+28
2015-10-09x86/entry: Use pt_regs_to_thread_info() in syscall entry tracingAndy Lutomirski1-11/+11
2015-10-09x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRYAndy Lutomirski1-2/+4
2015-10-09x86/entry: Micro-optimize compat fast syscall arg fetchAndy Lutomirski1-2/+14
2015-10-09x86/entry: Force inlining of 32-bit syscall codeAndy Lutomirski1-3/+5
2015-10-09x86/entry: Make irqs_disabled checks in exit code depend on lockdepAndy Lutomirski1-3/+3
2015-10-09x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscallsAndy Lutomirski1-7/+11
2015-10-09x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski2-4/+0
2015-10-09x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski3-100/+51
2015-10-09x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski1-21/+13
2015-10-09x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski1-3/+15
2015-10-09x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski2-5/+60
2015-10-09x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski2-36/+62
2015-10-09x86/entry: Add C code for fast system call entriesAndy Lutomirski1-0/+43
2015-10-09x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2-39/+19
2015-10-09x86/entry: Add do_syscall_32(), a C function to do 32-bit syscallsAndy Lutomirski1-0/+43
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski5-9/+11
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski4-9/+14
2015-10-09x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski3-40/+20
2015-10-09x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski1-242/+4
2015-10-09x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski1-96/+2
2015-10-09x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entriesAndy Lutomirski1-0/+13
2015-10-09x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski3-1/+26
2015-10-09x86/elf/64: Clear more registers in elf_common_init()Andy Lutomirski1-4/+4
2015-10-09x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski1-40/+8
2015-10-09x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski2-5/+12
2015-10-09x86/asm: Re-add parts of the manual CFI infrastructureAndy Lutomirski2-2/+178
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski12-279/+21
2015-10-07x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski1-8/+22
2015-10-07x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski3-3/+2
2015-10-07x86/entry/64/compat: Fix SYSENTER's NT flag before user memory accessAndy Lutomirski1-9/+9
2015-10-07selftests/x86: Add a test for ptrace syscall restart and arg modificationAndy Lutomirski3-1/+342
2015-10-07selftests/x86: Add a test for vDSO unwindingAndy Lutomirski2-1/+210
2015-10-07x86/uaccess: Add unlikely() to __chk_range_not_ok() failure pathsAndy Lutomirski1-3/+3
2015-10-07x86/uaccess: Tell the compiler that uaccess is unlikely to faultAndy Lutomirski1-4/+4
2015-10-07Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds1-18/+16
2015-10-07NFS: Fix a tracepoint NULL-pointer dereferenceAnna Schumaker1-1/+1
2015-10-06x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel1-1/+18
2015-10-04Linux 4.3-rc4v4.3-rc4Linus Torvalds1-1/+1
2015-10-04MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras4-73/+42
2015-10-03[CIFS] Update cifs version numberSteve French1-1/+1
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-10-02nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton1-0/+3
2015-10-02NFSv4: Fix a nograce recovery hangBenjamin Coddington1-0/+2
2015-10-02NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust1-2/+8
2015-10-02NFSv4: Don't try to reclaim unused state ownersTrond Myklebust1-1/+2
2015-10-02NFS: Fix a write performance regressionTrond Myklebust1-1/+1
2015-10-02NFS: Fix up page writeback accountingTrond Myklebust1-6/+6