Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
182e80eeaff5e0e036cc240f17ece49501dd6d17
/
arch
/
nios2
037fc33
kbuild: force all architectures except um to include mandatory-y
by Masahiro Yamada
· 6 years ago
d607526
Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
by Linus Torvalds
· 6 years ago
9587d19
arch/nios2/mm/fault.c: remove duplicate include
by Sabyasachi Gupta
· 6 years ago
3337d5c
configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED
by Alexey Brodkin
· 6 years ago
21e6bff
nios2: Fix update_mmu_cache preload the TLB with the new PTE
by Nicholas Piggin
· 6 years ago
3ac2394
nios2: update_mmu_cache preload the TLB with the new PTE
by Nicholas Piggin
· 6 years ago
b6a1046
nios2: User address TLB flush break after finding the matching entry
by Nicholas Piggin
· 6 years ago
737a3fa
nios2: flush_tlb_all use TLBMISC way auto-increment feature
by Nicholas Piggin
· 6 years ago
c6b1d36
nios2: improve readability of tlb functions
by Nicholas Piggin
· 6 years ago
e71c99f
nios2: flush_tlb_mm flush only the pid
by Nicholas Piggin
· 6 years ago
58fd476
nios2: flush_tlb_pid can just restore TLBMISC once
by Nicholas Piggin
· 6 years ago
7d17307
nios2: TLBMISC writes do not require PID bits to be set
by Nicholas Piggin
· 6 years ago
3437d3c
nios2: Use an invalid TLB entry address helper function
by Nicholas Piggin
· 6 years ago
0b5754b
nios2: pte_clear does not need to flush TLB
by Nicholas Piggin
· 6 years ago
195568a
nios2: flush_tlb_page use PID based flush
by Nicholas Piggin
· 6 years ago
ef5cbcb
nios2: update_mmu_cache clear the old entry from the TLB
by Nicholas Piggin
· 6 years ago
d5dbb2e
nios2: remove redundant 'default n' from Kconfig-s
by Bartlomiej Zolnierkiewicz
· 6 years ago
0f8ed99
nios2: ksyms: Add missing symbol exports
by Guenter Roeck
· 6 years ago
b1b988a
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
736706b
get rid of legacy 'get_ds()' function
by Linus Torvalds
· 6 years ago
c8ce48f
asm-generic: Make time32 syscall numbers optional
by Arnd Bergmann
· 6 years ago
80d7da1
asm-generic: Drop getrlimit and setrlimit syscalls from default list
by Yury Norov
· 7 years ago
942fa98
32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
by Yury Norov
· 7 years ago
d6e4b3e
arch: remove redundant UAPI generic-y defines
by Masahiro Yamada
· 6 years ago
d4ce545
arch: remove stale comments "UAPI Header export list"
by Masahiro Yamada
· 6 years ago
fd8658b
nios2: remove unneeded HAS_DMA define
by Masahiro Yamada
· 6 years ago
a659811
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
4cf5892
mm: treewide: remove unused address argument from pte_alloc functions
by Joel Fernandes (Google)
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
fcf0104
Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
by Linus Torvalds
· 6 years ago
cc02829
kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops
by Christophe Leroy
· 6 years ago
3731c3d
dma-mapping: always build the direct mapping code
by Christoph Hellwig
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
c6ffc5c
memblock: rename free_all_bootmem to memblock_free_all
by Mike Rapoport
· 6 years ago
aca52c3
mm: remove CONFIG_HAVE_MEMBLOCK
by Mike Rapoport
· 6 years ago
b4a991e
mm: remove CONFIG_NO_BOOTMEM
by Mike Rapoport
· 6 years ago
de0d22e
treewide: remove current_text_addr
by Nick Desaulniers
· 6 years ago
345671e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
0042379
nios2: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
a811c05
nios2: use generic early_init_dt_add_memory_arch
by Mike Rapoport
· 6 years ago
b27186a
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
4dcb923
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4355151
Merge branch 'all-dtbs' into dt/next
by Rob Herring
· 6 years ago
37c8a5f
kbuild: consolidate Devicetree dtb build rules
by Rob Herring
· 7 years ago
a91c614
nios2: fix building all dtbs
by Rob Herring
· 6 years ago
1b4f9e2
nios2: use common rules to build built-in dtb
by Rob Herring
· 6 years ago
1188648
nios2: build .dtb files in dts directory
by Rob Herring
· 9 years ago
5dc4dca
nios2: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
1f0fe1f
nios2: get cpu node with of_get_cpu_node
by Rob Herring
· 6 years ago
bc3ec75
dma-mapping: merge direct and noncoherent ops
by Christoph Hellwig
· 6 years ago
bf4b6a7
y2038: Remove stat64 family from default syscall set
by Arnd Bergmann
· 7 years ago
c7c09dc
nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
by Tobias Klauser
· 6 years ago
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
17c46a6
kconfig: remove duplicate SWAP symbol defintions
by Christoph Hellwig
· 6 years ago
25622e0
nios2: use generic dma_noncoherent_ops
by Christoph Hellwig
· 7 years ago
0bbcce5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c046e2c
signal/nios2: 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
2b5a9a3
time: Add an asm-generic/compat.h file
by Arnd Bergmann
· 7 years ago
b82b681
Merge tag 'nios2-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
by Linus Torvalds
· 7 years ago
b93b016
page cache: use xa_lock
by Matthew Wilcox
· 7 years ago
cb9f753
mm: fix races between swapoff and flush dcache
by Huang Ying
· 7 years ago
3d9644e
nios2: Use read_persistent_clock64() instead of read_persistent_clock()
by Baolin Wang
· 7 years ago
c601a89
nios2: add ioremap_nocache declaration before include asm-generic/io.h.
by Greentime Hu
· 7 years ago
60d7a21
Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
by Linus Torvalds
· 7 years ago
e0691eb
nios2: defconfig: Cleanup from old Kconfig options
by Krzysztof Kozlowski
· 7 years ago
5d13c73
nios2: dts: Remove leading 0x and 0s from bindings notation
by Mathieu Malaterre
· 7 years ago
e191603
nios2: kconfig: Remove blank help text
by Ulf Magnusson
· 7 years ago
3879ae6
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 7 years ago
2bed266
Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
2382dc9
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
f7a6e01
nios2: remove arch specific early_init_dt_alloc_memory_arch
by Rob Herring
· 7 years ago
57bf5a8
dma-mapping: clear harmful GFP_* flags in common code
by Christoph Hellwig
· 7 years ago
0500871
Construct init thread stack in the linker script rather than by union
by David Howells
· 7 years ago
e0af0c1
arch: Remove clkdev.h asm-generic from Kbuild
by Stephen Boyd
· 7 years ago
c895f6f
bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
by Hendrik Brueckner
· 7 years ago
37cb8e1
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
e37e0ee
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
74ce189
kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
by Masahiro Yamada
· 7 years ago
10b62a2
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
by Masahiro Yamada
· 7 years ago
e2be04c
License cleanup: add SPDX license identifier to uapi header files with a license
by Greg Kroah-Hartman
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
c9eb617
dma-mapping: turn dma_cache_sync into a dma_map_ops method
by Christoph Hellwig
· 7 years ago
866a30e
Merge tag 'nios2-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
by Linus Torvalds
· 7 years ago
65d1e3d
nios2: time: Read timer in get_cycles only if initialized
by Guenter Roeck
· 7 years ago
8993d5e
nios2: add earlycon support to 3c120 devboard DTS
by Tobias Klauser
· 8 years ago
2fd523c
dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherent
by Christoph Hellwig
· 7 years ago
3beb425
nios2: move generic-y of exported headers to uapi/asm/Kbuild
by Masahiro Yamada
· 8 years ago
770c0d8
nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.h
by Masahiro Yamada
· 8 years ago
1b044f1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
6474924
arch: remove unused macro/function thread_saved_pc()
by Tobias Klauser
· 8 years ago
bb0eb05
clocksource/drivers: Rename CLKSRC_OF to TIMER_OF
by Daniel Lezcano
· 8 years ago
ba5d08c
clocksource/drivers: Rename clocksource_probe to timer_probe
by Daniel Lezcano
· 8 years ago
1727339
clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE
by Daniel Lezcano
· 8 years ago
6bc51cb
signal: Remove non-uapi <asm/siginfo.h>
by Christoph Hellwig
· 8 years ago
0ba1c19
Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
by Linus Torvalds
· 8 years ago
Next »