summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20201109next-20201109Stephen Rothwell2020-11-094-0/+7728
* Merge branch 'akpm/master' into masterStephen Rothwell2020-11-095-4/+34
|\
| * mm/gup: assert that the mmap lock is held in __get_user_pages()Jann Horn2020-11-091-0/+2
| * mmap locking API: don't check locking if the mm isn't live yetJann Horn2020-11-093-4/+30
| * compiler-clang: remove version check for BPF TracingNick Desaulniers2020-11-091-0/+2
|/
* Merge branch 'akpm-current/current' into masterStephen Rothwell2020-11-09255-2464/+6702
|\
| * lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan2020-11-091-1/+1
| * fault-injection: handle EI_ETYPE_TRUEBarnabás Pőcze2020-11-092-3/+5
| * aio: simplify read_events()Oleg Nesterov2020-11-092-8/+5
| * kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov2020-11-092-0/+7
| * reiserfs: add check for an invalid ih_entry_countRustam Kovhaev2020-11-091-0/+6
| * checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches2020-11-091-1/+3
| * checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava2020-11-091-2/+5
| * checkpatch-update-__attribute__sectionname-quote-removal-v2Joe Perches2020-11-091-4/+1
| * checkpatch: update __attribute__((section("name"))) quote removalJoe Perches2020-11-091-30/+16
| * checkpatch: add a fixer for missing newline at eofTom Rix2020-11-091-2/+5
| * checkpatch: extend attributes check to handle more patternsDwaipayan Ray2020-11-091-38/+71
| * checkpatch: allow --fix removal of unnecessary break statementsJoe Perches2020-11-091-4/+8
| * checkpatch: prefer static const declarationsJoe Perches2020-11-091-0/+12
| * checkpatch: ignore generated CamelCase defines and enum valuesŁukasz Stelmach2020-11-091-0/+2
| * checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava2020-11-091-1/+15
| * checkpatch: add new exception to repeated word checkDwaipayan Ray2020-11-091-2/+13
| * gpio: xilinx: utilize generic bitmap_get_value and _set_valueSyed Nayyar Waris2020-11-091-33/+32
| * gpio: thunderx: utilize for_each_set_clump macroSyed Nayyar Waris2020-11-091-4/+7
| * lib-test_bitmapc-add-for_each_set_clump-test-cases-checkpatch-fixesAndrew Morton2020-11-091-2/+1
| * lib/test_bitmap.c: add for_each_set_clump test casesSyed Nayyar Waris2020-11-091-0/+144
| * bitops: introduce the for_each_set_clump macroSyed Nayyar Waris2020-11-094-0/+107
| * lib: optimize cpumask_local_spread()Yuqi Jin2020-11-091-11/+55
| * lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RTSebastian Andrzej Siewior2020-11-091-0/+16
| * lib/stackdepot.c: use array_size() helper in jhash2()Gustavo A. R. Silva2020-11-091-2/+2
| * lib/stackdepot.c: use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-11-091-1/+1
| * lib/stackdepot.c: replace one-element array with flexible-array memberGustavo A. R. Silva2020-11-091-3/+2
| * lib/test_free_pages.c: add basic progress indicatorsGeert Uytterhoeven2020-11-091-0/+5
| * lib: stackdepot: add support to configure STACK_HASH_SIZEYogesh Lal2020-11-092-2/+10
| * include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko2020-11-091-2/+2
| * reboot: refactor and comment the cpu selection codeMatteo Croce2020-11-091-13/+17
| * kernel/acct.c: use #elif instead of #end and #elifHui Su2020-11-091-5/+2
| * treewide: remove stringification from __alias macro definitionJoe Perches2020-11-098-19/+19
| * kernel.h: split out mathematical helpers fixStephen Rothwell2020-11-091-0/+1
| * kernel.h: Split out mathematical helpersAndy Shevchenko2020-11-0915-183/+214
| * asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy2020-11-091-1/+1
| * proc/sysctl: make protected_* world readableJulius Hemanth Pitti2020-11-091-4/+4
| * proc-provide-details-on-indirect-branch-speculation-v2Anand K Mistry2020-11-092-3/+3
| * proc: provide details on indirect branch speculationAnand K Mistry2020-11-092-0/+30
| * procfs: delete duplicated words + other fixesRandy Dunlap2020-11-092-3/+3
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2020-11-092-0/+45
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2020-11-091-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2020-11-093-2/+61
| * MAINTAINERS: add entry for KFENCEMarco Elver2020-11-091-0/+12
| * kfence: add test suiteMarco Elver2020-11-093-0/+839