- a12a625 Merge branch 'libbpf-probing-improvements' by Alexei Starovoitov · 4 years, 4 months ago
- 68b0864 libbpf: Detect minimal BTF support and skip BTF loading, if missing by Andrii Nakryiko · 4 years, 4 months ago
- 70785cf libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel() by Andrii Nakryiko · 4 years, 4 months ago
- 02f47fa selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user() by Andrii Nakryiko · 4 years, 4 months ago
- 109cea5 libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str] by Andrii Nakryiko · 4 years, 4 months ago
- bb180fb libbpf: Factor out common logic of testing and closing FD by Andrii Nakryiko · 4 years, 4 months ago
- 47b6cb4 libbpf: Make kernel feature probing lazy by Andrii Nakryiko · 4 years, 4 months ago
- 8d70823 libbpf: Disable -Wswitch-enum compiler warning by Andrii Nakryiko · 4 years, 4 months ago
- 65bb2e0 libbpf: Convert comma to semicolon by Xu Wang · 4 years, 4 months ago
- 2bf8c7e samples: bpf: Fix broken bpf programs due to removed symbol by Daniel T. Lee · 4 years, 4 months ago
- e3ec1e8 net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear() by Miaohe Lin · 4 years, 5 months ago
- 4619154 ethernet: cirrus: Remove unused macros by Alex Dewar · 4 years, 4 months ago
- 7f8901b net: tipc: Convert to use the preferred fallthrough macro by Miaohe Lin · 4 years, 4 months ago
- 396fc59 Merge branch 'netlink-allow-NLA_BINARY-length-range-validation' by David S. Miller · 4 years, 4 months ago
- 8aa26c5 netlink: make NLA_BINARY validation more flexible by Johannes Berg · 4 years, 4 months ago
- bc04358 netlink: consistently use NLA_POLICY_MIN_LEN() by Johannes Berg · 4 years, 4 months ago
- 8140860 netlink: consistently use NLA_POLICY_EXACT_LEN() by Johannes Berg · 4 years, 4 months ago
- 06a4ec1 Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 4 months ago
- 4cf7562 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- bf2bcd6 otx2_common: Use devm_kcalloc() in otx2_config_npa() by Xu Wang · 4 years, 5 months ago
- 8dfddfb net: qrtr: fix usage of idr in port assignment to socket by Necip Fazil Yildiran · 4 years, 5 months ago
- bcf7ddb selftests: disable rp_filter for icmp_redirect.sh by David Ahern · 4 years, 5 months ago
- 5a4fe06 mailmap: Add WeiXiong Liao by Kees Cook · 4 years, 5 months ago
- d6bd520 mailmap: Restore dictionary sorting by Kees Cook · 4 years, 5 months ago
- 7f9bf6e Revert "net: xdp: pull ethernet header off packet after computing skb->protocol" by David S. Miller · 4 years, 4 months ago
- 0b76e64 phylink: <linux/phylink.h>: fix function prototype kernel-doc warning by Randy Dunlap · 4 years, 5 months ago
- 29e44f4 watch_queue: Limit the number of watches a user can hold by David Howells · 4 years, 5 months ago
- b3b2854 mptcp: sendmsg: reset iter on error redux by Florian Westphal · 4 years, 5 months ago
- bd71ea6 net: devlink: Remove overzealous WARN_ON with snapshots by Andrew Lunn · 4 years, 5 months ago
- c530189 tipc: not enable tipc when ipv6 works as a module by Xin Long · 4 years, 5 months ago
- 47733f9 tipc: fix uninit skb->data in tipc_nl_compat_dumpit() by Cong Wang · 4 years, 5 months ago
- 8c26544 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 4 years, 5 months ago
- 71a5041 Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 4 years, 5 months ago
- 55eff0e net: Fix potential wrong skb->protocol in skb_vlan_untag() by Miaohe Lin · 4 years, 5 months ago
- f8414a8 net: xdp: pull ethernet header off packet after computing skb->protocol by Jason A. Donenfeld · 4 years, 5 months ago
- d0f5c70 ipvlan: fix device features by Mahesh Bandewar · 4 years, 5 months ago
- 8327070 bonding: fix a potential double-unregister by Cong Wang · 4 years, 5 months ago
- 9123e3a Linux 5.9-rc1 by Linus Torvalds · 4 years, 5 months ago
- 2cc3c4b Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- 6f6aea7 parisc: fix PMD pages allocation by restoring pmd_alloc_one() by Mike Rapoport · 4 years, 5 months ago
- 4b6c093 Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- d84835b1 Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
- 5bbec3c Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 5 months ago
- f91daf5 io_uring: short circuit -EAGAIN for blocking read attempt by Jens Axboe · 4 years, 5 months ago
- d4e7cd3 io_uring: sanitize double poll handling by Jens Axboe · 4 years, 5 months ago
- 713eee8 Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 5 months ago
- 50f6c7d Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 1195d58 Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 7f5faaa Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- eb1319a Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 410520d0 Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 5 months ago
- f6513bd Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 5 months ago
- 37711e5 Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 5 months ago
- 6ffdcde Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 5 months ago
- b07175d Merge tag 'devicetree-fixes-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 5 months ago
- 341323f Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
- 1a5d9db Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
- 884e0d3 Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 5 months ago
- 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 0ae18a8 can: j1939: add rxtimer for multipacket broadcast session by Zhang Changzhong · 4 years, 5 months ago
- 2b8b2e3 can: j1939: abort multipacket broadcast session when timeout occurs by Zhang Changzhong · 4 years, 5 months ago
- e8b1765 can: j1939: cancel rxtimer on multipacket broadcast session complete by Zhang Changzhong · 4 years, 5 months ago
- f4fd77f can: j1939: fix support for multipacket broadcast message by Zhang Changzhong · 4 years, 5 months ago
- 81dbf21 net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs' by Lee Jones · 4 years, 5 months ago
- d1ad06b net: fddi: skfp: cfm: Remove set but unused variable 'oldstate' by Lee Jones · 4 years, 5 months ago
- 7b1af34 net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs' by Lee Jones · 4 years, 5 months ago
- 327afdd net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations as its use by Lee Jones · 4 years, 5 months ago
- 026ff46 net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs' by Lee Jones · 4 years, 5 months ago
- 0d9b564 net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs' by Lee Jones · 4 years, 5 months ago
- 1a2c266 net: wan: dlci: Remove set but not used variable 'err' by Lee Jones · 4 years, 5 months ago
- fd29aee net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue' by Lee Jones · 4 years, 5 months ago
- f6e81b8 net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bond' and 'addr' params by Lee Jones · 4 years, 5 months ago
- 2083beb net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx' by Lee Jones · 4 years, 5 months ago
- 45a1553 net: bonding: bond_main: Document 'proto' and rename 'new_active' parameters by Lee Jones · 4 years, 5 months ago
- a35e547 net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issues by Lee Jones · 4 years, 5 months ago
- 77b981c drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len check by Xie He · 4 years, 5 months ago
- 4ca0d9a bonding: show saner speed for broadcast mode by Jarod Wilson · 4 years, 5 months ago
- fe0580a virtio: pci: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
- 58184e9 ntb: intel: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
- 5ca6ad7 rtl818x: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
- 8f28ca6 iomap: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
- f9e7ff9 sh: use generic strncpy() by Kuninori Morimoto · 4 years, 5 months ago
- a8e3943 sh: clkfwk: remove r8/r16/r32 by Kuninori Morimoto · 4 years, 5 months ago
- 7f897ac include/asm-generic/vmlinux.lds.h: align ro_after_init by Romain Naour · 4 years, 5 months ago
- c403f6a mm: annotate a data race in page_zonenum() by Qian Cai · 4 years, 5 months ago
- 7e0cc01 mm/swap.c: annotate data races for lru_rotate_pvecs by Qian Cai · 4 years, 5 months ago
- 9c1177b mm/rmap: annotate a data race at tlb_flush_batched by Qian Cai · 4 years, 5 months ago
- abe1de4 mm/mempool: fix a data race in mempool_free() by Qian Cai · 4 years, 5 months ago
- a1f4593 mm/list_lru: fix a data race in list_lru_count_one by Qian Cai · 4 years, 5 months ago
- e0e3f42 mm/memcontrol: fix a data race in scan count by Qian Cai · 4 years, 5 months ago
- 6e4bd50 mm/page_counter: fix various data races at memsw by Qian Cai · 4 years, 5 months ago
- a449bf5 mm/swapfile: fix and annotate various data races by Qian Cai · 4 years, 5 months ago
- e630bfa mm/filemap.c: fix a data race in filemap_fault() by Kirill A. Shutemov · 4 years, 5 months ago
- b96a3db mm/swap_state: mark various intentional data races by Qian Cai · 4 years, 5 months ago
- 7b37e22 mm/page_io: mark various intentional data races by Qian Cai · 4 years, 5 months ago
- 96bdd2b mm/frontswap: mark various intentional data races by Qian Cai · 4 years, 5 months ago
- 69d0b54 mm/kmemleak: silence KCSAN splats in checksum by Qian Cai · 4 years, 5 months ago
- 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
- c734124 fs: autofs: delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
- ee6c400 mm: introduce offset_in_thp by Matthew Wilcox (Oracle) · 4 years, 5 months ago