Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2015-06-25mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-06-24vfs: add file_path() helperMiklos Szeredi
2015-06-04tile: avoid a "label not used" warning in do_page_fault()Chris Metcalf
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2015-04-17tile: map data region shadow of kernel as R/WChris Metcalf
2015-04-17tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf
2015-04-17tile/elf: reorganize notify_exec()Davidlohr Bueso
2015-02-14tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi
2015-02-11tile: drop pte_file()-related helpersKirill A. Shutemov
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-05hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2014-05-28replace strict_strto* call with kstrto*Daniel Walter
2014-05-13tile: cleanup the comment in init_pgprotWang Sheng-Hui
2013-11-15tile: handle pgtable_page_ctor() failKirill A. Shutemov
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf
2013-09-13tile: use pmd_pfn() instead of casting via pte_tChris Metcalf
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-13arch: mm: remove obsolete init OOM protectionJohannes Weiner
2013-09-12mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf
2013-09-03tile: remove support for TILE64Chris Metcalf
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf
2013-09-03tile: don't assume user privilege is zeroChris Metcalf
2013-08-30tile: handle super huge pages in virt_to_pteChris Metcalf
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf
2013-08-30tile: support ASLR fullyTony Lu
2013-08-30tile: support kprobes on tilegxTony Lu
2013-08-14tile: provide traceability for hypervisor callsChris Metcalf
2013-08-14tile: avoid struct vm_struct leakChris Metcalf
2013-08-14tile: implement gettimeofday() via vDSOChris Metcalf
2013-08-14tile: support simulator notification for ET_DYN objectsChris Metcalf
2013-08-14tile: support CONFIG_PREEMPTChris Metcalf
2013-08-14tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf
2013-08-14tile: fix some issues in hugepage supportChris Metcalf
2013-08-14tile: fast-path unaligned memory access for tilegxChris Metcalf
2013-08-12tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf
2013-07-11mm: remove free_area_cacheMichel Lespinasse
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner
2013-07-04mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu