Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-03-30bpf: Remove redundant assignment of variable idColin Ian King
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-27bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau
2021-03-27bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau
2021-03-26bpf: Add support for batched ops in LPM trie mapsPedro Tammela
2021-03-26bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-03-26sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-03-26bpf: Undo ptr_to_map_key alu sanitation for nowDaniel Borkmann
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25gcov: fix clang-11+ supportNick Desaulniers
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-24bpf: Avoid old-style declaration warningsArnd Bergmann
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe
2021-03-21genirq: Disable interrupts for force threaded handlersThomas Gleixner
2021-03-20Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-20bpf: Remove insn_buf[] declaration in inner blockJianlin Lv
2021-03-20bpf: Fix umd memory leak in copy_process()Zqiang
2021-03-19static_call: Fix static_call_update() sanity checkPeter Zijlstra
2021-03-19static_call: Align static_call_is_init() patching conditionPeter Zijlstra
2021-03-19static_call: Fix static_call_set_init()Peter Zijlstra
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-17bpf: Add sanity check for upper ptr_limitPiotr Krysiuk
2021-03-17bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk
2021-03-17bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk
2021-03-17bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk
2021-03-17locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2021-03-17kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-16bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun
2021-03-16kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi
2021-03-16genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)Andy Shevchenko
2021-03-15prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-14Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-14Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-14Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-13mm/fork: clear PASID for new mmFenghua Yu