summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* dt-bindings: timer: Add andestech atcpit100 timer binding docRick Chen2018-02-221-0/+33
* clocksource/drivers/atcpit100: VDSO supportRick Chen2018-02-221-0/+18
* clocksource/drivers/atcpit100: Add andestech atcpit100 timerRick Chen2018-02-223-0/+258
* net: faraday add nds32 support.Greentime Hu2018-02-221-3/+5
* irqchip: Andestech Internal Vector Interrupt Controller driverGreentime Hu2018-02-222-0/+108
* dt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Contro...Greentime Hu2018-02-221-0/+19
* dt-bindings: nds32 SoC BindingsGreentime Hu2018-02-221-0/+40
* dt-bindings: nds32 L2 cache controller BindingsGreentime Hu2018-02-221-0/+28
* dt-bindings: nds32 CPU BindingsGreentime Hu2018-02-221-0/+38
* MAINTAINERS: Add nds32Greentime Hu2018-02-221-0/+11
* 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
* nds32: System calls handlingGreentime Hu2018-02-227-0/+383
* nds32: ELF definitionsGreentime Hu2018-02-223-0/+194
* nds32: DMA mapping APIGreentime Hu2018-02-222-0/+491
* nds32: Device specific operationsGreentime Hu2018-02-222-0/+145
* nds32: Atomic operationsGreentime Hu2018-02-222-0/+118
* nds32: IRQ handlingGreentime Hu2018-02-222-0/+45
* nds32: Process managementGreentime Hu2018-02-224-0/+399
* nds32: Cache and TLB routinesGreentime Hu2018-02-2212-0/+1224
* nds32: MMU fault handling and page table managementGreentime Hu2018-02-224-0/+536
* nds32: MMU initializationGreentime Hu2018-02-223-0/+446
* nds32: MMU definitionsGreentime Hu2018-02-228-0/+802
* nds32: Exception handlingGreentime Hu2018-02-226-0/+1483
* nds32: Kernel booting and initializationGreentime Hu2018-02-222-0/+551
* nds32: Assembly macros and definitionsGreentime Hu2018-02-224-0/+1111
* drivers/video/concole: add negative dependency for VGA_CONSOLE on nds32Greentime Hu2018-02-221-1/+1
* earlycon: add reg-offset to physical address before mappingGreentime Hu2018-02-221-1/+2
* asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-223-16/+11
* xtensa: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu2018-02-221-0/+1
* openrisc: add ioremap_nocache declaration before include asm-generic/io.h and...Greentime Hu2018-02-221-1/+2
* Linux 4.16-rc1v4.16-rc1Linus Torvalds2018-02-121-2/+2
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-118-142/+47
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11297-913/+913
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-118-40/+47
|\
| * annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2