summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | arm/xen: Add misuse warning to virt_to_gfnSimon Leiner2020-08-271-1/+5
| * | | | | | | | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-281-2/+2
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-08-281-2/+2
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | cpufreq: Use WARN_ON_ONCE() for invalid relationViresh Kumar2020-08-271-2/+2
| | | | |/ / / / / | | | |/| | | | |
| * | | | | | | | kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu2020-08-281-1/+1
| * | | | | | | | Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-282-10/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-152-2/+0
| | * | | | | | | | writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-06-151-7/+6
| | * | | | | | | | writeback: Avoid skipping inode writebackJan Kara2020-06-151-2/+6
| * | | | | | | | | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-281-4/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | libceph: add __maybe_unused to DEFINE_CEPH_FEATUREIlya Dryomov2020-08-241-4/+4
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-281-2/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst2020-08-25841-8950/+18287
| | |\| | | | | | | |
| | * | | | | | | | | drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter2020-08-171-2/+7
| | * | | | | | | | | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesThomas Zimmermann2020-07-28116-308/+986
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-247-37/+40
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | ip: expose inet sockopts through inet_diagWei Wang2020-09-042-0/+20
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-0122-133/+967
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-311-0/+2
| * | | | | | | | | | | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-312-5/+5
| * | | | | | | | | | | xsk: Rearrange internal structs for better performanceMagnus Karlsson2020-08-312-18/+22
| * | | | | | | | | | | xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-312-0/+14
| * | | | | | | | | | | xsk: Move addrs from buffer pool to umemMagnus Karlsson2020-08-311-0/+1
| * | | | | | | | | | | xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-312-3/+6
| * | | | | | | | | | | xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-312-3/+4
| * | | | | | | | | | | xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-312-3/+3
| * | | | | | | | | | | xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-312-5/+11
| * | | | | | | | | | | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-312-55/+60
| * | | | | | | | | | | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-313-9/+12
| * | | | | | | | | | | bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.Alexei Starovoitov2020-08-311-1/+8
| * | | | | | | | | | | bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-282-0/+9
| * | | | | | | | | | | bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-282-0/+11
| * | | | | | | | | | | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+16
| * | | | | | | | | | | bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2020-08-281-2/+4
| * | | | | | | | | | | bpf: Add d_path helperJiri Olsa2020-08-261-0/+14
| * | | | | | | | | | | bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-262-1/+54
| * | | | | | | | | | | bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-261-0/+2
| * | | | | | | | | | | bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-261-2/+1
| * | | | | | | | | | | bpf: Allow local storage to be used from LSM programsKP Singh2020-08-262-2/+7
| * | | | | | | | | | | bpf: Implement bpf_local_storage for inodesKP Singh2020-08-263-1/+71
| * | | | | | | | | | | bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-262-60/+164
| * | | | | | | | | | | bpf: Generalize bpf_sk_storageKP Singh2020-08-263-2/+66
| * | | | | | | | | | | bpf: Generalize caching for sk_storage.KP Singh2020-08-261-0/+19
| * | | | | | | | | | | bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-251-2/+2
| * | | | | | | | | | | tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-243-5/+10
| * | | | | | | | | | | bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-244-1/+377
| * | | | | | | | | | | bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2020-08-241-2/+2
| * | | | | | | | | | | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-242-3/+6
| * | | | | | | | | | | bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-1/+3
| * | | | | | | | | | | bpf: tcp: Add bpf_skops_established()Martin KaFai Lau2020-08-241-1/+1