index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
1
-4
/
+0
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
2
-3
/
+3
*
Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2018-12-29
17
-348
/
+855
|
\
|
*
xtensa: implement jump_label support
Max Filippov
2018-12-20
2
-0
/
+100
|
*
xtensa: implement syscall tracepoints
Max Filippov
2018-12-17
2
-2
/
+8
|
*
xtensa: enable CORE_DUMP_USE_REGSET
Max Filippov
2018-12-17
1
-46
/
+0
|
*
xtensa: implement TIE regset
Max Filippov
2018-12-17
1
-78
/
+87
|
*
xtensa: implement task_user_regset_view
Max Filippov
2018-12-17
1
-66
/
+109
|
*
xtensa: call do_syscall_trace_{enter,leave} selectively
Max Filippov
2018-12-17
2
-8
/
+19
|
*
xtensa: use NO_SYSCALL instead of -1
Max Filippov
2018-12-17
3
-6
/
+6
|
*
xtensa: don't use l32r opcode directly
Max Filippov
2018-12-05
1
-6
/
+2
|
*
xtensa: don't clear cpenable unconditionally on release
Max Filippov
2018-12-04
1
-1
/
+2
|
*
xtensa: simplify coprocessor.S
Max Filippov
2018-12-04
1
-18
/
+18
|
*
xtensa: clean up WSR*/RSR*/get_sr/set_sr
Max Filippov
2018-12-04
4
-22
/
+23
|
*
xtensa: drop unused coprocessor helper functions
Max Filippov
2018-12-03
1
-65
/
+3
|
*
xtensa: drop custom PTRACE_{PEEK,POKE}{TEXT,DATA}
Max Filippov
2018-12-03
1
-10
/
+0
|
*
xtensa: drop unused field from the struct exc_table
Max Filippov
2018-12-03
1
-2
/
+0
|
*
xtensa: drop fast_syscall_kernel
Max Filippov
2018-12-03
2
-21
/
+0
|
*
xtensa: generate uapi header and syscall table header files
Firoz Khan
2018-12-02
1
-2
/
+3
|
*
xtensa: add system call table generation support
Firoz Khan
2018-12-02
4
-0
/
+480
|
*
xtensa: add __NR_syscalls along with __NR_syscall_count
Firoz Khan
2018-12-02
2
-3
/
+3
*
|
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
2018-12-20
1
-1
/
+1
*
|
xtensa: fix coprocessor part of ptrace_{get,set}xregs
Max Filippov
2018-11-26
1
-4
/
+38
*
|
xtensa: fix coprocessor context offset definitions
Max Filippov
2018-11-26
1
-8
/
+8
*
|
xtensa: enable coprocessors that are being flushed
Max Filippov
2018-11-26
1
-1
/
+4
|
/
*
Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2018-11-16
1
-2
/
+5
|
\
|
*
xtensa: fix boot parameters address translation
Max Filippov
2018-11-14
1
-2
/
+5
*
|
Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2018-11-01
1
-31
/
+5
|
\
\
|
*
|
xtensa: clean up xtensa-specific property sections
Max Filippov
2018-10-30
1
-14
/
+3
|
*
|
xtensa: use DWARF_DEBUG in the vmlinux.lds.S
Max Filippov
2018-10-30
1
-17
/
+1
|
*
|
xtensa: add NOTES section to the linker script
Max Filippov
2018-10-29
1
-0
/
+1
|
|
/
*
|
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
|
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-24
1
-1
/
+0
|
\
\
|
*
|
vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
Kees Cook
2018-10-10
1
-1
/
+0
|
|
/
*
|
kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker script
Nadav Amit
2018-10-04
1
-2
/
+2
|
/
*
Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2018-08-22
5
-126
/
+82
|
\
|
*
Merge branch 'xtensa-dma-fixes' (early part) into xtensa-fixes
Max Filippov
2018-08-20
1
-122
/
+71
|
|
\
|
|
*
xtensa: platform-specific handling of coherent memory
Max Filippov
2018-07-11
1
-15
/
+58
|
|
*
xtensa: support DMA_ATTR_NO_KERNEL_MAPPING attribute
Max Filippov
2018-07-11
1
-2
/
+8
|
|
*
xtensa: use generic dma_noncoherent_ops
Christoph Hellwig
2018-07-11
1
-115
/
+15
|
*
|
xtensa: make bootparam parsing optional
Max Filippov
2018-08-20
1
-0
/
+8
|
*
|
xtensa: drop variant IRQ support
Max Filippov
2018-08-20
1
-1
/
+0
|
*
|
xtensa: drop unneeded platform/hardware.h headers
Max Filippov
2018-08-20
2
-3
/
+1
|
*
|
xtensa: rework noMMU cache attributes initialization
Max Filippov
2018-08-13
1
-0
/
+2
|
|
/
*
|
kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...
Marek Szyprowski
2018-08-17
1
-1
/
+1
*
|
perf/arch/xtensa: Implement hw_breakpoint_arch_parse()
Frederic Weisbecker
2018-06-26
1
-21
/
+12
*
|
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
2018-06-26
1
-4
/
+3
|
/
*
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-06-14
3
-3
/
+3
*
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-07
1
-65
/
+4
|
\
[next]