aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-22nds32: Build infrastructureGreentime Hu9-0/+529
2018-02-22nds32: defconfigGreentime Hu1-0/+104
2018-02-22nds32: Miscellaneous header filesGreentime Hu3-0/+63
2018-02-22nds32: Device tree supportGreentime Hu3-0/+112
2018-02-22nds32: Generic timers supportGreentime Hu1-0/+11
2018-02-22nds32: Loadable modulesGreentime Hu2-0/+289
2018-02-22nds32: L2 cache supportGreentime Hu2-0/+201
2018-02-22nds32: Debugging supportGreentime Hu2-0/+144
2018-02-22nds32: Library functionsGreentime Hu13-0/+721
2018-02-22nds32: Signal handling supportGreentime Hu2-0/+384
2018-02-22nds32: VDSO supportGreentime Hu12-0/+816
2018-02-22nds32: System calls handlingGreentime Hu7-0/+383
2018-02-22nds32: ELF definitionsGreentime Hu3-0/+194
2018-02-22nds32: DMA mapping APIGreentime Hu2-0/+491
2018-02-22nds32: Device specific operationsGreentime Hu2-0/+145
2018-02-22nds32: Atomic operationsGreentime Hu2-0/+118
2018-02-22nds32: IRQ handlingGreentime Hu2-0/+45
2018-02-22nds32: Process managementGreentime Hu4-0/+399
2018-02-22nds32: Cache and TLB routinesGreentime Hu12-0/+1224
2018-02-22nds32: MMU fault handling and page table managementGreentime Hu4-0/+536
2018-02-22nds32: MMU initializationGreentime Hu3-0/+446
2018-02-22nds32: MMU definitionsGreentime Hu8-0/+802
2018-02-22nds32: Exception handlingGreentime Hu6-0/+1483
2018-02-22nds32: Kernel booting and initializationGreentime Hu2-0/+551
2018-02-22nds32: Assembly macros and definitionsGreentime Hu4-0/+1111
2018-02-22drivers/video/concole: add negative dependency for VGA_CONSOLE on nds32Greentime Hu1-1/+1
2018-02-22earlycon: add reg-offset to physical address before mappingGreentime Hu1-1/+2
2018-02-22asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMUGreentime Hu3-16/+11
2018-02-22xtensa: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu1-0/+1
2018-02-22openrisc: add ioremap_nocache declaration before include asm-generic/io.h and sync ioremap prototype with it.Greentime Hu1-1/+2
2018-02-11Linux 4.16-rc1Linus Torvalds1-2/+2
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro8-142/+47
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds297-913/+913
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-40/+47
2018-02-11Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+2
2018-02-11Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds3-10/+8
2018-02-11xtensa: fix build with KASANMax Filippov1-0/+2
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2-2/+0
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre1-8/+8
2018-02-10Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+3
2018-02-10Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds12-63/+212
2018-02-10Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86Linus Torvalds2-11/+363
2018-02-10Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds4-19/+57
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds123-1416/+6577
2018-02-10powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy1-2/+3
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds23-77/+121
2018-02-09mconsole_proc(): don't mess with file->f_posAl Viro1-1/+2
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+5
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada3-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada6-5/+16