summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta2017-10-031-3/+14
* ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta2017-10-031-4/+11
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-2/+2
* Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-09-087-21/+60
|\
| * ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-011-0/+6
| * ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu2017-09-012-2/+5
| * ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin2017-09-011-2/+3
| * ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana2017-08-281-0/+4
| * ARC: set boot print log level to PR_INFONoam Camus2017-08-281-3/+3
| * ARC: [plat-eznps] Handle user memory error same in simulation and siliconNoam Camus2017-08-281-1/+1
| * ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus2017-08-281-1/+12
| * ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta2017-08-281-2/+16
| * ARC: typos fix in kernel/entry-compact.SLiav Rehana2017-08-281-11/+11
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-082-23/+0
|\ \
| * | ARC: Remove empty kernel/pcibios.cPalmer Dabbelt2017-08-022-10/+0
| * | PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-021-9/+0
| * | PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-4/+0
* | | ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin2017-08-282-3/+10
| |/ |/|
* | arc: Mask individual IRQ lines during core INTC initAlexey Brodkin2017-08-112-1/+16
|/
* clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
* Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-05-091-3/+59
|\
| * ARCv2: ptrace: provide regset for accumulator/r30 regsVineet Gupta2017-05-031-3/+59
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
|/
* ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2017-04-201-9/+21
* ARCv2: make unimplemented vectors as no-ops rather than halt coreVineet Gupta2017-03-201-3/+9
* ARC: get rate from clk driver instead of reading device treeVlad Zakharov2017-03-051-4/+12
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-02-224-41/+57
|\
| * ARCv2: IDU-intc: Delete deprecated parameters in Device TreesYuriy Kolerov2017-02-061-16/+1
| * ARCv2: IDU-intc: mask all common interrupts by defaultYuriy Kolerov2017-02-061-2/+10
| * ARCv2: IDU-intc: Use build registers for getting numbers of interruptsYuriy Kolerov2017-02-061-10/+9
| * ARCv2: intc: Set default priority for all core interruptsYuriy Kolerov2017-02-061-1/+11
| * ARCv2: intc: Use runtime value of irq count for setting up intcVineet Gupta2017-02-061-11/+17
| * ARCv2: intc: Rework the build time irq count informationYuriy Kolerov2017-02-061-1/+6
| * ARC: [intc-*]: confine NR_CPU_IRQS to intc codeVineet Gupta2017-02-062-0/+3
| * ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 regYuriy Kolerov2017-02-061-1/+1
* | ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-02-071-1/+1
|/
* ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta2017-01-271-1/+2
* ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncachedVineet Gupta2017-01-241-3/+16
* ARC: smp-boot: Decouple Non masters waiting API from jump to entry pointVineet Gupta2017-01-242-9/+11
* ARCv2: MCIP: update the BCR per current changesVineet Gupta2017-01-241-2/+1
* ARCv2: MCIP: Deprecate setting of affinity in Device TreeYuriy Kolerov2017-01-241-30/+22
OpenPOWER on IntegriCloud