summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: fix decomposition of Hangul charactersErnesto A. Fernández2018-08-221-6/+56
* hfsplus: avoid deadlock on file truncationErnesto A. Fernández2018-08-221-4/+14
* hfsplus: don't return 0 when fill_super() failedTetsuo Handa2018-08-221-1/+3
* fs/nilfs2/file.c: use new return type vm_fault_tSouptick Joarder2018-08-221-1/+1
* nilfs2: use 64-bit superblock timstampsArnd Bergmann2018-08-221-1/+1
* autofs: add AUTOFS_EXP_FORCED flagIan Kent2018-08-222-15/+55
* autofs: make expire flags usage consistent with v5 paramsIan Kent2018-08-222-34/+29
* autofs: make autofs_expire_indirect() staticIan Kent2018-08-222-7/+4
* autofs: make autofs_expire_direct() staticIan Kent2018-08-222-7/+4
* autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent2018-08-221-1/+1
* autofs: fix inconsistent use of now variableIan Kent2018-08-221-7/+3
* autofs: fix directory and symlink accessIan Kent2018-08-221-3/+30
* init/main.c: log init process file namePaul Menzel2018-08-221-0/+1
* init/Kconfig: fix its typosRandy Dunlap2018-08-221-2/+2
* init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-225-50/+0
* fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso2018-08-221-8/+8
* fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso2018-08-221-6/+7
* fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso2018-08-221-7/+16
* checkpatch: DT bindings should be a separate patchRob Herring2018-08-221-0/+14
* checkpatch: warn on unnecessary int declarationsJoe Perches2018-08-221-0/+20
* checkpatch: check for space after "else" keywordMichal Zylowski2018-08-221-2/+2
* checkpatch: fix SPDX license check with --root=<path>Joe Perches2018-08-221-2/+3
* checkpatch: warn when a patch doesn't have a descriptionJoe Perches2018-08-221-0/+13
* checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu2018-08-221-3/+8
* checkpatch: fix krealloc reuse testJoe Perches2018-08-221-1/+2
* checkpatch: validate SPDX license with spdxcheck.pyJoe Perches2018-08-221-2/+18
* checkpatch: fix macro argument reuse testJoe Perches2018-08-221-0/+1
* checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven2018-08-221-3/+25
* checkpatch: update section keywordsGeert Uytterhoeven2018-08-221-1/+2
* checkpatch: improve runtime execution speed a littleJoe Perches2018-08-221-33/+33
* checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches2018-08-221-5/+18
* checkpatch: add a --strict test for structs with bool member definitionsJoe Perches2018-08-221-0/+7
* lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy2018-08-221-5/+23
* lib/Kconfig: remove 'default n' for testsAndy Shevchenko2018-08-222-18/+0
* bcache: use routines from lib/crc64.c for CRC64 calculationColy Li2018-08-223-135/+18
* lib: add crc64 calculation routinesColy Li2018-08-226-0/+156
* lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King2018-08-221-1/+1
* include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson2018-08-222-2/+2
* lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko2018-08-221-8/+1
* get_maintainer: allow option --mpath <directory> to read all files in <direct...Joe Perches2018-08-221-7/+6
* get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file locationJoe Perches2018-08-221-18/+30
* get_maintainer: allow usage outside of kernel treeAntonio Nino Diaz2018-08-221-3/+6
* s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso2018-08-221-0/+8
* fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso2018-08-221-8/+6
* fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso2018-08-221-5/+4
* sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig2018-08-221-0/+2
* userfaultfd: use fault_wqh lockMatthew Wilcox2018-08-221-3/+3
* epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig2018-08-221-36/+29
* kernel: tracepoints: add support for relative referencesArd Biesheuvel2018-08-222-27/+41
* PCI: Add support for relative addressing in quirk tablesArd Biesheuvel2018-08-222-3/+29