Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f151ba989d149bbdfc90e5405724bbea094f9b17
/
arch
/
nds32
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
fa1b5d0
Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
87a4c37
kconfig: include kernel/Kconfig.preempt from init/Kconfig
by Christoph Hellwig
· 6 years ago
06ec64b
Kconfig: consolidate the "Kernel hacking" menu
by Christoph Hellwig
· 6 years ago
1572497
kconfig: include common Kconfig files from top-level Kconfig
by Christoph Hellwig
· 6 years ago
9875538
nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when
by Greentime Hu
· 6 years ago
bc9cb86
nds32: To simplify the implementation of update_mmu_cache()
by Greentime Hu
· 6 years ago
6897e6e
nds32: Fix the dts pointer is not passed correctly issue.
by Greentime Hu
· 6 years ago
f706abf
nds32: To implement these icache invalidation APIs since nds32 cores don't snoop
by Greentime Hu
· 6 years ago
a78945c
nds32: Fix build error caused by configuration flag rename
by Guenter Roeck
· 6 years ago
97d1e3d
nds32: define __NDS32_E[BL]__ for sparse
by Luc Van Oostenryck
· 6 years ago
0bbcce5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
267d2e1
nds32: use generic dma_noncoherent_ops
by Christoph Hellwig
· 6 years ago
f860122c
nds32: implement the unmap_sg DMA operation
by Christoph Hellwig
· 7 years ago
4ac1c68
nds32: consolidate DMA cache maintainance routines
by Christoph Hellwig
· 7 years ago
a30e7d1
nds32: Fix compiler warning, Wstringop-overflow, in vdso.c
by Vincent Chen
· 6 years ago
aaaaba5
nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage
by Vincent Chen
· 7 years ago
5b9f956
nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page
by Vincent Chen
· 7 years ago
efcc4ea
nds32: Correct flush_dcache_page function
by Vincent Chen
· 7 years ago
1613de8
nds32: Fix the unaligned access handler
by Nickhu
· 7 years ago
b3a7584
nds32: Renaming the file for unaligned access
by Nickhu
· 7 years ago
abb90a2
nds32: To fix a cache inconsistency issue by setting correct cacheability of NTC
by Greentime Hu
· 7 years ago
8769c22
nds32: To refine readability of INT_MASK_INITAIAL_VAL
by Greentime Hu
· 7 years ago
3ff2228
nds32: Fix the virtual address may map too much range by tlbop issue.
by Greentime Hu
· 7 years ago
b3b112b
nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y
by Greentime Hu
· 7 years ago
c8c20f9
nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off.
by Greentime Hu
· 7 years ago
bb91267
nds32: Fix the unknown type u8 issue.
by Greentime Hu
· 7 years ago
e3f4624
nds32: Fix the symbols undefined issue by exporting them.
by Greentime Hu
· 7 years ago
03969d0
nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range
by Greentime Hu
· 7 years ago
8cedb78
nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED
by Greentime Hu
· 7 years ago
81560e0
nds32: Fix building error of crypto/xor.c by adding xor.h
by Greentime Hu
· 7 years ago
6ca4b26
nds32: Fix building error when CONFIG_FREEZE is enabled.
by Greentime Hu
· 7 years ago
aeaa7af
nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue.
by Greentime Hu
· 7 years ago
d808e91
signal/nds32: Use force_sig_fault where appropriate
by Eric W. Biederman
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
f6ed1ec
signal/nds32: Use force_sig(SIGILL) in do_revisn
by Eric W. Biederman
· 7 years ago
be5c2ff
signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions
by Eric W. Biederman
· 7 years ago
2b5a9a3
time: Add an asm-generic/compat.h file
by Arnd Bergmann
· 7 years ago
b93b016
page cache: use xa_lock
by Matthew Wilcox
· 7 years ago
6fc61ee
nds32: To use the generic dump_stack()
by Greentime Hu
· 7 years ago
e115807
nds32: fix building failed if using elf toolchain.
by Greentime Hu
· 7 years ago
d78a62f
nds32: fix building failed if using older version gcc.
by Greentime Hu
· 7 years ago
e71ea3b
nds32: Build infrastructure
by Greentime Hu
· 7 years ago
a06d429
nds32: defconfig
by Greentime Hu
· 7 years ago
5c86fa7
nds32: Miscellaneous header files
by Greentime Hu
· 7 years ago
beebdea
nds32: Device tree support
by Greentime Hu
· 7 years ago
e2f8b5c
nds32: Generic timers support
by Greentime Hu
· 7 years ago
c9a4a8d
nds32: Loadable modules
by Greentime Hu
· 7 years ago
3af6e29
nds32: L2 cache support
by Greentime Hu
· 7 years ago
e9d0704
nds32: Debugging support
by Greentime Hu
· 7 years ago
ace02e2
nds32: Library functions
by Greentime Hu
· 7 years ago
7ecbac7
nds32: Signal handling support
by Greentime Hu
· 7 years ago
eefacd1
nds32: VDSO support
by Greentime Hu
· 7 years ago
1932fbe
nds32: System calls handling
by Greentime Hu
· 7 years ago
3172c605
nds32: ELF definitions
by Greentime Hu
· 7 years ago
80081b3
nds32: DMA mapping API
by Greentime Hu
· 7 years ago
4a64f68
nds32: Device specific operations
by Greentime Hu
· 7 years ago
484367b
nds32: Atomic operations
by Greentime Hu
· 7 years ago
f13c34b
nds32: IRQ handling
by Greentime Hu
· 7 years ago
a15e9ff
nds32: Process management
by Greentime Hu
· 7 years ago
7de9cf4
nds32: Cache and TLB routines
by Greentime Hu
· 7 years ago
664eec4
nds32: MMU fault handling and page table management
by Greentime Hu
· 7 years ago
59fd53c
nds32: MMU initialization
by Greentime Hu
· 7 years ago
2e1aecb
nds32: MMU definitions
by Greentime Hu
· 7 years ago
2923f5e
nds32: Exception handling
by Greentime Hu
· 7 years ago
001d953
nds32: Kernel booting and initialization
by Greentime Hu
· 7 years ago
e1d82de
nds32: Assembly macros and definitions
by Greentime Hu
· 7 years ago