Age | Commit message (Expand) | Author | Files | Lines |
2019-02-09 | Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+7 |
2019-02-06 | m68k: set proper major_num when specifying module param major_num | Chengguang Xu | 1 | -3/+7 |
2019-02-02 | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada | 2 | -1/+1 |
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 | -19/+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 | 4 | -13/+7 |
2019-01-05 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 3 | -12/+6 |
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 | -4/+4 |
2019-01-02 | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -6/+2 |
2018-12-30 | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -13/+1 |
2018-12-30 | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -3/+3 |
2018-12-29 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -2/+1 |
2018-12-26 | Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 24 | -1285/+1161 |
2018-12-21 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 1 | -3/+3 |
2018-12-20 | Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 1 | -1/+1 |
2018-12-19 | m68k: Fix memblock-related crashes | Geert Uytterhoeven | 2 | -2/+2 |
2018-12-13 | dma-mapping: always build the direct mapping code | Christoph Hellwig | 1 | -1/+0 |
2018-12-11 | m68k/mac: Switch to use %ptR | Andy Shevchenko | 1 | -6/+2 |
2018-12-04 | m68k: Generate uapi header and syscall table header files | Firoz Khan | 5 | -770/+11 |
2018-12-04 | m68k: Add system call table generation support | Firoz Khan | 4 | -0/+495 |
2018-12-04 | m68k: Add __NR_syscalls along with NR_syscalls | Firoz Khan | 2 | -2/+5 |
2018-12-03 | m68k/defconfig: Update defconfigs for v4.20-rc1 | Geert Uytterhoeven | 12 | -511/+619 |
2018-12-03 | m68k: Remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2018-12-03 | m68k: Unroll raw_outsb() loop | Finn Thain | 1 | -4/+35 |
2018-11-23 | pcmcia: allow PCMCIA support independent of the architecture | Christoph Hellwig | 1 | -2/+0 |
2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 2 | -11/+1 |
2018-11-09 | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -2/+2 |
2018-11-02 | mm: make the __PAGETABLE_PxD_FOLDED defines non-empty | Martin Schwidefsky | 1 | -2/+2 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 14 | -14/+10 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 1 | -1/+2 |
2018-10-31 | memblock: replace alloc_bootmem_pages with memblock_alloc | Mike Rapoport | 4 | -6/+6 |
2018-10-31 | memblock: replace alloc_bootmem_low_pages with memblock_alloc_low | Mike Rapoport | 2 | -3/+5 |
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 | -6/+0 |
2018-10-29 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 1 | -1/+1 |
2018-10-29 | Merge tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -10/+0 |
2018-10-27 | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -65/+10 |
2018-10-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 12 | -24/+0 |
2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
2018-10-16 | ataflop: fold headers into C file | Omar Sandoval | 2 | -93/+0 |
2018-10-16 | m68k: fix command-line parsing when passed from u-boot | Angelo Dureghello | 1 | -1/+1 |
2018-10-08 | macintosh: Use common code to access RTC | Finn Thain | 1 | -65/+10 |
2018-10-01 | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 1 | -1/+1 |