summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-07-175-58/+26Star
|\
| * ARC: hide unused function unw_hdr_allocArnd Bergmann2019-07-081-5/+4Star
| * ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta2019-07-081-48/+10Star
| * ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2019-07-082-3/+3
| * ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta2019-07-012-2/+9
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-093-4/+4
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-2/+2
| * signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1931-128/+31Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner2019-06-051-3/+1Star
|/
* Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-03-204-107/+117
|\
| * ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta2019-03-051-12/+0Star
| * ARC: boot log: cut down on verbosityVineet Gupta2019-02-261-52/+32Star
| * ARCv2: boot log: refurbish HS core/release identificationVineet Gupta2019-02-261-56/+74
| * ARC: u-boot args: check that magic number is correctEugeniy Paltsev2019-02-252-0/+9
| * ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev2019-02-254-11/+26
* | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-2/+1Star
|/
* ARCv2: don't assume core 0x54 has dual issueVineet Gupta2019-02-211-5/+21
* ARC: enable uboot support unconditionallyEugeniy Paltsev2019-02-212-4/+0Star
* 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/+12Star
* 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/+42Star
* 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-042-3/+3
* | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-021-9/+3Star
|\ \
| * | 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/+2Star
| * | 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/+0Star
|\
| * vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-111-1/+0Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-14/+8Star
|\ \
| * | signal/arc: Push siginfo generation into unhandled_exceptionEric W. Biederman2018-09-271-14/+8Star
| |/
* | ARC: clone syscall to setp r25 as thread pointerVineet Gupta2018-10-051-0/+20
* | ARC: cleanup show_faulting_vma()Eugeniy Paltsev2018-08-271-9/+4Star
|/
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-252-12/+37
|\