aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-2/+3
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-2/+0
2017-06-21Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-1/+1
2017-06-19mm: larger stack guard gap, between vmasGravatar Hugh Dickins 1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-1/+1
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Gravatar Christoph Hellwig 2-1/+2
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+0
2017-05-10Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-3/+0
2017-05-09Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 9-24/+196
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeGravatar Stephen Boyd 1-1/+1
2017-05-05Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM"Gravatar Alexey Brodkin 1-0/+1
2017-05-05ARC: mm: fix build failure in linux-next for UP buildsGravatar Vineet Gupta 2-3/+7
2017-05-03ARCv2: ptrace: provide regset for accumulator/r30 regsGravatar Vineet Gupta 3-3/+65
2017-05-02ARCv2: mm: micro-optimize region flush generated codeGravatar Vineet Gupta 1-1/+1
2017-05-02ARCv2: mm: Merge 2 updates to DC_CTRL for region flushGravatar Vineet Gupta 1-14/+32
2017-05-02ARCv2: mm: Implement cache region flush operationsGravatar Vineet Gupta 2-0/+74
2017-05-02ARC: mm: Move full_page computation into cache version agnostic wrapperGravatar Vineet Gupta 1-13/+12
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-32/+8
2017-04-27arc: axs10x: Fix ARC PGU default clock frequencyGravatar Jose Abreu 1-1/+1
2017-04-27arc: axs10x: Add DT bindings for I2S audio playbackGravatar Jose Abreu 1-4/+18
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 6-32/+11
2017-04-20ARCv2: entry: save Accumulator register pair (r58:59) if presentGravatar Vineet Gupta 4-9/+43
2017-04-14ARC: [plat-eznps] Fix build errorGravatar Noam Camus 1-1/+2
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 2-0/+2
2017-04-01Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 8-18/+60
2017-03-30ARC: fix build warnings with !CONFIG_KPROBESGravatar Vineet Gupta 1-3/+1
2017-03-30ARCv2: SLC: Make sure busy bit is set properly on SLC flushingGravatar Alexey Brodkin 1-0/+3
2017-03-30ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Gravatar Vineet Gupta 2-24/+6
2017-03-28arc: switch to RAW_COPY_USERGravatar Al Viro 2-4/+5
2017-03-28arc: get rid of unused declarationGravatar Al Viro 1-3/+0
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-1/+1
2017-03-27add asm-generic/extable.hGravatar Al Viro 2-2/+1
2017-03-24ARC: vdk: Fix support of UIOGravatar Alexey Brodkin 1-7/+13
2017-03-20ARCv2: make unimplemented vectors as no-ops rather than halt coreGravatar Vineet Gupta 1-3/+9
2017-03-20arc: Use full path in KBUILD_IMAGE definitionGravatar Michal Marek 1-2/+2
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hGravatar Kirill A. Shutemov 2-0/+2
2017-03-05ARC: get rate from clk driver instead of reading device treeGravatar Vlad Zakharov 1-4/+12
2017-03-05ARC: [dts] add cpu nodes to ARCHS SMP device treeGravatar Vlad Zakharov 1-1/+19
2017-03-05ARC: [dts] add input clocks for cpu nodesGravatar Vlad Zakharov 3-0/+3
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-2/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 4-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Gravatar Ingo Molnar 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+3