summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova-5/+6
2017-09-08kcov: support compat processesDmitry Vyukov-0/+1
2017-09-08sh: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski-358/+0
2017-09-08mn10300: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski-14/+0
2017-09-08m32r: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski-37/+0
2017-09-08drivers/pps: use surrounding "if PPS" to remove numerous dependency checksRobert P. J. Day-9/+8
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day-36/+43
2017-09-08cpumask: make cpumask_next() out-of-lineAlexey Dobriyan-14/+17
2017-09-08kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez-4/+2
2017-09-08kmod: split off umh headers into its own fileLuis R. Rodriguez-59/+71
2017-09-08MAINTAINERS: clarify kmod is just a kernel module loaderLuis R. Rodriguez-1/+1
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez-559/+577
2017-09-08test_kmod: flip INT checks to be consistentDan Carpenter-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter-1/+1
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi-23/+12
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi-4/+6
2017-09-08autofs: drop wrong commentTomohiro Kusumi-5/+0
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi-7/+7
2017-09-08autofs: non functional header inclusion cleanupTomohiro Kusumi-11/+11
2017-09-08autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECTTomohiro Kusumi-2/+0
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent-5/+9
2017-09-08autofs: make disc device user accessibleIan Kent-1/+2
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent-5/+13
2017-09-08init/main.c: extract early boot entropy from the passed cmdlineDaniel Micay-0/+2
2017-09-08init: move stack canary initialization after setup_archLaura Abbott-6/+5
2017-09-08binfmt_flat: delete two error messages for a failed memory allocation in deco...Markus Elfring-5/+3
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare-1/+2
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare-16/+16
2017-09-08checkpatch: fix typo in commentJean Delvare-1/+1
2017-09-08checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches-0/+24
2017-09-08lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai-2/+2
2017-09-08radix-tree: must check __radix_tree_preload() return valueEric Dumazet-4/+5
2017-09-08lib/cmdline.c: remove meaningless commentBaoquan He-1/+0
2017-09-08lib/string.c: check for kmalloc() failureDan Carpenter-3/+15
2017-09-08lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso-1/+1
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov-15/+64
2017-09-08lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov-0/+74
2017-09-08lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterYury Norov-12/+6
2017-09-08lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli-0/+61
2017-09-08lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko-2/+3
2017-09-08block/cfq: cache rightmost rb_nodeDavidlohr Bueso-5/+14
2017-09-08mem/memcg: cache rightmost nodeDavidlohr Bueso-5/+18
2017-09-08fs/epoll: use faster rb_first_cached()Davidlohr Bueso-14/+16
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso-15/+17
2017-09-08lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso-1/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso-105/+145
2017-09-08block/cfq: replace cfq_rb_root leftmost cachingDavidlohr Bueso-50/+20
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso-44/+27
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso-35/+21
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso-29/+15