| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 2018-10-31 | 1 | -25/+1 |
|\ |
|
| * | c6x: switch to NO_BOOTMEM | Mike Rapoport | 2018-10-28 | 2 | -25/+2 |
* | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 2 | -2/+1 |
* | | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | memblock: replace alloc_bootmem_pages with memblock_alloc | Mike Rapoport | 2018-10-31 | 1 | -1/+2 |
* | | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 2018-10-31 | 1 | -2/+2 |
* | | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | treewide: remove current_text_addr | Nick Desaulniers | 2018-10-31 | 1 | -11/+0 |
|/ |
|
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-26 | 6 | -35/+12 |
|\ |
|
| * | Merge branch 'all-dtbs' into dt/next | Rob Herring | 2018-10-04 | 6 | -27/+9 |
| |\ |
|
| | * | c6x: enable building all dtbs | Rob Herring | 2018-10-02 | 1 | -0/+6 |
| | * | kbuild: consolidate Devicetree dtb build rules | Rob Herring | 2018-10-02 | 1 | -2/+0 |
| | * | c6x: use common built-in dtb support | Rob Herring | 2018-10-02 | 5 | -25/+3 |
| * | | c6x: use for_each_of_cpu_node iterator | Rob Herring | 2018-09-28 | 1 | -8/+3 |
| |/ |
|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-25 | 1 | -0/+1 |
|\ \ |
|
| * | | y2038: Remove stat64 family from default syscall set | Arnd Bergmann | 2018-08-29 | 1 | -0/+1 |
| |/ |
|
* / | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig | 2018-09-20 | 1 | -1/+1 |
|/ |
|
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -2/+1 |
* | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -2/+0 |
* | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2018-08-02 | 2 | -15/+10 |
* | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -24/+0 |
* | 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 |