aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/oprofile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann22-77/+98
2019-02-07y2038: remove struct definition redirectsArnd Bergmann4-21/+0
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann13-254/+335
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann26-367/+361
2019-02-07x86/x32: use time64 versions of sigtimedwait and recvmmsgArnd Bergmann1-2/+2
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani3-5/+7
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani13-35/+38
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann4-15/+76
2019-02-07time: fix sys_timer_settime prototypeArnd Bergmann1-1/+1
2019-02-07time: Add struct __kernel_timexDeepa Dinamani2-0/+48
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann5-113/+102
2019-02-07syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann4-28/+0
2019-01-25alpha: add generic get{eg,eu,g,p,u,pp}id() syscallsArnd Bergmann3-11/+8
2019-01-25alpha: add standard statfs64/fstatfs64 syscallsArnd Bergmann1-0/+2
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann12-15/+28
2019-01-25arch: add split IPC system calls where neededArnd Bergmann9-0/+84
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann14-62/+137
2019-01-25sparc64: fix sparc_ipc type conversionArnd Bergmann1-1/+1
2019-01-25sh: add statx system callArnd Bergmann1-0/+1
2019-01-25sh: remove duplicate unistd_32.h fileArnd Bergmann1-403/+0
2019-01-25m68k: assign syscall number for seccompArnd Bergmann1-0/+1
2019-01-25ARM: add kexec_file_load system call numberArnd Bergmann3-1/+4
2019-01-25ARM: add migrate_pages() system callArnd Bergmann4-2/+4
2019-01-25alpha: update syscall macro definitionsArnd Bergmann3-8/+7
2019-01-25alpha: wire up io_pgetevents system callArnd Bergmann1-0/+1
2019-01-25ia64: assign syscall numbers for perf and seccompArnd Bergmann1-0/+2
2019-01-25ia64: add statx and io_pgetevents syscallsArnd Bergmann1-0/+2
2019-01-25ia64: add __NR_umount2 definitionArnd Bergmann3-15/+3
2019-01-18s390: remove compat_wrapper.cArnd Bergmann3-326/+140
2019-01-18s390: autogenerate compat syscall wrappersArnd Bergmann5-21/+147
2019-01-18s390: use generic UID16 implementationArnd Bergmann5-252/+41
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann5-6/+25
2019-01-18s390: open-code s390_personality syscallArnd Bergmann1-2/+5
2019-01-14Linux 5.0-rc2Linus Torvalds1-1/+1
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-12phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard2-2/+4
2019-01-11ata: ahci: mvebu: request PHY suspend/resume for Armada 3700Miquel Raynal1-0/+3
2019-01-11ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAMMiquel Raynal1-9/+18
2019-01-11ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCsMiquel Raynal1-17/+51
2019-01-11ata: ahci: mvebu: remove stale commentMiquel Raynal1-5/+0
2019-01-11ata: libahci_platform: comply to PHY frameworkMiquel Raynal2-0/+15
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not backedVitaly Kuznetsov1-2/+1
2019-01-11Documentation/virtual/kvm: Update URL for AMD SEV API specificationChristophe de Dinechin1-1/+1
2019-01-11KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range()Lan Tianyu1-1/+1
2019-01-11kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes1-0/+3
2019-01-11KVM: validate userspace input in kvm_clear_dirty_log_protect()Tomas Bortoli1-2/+7
2019-01-11KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva1-1/+1
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-11cifs: update internal module version numberSteve French1-1/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky4-9/+56