summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-20ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta
2017-04-14ARC: [plat-eznps] Fix build errorNoam Camus
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-04-01Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2017-03-30ARC: fix build warnings with !CONFIG_KPROBESVineet Gupta
2017-03-30ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin
2017-03-30ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta
2017-03-28arc: switch to RAW_COPY_USERAl Viro
2017-03-28arc: get rid of unused declarationAl Viro
2017-03-28new helper: uaccess_kernel()Al Viro
2017-03-27add asm-generic/extable.hAl Viro
2017-03-24ARC: vdk: Fix support of UIOAlexey Brodkin
2017-03-20ARCv2: make unimplemented vectors as no-ops rather than halt coreVineet Gupta
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2017-03-05ARC: get rate from clk driver instead of reading device treeVlad Zakharov
2017-03-05ARC: [dts] add cpu nodes to ARCHS SMP device treeVlad Zakharov
2017-03-05ARC: [dts] add input clocks for cpu nodesVlad Zakharov
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmget() helperVegard Nossum
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-22Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-07ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta
2017-02-06ARC: [plat-*] ARC_HAS_COH_CACHES no longer relevantVineet Gupta
2017-02-06ARCv2: intc: Delete useless comments in Device TreesYuriy Kolerov
2017-02-06ARCv2: IDU-intc: Delete deprecated parameters in Device TreesYuriy Kolerov
2017-02-06ARCv2: IDU-intc: mask all common interrupts by defaultYuriy Kolerov
2017-02-06ARCv2: IDU-intc: Use build registers for getting numbers of interruptsYuriy Kolerov
2017-02-06ARCv2: intc: Set default priority for all core interruptsYuriy Kolerov
2017-02-06ARCv2: intc: Use runtime value of irq count for setting up intcVineet Gupta
2017-02-06ARCv2: intc: Rework the build time irq count informationYuriy Kolerov
2017-02-06ARC: [intc-*]: confine NR_CPU_IRQS to intc codeVineet Gupta
2017-02-06ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 regYuriy Kolerov
2017-02-06arc: vdk: Add support of UIOAlexey Brodkin