summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* xsk: Optimize for aligned caseMagnus Karlsson2021-09-281-1/+45
* xsk: Batched buffer allocation for the poolMagnus Karlsson2021-09-282-0/+23
* xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson2021-09-281-1/+0
* bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky2021-09-171-2/+3
* bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-172-0/+12
* bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2021-09-171-0/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-173-21/+83
|\
| * bpf: Update bpf_get_smp_processor_id() documentationMatteo Croce2021-09-151-1/+1
| * bpf: Support for new btf kind BTF_KIND_TAGYonghong Song2021-09-151-1/+13
| * btf: Change BTF_KIND_* macros to enumsYonghong Song2021-09-151-19/+22
| * bpf: Introduce helper bpf_get_branch_snapshotSong Liu2021-09-131-0/+22
| * perf: Enable branch record for software eventsSong Liu2021-09-131-0/+23
| * bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko2021-09-101-0/+2
* | net: phy: bcm7xxx: Add EPHY entry for 72165Florian Fainelli2021-09-171-0/+1
* | devlink: Delete not-used devlink APIsLeon Romanovsky2021-09-171-14/+0
* | net: phy: broadcom: Enable 10BaseT DAC early wakeFlorian Fainelli2021-09-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-1676-721/+1510
|\ \
| * \ Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-165-111/+34
| |\ \
| | * | net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-161-0/+5
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-143-110/+28
| | |\ \
| | | * | bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2021-09-142-101/+28
| | | * | bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Yonghong Song2021-09-101-9/+0
| | * | | net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-091-1/+1
| * | | | Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-161-2/+19
| |\ \ \ \
| | * | | | asm-generic/hyperv: provide cpumask_to_vpset_noselfWei Liu2021-09-111-2/+19
| * | | | | Merge branch 'absolute-pointer' (patches from Guenter)Linus Torvalds2021-09-151-0/+2
| |\ \ \ \ \
| | * | | | | compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-09-151-0/+2
| * | | | | | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-0/+1
| * | | | | | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-135-183/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Drop some straggling mentions of gcc-4.9 as being staleLinus Torvalds2021-09-131-1/+0
| | * | | | | compiler_attributes.h: drop __has_attribute() support for gcc4Linus Torvalds2021-09-131-20/+0
| | * | | | | vmlinux.lds.h: remove old check for GCC 4.9Nick Desaulniers2021-09-131-4/+0
| | * | | | | compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers2021-09-131-3/+1
| | * | | | | compiler.h: drop fallback overflow checkersNick Desaulniers2021-09-133-152/+3
| * | | | | | Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds2021-09-133-9/+25
| |\ \ \ \ \ \
| | * | | | | | compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers2021-09-093-9/+24
| | * | | | | | Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4Marco Elver2021-07-161-0/+1
| * | | | | | | Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-123-46/+110
| |\ \ \ \ \ \ \
| | * | | | | | | Documentation: core-api/cpuhotplug: Rewrite the API sectionThomas Gleixner2021-09-111-22/+110
| | * | | | | | | cpu/hotplug: Remove deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-09-111-6/+0
| | * | | | | | | Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-11509-4500/+15849
| | |\ \ \ \ \ \ \
| | * | | | | | | | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-011-18/+0
| * | | | | | | | | Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-121-10/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | locking/rwsem: Add missing __init_rwsem() for PREEMPT_RTMike Galbraith2021-09-021-10/+2
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-121-2/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen2021-09-081-2/+7
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-116-27/+363
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-061-0/+306
| | * | | | | | | | | vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-3/+17
| | * | | | | | | | | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-061-1/+1