aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-29selftests/bpf: Add selftest for bits iterYafang Shao2-0/+155
2024-05-29bpf: Add bits iteratorYafang Shao1-0/+119
2024-05-28selftests/bpf: Use start_server_str in do_test in bpf_tcp_caGeliang Tang1-11/+55
2024-05-28selftests/bpf: Use post_socket_cb in start_server_strGeliang Tang2-4/+8
2024-05-28selftests/bpf: Use post_socket_cb in connect_to_fd_optsGeliang Tang3-5/+19
2024-05-28selftests/bpf: Add start_server_str helperGeliang Tang2-6/+18
2024-05-28selftests/bpf: Drop struct post_socket_optsGeliang Tang4-7/+5
2024-05-28libbpf: Configure log verbosity with env variableMykyta Yatsenko3-2/+36
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert2-10/+0
2024-05-28net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'Dr. David Alan Gilbert1-11/+0
2024-05-28net: ethernet: mlx4: remove unused struct 'mlx4_port_config'Dr. David Alan Gilbert1-6/+0
2024-05-28net: ethernet: liquidio: remove unused structsDr. David Alan Gilbert2-11/+0
2024-05-28net: ethernet: starfire: remove unused structsDr. David Alan Gilbert1-8/+0
2024-05-28net/core: move the lockdep-init of sk_callback_lock to sk_init_common()Gou Hao1-12/+6
2024-05-28net/core: remove redundant sk_callback_lock initializationGou Hao1-1/+0
2024-05-28bpf, net: Use DEV_STAT_INC()yunshui1-4/+4
2024-05-27mISDN: remove unused struct 'bf_ctx'Dr. David Alan Gilbert1-5/+0
2024-05-26bpf, docs: Fix instruction.rst indentationDave Thaler1-13/+13
2024-05-25bpf, docs: Clarify call local offsetDave Thaler1-3/+4
2024-05-25bpf, docs: Add table captionsDave Thaler1-82/+102
2024-05-25bpf, docs: clarify sign extension of 64-bit use of 32-bit immDave Thaler1-0/+17
2024-05-25bpf, docs: Use RFC 2119 language for ISA requirementsDave Thaler1-8/+16
2024-05-25bpf, docs: Move sentence about returning R0 to abi.rstDave Thaler2-3/+3
2024-05-24bpf: constify member bpf_sysctl_kern:: TableThomas Weißschuh1-1/+1
2024-05-24riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JITXiao Wang1-2/+4
2024-05-24riscv, bpf: Use STACK_ALIGN macro for size rounding upXiao Wang1-3/+3
2024-05-24riscv, bpf: Optimize zextw insn with Zba extensionXiao Wang2-0/+30
2024-05-23selftests/bpf: Handle forwarding of UDP CLOCK_TAI packetsAbhishek Chauhan3-29/+23
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan11-46/+81
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan17-51/+78
2024-05-23tools/latency-collector: Fix -Wformat-security compile warnsShuah Khan1-4/+4
2024-05-23r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-05-23idpf: Interpret .set_channels() input differentlyLarysa Zaremba1-15/+6
2024-05-23ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-05-23nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-05-23net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
2024-05-23net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()Romain Gantois1-2/+12
2024-05-23tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
2024-05-23net: fec: avoid lock evasion when reading pps_enableWei Fang1-6/+8
2024-05-23Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"Jacob Keller2-56/+3
2024-05-23testing: net-drv: use stats64 for testingJoe Damato1-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)147-808/+794
2024-05-22selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncsBrad Cowie3-0/+116
2024-05-22net: netfilter: Make ct zone opts configurable for bpf ct helpersBrad Cowie1-13/+55
2024-05-22mm: simplify and improve print_vma_addr() outputLinus Torvalds1-13/+6
2024-05-22x86: improve bitop code generation with clangLinus Torvalds1-5/+5
2024-05-22x86: improve array_index_mask_nospec() code generationLinus Torvalds1-14/+10
2024-05-22clang: work around asm input constraint problemsLinus Torvalds2-0/+19
2024-05-22vfs: Delete the associated dentry when deleting a fileYafang Shao1-8/+7