| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-11 | 1 | -3/+0 |
|\ |
|
| * | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-10 | 1 | -3/+0 |
* | | Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-11 | 1 | -2/+2 |
|\ \ |
|
| * | | arc: Use full path in KBUILD_IMAGE definition | Michal Marek | 2017-03-20 | 1 | -2/+2 |
* | | | Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2017-05-09 | 9 | -24/+196 |
|\ \ \
| |_|/
|/| | |
|
| * | | Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM" | Alexey Brodkin | 2017-05-05 | 1 | -0/+1 |
| * | | ARC: mm: fix build failure in linux-next for UP builds | Vineet Gupta | 2017-05-05 | 2 | -3/+7 |
| * | | ARCv2: ptrace: provide regset for accumulator/r30 regs | Vineet Gupta | 2017-05-03 | 3 | -3/+65 |
| * | | ARCv2: mm: micro-optimize region flush generated code | Vineet Gupta | 2017-05-03 | 1 | -1/+1 |
| * | | ARCv2: mm: Merge 2 updates to DC_CTRL for region flush | Vineet Gupta | 2017-05-03 | 1 | -14/+32 |
| * | | ARCv2: mm: Implement cache region flush operations | Vineet Gupta | 2017-05-03 | 2 | -0/+74 |
| * | | ARC: mm: Move full_page computation into cache version agnostic wrapper | Vineet Gupta | 2017-05-03 | 1 | -13/+12 |
| * | | arc: axs10x: Fix ARC PGU default clock frequency | Jose Abreu | 2017-04-27 | 1 | -1/+1 |
| * | | arc: axs10x: Add DT bindings for I2S audio playback | Jose Abreu | 2017-04-27 | 1 | -4/+18 |
* | | | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 2017-05-09 | 1 | -1/+1 |
* | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 3 | -32/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -1/+0 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 6 | -32/+11 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | | | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 2 | -0/+2 |
| | | |/|
| | |/| | |
|
| | | * | | ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... | Vineet Gupta | 2017-03-30 | 2 | -24/+6 |
| | | * | | arc: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 2 | -4/+5 |
| | | * | | arc: get rid of unused declaration | Al Viro | 2017-03-29 | 1 | -3/+0 |
| | |/ / |
|
| | * | | new helper: uaccess_kernel() | Al Viro | 2017-03-28 | 1 | -1/+1 |
| | * | | add asm-generic/extable.h | Al Viro | 2017-03-28 | 2 | -2/+1 |
| | * | | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-06 | 1 | -2/+0 |
| |/ / |
|
* | | | ARCv2: entry: save Accumulator register pair (r58:59) if present | Vineet Gupta | 2017-04-21 | 4 | -9/+43 |
* | | | ARC: [plat-eznps] Fix build error | Noam Camus | 2017-04-14 | 1 | -1/+2 |
* | | | Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2017-04-01 | 8 | -18/+60 |
|\ \ \
| |_|/
|/| | |
|
| * | | ARC: fix build warnings with !CONFIG_KPROBES | Vineet Gupta | 2017-03-31 | 1 | -3/+1 |
| * | | ARCv2: SLC: Make sure busy bit is set properly on SLC flushing | Alexey Brodkin | 2017-03-31 | 1 | -0/+3 |
| * | | ARC: vdk: Fix support of UIO | Alexey Brodkin | 2017-03-24 | 1 | -7/+13 |
| * | | ARCv2: make unimplemented vectors as no-ops rather than halt core | Vineet Gupta | 2017-03-21 | 1 | -3/+9 |
| * | | ARC: get rate from clk driver instead of reading device tree | Vlad Zakharov | 2017-03-06 | 1 | -4/+12 |
| * | | ARC: [dts] add cpu nodes to ARCHS SMP device tree | Vlad Zakharov | 2017-03-06 | 1 | -1/+19 |
| * | | ARC: [dts] add input clocks for cpu nodes | Vlad Zakharov | 2017-03-06 | 3 | -0/+3 |
| |/ |
|
* / | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 2017-03-09 | 2 | -0/+2 |
|/ |
|
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> | Ingo Molnar | 2017-03-03 | 1 | -1/+1 |
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 4 | -0/+5 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -0/+4 |
* | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 2017-03-02 | 1 | -1/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -2/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+3 |
* | mm: add new mmget() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | mm: add new mmgrab() helper | Vegard Nossum | 2017-02-28 | 1 | -1/+1 |
* | scripts/spelling.txt: add "aligment" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -2/+2 |
* | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-28 | 1 | -2/+4 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 2 | -3/+3 |
|\ |
|
| * | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |