| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-05 | 1 | -0/+1 |
|\ |
|
| * | time: Add an asm-generic/compat.h file | Arnd Bergmann | 2018-04-19 | 1 | -0/+1 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-06-05 | 1 | -7/+2 |
|\ \ |
|
| * | | signal/c6x: Use force_sig_fault where appropriate | Eric W. Biederman | 2018-04-25 | 1 | -8/+2 |
| * | | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 2018-04-25 | 1 | -0/+1 |
| |/ |
|
* | | c6x: use generic dma_noncoherent_ops | Christoph Hellwig | 2018-05-19 | 7 | -170/+44 |
* | | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG | Christoph Hellwig | 2018-05-08 | 1 | -1/+0 |
* | | dma-debug: move initialization to common code | Christoph Hellwig | 2018-05-08 | 1 | -11/+0 |
|/ |
|
* | c6x: pass endianness info to sparse | Luc Van Oostenryck | 2018-04-10 | 1 | -0/+1 |
* | c6x: fix platforms/plldata.c get_coreid build error | Randy Dunlap | 2018-04-10 | 1 | -0/+1 |
* | c6x: remove unused KTHREAD_SIZE definition | Jérémy Lefaure | 2018-04-10 | 1 | -1/+0 |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-02-02 | 1 | -1/+0 |
|\ |
|
| * | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 2018-01-03 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2018-02-01 | 1 | -3/+1 |
|\ \ |
|
| * | | c6x: do not use print_symbol() | Sergey Senozhatsky | 2018-01-05 | 1 | -3/+1 |
| |/ |
|
* | | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-10 | 1 | -3/+0 |
* | | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 2017-12-05 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2017-11-18 | 1 | -1/+1 |
|\ |
|
| * | c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULE | Cao jin | 2017-10-30 | 1 | -1/+1 |
* | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-11-15 | 1 | -2/+0 |
|\ \ |
|
| * | | kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile | Masahiro Yamada | 2017-11-08 | 1 | -2/+0 |
* | | | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 2017-11-02 | 4 | -0/+4 |
* | | | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 19 | -0/+19 |
| |/
|/| |
|
* | | arch: remove unused *_segments() macros/functions | Tobias Klauser | 2017-09-23 | 1 | -3/+0 |
|/ |
|
* | c6x: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-24 | 3 | -17/+17 |
* | c6x: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 2017-08-24 | 5 | -10/+0 |
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 1 | -2/+13 |
|\ |
|
| * | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail | Al Viro | 2017-07-04 | 1 | -2/+13 |
* | | c6x: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2017-07-09 | 2 | -27/+26 |
* | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-07 | 1 | -5/+0 |
|\ \ |
|
| * | | c6x: remove DMA_ERROR_CODE | Christoph Hellwig | 2017-06-20 | 1 | -5/+0 |
| |/ |
|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-04 | 2 | -1/+1 |
|\ \ |
|
| * | | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2017-06-04 | 2 | -1/+1 |
| |/ |
|
* / | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2017-06-29 | 1 | -5/+0 |
|/ |
|
* | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-10 | 1 | -8/+0 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-02 | 1 | -0/+2 |
|\ |
|
| * | debug: Fix __bug_table[] in arch linker scripts | Peter Zijlstra | 2017-04-03 | 1 | -0/+2 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-02 | 1 | -0/+2 |
|\ \ |
|
| * | | c6x/timer64: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 2017-04-14 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 3 | -14/+8 |
|\ \ |
|
| * | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 | 1 | -1/+0 |
| * | | c6x: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 2 | -6/+7 |
| * | | c6x: remove duplicate definition of __access_ok | Al Viro | 2017-03-29 | 1 | -4/+0 |
| * | | asm-generic/uaccess.h: don't mess with __copy_{to,from}_user | Al Viro | 2017-03-28 | 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 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'regset' (PTRACE_SETREGSET data leakage) | Linus Torvalds | 2017-03-29 | 1 | -41/+0 |
|\ \
| |/
|/| |
|
| * | c6x/ptrace: Remove useless PTRACE_SETREGSET implementation | Dave Martin | 2017-03-29 | 1 | -41/+0 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |