index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
David Howells
2019-05-16
3
-0
/
+18
*
|
|
MIPS: mark mult_sh_align_mod() as __always_inline
Masahiro Yamada
2019-05-14
1
-2
/
+2
*
|
|
Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2019-05-08
5
-145
/
+100
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
mips: Manually call fdt_init_reserved_mem() method
Serge Semin
2019-05-05
1
-0
/
+3
|
*
mips: Make sure dt memory regions are valid
Serge Semin
2019-05-05
1
-1
/
+13
|
*
mips: Perform early low memory test
Serge Semin
2019-05-03
1
-0
/
+2
|
*
mips: Dump memblock regions for debugging
Serge Semin
2019-05-03
1
-0
/
+2
|
*
mips: Add reserve-nomap memory type support
Serge Semin
2019-05-02
2
-1
/
+11
|
*
mips: Use memblock to reserve the __nosave memory range
Serge Semin
2019-05-02
1
-2
/
+3
|
*
mips: Discard post-CMA-init foreach loop
Serge Semin
2019-05-02
1
-5
/
+0
|
*
mips: Reserve memory for the kernel image resources
Serge Semin
2019-05-02
1
-27
/
+3
|
*
MIPS: Remove duplicate EBase configuration
Paul Burton
2019-05-02
1
-17
/
+3
|
*
MIPS: Sync icache for whole exception vector
Paul Burton
2019-05-02
1
-1
/
+1
|
*
MIPS: Always allocate exception vector for MIPSr2+
Paul Burton
2019-05-02
1
-20
/
+15
|
*
MIPS: Use memblock_phys_alloc() for exception vector
Paul Burton
2019-05-02
1
-4
/
+4
|
*
mips: Combine memblock init and memory reservation loops
Serge Semin
2019-04-24
1
-41
/
+7
|
*
mips: Discard rudiments from bootmem_init
Serge Semin
2019-04-24
1
-20
/
+5
|
*
mips: Make sure kernel .bss exists in boot mem pool
Serge Semin
2019-04-24
1
-0
/
+3
|
*
MIPS: jump_label: Use compact branches for >= r6
Paul Burton
2019-04-09
1
-5
/
+25
|
*
Merge tag 'mips_fixes_5.1_1' into mips-next
Paul Burton
2019-04-09
1
-5
/
+7
|
|
\
|
*
|
MIPS: entry: Remove unneeded need_resched() loop
Valentin Schneider
2019-03-19
1
-3
/
+2
*
|
|
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
\
\
|
*
|
|
syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
2019-03-20
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
2019-04-23
3
-0
/
+12
|
\
\
\
|
*
|
|
arch: add pidfd and io_uring syscalls everywhere
Arnd Bergmann
2019-04-15
3
-0
/
+12
|
|
/
/
*
|
|
Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-04-22
1
-1
/
+1
|
\
\
\
|
*
|
|
MIPS: scall64-o32: Fix indirect syscall number load
Aurelien Jarno
2019-04-15
1
-1
/
+1
*
|
|
|
Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-04-09
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
MIPS: KGDB: fix kgdb support for SMP platforms.
Chong Qiao
2019-03-28
1
-1
/
+2
*
|
|
|
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
2019-04-05
1
-1
/
+1
|
/
/
/
*
|
|
Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-03-19
1
-5
/
+7
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
MIPS: Ensure ELF appended dtb is relocated
Yasha Cherikovsky
2019-03-11
1
-5
/
+7
*
|
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
2
-0
/
+6
*
|
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
2019-03-12
1
-1
/
+1
*
|
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-03-05
3
-58
/
+111
|
\
\
|
*
|
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
2019-02-07
3
-0
/
+42
|
*
|
y2038: rename old time and utime syscalls
Arnd Bergmann
2019-02-07
1
-5
/
+5
|
*
|
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
2019-02-07
1
-22
/
+22
|
*
|
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
2
-51
/
+51
|
*
|
arch: add split IPC system calls where needed
Arnd Bergmann
2019-01-25
1
-0
/
+11
|
*
|
ipc: rename old-style shmctl/semctl/msgctl syscalls
Arnd Bergmann
2019-01-25
2
-6
/
+6
*
|
|
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2019-03-05
10
-80
/
+137
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
MIPS: SGI-IP27: do boot CPU init later
Thomas Bogendoerfer
2019-02-19
1
-0
/
+2
|
*
|
MIPS: irq: Allocate accurate order pages for irq stack
Liu Xiang
2019-02-19
1
-2
/
+2
|
*
|
MIPS: CM: Fix indentation
Paul Burton
2019-02-15
1
-2
/
+2
|
*
|
MIPS: MemoryMapID (MMID) Support
Paul Burton
2019-02-04
4
-7
/
+110
|
*
|
MIPS: mm: Add set_cpu_context() for ASID assignments
Paul Burton
2019-02-04
1
-3
/
+3
|
*
|
MIPS: mm: Remove local_flush_tlb_mm()
Paul Burton
2019-02-04
1
-2
/
+2
|
*
|
mips: kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-22
5
-64
/
+16
|
|
/
*
|
get rid of legacy 'get_ds()' function
Linus Torvalds
2019-03-04
3
-6
/
+6
[prev]
[next]