summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-091-21/+13
* x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski2015-10-091-3/+15
* x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski2015-10-092-5/+60
* x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski2015-10-092-36/+62
* x86/entry: Add C code for fast system call entriesAndy Lutomirski2015-10-091-0/+43
* x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2015-10-092-39/+19
* x86/entry: Add do_syscall_32(), a C function to do 32-bit syscallsAndy Lutomirski2015-10-091-0/+43
* x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-095-9/+11
* x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski2015-10-094-9/+14
* x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-093-40/+20
* x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski2015-10-091-242/+4
* x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski2015-10-091-96/+2
* x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entriesAndy Lutomirski2015-10-091-0/+13
* x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski2015-10-093-1/+26
* x86/elf/64: Clear more registers in elf_common_init()Andy Lutomirski2015-10-091-4/+4
* x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski2015-10-091-40/+8
* x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski2015-10-092-5/+12
* x86/asm: Re-add parts of the manual CFI infrastructureAndy Lutomirski2015-10-092-2/+178
* x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-0712-279/+21
* x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski2015-10-071-8/+22
* x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski2015-10-073-3/+2
* x86/entry/64/compat: Fix SYSENTER's NT flag before user memory accessAndy Lutomirski2015-10-071-9/+9
* selftests/x86: Add a test for ptrace syscall restart and arg modificationAndy Lutomirski2015-10-073-1/+342
* selftests/x86: Add a test for vDSO unwindingAndy Lutomirski2015-10-072-1/+210
* x86/uaccess: Add unlikely() to __chk_range_not_ok() failure pathsAndy Lutomirski2015-10-071-3/+3
* x86/uaccess: Tell the compiler that uaccess is unlikely to faultAndy Lutomirski2015-10-071-4/+4
* Merge branch 'linus' into x86/asm, to pick up fixes before applying new changesIngo Molnar2015-10-07711-4070/+7422
|\
| * Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-10-076-15/+30
| |\
| | * NFS: Fix a tracepoint NULL-pointer dereferenceAnna Schumaker2015-10-061-1/+1
| | * Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-10-022-4/+7
| | |\
| | | * xprtrdma: disconnect and flush cqs before freeing buffersSteve Wise2015-09-282-4/+7
| | * | nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton2015-10-021-0/+3
| | * | NFSv4: Fix a nograce recovery hangBenjamin Coddington2015-10-021-0/+2
| | * | NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust2015-10-021-2/+8
| | * | NFSv4: Don't try to reclaim unused state ownersTrond Myklebust2015-10-021-1/+2
| | * | NFS: Fix a write performance regressionTrond Myklebust2015-10-021-1/+1
| | * | NFS: Fix up page writeback accountingTrond Myklebust2015-10-021-6/+6
| * | | Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds2015-10-071-18/+16
| * | | Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-10-065-5/+54
| |\ \ \
| | * | | x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel2015-10-061-1/+18
| | * | | x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley2015-09-281-1/+1
| | * | | x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2015-09-282-0/+31
| | * | | xen/x86: Don't try to write syscall-related MSRs for PV guestsBoris Ostrovsky2015-09-281-0/+1
| | * | | xen: use correct type for HYPERVISOR_memory_op()Juergen Gross2015-09-282-3/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-10-0611-40/+77
| |\ \ \ \
| | * | | | s390/defconfig: set SCSI_DH=ySebastian Ott2015-10-013-3/+3
| | * | | | s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky2015-09-303-30/+67
| | * | | | s390/boot/decompression: disable floating point in decompressorChristian Borntraeger2015-09-291-1/+1
| | * | | | s390/numa: use correct type for node_to_cpumask_mapMartin Schwidefsky2015-09-234-6/+6
| * | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-10-063-36/+2
| |\ \ \ \ \
OpenPOWER on IntegriCloud