summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-3/+0
|\
| * uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-3/+0
* | Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-2/+2
|\ \
| * | arc: Use full path in KBUILD_IMAGE definitionMichal Marek2017-03-201-2/+2
* | | Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-05-099-24/+196
|\ \ \ | |_|/ |/| |
| * | Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM"Alexey Brodkin2017-05-051-0/+1
| * | ARC: mm: fix build failure in linux-next for UP buildsVineet Gupta2017-05-052-3/+7
| * | ARCv2: ptrace: provide regset for accumulator/r30 regsVineet Gupta2017-05-033-3/+65
| * | ARCv2: mm: micro-optimize region flush generated codeVineet Gupta2017-05-021-1/+1
| * | ARCv2: mm: Merge 2 updates to DC_CTRL for region flushVineet Gupta2017-05-021-14/+32
| * | ARCv2: mm: Implement cache region flush operationsVineet Gupta2017-05-022-0/+74
| * | ARC: mm: Move full_page computation into cache version agnostic wrapperVineet Gupta2017-05-021-13/+12
| * | arc: axs10x: Fix ARC PGU default clock frequencyJose Abreu2017-04-271-1/+1
| * | arc: axs10x: Add DT bindings for I2S audio playbackJose Abreu2017-04-271-4/+18
* | | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-013-32/+8
|\ \ \ | |/ / |/| |
| * | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-266-32/+11
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-022-0/+2
| | | | |\ | | | |/ / | | |/| |
| | | * | ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta2017-03-302-24/+6
| | | * | arc: switch to RAW_COPY_USERAl Viro2017-03-282-4/+5
| | | * | arc: get rid of unused declarationAl Viro2017-03-281-3/+0
| | |/ /
| | * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | * | add asm-generic/extable.hAl Viro2017-03-272-2/+1
| | * | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| |/ /
* | | ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2017-04-204-9/+43
* | | ARC: [plat-eznps] Fix build errorNoam Camus2017-04-141-1/+2
* | | Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-04-018-18/+60
|\ \ \ | |_|/ |/| |
| * | ARC: fix build warnings with !CONFIG_KPROBESVineet Gupta2017-03-301-3/+1
| * | ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin2017-03-301-0/+3
| * | ARC: vdk: Fix support of UIOAlexey Brodkin2017-03-241-7/+13
| * | 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
| * | ARC: [dts] add cpu nodes to ARCHS SMP device treeVlad Zakharov2017-03-051-1/+19
| * | ARC: [dts] add input clocks for cpu nodesVlad Zakharov2017-03-053-0/+3
| |/
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-092-0/+2
|/
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* 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 more code to...Ingo Molnar2017-03-021-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* 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
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-2/+4
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-3/+3
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
OpenPOWER on IntegriCloud