aboutsummaryrefslogtreecommitdiffstats
path: root/net/sysctl_net.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe1-7/+0
2021-02-23Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2-8/+1
2021-02-23io_uring: move SQPOLL thread io-wq forked workerJens Axboe1-292/+181
2021-02-21io-wq: make io_wq_fork_thread() available to other usersJens Axboe2-4/+6
2021-02-21io-wq: only remove worker from free_list, if it was thereJens Axboe1-3/+7
2021-02-21io_uring: remove io_identityJens Axboe4-99/+52
2021-02-21io_uring: remove any grabbing of contextJens Axboe2-229/+14
2021-02-21io-wq: worker idling always returns falseJens Axboe1-8/+2
2021-02-21io-wq: fork worker threads from original taskJens Axboe4-198/+116
2021-02-21kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signalsJens Axboe2-3/+3
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe22-22/+22
2021-02-21io-wq: don't pass 'wqe' needlessly aroundJens Axboe1-15/+16
2021-02-21io_uring: tie async worker side to the task contextJens Axboe2-50/+35
2021-02-21io-wq: get rid of wq->use_refsJens Axboe2-19/+1
2021-02-21io_uring: disable io-wq attachingJens Axboe1-33/+22
2021-02-21io-wq: don't create any IO workers upfrontJens Axboe1-12/+0
2021-02-21io_uring: remove the need for relying on an io-wq fallback workerJens Axboe3-17/+34
2021-02-21io_uring: run task_work on io_uring_register()Pavel Begunkov1-0/+2
2021-02-20tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds1-1/+4
2021-02-20io_uring: fix leaving invalid req->flagsPavel Begunkov1-1/+3
2021-02-20io_uring: wait potential ->release() on resurrectPavel Begunkov1-8/+18
2021-02-20io_uring: keep generic rsrc infra genericPavel Begunkov1-19/+13
2021-02-20io_uring: zero ref_node after killing itPavel Begunkov1-0/+1
2021-02-20io_uring: make the !CONFIG_NET helpers a bit more robustJens Axboe1-50/+26
2021-02-20io_uring: don't hold uring_lock when calling io_run_task_work*Hao Xu1-17/+44
2021-02-20io_uring: fail io-wq submission from a task_workPavel Begunkov1-30/+18
2021-02-20fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro1-4/+5
2021-02-18io_uring: don't take uring_lock during iowq cancelPavel Begunkov1-2/+9
2021-02-18drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)Alex Deucher1-0/+2
2021-02-18drm/radeon: OLAND boards don't have VCEAlex Deucher3-2/+3
2021-02-18drm/amdkfd: Fix recursive lock warningsFelix Kuehling1-2/+2
2021-02-18drm/amd/display: Add FPU wrappers to dcn21_validate_bandwidth()Jan Kokemüller2-3/+19
2021-02-18drm/amd/display: Fix potential integer overflowGustavo A. R. Silva1-1/+1
2021-02-18drm/amdgpu/display: remove hdcp_srm sysfs on device removalNirmoy Das3-3/+4
2021-02-18drm/amdgpu: fix CGTS_TCC_DISABLE register offset on gfx10.3Marek Olšák1-12/+10
2021-02-18pstore: Fix typo in compression option nameJiri Bohac1-2/+2
2021-02-18io_uring: fail links more in io_submit_sqe()Pavel Begunkov1-13/+8
2021-02-18io_uring: don't do async setup for links' headsPavel Begunkov1-3/+0
2021-02-18io_uring: do io_*_prep() early in io_submit_sqe()Pavel Begunkov1-35/+24
2021-02-18io_uring: split sqe-prep and async setupPavel Begunkov1-50/+70
2021-02-18io_uring: don't submit link on errorPavel Begunkov1-4/+4
2021-02-18io_uring: move req link into submit_statePavel Begunkov1-14/+14
2021-02-18io_uring: move io_init_req() into io_submit_sqe()Pavel Begunkov1-17/+15
2021-02-18io_uring: move io_init_req()'s definitionPavel Begunkov1-107/+107
2021-02-18io_uring: don't duplicate ->file check in sfrPavel Begunkov1-3/+0
2021-02-18io_uring: keep io_*_prep() naming consistentPavel Begunkov1-4/+4
2021-02-18io_uring: kill fictitious submit iteration indexPavel Begunkov1-2/+2
2021-02-18Revert "MIPS: Add basic support for ptrace single step"Thomas Bogendoerfer4-116/+1
2021-02-17octeontx2-pf: Fix otx2_get_fecparam()Dan Carpenter1-1/+1
2021-02-17cteontx2-pf: cn10k: Prevent harmless double shift bugsDan Carpenter1-3/+3