summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-0/+1
* Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-04-031-2/+0
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2018-04-021-2/+0
| |\
| | * ARM: dts: mt7623: Remove "cooling-{min|max}-level" for CPU nodesViresh Kumar2018-02-271-2/+0
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-0230-200/+138
|\ \ \
| * | | syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski2018-04-023-66/+1
| * | | x86/sigreturn: use SYSCALL_DEFINE0Tautschnig, Michael2018-04-021-2/+3
| * | | x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski2018-04-022-2/+2
| * | | x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski2018-04-022-1/+7
| * | | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-026-6/+6
| * | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-0218-31/+33
| * | | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-0210-25/+26
| * | | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-026-11/+11
| * | | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-027-16/+16
| * | | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-026-8/+9
| * | | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-026-8/+8
| * | | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-021-1/+1
| * | | fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-021-1/+1
| * | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-026-7/+7
| * | | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-3/+3
| * | | fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski2018-04-021-1/+1
| * | | fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski2018-04-021-1/+1
| * | | x86: remove compat_sys_x86_waitpid()Dominik Brodowski2018-04-023-10/+1
| * | | x86: use _do_fork() in compat_sys_x86_clone()Dominik Brodowski2018-04-021-1/+2
| |/ /
* | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-022182-413749/+0
|\ \ \
| * | | CRIS: Drop support for the CRIS portJesper Nilsson2018-03-16424-99736/+0
| * | | arch: remove tile portArnd Bergmann2018-03-16290-69357/+0
| * | | arch: remove blackfin portArnd Bergmann2018-03-16462-123639/+0
| * | | arch: remove score portArnd Bergmann2018-03-09127-7695/+0
| * | | arch: remove m32r portArnd Bergmann2018-03-09220-27229/+0
| * | | arch: remove frv portArnd Bergmann2018-03-09206-27155/+0
| * | | mn10300: Remove the architectureDavid Howells2018-03-09274-33860/+0
| * | | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-07179-25078/+0
| |\ \ \
| | * | | metag: Remove arch/metag/James Hogan2018-02-22179-25078/+0
* | | | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-02116-8/+11296
|\ \ \ \ \
| * | | | | nds32: To use the generic dump_stack()Greentime Hu2018-03-161-12/+0
| * | | | | nds32: fix building failed if using elf toolchain.Greentime Hu2018-03-161-1/+0
| * | | | | nios2: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu2018-03-161-0/+1
| * | | | | nds32: fix building failed if using older version gcc.Greentime Hu2018-03-161-3/+4
| * | | | | nds32: Build infrastructureGreentime Hu2018-02-229-0/+529
| * | | | | nds32: defconfigGreentime Hu2018-02-221-0/+104
| * | | | | nds32: Miscellaneous header filesGreentime Hu2018-02-223-0/+63
| * | | | | nds32: Device tree supportGreentime Hu2018-02-223-0/+112
| * | | | | nds32: Generic timers supportGreentime Hu2018-02-221-0/+11
| * | | | | nds32: Loadable modulesGreentime Hu2018-02-222-0/+289
| * | | | | nds32: L2 cache supportGreentime Hu2018-02-222-0/+201
| * | | | | nds32: Debugging supportGreentime Hu2018-02-222-0/+144
| * | | | | nds32: Library functionsGreentime Hu2018-02-2213-0/+721
| * | | | | nds32: Signal handling supportGreentime Hu2018-02-222-0/+384
| * | | | | nds32: VDSO supportGreentime Hu2018-02-2212-0/+816