Age | Commit message (Expand) | Author | Files | Lines |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 16 | -116/+127 |
2021-04-19 | samples/bpf: Fix broken tracex1 due to kprobe argument change | Yaqi Chen | 1 | -2/+2 |
2021-04-12 | vfio/mdev: Correct the function signatures for the mdev_type_attributes | Jason Gunthorpe | 3 | -30/+38 |
2021-04-12 | vfio/mdev: Remove kobj from mdev_parent_ops->create() | Jason Gunthorpe | 3 | -3/+3 |
2021-04-07 | vfio/mbochs: Use mdev_get_type_group_id() | Jason Gunthorpe | 1 | -14/+7 |
2021-04-07 | vfio/mdpy: Use mdev_get_type_group_id() | Jason Gunthorpe | 1 | -16/+6 |
2021-04-07 | vfio/mtty: Use mdev_get_type_group_id() | Jason Gunthorpe | 1 | -43/+7 |
2021-04-07 | vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR's | Jason Gunthorpe | 2 | -10/+10 |
2021-03-30 | samples: bpf: Do not unload prog within xdpsock | Maciej Fijalkowski | 1 | -41/+14 |
2021-03-25 | bpf: Remove unused headers | Lu Wei | 2 | -2/+0 |
2021-03-25 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+1 |
2021-03-15 | samples: bpf: Fix a spelling typo in do_hbm_test.sh | Masanari Iida | 1 | -1/+1 |
2021-03-14 | samples: pktgen: new append mode | Igor Russkikh | 9 | -50/+101 |
2021-03-14 | samples: pktgen: allow to specify delay parameter via new opt | Igor Russkikh | 10 | -21/+10 |
2021-03-09 | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -0/+2 |
2021-03-04 | samples, bpf: Add missing munmap in xdpsock | Maciej Fijalkowski | 1 | -0/+2 |
2021-02-26 | treewide: Miguel has moved | Miguel Ojeda | 1 | -1/+1 |
2021-02-24 | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -0/+166 |
2021-02-23 | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+8 |
2021-02-09 | sample/acrn: Introduce a sample of HSM ioctl interface usage | Shuo Liu | 4 | -0/+166 |
2021-02-02 | samples: bpf: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2021-02-02 | samples/bpf: Add include dir for MIPS Loongson64 to fix build errors | Tiezhu Yang | 1 | -0/+4 |
2021-01-26 | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings | Tiezhu Yang | 1 | -0/+4 |
2021-01-23 | samples/bpf: Add xdp program on egress for xdp_redirect_map | Hangbin Liu | 2 | -25/+147 |
2021-01-23 | bpf, docs: Update build procedure for manually compiling LLVM and Clang | Tiezhu Yang | 2 | -9/+15 |
2021-01-21 | watch_queue: Drop references to /dev/watch_queue | Gabriel Krisman Bertazi | 2 | -2/+2 |
2021-01-20 | samples/bpf: Add BPF_ATOMIC_OP macro for BPF samples | Björn Töpel | 1 | -4/+20 |
2021-01-18 | samples/kprobes: Add ARM support | Marc Koderer | 1 | -0/+8 |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 4 | -9/+10 |
2021-01-11 | samples/kprobes: Remove misleading comment | Marc Koderer | 1 | -1/+0 |
2020-12-16 | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2020-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 1 | -1/+1 |
2020-12-16 | Merge branch 'for-5.11/elecom' into for-linus | Jiri Kosina | 43 | -2853/+2149 |
2020-12-10 | samples/bpf: Fix possible hang in xdpsock with multiple threads | Magnus Karlsson | 1 | -0/+2 |
2020-12-09 | Merge tag 'qcom-drivers-for-5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 1 | -2/+2 |
2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 43 | -1070/+739 |
2020-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -0/+4 |
2020-12-03 | samples/bpf: Fix spelling mistake "recieving" -> "receiving" | Colin Ian King | 1 | -1/+1 |
2020-12-03 | samples/bpf: Sample application for eBPF load and socket creation split | Mariusz Dudek | 4 | -6/+337 |
2020-12-02 | bpf: samples: Do not touch RLIMIT_MEMLOCK | Roman Gushchin | 27 | -133/+0 |
2020-12-01 | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -0/+4 |
2020-11-30 | samples/ftrace: Mark my_tramp[12]? global | Sami Tolvanen | 3 | -0/+4 |
2020-12-01 | samples/bpf: Add option to set the busy-poll budget | Björn Töpel | 1 | -0/+5 |
2020-12-01 | samples/bpf: Add busy-poll support to xdpsock | Björn Töpel | 1 | -7/+33 |
2020-12-01 | samples/bpf: Use recvfrom() in xdpsock/l2fwd | Björn Töpel | 1 | -14/+12 |
2020-12-01 | samples/bpf: Use recvfrom() in xdpsock/rxdrop | Björn Töpel | 1 | -4/+4 |
2020-11-27 | HID: hidraw: Add additional hidraw input/output report ioctls. | Dean Camera | 1 | -1/+1 |
2020-11-26 | samples: bpf: Remove bpf_load loader completely | Daniel T. Lee | 4 | -731/+5 |
2020-11-26 | samples: bpf: Fix lwt_len_hist reusing previous BPF map | Daniel T. Lee | 2 | -0/+2 |