summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-07161-692/+1218
|\
| * Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-10-064-5/+46
| |\
| | * 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-281-0/+23
| | * 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 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0422-29/+25
| |\ \ \
| | * | | tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
| | * | | Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0821-0/+21
| * | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82
| |\ \ \ \
| | * | | | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42
| | * | | | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| | * | | | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1
| | * | | | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1
| | * | | | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| | * | | | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
| | * | | | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| | * | | | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| | * | | | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| | * | | | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| | * | | | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| | * | | | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
| |\ \ \ \ \
| | * | | | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| | * | | | | x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1
| | * | | | | x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3
| | * | | | | Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgentIngo Molnar2015-10-013-52/+55
| | |\ \ \ \ \