Age | Commit message (Expand) | Author | Files | Lines |
2019-02-01 | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada | 2 | -1/+1 |
2019-01-06 | arch: restore generic-y += shmparam.h for some architectures | Masahiro Yamada | 1 | -0/+1 |
2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 1 | -26/+0 |
2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 1 | -1/+0 |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2019-01-04 | fls: change parameter to unsigned int | Matthew Wilcox | 1 | -1/+1 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -2/+2 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+4 |
2018-12-13 | dma-mapping: always build the direct mapping code | Christoph Hellwig | 1 | -1/+0 |
2018-10-31 | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 1 | -25/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 2 | -2/+1 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace alloc_bootmem_pages with memblock_alloc | Mike Rapoport | 1 | -1/+2 |
2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 1 | -2/+2 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers | 1 | -11/+0 |
2018-10-28 | c6x: switch to NO_BOOTMEM | Mike Rapoport | 2 | -25/+2 |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -35/+12 |
2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2018-10-04 | Merge branch 'all-dtbs' into dt/next | Rob Herring | 6 | -27/+9 |
2018-10-02 | c6x: enable building all dtbs | Rob Herring | 1 | -0/+6 |
2018-10-02 | kbuild: consolidate Devicetree dtb build rules | Rob Herring | 1 | -2/+0 |
2018-10-02 | c6x: use common built-in dtb support | Rob Herring | 5 | -25/+3 |
2018-09-28 | c6x: use for_each_of_cpu_node iterator | Rob Herring | 1 | -8/+3 |
2018-09-20 | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig | 1 | -1/+1 |
2018-08-29 | y2038: Remove stat64 family from default syscall set | Arnd Bergmann | 1 | -0/+1 |
2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 1 | -2/+1 |
2018-08-02 | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 1 | -2/+0 |
2018-08-02 | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2 | -15/+10 |
2018-08-02 | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 1 | -24/+0 |
2018-06-04 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2018-06-04 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+2 |
2018-05-19 | c6x: use generic dma_noncoherent_ops | Christoph Hellwig | 7 | -170/+44 |
2018-05-08 | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG | Christoph Hellwig | 1 | -1/+0 |
2018-05-08 | dma-debug: move initialization to common code | Christoph Hellwig | 1 | -11/+0 |
2018-04-25 | signal/c6x: Use force_sig_fault where appropriate | Eric W. Biederman | 1 | -8/+2 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 1 | -0/+1 |
2018-04-19 | time: Add an asm-generic/compat.h file | Arnd Bergmann | 1 | -0/+1 |
2018-04-10 | c6x: pass endianness info to sparse | Luc Van Oostenryck | 1 | -0/+1 |
2018-04-10 | c6x: fix platforms/plldata.c get_coreid build error | Randy Dunlap | 1 | -0/+1 |
2018-04-10 | c6x: remove unused KTHREAD_SIZE definition | Jérémy Lefaure | 1 | -1/+0 |
2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
2018-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 1 | -3/+1 |
2018-01-09 | Construct init thread stack in the linker script rather than by union | David Howells | 1 | -3/+0 |
2018-01-05 | c6x: do not use print_symbol() | Sergey Senozhatsky | 1 | -3/+1 |
2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 1 | -1/+0 |
2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -0/+1 |
2017-11-17 | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2017-11-14 | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+0 |
2017-11-08 | kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile | Masahiro Yamada | 1 | -2/+0 |