OSDN Git Service

uclinux-h8/linux.git
2022-03-21 Matthew Wilcox... mm/truncate: Split invalidate_inode_page() into mapping...
2022-03-21 Matthew Wilcox... mm: Convert remove_mapping() to take a folio
2022-03-21 Matthew Wilcox... mm/truncate: Replace page_mapped() call in invalidate_i...
2022-03-21 Matthew Wilcox... mm/truncate: Convert invalidate_inode_page() to use...
2022-03-21 Matthew Wilcox... mm/truncate: Inline invalidate_complete_page() into...
2022-03-21 Matthew Wilcox... splice: Use a folio in page_cache_pipe_buf_try_steal()
2022-03-21 Matthew Wilcox... mm/vmscan: Convert __remove_mapping() to take a folio
2022-03-21 Matthew Wilcox... mm: Turn putback_lru_page() into folio_putback_lru()
2022-03-21 Matthew Wilcox... mm: Add lru_to_folio()
2022-03-21 Matthew Wilcox... mm/memcg: Convert mem_cgroup_swapout() to take a folio
2022-03-21 Matthew Wilcox... mm/workingset: Convert workingset_eviction() to take...
2022-03-21 Matthew Wilcox... mm/gup: Convert check_and_migrate_movable_pages() to...
2022-03-21 Matthew Wilcox... mm: Add three folio wrappers
2022-03-21 Matthew Wilcox... mm: Turn isolate_lru_page() into folio_isolate_lru()
2022-03-21 Matthew Wilcox... mm/gup: Turn compound_range_next() into gup_folio_range...
2022-03-21 Matthew Wilcox... mm/gup: Turn compound_next() into gup_folio_next()
2022-03-21 Matthew Wilcox... mm/gup: Convert gup_huge_pgd() to use a folio
2022-03-21 Matthew Wilcox... mm/gup: Convert gup_huge_pud() to use a folio
2022-03-21 Matthew Wilcox... mm/gup: Convert gup_huge_pmd() to use a folio
2022-03-21 Matthew Wilcox... mm/gup: Convert gup_hugepte() to use a folio
2022-03-21 Matthew Wilcox... mm/gup: Convert gup_pte_range() to use a folio
2022-03-21 Matthew Wilcox... mm/hugetlb: Use try_grab_folio() instead of try_grab_co...
2022-03-21 Matthew Wilcox... mm/gup: Add gup_put_folio()
2022-03-21 Matthew Wilcox... mm: Remove page_cache_add_speculative() and page_cache_...
2022-03-21 Matthew Wilcox... mm/gup: Convert try_grab_page() to use a folio
2022-03-21 Matthew Wilcox... mm/gup: Add try_get_folio() and try_grab_folio()
2022-03-21 Matthew Wilcox... mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_p...
2022-03-21 Matthew Wilcox... mm: Add folio_pincount_ptr()
2022-03-21 Matthew Wilcox... mm: Make compound_pincount always available
2022-03-21 Matthew Wilcox... mm/gup: Remove hpage_pincount_sub()
2022-03-21 Matthew Wilcox... mm/gup: Remove hpage_pincount_add()
2022-03-21 Matthew Wilcox... mm/gup: Handle page split race more efficiently
2022-03-21 Matthew Wilcox... mm/gup: Remove an assumption of a contiguous memmap
2022-03-21 Matthew Wilcox... mm/gup: Fix some contiguous memmap assumptions
2022-03-21 Matthew Wilcox... mm/gup: Change the calling convention for compound_next()
2022-03-21 Matthew Wilcox... mm/gup: Optimise compound_range_next()
2022-03-21 Matthew Wilcox... mm/gup: Change the calling convention for compound_rang...
2022-03-21 Matthew Wilcox... mm/gup: Remove for_each_compound_head()
2022-03-21 Matthew Wilcox... mm/gup: Remove for_each_compound_range()
2022-03-21 Matthew Wilcox... mm/gup: Increment the page refcount before the pincount
2022-03-03 Christoph Hellwigmm: build migrate_vma_* for all configs with ZONE_DEVIC...
2022-03-03 Christoph Hellwigmm: move the migrate_vma_* device migration code into...
2022-03-03 Christoph Hellwigmm: refactor the ZONE_DEVICE handling in migrate_vma_pages
2022-03-03 Christoph Hellwigmm: refactor the ZONE_DEVICE handling in migrate_vma_in...
2022-03-03 Christoph Hellwigmm: refactor check_and_migrate_movable_pages
2022-03-03 Christoph Hellwigmm: generalize the pgmap based page_free infrastructure
2022-03-03 Christoph Hellwigfsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED
2022-03-03 Christoph Hellwigmm: remove the extra ZONE_DEVICE struct page refcount
2022-03-03 Christoph Hellwigmm: don't include <linux/memremap.h> in <linux/mm.h>
2022-03-03 Christoph Hellwigmm: simplify freeing of devmap managed pages
2022-03-03 Christoph Hellwigmm: move free_devmap_managed_page to memremap.c
2022-03-03 Christoph Hellwigmm: remove pointless includes from <linux/hmm.h>
2022-03-03 Christoph Hellwigmm: remove the __KERNEL__ guard from <linux/mm.h>
2022-03-03 Christoph Hellwigmm: remove a pointless CONFIG_ZONE_DEVICE check in...
2022-03-03 Hugh Dickinsmm/munlock: mlock_vma_page() check against VM_SPECIAL
2022-02-17 Hugh Dickinsmm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
2022-02-17 Hugh Dickinsmm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
2022-02-17 Hugh Dickinsmm/munlock: page migration needs mlock pagevec drained
2022-02-17 Hugh Dickinsmm/munlock: mlock_page() munlock_page() batch by pagevec
2022-02-17 Hugh Dickinsmm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
2022-02-17 Hugh Dickinsmm/migrate: __unmap_and_move() push good newpage to LRU
2022-02-17 Hugh Dickinsmm/munlock: mlock_pte_range() when mlocking or munlocking
2022-02-17 Hugh Dickinsmm/munlock: maintain page->mlock_count while unevictable
2022-02-17 Hugh Dickinsmm/munlock: replace clear_page_mlock() by final clearance
2022-02-17 Hugh Dickinsmm/munlock: rmap call mlock_vma_page() munlock_vma_page()
2022-02-17 Hugh Dickinsmm/munlock: delete munlock_vma_pages_all(), allow oomreap
2022-02-17 Hugh Dickinsmm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
2022-02-17 Hugh Dickinsmm/munlock: delete page_mlock() and all its works
2022-02-16 Linus TorvaldsMerge tag 'mmc-v5.17-rc1-2' of git://git./linux/kernel...
2022-02-16 Linus Torvaldstty: n_tty: do not look ahead for EOL character past...
2022-02-15 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-02-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2022-02-15 Linus TorvaldsMerge tag 'for-5.17-rc4-tag' of git://git./linux/kernel...
2022-02-15 Linus TorvaldsMerge tag 'for-5.17/parisc-3' of git://git./linux/kerne...
2022-02-15 Linus TorvaldsMerge tag 'hyperv-fixes-signed-20220215' of git://git...
2022-02-14 Randy Dunlapserial: parisc: GSC: fix build when IOSAPIC is not set
2022-02-14 Linus TorvaldsMerge tag 'regulator-fix-v5.17-rc4' of git://git./linux...
2022-02-14 Basavaraj NatikarHID: amd_sfh: Add interrupt handler to process interrupts
2022-02-14 Basavaraj NatikarHID: amd_sfh: Add functionality to clear interrupts
2022-02-14 Basavaraj NatikarHID: amd_sfh: Disable the interrupt for all command
2022-02-14 Basavaraj NatikarHID: amd_sfh: Correct the structure field name
2022-02-14 Basavaraj NatikarHID: amd_sfh: Handle amd_sfh work buffer in PM ops
2022-02-14 Jim MattsonKVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
2022-02-14 Jim MattsonKVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when...
2022-02-14 Helge Dellerparisc: Fix some apparent put_user() failures
2022-02-13 Helge Dellerparisc: Show error if wrong 32/64-bit compiler is being...
2022-02-13 Linus TorvaldsLinux 5.17-rc4
2022-02-13 Linus TorvaldsMerge tag 'kbuild-fixes-v5.17-2' of git://git./linux...
2022-02-13 Linus TorvaldsMerge tag 'irq-urgent-2022-02-13' of git://git./linux...
2022-02-13 Linus TorvaldsMerge tag 'objtool_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'sched_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'perf_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'x86_urgent_for_v5.17_rc4' of git://git....
2022-02-13 Linus TorvaldsMerge tag '5.17-rc4-smb3-fixes' of git://git.samba...
2022-02-13 Thomas GleixnerMerge tag 'irqchip-fixes-5.17-2' of git://git./linux...
2022-02-12 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-02-12 Linus TorvaldsMerge tag 'char-misc-5.17-rc4' of git://git./linux...
2022-02-12 Linus TorvaldsMerge tag 'staging-5.17-rc4' of git://git./linux/kernel...
2022-02-12 Linus TorvaldsMerge tag 'tty-5.17-rc4' of git://git./linux/kernel...
2022-02-12 Linus TorvaldsMerge tag 'usb-5.17-rc4' of git://git./linux/kernel...
next