Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | arm/xen: Add misuse warning to virt_to_gfn | Simon Leiner | 2020-08-27 | 1 | -1/+5 | |
| * | | | | | | | | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-08-28 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2020-08-28 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | cpufreq: Use WARN_ON_ONCE() for invalid relation | Viresh Kumar | 2020-08-27 | 1 | -2/+2 | |
| | | | |/ / / / / | | | |/| | | | | | ||||||
| * | | | | | | | | kernel.h: Silence sparse warning in lower_32_bits | Herbert Xu | 2020-08-28 | 1 | -1/+1 | |
| * | | | | | | | | Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-08-28 | 2 | -10/+11 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | writeback: Drop I_DIRTY_TIME_EXPIRE | Jan Kara | 2020-06-15 | 2 | -2/+0 | |
| | * | | | | | | | | writeback: Fix sync livelock due to b_dirty_time processing | Jan Kara | 2020-06-15 | 1 | -7/+6 | |
| | * | | | | | | | | writeback: Avoid skipping inode writeback | Jan Kara | 2020-06-15 | 1 | -2/+6 | |
| * | | | | | | | | | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds | 2020-08-28 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | libceph: add __maybe_unused to DEFINE_CEPH_FEATURE | Ilya Dryomov | 2020-08-24 | 1 | -4/+4 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2020-08-28 | 1 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Merge tag 'v5.9-rc2' into drm-misc-fixes | Maarten Lankhorst | 2020-08-25 | 841 | -8950/+18287 | |
| | |\| | | | | | | | | ||||||
| | * | | | | | | | | | drm/modeset-lock: Take the modeset BKL for legacy drivers | Daniel Vetter | 2020-08-17 | 1 | -2/+7 | |
| | * | | | | | | | | | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes | Thomas Zimmermann | 2020-07-28 | 116 | -308/+986 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 7 | -37/+40 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | ip: expose inet sockopts through inet_diag | Wei Wang | 2020-09-04 | 2 | -0/+20 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-09-01 | 22 | -133/+967 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | xsk: Add shared umem support between queue ids | Magnus Karlsson | 2020-08-31 | 1 | -0/+2 | |
| * | | | | | | | | | | | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor... | Magnus Karlsson | 2020-08-31 | 2 | -5/+5 | |
| * | | | | | | | | | | | xsk: Rearrange internal structs for better performance | Magnus Karlsson | 2020-08-31 | 2 | -18/+22 | |
| * | | | | | | | | | | | xsk: Enable sharing of dma mappings | Magnus Karlsson | 2020-08-31 | 2 | -0/+14 | |
| * | | | | | | | | | | | xsk: Move addrs from buffer pool to umem | Magnus Karlsson | 2020-08-31 | 1 | -0/+1 | |
| * | | | | | | | | | | | xsk: Move xsk_tx_list and its lock to buffer pool | Magnus Karlsson | 2020-08-31 | 2 | -3/+6 | |
| * | | | | | | | | | | | xsk: Move queue_id, dev and need_wakeup to buffer pool | Magnus Karlsson | 2020-08-31 | 2 | -3/+4 | |
| * | | | | | | | | | | | xsk: Move fill and completion rings to buffer pool | Magnus Karlsson | 2020-08-31 | 2 | -3/+3 | |
| * | | | | | | | | | | | xsk: Create and free buffer pool independently from umem | Magnus Karlsson | 2020-08-31 | 2 | -5/+11 | |
| * | | | | | | | | | | | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces | Magnus Karlsson | 2020-08-31 | 2 | -55/+60 | |
| * | | | | | | | | | | | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem | Magnus Karlsson | 2020-08-31 | 3 | -9/+12 | |
| * | | | | | | | | | | | bpf: Fix build without BPF_SYSCALL, but with BPF_JIT. | Alexei Starovoitov | 2020-08-31 | 1 | -1/+8 | |
| * | | | | | | | | | | | bpf: Add bpf_copy_from_user() helper. | Alexei Starovoitov | 2020-08-28 | 2 | -0/+9 | |
| * | | | | | | | | | | | bpf: Introduce sleepable BPF programs | Alexei Starovoitov | 2020-08-28 | 2 | -0/+11 | |
| * | | | | | | | | | | | bpf: Add map_meta_equal map ops | Martin KaFai Lau | 2020-08-28 | 1 | -0/+16 | |
| * | | | | | | | | | | | bpf: Make bpf_link_info.iter similar to bpf_iter_link_info | Yonghong Song | 2020-08-28 | 1 | -2/+4 | |
| * | | | | | | | | | | | bpf: Add d_path helper | Jiri Olsa | 2020-08-26 | 1 | -0/+14 | |
| * | | | | | | | | | | | bpf: Add BTF_SET_START/END macros | Jiri Olsa | 2020-08-26 | 2 | -1/+54 | |
| * | | | | | | | | | | | bpf: Add btf_struct_ids_match function | Jiri Olsa | 2020-08-26 | 1 | -0/+2 | |
| * | | | | | | | | | | | bpf: Move btf_resolve_size into __btf_resolve_size | Jiri Olsa | 2020-08-26 | 1 | -2/+1 | |
| * | | | | | | | | | | | bpf: Allow local storage to be used from LSM programs | KP Singh | 2020-08-26 | 2 | -2/+7 | |
| * | | | | | | | | | | | bpf: Implement bpf_local_storage for inodes | KP Singh | 2020-08-26 | 3 | -1/+71 | |
| * | | | | | | | | | | | bpf: Split bpf_local_storage to bpf_sk_storage | KP Singh | 2020-08-26 | 2 | -60/+164 | |
| * | | | | | | | | | | | bpf: Generalize bpf_sk_storage | KP Singh | 2020-08-26 | 3 | -2/+66 | |
| * | | | | | | | | | | | bpf: Generalize caching for sk_storage. | KP Singh | 2020-08-26 | 1 | -0/+19 | |
| * | | | | | | | | | | | bpf: Renames in preparation for bpf_local_storage | KP Singh | 2020-08-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | tcp: bpf: Optionally store mac header in TCP_SAVE_SYN | Martin KaFai Lau | 2020-08-24 | 3 | -5/+10 | |
| * | | | | | | | | | | | bpf: tcp: Allow bpf prog to write and parse TCP header option | Martin KaFai Lau | 2020-08-24 | 4 | -1/+377 | |
| * | | | | | | | | | | | bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8 | Martin KaFai Lau | 2020-08-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() | Martin KaFai Lau | 2020-08-24 | 2 | -3/+6 | |
| * | | | | | | | | | | | bpf: tcp: Add bpf_skops_parse_hdr() | Martin KaFai Lau | 2020-08-24 | 1 | -1/+3 | |
| * | | | | | | | | | | | bpf: tcp: Add bpf_skops_established() | Martin KaFai Lau | 2020-08-24 | 1 | -1/+1 |