Age | Commit message (Expand) | Author | Files | Lines |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+0 |
2019-03-17 | kbuild: warn redundant generic-y | Masahiro Yamada | 1 | -2/+0 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -2/+6 |
2019-03-12 | openrisc: prefer memblock APIs returning virtual address | Mike Rapoport | 1 | -1/+4 |
2019-03-08 | openrisc: simplify pte_alloc_one_kernel() | Mike Rapoport | 1 | -7/+4 |
2019-03-08 | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED | Alexey Brodkin | 2 | -2/+0 |
2019-03-06 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+3 |
2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds | 1 | -1/+0 |
2019-02-27 | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Thomas Gleixner | 2 | -0/+3 |
2019-02-19 | asm-generic: Make time32 syscall numbers optional | Arnd Bergmann | 1 | -0/+1 |
2019-02-19 | asm-generic: Drop getrlimit and setrlimit syscalls from default list | Yury Norov | 1 | -0/+1 |
2019-02-19 | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option | Yury Norov | 1 | -0/+1 |
2019-02-02 | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada | 2 | -1/+1 |
2019-01-17 | openrisc: remove unneeded code in arch/openrisc/Makefile | Masahiro Yamada | 1 | -3/+0 |
2019-01-09 | arch/openrisc: Fix issues with access_ok() | Stafford Horne | 1 | -2/+6 |
2019-01-07 | 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 | -27/+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 | 3 | -6/+4 |
2019-01-05 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2 | -5/+3 |
2019-01-05 | fls: change parameter to unsigned int | Matthew Wilcox | 1 | -1/+1 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 3 | -8/+8 |
2019-01-02 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2 | -2/+2 |
2018-12-30 | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -1/+1 |
2018-12-21 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 1 | -1/+1 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+1 |
2018-12-19 | openrisc: Fix broken paths to arch/or32 | Geert Uytterhoeven | 2 | -2/+2 |
2018-12-13 | dma-mapping: always build the direct mapping code | Christoph Hellwig | 1 | -1/+0 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 2 | -4/+2 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 2 | -2/+2 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers | 1 | -5/+0 |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+1 |
2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2018-09-28 | openrisc: use for_each_of_cpu_node iterator | Rob Herring | 1 | -2/+1 |
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 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 4 | -133/+12 |
2018-08-18 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-08-15 | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -30/+1 |
2018-08-15 | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+0 |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -3/+4 |
2018-08-06 | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 4 | -12/+13 |
2018-08-03 | openrisc: Use the new GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 3 | -13/+1 |
2018-08-02 | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 1 | -1/+0 |
2018-08-02 | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2 | -6/+1 |
2018-08-02 | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 1 | -23/+0 |
2018-07-21 | openrisc: use generic dma_noncoherent_ops | Christoph Hellwig | 4 | -91/+12 |