Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
76ecea5b4b9383edde2bfe49e59e76fec4e21aa4
/
arch
/
nios2
f2abeef
mm: clean up per architecture MM hook header files
by Laurent Dufour
· 9 years ago
31351f7
Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-next
by Linus Torvalds
· 9 years ago
ad90fb9
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
2ae416b
mm: new mm hook framework
by Laurent Dufour
· 9 years ago
a8955cc
nios2: check number of timer instances
by Ley Foon Tan
· 9 years ago
44d21c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
d70b3ef
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
c0b59fa
Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Herbert Xu
· 9 years ago
05dee9c
nios2: Export get_cycles
by Herbert Xu
· 9 years ago
556269c
arch/*/io.h: Add ioremap_wt() to all architectures
by Toshi Kani
· 9 years ago
c546d5d
remove scatterlist.h generation from arch Kbuild files
by Christoph Hellwig
· 9 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 9 years ago
05f0c55
Merge tag 'nios2-v4.1-rc1' of git://git.rocketboards.org/linux-socfpga-next
by Linus Torvalds
· 10 years ago
1a70db49
nios2: rework cache
by Ley Foon Tan
· 10 years ago
2009337
nios2: Add types.h header required for __u32 type
by Ezequiel Garcia
· 10 years ago
baa54ab
nios2: rework trap handler
by Ley Foon Tan
· 10 years ago
170c381
nios2: remove end address checking for initda
by Ley Foon Tan
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
4122669
nios2: cpuinfo: remove use of seq_printf return value
by Joe Perches
· 10 years ago
fa2e5c0
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
ca2ec32
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
fa41b1c
arch: Remove exec_domain from remaining archs
by Richard Weinberger
· 10 years ago
a555ad4
whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()
by Al Viro
· 10 years ago
4a89c30
nios2: fix cache coherency issue when debug with gdb
by Ley Foon Tan
· 10 years ago
e3e29f9
nios2: add missing ptrace registers defines
by Ley Foon Tan
· 10 years ago
7587d12
nios2: signal: Move restart_block to struct task_struct
by Ley Foon Tan
· 10 years ago
6347e2a
nios2: mm: do not invoke OOM killer on kernel fault OOM
by Ley Foon Tan
· 10 years ago
c105e86
nios2: Remove ucontext.h from exported arch headers
by Tobias Klauser
· 10 years ago
92d5dd8
nios2: update pt_regs
by Chung-Ling Tang
· 10 years ago
b0f0c26
Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-next
by Linus Torvalds
· 10 years ago
d16d2be
nios2: add kgdb support
by Ley Foon Tan
· 10 years ago
d016bf7
mm: make FIRST_USER_ADDRESS unsigned long on all archs
by Kirill A. Shutemov
· 10 years ago
3ee802e
nios2: drop _PAGE_FILE and pte_file()-related helpers
by Kirill A. Shutemov
· 10 years ago
ad9e2c3
nios2: default CONFIG_NIOS2_BOOT_LINK_OFFSET to 8MB
by Ley Foon Tan
· 10 years ago
0162362
nios2: Add support for compressed kernel
by Ley Foon Tan
· 10 years ago
e8bf5bc
nios2: add early printk support
by Ley Foon Tan
· 10 years ago
96f3a5c
nios2: Port OOM changes to do_page_fault()
by Ley Foon Tan
· 10 years ago
ad7ef26
nios2: Remove unused prepare_to_copy()
by Tobias Klauser
· 10 years ago
a3248d6
nios2: fix unhandled signals
by Chung-Ling Tang
· 10 years ago
33692f2
vm: add VM_FAULT_SIGSEGV handling support
by Linus Torvalds
· 10 years ago
fcb2373
Merge tag 'nios2-fixes-v3.19-rc6' of git://git.rocketboards.org/linux-socfpga-next
by Linus Torvalds
· 10 years ago
1939341
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
d24c816
nios2: fix kuser trampoline address
by Ley Foon Tan
· 10 years ago
be1f221
module: remove mod arg from module_free, rename module_memfree().
by Rusty Russell
· 10 years ago
1b0f449
nios2: Use preempt_schedule_irq
by Tobias Klauser
· 10 years ago
6f3d2b0
nios2: Initialize cpuinfo.mmu
by Walter Goossens
· 10 years ago
f1f2eac
nios2/uaccess: fix sparse errors
by Ley Foon Tan
· 10 years ago
d1e4ef0
nios2: enable "make defconfig"
by Paul Bolle
· 10 years ago
76367a5
nios2: add definition of ioremap_wc to io.h
by Guenter Roeck
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
2b2b407
nios2: Make NIOS2_CMDLINE_IGNORE_DTB depend on CMDLINE_BOOL
by Tobias Klauser
· 10 years ago
6e5c8f5
nios2: Add missing NR_CPUS to Kconfig
by Tobias Klauser
· 10 years ago
c16b15f
nios2: asm-offsets: Remove unused definition TI_TASK
by Tobias Klauser
· 10 years ago
90f49c9
nios2: Remove write-only struct member from nios2_timer
by Tobias Klauser
· 10 years ago
01eca3b
nios2: Remove unused extern declaration of shm_align_mask
by Tobias Klauser
· 10 years ago
6181032
nios2: include linux/type.h in io.h
by Ley Foon Tan
· 10 years ago
065a113
nios2: move include asm-generic/io.h to end of file
by Ley Foon Tan
· 10 years ago
25f2325
nios2: remove include asm-generic/iomap.h from io.h
by Ley Foon Tan
· 10 years ago
568f6ba
nios2: remove unnecessary space before define
by Ley Foon Tan
· 10 years ago
b29438f
nios2: fix error handling of irq_of_parse_and_map
by Dmitry Torokhov
· 10 years ago
ac8ab8d
nios2: Use IS_ENABLED instead of #ifdefs to check config symbols
by Tobias Klauser
· 10 years ago
2fc8483
nios2: Build infrastructure
by Ley Foon Tan
· 10 years ago
106174d
nios2: ptrace support
by Ley Foon Tan
· 10 years ago
42381bf
nios2: Module support
by Ley Foon Tan
· 10 years ago
b31ebd8
nios2: Nios2 registers
by Ley Foon Tan
· 10 years ago
97da0d6
nios2: Miscellaneous header files
by Ley Foon Tan
· 10 years ago
2612b87
nios2: Cpuinfo handling
by Ley Foon Tan
· 10 years ago
4182de9
nios2: Time keeping
by Ley Foon Tan
· 10 years ago
95acd4c7
nios2: Device tree support
by Ley Foon Tan
· 10 years ago
eea9507
nios2: Library functions
by Ley Foon Tan
· 10 years ago
b53e906
nios2: Signal handling support
by Ley Foon Tan
· 10 years ago
1000197
nios2: System calls handling
by Ley Foon Tan
· 10 years ago
19f4c6b
nios2: ELF definitions
by Ley Foon Tan
· 10 years ago
e23c621
nios2: DMA mapping API
by Ley Foon Tan
· 10 years ago
f27ffc7
nios2: Interrupt handling
by Ley Foon Tan
· 10 years ago
c983e92
nios2: TLB handling
by Ley Foon Tan
· 10 years ago
93c91cb
nios2: Cache handling
by Ley Foon Tan
· 10 years ago
71995e4
nios2: Process management
by Ley Foon Tan
· 10 years ago
cbd15b3
nios2: Page table management
by Ley Foon Tan
· 10 years ago
862674d
nios2: MMU Fault handling
by Ley Foon Tan
· 10 years ago
6b8baec
nios2: I/O Mapping
by Ley Foon Tan
· 10 years ago
5ccc6af5
nios2: Memory management
by Ley Foon Tan
· 10 years ago
771a016
nios2: Traps exception handling
by Ley Foon Tan
· 10 years ago
82ed08d
nios2: Exception handling
by Ley Foon Tan
· 10 years ago
27d2241
nios2: Kernel booting and initialization
by Ley Foon Tan
· 10 years ago
39b505c
nios2: Assembly macros and definitions
by Ley Foon Tan
· 10 years ago