| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 2019-01-06 | 1 | -6/+0 |
* | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 2019-01-06 | 1 | -1/+0 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 2 | -5/+3 |
|\ |
|
| * | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -3/+2 |
| * | fls: change parameter to unsigned int | Matthew Wilcox | 2019-01-04 | 1 | -2/+1 |
* | | ia64: fix compile without swiotlb | Christoph Hellwig | 2019-01-05 | 2 | -1/+3 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 4 | -6/+6 |
|/ |
|
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-29 | 1 | -25/+3 |
|\ |
|
| * | pcmcia: allow PCMCIA support independent of the architecture | Christoph Hellwig | 2018-11-23 | 1 | -10/+0 |
| * | PCI: consolidate the PCI_SYSCALL symbol | Christoph Hellwig | 2018-11-23 | 1 | -3/+1 |
| * | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options | Christoph Hellwig | 2018-11-23 | 1 | -3/+1 |
| * | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 2018-11-23 | 1 | -9/+1 |
* | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-12-29 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 2018-12-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-12-29 | 1 | -5/+2 |
|\ \ |
|
| * | | treewide: add intermediate .s files to targets | Masahiro Yamada | 2018-12-23 | 1 | -0/+2 |
| * | | treewide: remove explicit rules for *offsets.s | Masahiro Yamada | 2018-12-23 | 1 | -5/+0 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-12-29 | 1 | -1/+1 |
|\ \ |
|
| * | | mm, memory_hotplug: add nid parameter to arch_remove_memory | Oscar Salvador | 2018-12-28 | 1 | -1/+1 |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | scsi: remove the use_clustering flag | Christoph Hellwig | 2018-12-19 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 6 | -78/+63 |
|\ \ \
| |_|/
|/| | |
|
| * | | ia64: only select ARCH_HAS_DMA_COHERENT_TO_PFN if swiotlb is enabled | Christoph Hellwig | 2018-12-15 | 1 | -1/+1 |
| * | | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 2018-12-13 | 3 | -4/+3 |
| * | | dma-direct: merge swiotlb_dma_ops into the dma_direct code | Christoph Hellwig | 2018-12-13 | 3 | -6/+4 |
| * | | swiotlb: remove dma_mark_clean | Christoph Hellwig | 2018-12-13 | 3 | -13/+29 |
| * | | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig | 2018-12-06 | 1 | -1/+0 |
| * | | ia64/sn: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -7/+1 |
| * | | ia64/sba_iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 2018-12-06 | 1 | -7/+1 |
| * | | ia64/sba_iommu: improve internal map_page users | Christoph Hellwig | 2018-12-06 | 1 | -44/+29 |
* | | | Merge tag 'please-pull-y2038prep' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-12-26 | 10 | -659/+458 |
|\ \ \
| |/ /
|/| | |
|
| * | | ia64: generate uapi header and system call table files | Firoz Khan | 2018-11-13 | 5 | -658/+9 |
| * | | ia64: add system call table generation support | Firoz Khan | 2018-11-13 | 4 | -0/+445 |
| * | | ia64: add an offset for system call number | Firoz Khan | 2018-11-13 | 1 | -322/+323 |
| * | | ia64: add __NR_syscalls along with NR_syscalls | Firoz Khan | 2018-11-13 | 2 | -3/+5 |
| * | | ia64: add __NR_old_getpagesize in uapi header file | Firoz Khan | 2018-11-13 | 1 | -1/+1 |
| |/ |
|
* / | ia64: export node_distance function | Matias Bjørling | 2018-11-27 | 3 | -4/+12 |
|/ |
|
* | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2018-10-31 | 4 | -7/+12 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 19 | -19/+15 |
* | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 2018-10-31 | 2 | -4/+4 |
* | memblock: replace __alloc_bootmem with memblock_alloc_from | Mike Rapoport | 2018-10-31 | 2 | -4/+5 |
* | memblock: replace alloc_bootmem_node with memblock_alloc_node | Mike Rapoport | 2018-10-31 | 2 | -7/+4 |
* | memblock: replace __alloc_bootmem_node with appropriate memblock_ API | Mike Rapoport | 2018-10-31 | 1 | -2/+4 |
* | memblock: replace alloc_bootmem_pages_node with memblock_alloc_node | Mike Rapoport | 2018-10-31 | 1 | -4/+4 |
* | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | kernel/signal.c: fix a comment error | Weikang Shi | 2018-10-31 | 1 | -2/+2 |
* | treewide: remove current_text_addr | Nick Desaulniers | 2018-10-31 | 1 | -6/+0 |