aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2-0/+6
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-11ARC: unbork module link errors with !CONFIG_ARC_HAS_LLSCVineet Gupta1-0/+5
2017-10-03ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta1-3/+14
2017-10-03ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta1-4/+11
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2-2/+2
2017-09-08Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds7-21/+60
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-23/+0
2017-09-01ARC: Re-enable MMU upon Machine Check exceptionJose Abreu1-0/+6
2017-09-01ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu2-2/+5
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin1-2/+3
2017-08-28ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin2-3/+10
2017-08-28ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana1-0/+4
2017-08-28ARC: set boot print log level to PR_INFONoam Camus1-3/+3
2017-08-28ARC: [plat-eznps] Handle user memory error same in simulation and siliconNoam Camus1-1/+1
2017-08-28ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus1-1/+12
2017-08-28ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta1-2/+16
2017-08-28ARC: typos fix in kernel/entry-compact.SLiav Rehana1-11/+11
2017-08-11arc: Mask individual IRQ lines during core INTC initAlexey Brodkin2-1/+16
2017-08-02ARC: Remove empty kernel/pcibios.cPalmer Dabbelt2-10/+0
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt1-9/+0
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt1-4/+0
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-05-09Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-3/+59
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-03ARCv2: ptrace: provide regset for accumulator/r30 regsVineet Gupta1-3/+59
2017-04-20ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta1-9/+21
2017-03-20ARCv2: make unimplemented vectors as no-ops rather than halt coreVineet Gupta1-3/+9
2017-03-05ARC: get rate from clk driver instead of reading device treeVlad Zakharov1-4/+12
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar4-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar3-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+2
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-22Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds4-41/+57
2017-02-07ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta1-1/+1
2017-02-06ARCv2: IDU-intc: Delete deprecated parameters in Device TreesYuriy Kolerov1-16/+1
2017-02-06ARCv2: IDU-intc: mask all common interrupts by defaultYuriy Kolerov1-2/+10
2017-02-06ARCv2: IDU-intc: Use build registers for getting numbers of interruptsYuriy Kolerov1-10/+9
2017-02-06ARCv2: intc: Set default priority for all core interruptsYuriy Kolerov1-1/+11
2017-02-06ARCv2: intc: Use runtime value of irq count for setting up intcVineet Gupta1-11/+17
2017-02-06ARCv2: intc: Rework the build time irq count informationYuriy Kolerov1-1/+6
2017-02-06ARC: [intc-*]: confine NR_CPU_IRQS to intc codeVineet Gupta2-0/+3
2017-02-06ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 regYuriy Kolerov1-1/+1