summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-13riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan2-0/+15
2024-05-08bpf: Remove redundant page mask of vmf->addressHaiyue Wang1-1/+1
2024-05-07bpf/verifier: relax MUL range computation checkCupertino Miranda1-5/+1
2024-05-07bpf/verifier: improve XOR and OR range computationCupertino Miranda1-2/+2
2024-05-07bpf/verifier: refactor checks for range computationCupertino Miranda1-64/+45
2024-05-07bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda1-5/+4
2024-05-01bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko1-1/+1
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa2-3/+23
2024-04-30bpf: Add support for kprobe session contextJiri Olsa2-7/+63
2024-04-30bpf: Add support for kprobe session attachJiri Olsa2-9/+26
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires1-36/+13
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires1-7/+8
2024-04-30bpf: Switch to krealloc_array()Andy Shevchenko1-1/+1
2024-04-30bpf: Use struct_size()Andy Shevchenko1-5/+7
2024-04-30bpf: Fix verifier assumptions about socket->skAlexei Starovoitov1-5/+18
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski18-222/+1249
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-27/+37
2024-04-25bpf: make common crypto API for TC/XDP programsVadim Fedorenko4-1/+390
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi2-2/+81
2024-04-24bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov1-13/+5
2024-04-24bpf: add bpf_wq_startBenjamin Tissoires1-0/+18
2024-04-24bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires2-6/+69
2024-04-24bpf: wq: add bpf_wq_initBenjamin Tissoires1-2/+102
2024-04-24bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires4-19/+71
2024-04-24bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires1-0/+65
2024-04-24bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires1-0/+5
2024-04-24bpf: add support for bpf_wq user typeBenjamin Tissoires3-1/+31
2024-04-24bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires1-17/+25
2024-04-24bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires1-11/+18
2024-04-24bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires1-28/+63
2024-04-24bpf: make timer data struct more genericBenjamin Tissoires1-33/+38
2024-04-22bpf: Fix typos in commentsRafael Passos5-10/+10
2024-04-22bpf: Fix typo in function save_aux_ptr_typeRafael Passos1-3/+3
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+14
2024-04-20Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+6
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-60/+105
2024-04-17fork: defer linking file vma until vma is fully initializedMiaohe Lin1-16/+17
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan1-54/+40
2024-04-16btf: Avoid weak external referencesArd Biesheuvel2-5/+8
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers1-6/+14
2024-04-15configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor1-0/+1
2024-04-15configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor1-5/+5
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-22/+31
2024-04-14Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Linus Torvalds1-33/+58
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-4/+8
2024-04-12ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)1-3/+3
2024-04-12tracing: hide unused ftrace_event_id_fopsArnd Bergmann1-0/+4
2024-04-12tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit1-1/+1