Age | Commit message (Expand) | Author | Files | Lines |
2018-11-26 | ia64: export node_distance function | Matias Bjørling | 3 | -4/+12 |
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 |
2018-10-26 | mm: make memmap_init a proper function | Pavel Tatashin | 1 | -1/+0 |
2018-10-26 | hugetlb: introduce generic version of huge_ptep_get | Alexandre Ghiti | 1 | -5/+0 |
2018-10-26 | hugetlb: introduce generic version of huge_ptep_set_access_flags() | Alexandre Ghiti | 1 | -7/+0 |
2018-10-26 | hugetlb: introduce generic version of huge_ptep_set_wrprotect() | Alexandre Ghiti | 1 | -6/+0 |
2018-10-26 | hugetlb: introduce generic version of prepare_hugepage_range | Alexandre Ghiti | 1 | -0/+1 |
2018-10-26 | hugetlb: introduce generic version of huge_pte_wrprotect | Alexandre Ghiti | 1 | -5/+0 |
2018-10-26 | hugetlb: introduce generic version of huge_pte_none() | Alexandre Ghiti | 1 | -5/+0 |
2018-10-26 | hugetlb: introduce generic version of huge_ptep_clear_flush | Alexandre Ghiti | 1 | -0/+1 |
2018-10-26 | hugetlb: introduce generic version of huge_ptep_get_and_clear() | Alexandre Ghiti | 1 | -6/+0 |
2018-10-26 | hugetlb: introduce generic version of set_huge_pte_at() | Alexandre Ghiti | 1 | -6/+0 |
2018-10-26 | hugetlb: introduce generic version of hugetlb_free_pgd_range | Alexandre Ghiti | 1 | -2/+3 |
2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+3 |
2018-10-24 | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+13 |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -199/+62 |
2018-10-23 | Merge tag 'please-pull-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -112/+0 |
2018-10-13 | kill TIOCSERGSTRUCT | Al Viro | 1 | -3/+1 |
2018-10-13 | kill TIOCSER[SG]WILD | Al Viro | 1 | -5/+0 |
2018-10-03 | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE | Eric W. Biederman | 1 | -2/+0 |
2018-10-01 | dma-mapping: make the get_required_mask method available unconditionally | Christoph Hellwig | 6 | -40/+2 |
2018-09-27 | signal/ia64: Use force_sig_fault where appropriate | Eric W. Biederman | 4 | -150/+49 |
2018-09-27 | signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn | Eric W. Biederman | 1 | -9/+1 |
2018-09-27 | signal/ia64: Use the generic force_sigsegv in setup_frame | Eric W. Biederman | 1 | -38/+12 |
2018-09-17 | intel-iommu: mark intel_dma_ops static | Christoph Hellwig | 1 | -4/+0 |
2018-09-17 | ia64: remove machvec_dma_sync_{single,sg} | Christoph Hellwig | 4 | -30/+0 |
2018-09-17 | ia64/sn2: remove no-ops dma sync methods | Christoph Hellwig | 1 | -29/+0 |
2018-09-17 | ia64: remove the unused iommu_dma_init function | Christoph Hellwig | 2 | -7/+0 |
2018-09-17 | ia64: remove the unused pci_iommu_shutdown function | Christoph Hellwig | 2 | -6/+0 |
2018-09-17 | ia64: remove the unused bad_dma_address symbol | Christoph Hellwig | 1 | -3/+0 |
2018-09-17 | ia64: remove iommu_dma_supported | Christoph Hellwig | 1 | -13/+0 |
2018-09-17 | ia64: remove the dead iommu_sac_force variable | Christoph Hellwig | 1 | -19/+0 |
2018-09-17 | ia64: remove the kern_mem_attribute export | Christoph Hellwig | 1 | -1/+0 |
2018-09-14 | simserial: switch to ->[sg]et_serial() | Al Viro | 1 | -4/+13 |
2018-08-29 | y2038: Compile utimes()/futimesat() conditionally | Arnd Bergmann | 1 | -0/+1 |
2018-08-29 | y2038: Remove newstat family from default syscall set | Arnd Bergmann | 1 | -0/+2 |
2018-08-22 | ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_info | Tony Luck | 1 | -2/+2 |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -8/+8 |