summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0
|\
| * get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0
* | Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-03-013-16/+110
|\ \
| * | ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev2018-02-281-10/+40
| * | ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev2018-02-281-5/+32
| * | ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev2018-02-281-0/+37
| * | ARCv2: boot log: fix HS48 release numberVineet Gupta2018-02-281-1/+1
| * | ARC: boot log: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
| * | ARC: dw2 unwind: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
* | | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-222-2/+2
| |/ |/|
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-6/+8
|\ \ | |/ |/|
| * signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-221-6/+8
* | ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta2018-01-031-0/+8
* | ARC: handle gcc generated __builtin_trap()Vineet Gupta2017-12-202-0/+9
* | arc: do not use __print_symbol()Sergey Senozhatsky2017-12-201-1/+1
* | ARC: Fix detection of dual-issue enabledAlexey Brodkin2017-11-281-1/+1
|/
* Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-11-252-23/+60
|\
| * ARCv2: perf: optimize given that num counters <= 32Vineet Gupta2017-11-211-9/+7
| * ARCv2: perf: tweak overflow interruptVineet Gupta2017-11-211-10/+14
| * ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop BufferVineet Gupta2017-11-131-4/+39
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-072-0/+6
|\ \
| * \ Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\ \ | | |/ | |/|
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| * | ARC: unbork module link errors with !CONFIG_ARC_HAS_LLSCVineet Gupta2017-10-111-0/+5
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta2017-10-031-3/+14
* ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta2017-10-031-4/+11
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-2/+2
* Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-09-087-21/+60
|\
| * ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-011-0/+6
| * ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu2017-09-012-2/+5
| * ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin2017-09-011-2/+3
| * ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana2017-08-281-0/+4
| * ARC: set boot print log level to PR_INFONoam Camus2017-08-281-3/+3
| * ARC: [plat-eznps] Handle user memory error same in simulation and siliconNoam Camus2017-08-281-1/+1
| * ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus2017-08-281-1/+12
| * ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta2017-08-281-2/+16
| * ARC: typos fix in kernel/entry-compact.SLiav Rehana2017-08-281-11/+11
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-082-23/+0
|\ \
| * | ARC: Remove empty kernel/pcibios.cPalmer Dabbelt2017-08-022-10/+0
| * | PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-021-9/+0
| * | PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-4/+0
* | | ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin2017-08-282-3/+10
| |/ |/|
* | arc: Mask individual IRQ lines during core INTC initAlexey Brodkin2017-08-112-1/+16
|/
* clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
* Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-05-091-3/+59
|\
| * ARCv2: ptrace: provide regset for accumulator/r30 regsVineet Gupta2017-05-031-3/+59
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
|/
* ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2017-04-201-9/+21
* ARCv2: make unimplemented vectors as no-ops rather than halt coreVineet Gupta2017-03-201-3/+9
OpenPOWER on IntegriCloud