summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov2017-09-091-0/+74
* lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterYury Norov2017-09-091-12/+6
* lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli2017-09-093-0/+61
* lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko2017-09-091-2/+3
* block/cfq: cache rightmost rb_nodeDavidlohr Bueso2017-09-091-5/+14
* mem/memcg: cache rightmost nodeDavidlohr Bueso2017-09-091-5/+18
* fs/epoll: use faster rb_first_cached()Davidlohr Bueso2017-09-091-14/+16
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-094-15/+17
* lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso2017-09-091-1/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-0933-105/+145
* block/cfq: replace cfq_rb_root leftmost cachingDavidlohr Bueso2017-09-091-50/+20
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-097-44/+27
* sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-092-35/+21
* sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-093-29/+15
* lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso2017-09-091-19/+137
* lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso2017-09-091-2/+23
* lib/rbtree_test.c: make input module parametersDavidlohr Bueso2017-09-091-21/+34
* rbtree: add some additional comments for rebalancing casesDavidlohr Bueso2017-09-091-3/+5
* rbtree: optimize root-check during rebalancing loopDavidlohr Bueso2017-09-091-7/+16
* rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-094-8/+113
* bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-091-2/+3
* include: warn for inconsistent endian config definitionBabu Moger2017-09-092-0/+8
* arch/microblaze: add choice for endianness and update MakefileBabu Moger2017-09-092-0/+18
* arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger2017-09-096-0/+18
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-0917-21/+21
* vga: optimise console scrollingMatthew Wilcox2017-09-094-0/+53
* drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox2017-09-091-8/+3
* drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox2017-09-091-11/+2
* alpha: add support for memset16Matthew Wilcox2017-09-093-13/+14
* ARM: implement memset32 & memset64Matthew Wilcox2017-09-093-6/+34
* x86: implement memset16, memset32 & memset64Matthew Wilcox2017-09-092-0/+60
* lib/string.c: add testcases for memset16/32/64Matthew Wilcox2017-09-092-0/+132
* lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-092-0/+96
* linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada2017-09-093-8/+5
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-091-2/+3
* proc: uninline proc_create()Alexey Dobriyan2017-09-092-7/+9
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-092-8/+5
* mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual2017-09-091-5/+0
* mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes2017-09-091-0/+1
* mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong2017-09-091-1/+1
* mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa2017-09-091-1/+2
* tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingCyrill Gorcunov2017-09-091-2/+58
* mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko2017-09-091-1/+1
* mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-091-5/+5
* mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin2017-09-091-2/+4
* mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt2017-09-091-3/+3
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-091-3/+6
* mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim2017-09-091-6/+4
* mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-092-3/+12
* mm: update NUMA counter threshold sizeKemi Wang2017-09-092-20/+11