aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-08lib/oid_registry.c: X.509: fix the buffer overflow in the utility function for OID stringTakashi Iwai1-2/+2
2017-09-08radix-tree: must check __radix_tree_preload() return valueEric Dumazet1-4/+5
2017-09-08lib/cmdline.c: remove meaningless commentBaoquan He1-1/+0
2017-09-08lib/string.c: check for kmalloc() failureDan Carpenter1-3/+15
2017-09-08lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso1-1/+1
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov2-15/+64
2017-09-08lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov1-0/+74
2017-09-08lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterYury Norov1-12/+6
2017-09-08lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli3-0/+61
2017-09-08lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko1-2/+3
2017-09-08block/cfq: cache rightmost rb_nodeDavidlohr Bueso1-5/+14
2017-09-08mem/memcg: cache rightmost nodeDavidlohr Bueso1-5/+18
2017-09-08fs/epoll: use faster rb_first_cached()Davidlohr Bueso1-14/+16
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso4-15/+17
2017-09-08lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso1-1/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso33-105/+145
2017-09-08block/cfq: replace cfq_rb_root leftmost cachingDavidlohr Bueso1-50/+20
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso7-44/+27
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2-35/+21
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso3-29/+15
2017-09-08lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso1-19/+137
2017-09-08lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso1-2/+23
2017-09-08lib/rbtree_test.c: make input module parametersDavidlohr Bueso1-21/+34
2017-09-08rbtree: add some additional comments for rebalancing casesDavidlohr Bueso1-3/+5
2017-09-08rbtree: optimize root-check during rebalancing loopDavidlohr Bueso1-7/+16
2017-09-08rbtree: cache leftmost node internallyDavidlohr Bueso4-8/+113
2017-09-08bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke1-2/+3
2017-09-08include: warn for inconsistent endian config definitionBabu Moger2-0/+8
2017-09-08arch/microblaze: add choice for endianness and update MakefileBabu Moger2-0/+18
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger6-0/+18
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan17-21/+21
2017-09-08vga: optimise console scrollingMatthew Wilcox4-0/+53
2017-09-08drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox1-8/+3
2017-09-08drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox1-11/+2
2017-09-08alpha: add support for memset16Matthew Wilcox3-13/+14
2017-09-08ARM: implement memset32 & memset64Matthew Wilcox3-6/+34
2017-09-08x86: implement memset16, memset32 & memset64Matthew Wilcox2-0/+60
2017-09-08lib/string.c: add testcases for memset16/32/64Matthew Wilcox2-0/+132
2017-09-08lib/string.c: add multibyte memset functionsMatthew Wilcox2-0/+96
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada3-8/+5
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes1-2/+3
2017-09-08proc: uninline proc_create()Alexey Dobriyan2-7/+9
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko2-8/+5
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual1-5/+0
2017-09-08mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes1-0/+1
2017-09-08mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong1-1/+1
2017-09-08mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa1-1/+2
2017-09-08tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingCyrill Gorcunov1-2/+58
2017-09-08mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko1-1/+1
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5