summaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)Author
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta
2019-02-25ARC: boot log: cut down on verbosityVineet Gupta
2019-02-25ARCv2: boot log: refurbish HS core/release identificationVineet Gupta
2019-02-25ARC: u-boot args: check that magic number is correctEugeniy Paltsev
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev
2019-01-17ARC: boot log: print Action point detailsVineet Gupta
2019-01-17ARCv2: boot log: BPU return stack depthVineet Gupta
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-11-12ARCv2: boot log unaligned access in useVineet Gupta
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook
2018-10-05ARC: clone syscall to setp r25 as thread pointerVineet Gupta
2018-09-27signal/arc: Push siginfo generation into unhandled_exceptionEric W. Biederman
2018-08-27ARC: cleanup show_faulting_vma()Eugeniy Paltsev
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-09ARC: Improve cmpxchg syscall implementationPeter Zijlstra
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21ARC/kprobes: Don't call the ->break_handler() in ARC kprobes codeMasami Hiramatsu
2018-06-21ARC/kprobes: Remove jprobe implementationMasami Hiramatsu
2018-06-20ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2018-02-28ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev
2018-02-28ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev
2018-02-28ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev
2018-02-28ARCv2: boot log: fix HS48 release numberVineet Gupta
2018-02-22get rid of pointless includes of fs_struct.hAl Viro