summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-09test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter1-1/+1
2017-09-09vfat: deduplicate hex2bin()OGAWA Hirofumi1-23/+12
2017-09-09autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi1-4/+6
2017-09-09autofs: drop wrong commentTomohiro Kusumi1-5/+0
2017-09-09autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi1-7/+7
2017-09-09autofs: non functional header inclusion cleanupTomohiro Kusumi1-11/+11
2017-09-09autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECTTomohiro Kusumi1-2/+0
2017-09-09autofs: make dev ioctl version and ismountpoint user accessibleIan Kent2-5/+9
2017-09-09autofs: make disc device user accessibleIan Kent1-1/+2
2017-09-09autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2-5/+13
2017-09-09init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay1-0/+2
2017-09-09init: move stack canary initialization after setup_archLaura Abbott1-6/+5
2017-09-09binfmt_flat: delete two error messages for a failed memory allocation in deco...Markus Elfring1-5/+3
2017-09-09checkpatch: add 6 missing types to --list-typesJean Delvare1-1/+2
2017-09-09checkpatch: rename variables to avoid confusionJean Delvare1-16/+16
2017-09-09checkpatch: fix typo in commentJean Delvare1-1/+1
2017-09-09checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches1-0/+24
2017-09-09lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai1-2/+2
2017-09-09radix-tree: must check __radix_tree_preload() return valueEric Dumazet1-4/+5
2017-09-09lib/cmdline.c: remove meaningless commentBaoquan He1-1/+0
2017-09-09lib/string.c: check for kmalloc() failureDan Carpenter1-3/+15
2017-09-09lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso1-1/+1
2017-09-09bitmap: introduce BITMAP_FROM_U64()Yury Norov2-15/+64
2017-09-09lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov1-0/+74
2017-09-09lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterYury Norov1-12/+6
2017-09-09lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli3-0/+61
2017-09-09lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko1-2/+3
2017-09-09block/cfq: cache rightmost rb_nodeDavidlohr Bueso1-5/+14
2017-09-09mem/memcg: cache rightmost nodeDavidlohr Bueso1-5/+18
2017-09-09fs/epoll: use faster rb_first_cached()Davidlohr Bueso1-14/+16
2017-09-09procfs: use faster rb_first_cached()Davidlohr Bueso4-15/+17
2017-09-09lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso1-1/+1
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso33-105/+145
2017-09-09block/cfq: replace cfq_rb_root leftmost cachingDavidlohr Bueso1-50/+20
2017-09-09locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso7-44/+27
2017-09-09sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2-35/+21
2017-09-09sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso3-29/+15
2017-09-09lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso1-19/+137
2017-09-09lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso1-2/+23
2017-09-09lib/rbtree_test.c: make input module parametersDavidlohr Bueso1-21/+34
2017-09-09rbtree: add some additional comments for rebalancing casesDavidlohr Bueso1-3/+5
2017-09-09rbtree: optimize root-check during rebalancing loopDavidlohr Bueso1-7/+16
2017-09-09rbtree: cache leftmost node internallyDavidlohr Bueso4-8/+113
2017-09-09bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke1-2/+3
2017-09-09include: warn for inconsistent endian config definitionBabu Moger2-0/+8
2017-09-09arch/microblaze: add choice for endianness and update MakefileBabu Moger2-0/+18
2017-09-09arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger6-0/+18
2017-09-09treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan17-21/+21
2017-09-09vga: optimise console scrollingMatthew Wilcox4-0/+53
2017-09-09drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox1-8/+3