Age | Commit message (Expand) | Author | Files | Lines |
2018-04-12 | Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready | Ingo Molnar | 2589 | -417469/+16194 |
2018-04-10 | x86/apic: Fix signedness bug in APIC ID validity checks | Li RongQing | 8 | -13/+16 |
2018-04-10 | x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruption | Kirill A. Shutemov | 1 | -12/+20 |
2018-04-09 | x86/olpc: Fix inconsistent MFD_CS5535 configuration | Arnd Bergmann | 1 | -3/+1 |
2018-04-09 | syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming convention | Dominik Brodowski | 1 | -9/+9 |
2018-04-09 | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys... | Dominik Brodowski | 5 | -362/+405 |
2018-04-09 | syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention | Dominik Brodowski | 4 | -185/+185 |
2018-04-09 | syscalls/core, syscalls/x86: Clean up syscall stub naming convention | Dominik Brodowski | 2 | -229/+230 |
2018-04-05 | syscalls/x86: Extend register clearing on syscall entry to lower registers | Dominik Brodowski | 2 | -0/+8 |
2018-04-05 | syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64 | Dominik Brodowski | 7 | -57/+12 |
2018-04-05 | syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a... | Dominik Brodowski | 6 | -380/+509 |
2018-04-05 | syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi... | Dominik Brodowski | 7 | -2/+119 |
2018-04-05 | x86/syscalls: Don't pointlessly reload the system call number | Linus Torvalds | 2 | -7/+8 |
2018-04-03 | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 30 | -200/+138 |
2018-04-03 | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2182 | -413749/+0 |
2018-04-03 | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 116 | -8/+11296 |
2018-04-03 | Merge tag 'm68k-for-v4.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 17 | -121/+223 |
2018-04-03 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -53/+108 |
2018-04-03 | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 20 | -364/+57 |
2018-04-03 | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+4 |
2018-04-03 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -5/+43 |
2018-04-03 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 13 | -81/+84 |
2018-04-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 57 | -970/+1619 |
2018-04-03 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 12 | -130/+119 |
2018-04-03 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -26/+9 |
2018-04-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+1 |
2018-04-02 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -115/+99 |
2018-04-02 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -113/+149 |
2018-04-02 | syscalls/x86: auto-create compat_sys_*() prototypes | Dominik Brodowski | 3 | -66/+1 |
2018-04-02 | x86/sigreturn: use SYSCALL_DEFINE0 | Tautschnig, Michael | 1 | -2/+3 |
2018-04-02 | x86: fix sys_sigreturn() return type to be long, not unsigned long | Dominik Brodowski | 2 | -2/+2 |
2018-04-02 | x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm() | Dominik Brodowski | 2 | -1/+7 |
2018-04-02 | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() | Dominik Brodowski | 6 | -6/+6 |
2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 18 | -31/+33 |
2018-04-02 | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() | Dominik Brodowski | 10 | -25/+26 |
2018-04-02 | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() | Dominik Brodowski | 6 | -11/+11 |
2018-04-02 | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls | Dominik Brodowski | 7 | -16/+16 |
2018-04-02 | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() | Dominik Brodowski | 6 | -8/+9 |
2018-04-02 | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall | Dominik Brodowski | 6 | -8/+8 |
2018-04-02 | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add ksys_read() helper; remove in-kernel calls to sys_read() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() | Dominik Brodowski | 6 | -7/+7 |
2018-04-02 | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers | Dominik Brodowski | 1 | -3/+3 |
2018-04-02 | fs: add ksys_write() helper; remove in-kernel calls to sys_write() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() | Dominik Brodowski | 1 | -1/+1 |
2018-04-02 | x86: remove compat_sys_x86_waitpid() | Dominik Brodowski | 3 | -10/+1 |
2018-04-02 | x86: use _do_fork() in compat_sys_x86_clone() | Dominik Brodowski | 1 | -1/+2 |
2018-04-02 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 16 | -46/+186 |
2018-04-02 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 8 | -199/+192 |
2018-04-02 | Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+1 |