summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pwm: bcm2835: Improve period and duty cycle calculationpwm-round-stateUwe Kleine-König2021-01-121-8/+27
* pwm: imx27: implement round_state callbackUwe Kleine-König2020-12-211-24/+67
* pwm: implement new function pwm_round_stateUwe Kleine-König2020-12-212-78/+123
* Add linux-next specific files for 20201221next-20201221Stephen Rothwell2020-12-214-0/+4695
* Revert "kasan: fix memory leak of kasan quarantine"Stephen Rothwell2020-12-211-1/+0
* Revert "kasan: fix memory leak of kasan quarantine fix"Stephen Rothwell2020-12-211-1/+1
* Merge branch 'akpm/master'Stephen Rothwell2020-12-2146-87/+942
|\
| * secretmem-test-add-basic-selftest-for-memfd_secret2-fixJohn Hubbard2020-12-211-2/+0
| * secretmem: test: add basic selftest for memfd_secret(2)Mike Rapoport2020-12-214-1/+318
| * arch-mm-wire-up-memfd_secret-system-call-were-relevant-fixAndrew Morton2020-12-211-0/+4
| * arch, mm: wire up memfd_secret system call where relevantMike Rapoport2020-12-217-0/+12
| * PM: hibernate: disable when there are active secretmem usersMike Rapoport2020-12-213-1/+25
| * secretmem: add memcg accountingMike Rapoport2020-12-212-2/+37
| * secretmem: use PMD-size pages to amortize direct map fragmentationMike Rapoport2020-12-212-19/+135
| * mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2020-12-218-1/+315
| * kfence: fix implicit function declarationAnders Roxell2020-12-211-1/+1
| * set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2020-12-217-14/+42
| * set_memory-allow-set_direct_map__noflush-for-multiple-pages-fixAndrew Morton2020-12-211-1/+1
| * set_memory: allow set_direct_map_*_noflush() for multiple pagesMike Rapoport2020-12-219-23/+26
| * mmap: make mlock_future_check() globalMike Rapoport2020-12-212-3/+5
| * mm: add definition of PMD_PAGE_ORDERMike Rapoport2020-12-212-7/+7
| * mm-memcg-slab-pre-allocate-obj_cgroups-for-slab-caches-with-slab_account-v2Roman Gushchin2020-12-213-33/+23
| * mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin2020-12-214-11/+23
| * mm: slub: call account_slab_page() after slab page initializationRoman Gushchin2020-12-211-3/+2
| * kmap: stupid hacks to make it compileAndrew Morton2020-12-212-5/+6
|/
* kasan: fix memory leak of kasan quarantine fixStephen Rothwell2020-12-211-1/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2020-12-21142-2202/+6700
|\
| * aio: simplify read_events()Oleg Nesterov2020-12-202-8/+5
| * gpio: xilinx: utilize generic bitmap_get_value and _set_valueSyed Nayyar Waris2020-12-201-33/+32
| * gpio: thunderx: utilize for_each_set_clump macroSyed Nayyar Waris2020-12-201-4/+7
| * lib/test_bitmap.c: add for_each_set_clump test casesSyed Nayyar Waris2020-12-201-0/+143
| * bitops: introduce the for_each_set_clump macroSyed Nayyar Waris2020-12-204-0/+107
| * lib: optimize cpumask_local_spread()Yuqi Jin2020-12-201-13/+47
| * proc/sysctl: make protected_* world readableJulius Hemanth Pitti2020-12-201-4/+4
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2020-12-202-0/+45
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2020-12-201-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2020-12-203-2/+61
| * MAINTAINERS: add entry for KFENCEMarco Elver2020-12-201-0/+12
| * kfence: fix typo in testMarco Elver2020-12-201-1/+1
| * kfence: add test suiteMarco Elver2020-12-203-0/+839
| * kfence, Documentation: add KFENCE documentationMarco Elver2020-12-203-0/+300
| * kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko2020-12-203-2/+9
| * mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2020-12-203-14/+51
| * mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko2020-12-204-10/+38
| * kfence: use pt_regs to generate stack trace on faultsMarco Elver2020-12-208-46/+48
| * arm64, kfence: enable KFENCE for ARM64Marco Elver2020-12-204-1/+30
| * x86, kfence: enable KFENCE for x86Alexander Potapenko2020-12-203-0/+71
| * kfence: avoid stalling work queue task without allocationsMarco Elver2020-12-201-1/+5
| * kfence: Fix parameter description for kfence_object_start()Marco Elver2020-12-201-1/+1
| * mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2020-12-209-0/+1430