index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
xtensa
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-5
/
+0
2018-01-30
Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
54
-625
/
+785
2018-01-24
irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUG
Marc Zyngier
5
-5
/
+0
2018-01-10
Construct init thread stack in the linker script rather than by union
David Howells
1
-3
/
+0
2018-01-06
xtensa: fix futex_atomic_cmpxchg_inatomic
Max Filippov
1
-13
/
+10
2018-01-02
xtensa: shut up gcc-8 warnings
Arnd Bergmann
1
-2
/
+2
2017-12-18
xtensa: print kernel sections info in mem_init
Max Filippov
1
-2
/
+17
2017-12-18
xtensa: use generic strncpy_from_user with KASAN
Max Filippov
3
-0
/
+10
2017-12-17
xtensa: use __memset in __xtensa_clear_user
Max Filippov
1
-1
/
+1
2017-12-17
xtensa: add support for KASAN
Max Filippov
13
-8
/
+194
2017-12-17
xtensa: move fixmap and kmap just above the KSEG
Max Filippov
4
-11
/
+9
2017-12-17
xtensa: don't clear swapper_pg_dir in paging_init
Max Filippov
1
-1
/
+0
2017-12-17
xtensa: extract init_kio
Max Filippov
4
-17
/
+28
2017-12-17
xtensa: implement early_trap_init
Max Filippov
1
-0
/
+12
2017-12-17
xtensa: clean up exception handling structure
Max Filippov
5
-32
/
+56
2017-12-17
xtensa: clean up custom-controlled debug output
Max Filippov
11
-117
/
+66
2017-12-17
xtensa: enable stack protector
Max Filippov
6
-0
/
+60
2017-12-11
xtensa: print hardware config ID on startup
Max Filippov
1
-0
/
+9
2017-12-11
xtensa: consolidate kernel stack size related definitions
Max Filippov
4
-10
/
+13
2017-12-11
xtensa: clean up functions in assembly code
Max Filippov
6
-36
/
+36
2017-12-11
xtensa: clean up word alignment macros in assembly code
Max Filippov
4
-52
/
+59
2017-12-11
xtensa: clean up fixups in assembly code
Max Filippov
7
-194
/
+133
2017-12-11
xtensa: use call instead of callx in assembly code
Max Filippov
4
-48
/
+24
2017-12-11
xtensa: build kernel with text-section-literals
Max Filippov
8
-88
/
+52
2017-12-10
xtensa: add -mno-serialize-volatile to CFLAGS
Max Filippov
1
-0
/
+1
2017-12-05
bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
Hendrik Brueckner
1
-0
/
+1
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2017-11-16
Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2017-11-15
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-11-15
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-7
/
+3
2017-11-15
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-26
/
+0
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-13
/
+9
2017-11-11
xtensa/simdisk: fix compile error
Christoph Hellwig
1
-1
/
+1
2017-11-11
block: remove __bio_kmap_atomic
Christoph Hellwig
1
-2
/
+2
2017-11-10
kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib
Masahiro Yamada
1
-4
/
+3
2017-11-08
kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile
Masahiro Yamada
1
-2
/
+0
2017-11-08
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Masahiro Yamada
1
-1
/
+0
2017-11-08
PCI: Remove redundant pci_dev, pci_bus, resource declarations
Bjorn Helgaas
1
-2
/
+0
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
44
-0
/
+44
2017-11-03
mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
Dan Williams
1
-0
/
+1
2017-11-03
xtensa: Convert timers to use timer_setup()
Kees Cook
2
-13
/
+9
2017-11-02
License cleanup: add SPDX license identifier to uapi header files with a license
Greg Kroah-Hartman
19
-0
/
+19
2017-11-02
License cleanup: add SPDX license identifier to uapi header files with no lic...
Greg Kroah-Hartman
2
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
23
-0
/
+23
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-7
/
+7
2017-10-19
dma-mapping: turn dma_cache_sync into a dma_map_ops method
Christoph Hellwig
1
-5
/
+0
2017-10-19
xtensa: make dma_cache_sync a no-op
Christoph Hellwig
2
-25
/
+4
2017-10-12
treewide: Fix typos in Kconfig
Masanari Iida
1
-1
/
+1
2017-10-10
locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations
Will Deacon
1
-5
/
+0
[next]