summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/testing/selftests/sysctl/sysctl.sh: allow graceful use on older kernelsLuis Chamberlain2019-05-151-25/+53
* tools/testing/selftests/sysctl/sysctl.sh: ignore diff output on verify_diff_w()Luis Chamberlain2019-05-151-1/+1
* tools/testing/selftests/sysctl/sysctl.sh: load module before testing for itLuis Chamberlain2019-05-151-1/+1
* tools/testing/selftests/sysctl/sysctl.sh: remove superfluous test_reqs()Luis Chamberlain2019-05-151-2/+0
* sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-05-151-2/+4
* kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko2019-05-151-4/+2
* rapidio: fix a NULL pointer dereference when create_workqueue() failsKangjie Lu2019-05-151-0/+8
* include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov2019-05-151-2/+1
* exec selftests: test ->recursion_depthAlexey Dobriyan2019-05-153-1/+73
* exec: move struct linux_binprm::bufAlexey Dobriyan2019-05-151-1/+2
* fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan2019-05-151-1/+3
* kernel/signal.c: annotate implicit fall throughMathieu Malaterre2019-05-151-0/+1
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-151-3/+8
* reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham2019-05-151-0/+9
* autofs: add description of ignore pseudo mount optionIan Kent2019-05-151-0/+15
* autofs: update mount control expire desription with AUTOFS_EXP_FORCEDIan Kent2019-05-152-2/+9
* autofs: update AUTOFS_EXP_LEAVES descriptionIan Kent2019-05-151-2/+6
* autofs: update autofs.txt for strictexpire mount optionIan Kent2019-05-151-5/+12
* autofs: fix some word usage oddities in autofs.txtIan Kent2019-05-151-13/+12
* net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-151-1/+1
* xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-152-2/+2
* powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-151-4/+4
* init: introduce DEBUG_MISC optionSinan Kaya2019-05-151-0/+9
* binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-05-151-0/+11
* elf: init pt_regs pointer laterAlexey Dobriyan2019-05-151-1/+2
* fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan2019-05-151-14/+16
* fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan2019-05-151-8/+8
* fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan2019-05-151-57/+54
* fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan2019-05-151-4/+0
* fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan2019-05-151-9/+11
* fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan2019-05-151-1/+2
* fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton2019-05-151-2/+0
* lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton2019-05-151-5/+3
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-05-151-8/+8
* lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov2019-05-151-10/+36
* lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov2019-05-151-1/+17
* lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-151-5/+4
* lib: rework bitmap_parselistYury Norov2019-05-151-113/+142
* lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()Yury Norov2019-05-151-8/+11
* lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko2019-05-154-16/+34
* lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-1513-24/+27
* lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin2019-05-151-22/+91
* lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin2019-05-152-62/+104
* lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-151-15/+36
* lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin2019-05-151-31/+81
* lib/sort: make swap functions more genericGeorge Spelvin2019-05-151-24/+99
* lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso2019-05-153-5/+5
* lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMARasmus Villemoes2019-05-151-0/+2
* lib/bitmap.c: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-05-151-4/+0
* kernel/user.c: clean up some leftover codeRasmus Villemoes2019-05-151-6/+1