summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-2/+1
* ARCv2: don't assume core 0x54 has dual issueVineet Gupta2019-02-211-5/+21
* ARC: enable uboot support unconditionallyEugeniy Paltsev2019-02-212-4/+0
* ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2019-02-212-27/+64
* ARCv2: support manual regfile save on interruptsVineet Gupta2019-02-212-1/+5
* ARC: fix actionpoints configuration detectionEugeniy Paltsev2019-02-211-1/+1
* ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev2019-02-211-0/+10
* ARC: show_regs: lockdep: re-enable preemptionVineet Gupta2019-01-171-0/+8
* ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta2019-01-171-14/+12
* ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev2019-01-171-2/+4
* ARC: perf: move HW events mapping to separate functionEugeniy Paltsev2019-01-171-15/+33
* ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev2019-01-171-1/+105
* ARC: perf: trivial code cleanupEugeniy Paltsev2019-01-171-43/+42
* ARC: boot log: print Action point detailsVineet Gupta2019-01-171-7/+15
* ARCv2: boot log: BPU return stack depthVineet Gupta2019-01-171-2/+3
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-3/+3
* | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-9/+3
|\ \
| * | kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-8/+2
| * | kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
| |/
* / ARCv2: boot log unaligned access in useVineet Gupta2018-11-121-3/+6
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2018-10-311-2/+2
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+0
|\
| * vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-1/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-14/+8
|\ \
| * | signal/arc: Push siginfo generation into unhandled_exceptionEric W. Biederman2018-09-271-14/+8
| |/
* | ARC: clone syscall to setp r25 as thread pointerVineet Gupta2018-10-051-0/+20
* | ARC: cleanup show_faulting_vma()Eugeniy Paltsev2018-08-271-9/+4
|/
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-252-12/+37
|\
| * ARC: Improve cmpxchg syscall implementationPeter Zijlstra2018-07-091-11/+36
| * ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin2018-06-201-1/+1
* | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-2/+3
* | ARC/kprobes: Don't call the ->break_handler() in ARC kprobes codeMasami Hiramatsu2018-06-211-7/+0
* | ARC/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-36/+2
|/
* 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