| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2018-03-01 | 15 | -29/+125 |
|\ |
|
| * | ARC: setup cpu possible mask according to possible-cpus dts property | Eugeniy Paltsev | 2018-02-28 | 1 | -10/+40 |
| * | ARC: mcip: update MCIP debug mask when the new cpu came online | Eugeniy Paltsev | 2018-02-28 | 1 | -5/+32 |
| * | ARC: mcip: halt GFRC counter when ARC cores halt | Eugeniy Paltsev | 2018-02-28 | 1 | -0/+37 |
| * | ARCv2: boot log: fix HS48 release number | Vineet Gupta | 2018-02-28 | 1 | -1/+1 |
| * | arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mb | Bartosz Golaszewski | 2018-02-06 | 1 | -2/+2 |
| * | ARC: Fix malformed ARC_EMUL_UNALIGNED default | Ulf Magnusson | 2018-02-05 | 1 | -1/+0 |
| * | ARC: boot log: Fix trailing semicolon | Luis de Bethencourt | 2018-01-23 | 1 | -1/+1 |
| * | ARC: dw2 unwind: Fix trailing semicolon | Luis de Bethencourt | 2018-01-23 | 1 | -1/+1 |
| * | ARC: Enable fatal signals on boot for dev platforms | Alexey Brodkin | 2018-01-18 | 8 | -8/+8 |
| * | ARCv2: Don't pretend we may set L-bit in STATUS32 with kflag instruction | Alexey Brodkin | 2018-01-18 | 1 | -1/+1 |
| * | ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-inv | Eugeniy Paltsev | 2018-01-17 | 1 | -1/+4 |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-02-26 | 2 | -2/+2 |
|\ \ |
|
| * | | treewide/trivial: Remove ';;$' typo noise | Ingo Molnar | 2018-02-22 | 2 | -2/+2 |
* | | | bug.h: work around GCC PR82365 in BUG() | Arnd Bergmann | 2018-02-22 | 1 | -1/+2 |
|/ / |
|
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-02-02 | 1 | -1/+0 |
|\ \ |
|
| * | | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 2018-01-03 | 1 | -1/+0 |
* | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-01 | 15 | -15/+0 |
|\ \ \ |
|
| * | | | firmware: Drop FIRMWARE_IN_KERNEL Kconfig option | Benjamin Gilbert | 2018-01-25 | 15 | -15/+0 |
* | | | | arc: use generic_pmdp_establish as pmdp_establish | Kirill A. Shutemov | 2018-02-01 | 1 | -0/+3 |
* | | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-01-31 | 3 | -17/+7 |
|\ \ \ \ |
|
| * | | | | arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA | Christoph Hellwig | 2018-01-09 | 3 | -17/+7 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-01-30 | 1 | -6/+8 |
|\ \ \ \ |
|
| * | | | | signal: Don't use structure initializers for struct siginfo | Eric W. Biederman | 2018-01-23 | 1 | -6/+8 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-01-29 | 1 | -3/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-10 | 1 | -3/+0 |
| |/ / |
|
* | | | Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2018-01-06 | 11 | -58/+57 |
|\ \ \
| |/ /
|/| | |
|
| * | | ARC: handle gcc generated __builtin_trap for older compiler | Vineet Gupta | 2018-01-03 | 1 | -0/+8 |
| * | | ARC: handle gcc generated __builtin_trap() | Vineet Gupta | 2017-12-21 | 2 | -0/+9 |
| * | | ARC: uaccess: dont use "l" gcc inline asm constraint modifier | Vineet Gupta | 2017-12-20 | 1 | -2/+3 |
| * | | ARC: [plat-axs103] refactor the quad core DT quirk code | Eugeniy Paltsev | 2017-12-20 | 1 | -4/+6 |
| * | | ARC: [plat-axs103]: Set initial core pll output frequency | Eugeniy Paltsev | 2017-12-20 | 3 | -6/+18 |
| * | | ARC: [plat-hsdk]: Get rid of core pll frequency set in platform code | Eugeniy Paltsev | 2017-12-20 | 1 | -42/+0 |
| * | | ARC: [plat-hsdk]: Set initial core pll output frequency | Eugeniy Paltsev | 2017-12-20 | 1 | -0/+8 |
| * | | ARC: [plat-hsdk] Switch DisplayLink driver from fbdev to DRM | Alexey Brodkin | 2017-12-20 | 1 | -2/+3 |
| * | | arc: do not use __print_symbol() | Sergey Senozhatsky | 2017-12-20 | 1 | -1/+1 |
| * | | ARC: Fix detection of dual-issue enabled | Alexey Brodkin | 2017-11-29 | 1 | -1/+1 |
| |/ |
|
* / | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 2017-12-05 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2017-11-25 | 8 | -56/+136 |
|\ |
|
| * | ARC: perf: avoid vmalloc backed mmap | Vineet Gupta | 2017-11-22 | 1 | -1/+1 |
| * | ARCv2: perf: optimize given that num counters <= 32 | Vineet Gupta | 2017-11-22 | 1 | -9/+7 |
| * | ARCv2: perf: tweak overflow interrupt | Vineet Gupta | 2017-11-22 | 1 | -10/+14 |
| * | ARC: [plat-axs10x] DTS: Add reset controller node to manage ethernet reset | Eugeniy Paltsev | 2017-11-15 | 2 | -7/+8 |
| * | ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop Buffer | Vineet Gupta | 2017-11-13 | 2 | -5/+71 |
| * | ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checking | Vineet Gupta | 2017-11-06 | 1 | -24/+33 |
| * | ARC: [plat-axs10x] auto-select AXS101 or AXS103 given the ISA config | Vineet Gupta | 2017-10-30 | 1 | -0/+2 |
* | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -3/+3 |
|\ \ |
|
| * | | treewide: Fix typos in Kconfig | Masanari Iida | 2017-10-12 | 1 | -3/+3 |
* | | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-11-15 | 2 | -6/+3 |
|\ \ \ |
|
| * | | | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib | Masahiro Yamada | 2017-11-10 | 1 | -4/+3 |