summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2017-09-082-14/+17
* kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez2017-09-082-4/+2
* kmod: split off umh headers into its own fileLuis R. Rodriguez2017-09-083-59/+71
* MAINTAINERS: clarify kmod is just a kernel module loaderLuis R. Rodriguez2017-09-081-1/+1
* kmod: split out umh code into its own fileLuis R. Rodriguez2017-09-084-559/+577
* test_kmod: flip INT checks to be consistentDan Carpenter2017-09-081-1/+1
* test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter2017-09-081-1/+1
* vfat: deduplicate hex2bin()OGAWA Hirofumi2017-09-081-23/+12
* autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi2017-09-081-4/+6
* autofs: drop wrong commentTomohiro Kusumi2017-09-081-5/+0
* autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi2017-09-081-7/+7
* autofs: non functional header inclusion cleanupTomohiro Kusumi2017-09-081-11/+11
* autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECTTomohiro Kusumi2017-09-081-2/+0
* autofs: make dev ioctl version and ismountpoint user accessibleIan Kent2017-09-082-5/+9
* autofs: make disc device user accessibleIan Kent2017-09-081-1/+2
* autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-082-5/+13
* init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay2017-09-081-0/+2
* init: move stack canary initialization after setup_archLaura Abbott2017-09-081-6/+5
* binfmt_flat: delete two error messages for a failed memory allocation in deco...Markus Elfring2017-09-081-5/+3
* checkpatch: add 6 missing types to --list-typesJean Delvare2017-09-081-1/+2
* checkpatch: rename variables to avoid confusionJean Delvare2017-09-081-16/+16
* checkpatch: fix typo in commentJean Delvare2017-09-081-1/+1
* checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches2017-09-081-0/+24
* lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai2017-09-081-2/+2
* radix-tree: must check __radix_tree_preload() return valueEric Dumazet2017-09-081-4/+5
* lib/cmdline.c: remove meaningless commentBaoquan He2017-09-081-1/+0
* lib/string.c: check for kmalloc() failureDan Carpenter2017-09-081-3/+15
* lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso2017-09-081-1/+1
* bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-082-15/+64
* lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov2017-09-081-0/+74
* lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterYury Norov2017-09-081-12/+6
* lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli2017-09-083-0/+61
* lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko2017-09-081-2/+3
* block/cfq: cache rightmost rb_nodeDavidlohr Bueso2017-09-081-5/+14
* mem/memcg: cache rightmost nodeDavidlohr Bueso2017-09-081-5/+18
* fs/epoll: use faster rb_first_cached()Davidlohr Bueso2017-09-081-14/+16
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-084-15/+17
* lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso2017-09-081-1/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-0833-105/+145
* block/cfq: replace cfq_rb_root leftmost cachingDavidlohr Bueso2017-09-081-50/+20
* locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-087-44/+27
* sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-082-35/+21
* sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-083-29/+15
* lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso2017-09-081-19/+137
* lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso2017-09-081-2/+23
* lib/rbtree_test.c: make input module parametersDavidlohr Bueso2017-09-081-21/+34
* rbtree: add some additional comments for rebalancing casesDavidlohr Bueso2017-09-081-3/+5
* rbtree: optimize root-check during rebalancing loopDavidlohr Bueso2017-09-081-7/+16
* rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-084-8/+113
* bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-081-2/+3