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
2017-09-09block/cfq: replace cfq_rb_root leftmost cachingDavidlohr Bueso
2017-09-09locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso
2017-09-09sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso
2017-09-09sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso
2017-09-09lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso
2017-09-09lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso
2017-09-09lib/rbtree_test.c: make input module parametersDavidlohr Bueso
2017-09-09rbtree: add some additional comments for rebalancing casesDavidlohr Bueso
2017-09-09rbtree: optimize root-check during rebalancing loopDavidlohr Bueso
2017-09-09rbtree: cache leftmost node internallyDavidlohr Bueso
2017-09-09bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke
2017-09-09include: warn for inconsistent endian config definitionBabu Moger
2017-09-09arch/microblaze: add choice for endianness and update MakefileBabu Moger
2017-09-09arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger
2017-09-09treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-09-09vga: optimise console scrollingMatthew Wilcox
2017-09-09drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox
2017-09-09drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox
2017-09-09alpha: add support for memset16Matthew Wilcox
2017-09-09ARM: implement memset32 & memset64Matthew Wilcox
2017-09-09x86: implement memset16, memset32 & memset64Matthew Wilcox
2017-09-09lib/string.c: add testcases for memset16/32/64Matthew Wilcox
2017-09-09lib/string.c: add multibyte memset functionsMatthew Wilcox
2017-09-09linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada
2017-09-09fs, proc: unconditional cond_resched when reading smapsDavid Rientjes
2017-09-09proc: uninline proc_create()Alexey Dobriyan
2017-09-09fs, proc: remove priv argument from is_stackMichal Hocko
2017-09-09mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual
2017-09-09mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes
2017-09-09mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong
2017-09-09mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa
2017-09-09tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingCyrill Gorcunov
2017-09-09mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko
2017-09-09mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour
2017-09-09mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin
2017-09-09mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt
2017-09-09mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke
2017-09-09mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim
2017-09-09mm: consider the number in local CPUs when reading NUMA statsKemi Wang
2017-09-09mm: update NUMA counter threshold sizeKemi Wang
2017-09-09mm: change the call sites of numa statistics itemsKemi Wang
2017-09-09mm/memory.c: remove reduntant check for write accessAnshuman Khandual
2017-09-09userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli
2017-09-09mm: remove useless vma parameter to offset_il_nodeLaurent Dufour
2017-09-09mm/hmm: fix build when HMM is disabledJérôme Glisse
2017-09-09mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-09mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-09mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse
2017-09-09mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse