summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorLines
2019-10-22ARC: perf: Accommodate big-endian CPUAlexey Brodkin-2/+2
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+1
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-08-26ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker-6/+54
2019-08-06ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva-2/+2
2019-07-16Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-58/+26
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2019-07-08ARC: hide unused function unw_hdr_allocArnd Bergmann-5/+4
2019-07-08ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta-48/+10
2019-07-08ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta-3/+3
2019-07-01ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta-2/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-128/+31
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner-3/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-1/+1
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-2/+2
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman-1/+1
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-107/+117
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-2/+1
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta-12/+0
2019-02-25ARC: boot log: cut down on verbosityVineet Gupta-52/+32
2019-02-25ARCv2: boot log: refurbish HS core/release identificationVineet Gupta-56/+74
2019-02-25ARC: u-boot args: check that magic number is correctEugeniy Paltsev-0/+9
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev-11/+26
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta-5/+21
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev-4/+0
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev-27/+64
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta-1/+5
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev-1/+1
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev-0/+10
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta-0/+8
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta-14/+12
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev-1/+105
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev-43/+42
2019-01-17ARC: boot log: print Action point detailsVineet Gupta-7/+15
2019-01-17ARCv2: boot log: BPU return stack depthVineet Gupta-2/+3
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-3/+3
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-9/+3
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson-8/+2
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson-1/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells-0/+1
2018-11-12ARCv2: boot log unaligned access in useVineet Gupta-3/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport-2/+2
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+8