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