summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gcov: clang: move common GCC code into gcc_base.cGreg Hackmann2019-05-144-84/+93
* fs/eventfd.c: make eventfd_ida staticYueHaibing2019-05-141-1/+1
* eventfd: present id to userspace via fdinfoMasatake YAMATO2019-05-141-0/+8
* kernel/pid.c: remove unneeded hash header fileTimmy Li2019-05-141-1/+0
* kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen2019-05-141-1/+28
* tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseEric Sandeen2019-05-142-3/+96
* tools/testing/selftests/sysctl/sysctl.sh: allow graceful use on older kernelsLuis Chamberlain2019-05-141-25/+53
* tools/testing/selftests/sysctl/sysctl.sh: ignore diff output on verify_diff_w()Luis Chamberlain2019-05-141-1/+1
* tools/testing/selftests/sysctl/sysctl.sh: load module before testing for itLuis Chamberlain2019-05-141-1/+1
* tools/testing/selftests/sysctl/sysctl.sh: remove superfluous test_reqs()Luis Chamberlain2019-05-141-2/+0
* sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-05-141-2/+4
* kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko2019-05-141-4/+2
* rapidio: fix a NULL pointer dereference when create_workqueue() failsKangjie Lu2019-05-141-0/+8
* include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov2019-05-141-2/+1
* exec selftests: test ->recursion_depthAlexey Dobriyan2019-05-143-1/+73
* exec: move struct linux_binprm::bufAlexey Dobriyan2019-05-141-1/+2
* fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan2019-05-141-1/+3
* kernel/signal.c: annotate implicit fall throughMathieu Malaterre2019-05-141-0/+1
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-141-3/+8
* reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham2019-05-141-0/+9
* autofs: add description of ignore pseudo mount optionIan Kent2019-05-141-0/+15
* autofs: update mount control expire desription with AUTOFS_EXP_FORCEDIan Kent2019-05-142-2/+9
* autofs: update AUTOFS_EXP_LEAVES descriptionIan Kent2019-05-141-2/+6
* autofs: update autofs.txt for strictexpire mount optionIan Kent2019-05-141-5/+12
* autofs: fix some word usage oddities in autofs.txtIan Kent2019-05-141-13/+12
* net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-141-1/+1
* xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-142-2/+2
* powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-141-4/+4
* init: introduce DEBUG_MISC optionSinan Kaya2019-05-141-0/+9
* binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-05-141-0/+11
* elf: init pt_regs pointer laterAlexey Dobriyan2019-05-141-1/+2
* fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan2019-05-141-14/+16
* fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan2019-05-141-8/+8
* fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan2019-05-141-57/+54
* fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan2019-05-141-4/+0
* fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan2019-05-141-9/+11
* fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan2019-05-141-1/+2
* fs/binfmt_elf.c: remove unneeded initialization of mm->start_stackAndrew Morton2019-05-141-2/+0
* lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton2019-05-141-5/+3
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-05-141-8/+8
* lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov2019-05-141-10/+36
* lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov2019-05-141-1/+17
* lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-141-5/+4
* lib: rework bitmap_parselistYury Norov2019-05-141-113/+142
* lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()Yury Norov2019-05-141-8/+11
* lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko2019-05-144-16/+34
* lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-1413-24/+27
* lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin2019-05-141-22/+91
* lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin2019-05-142-62/+104
* lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-141-15/+36