Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-11-19 | 15 | -123/+170 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 2020-11-16 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2020-11-14 | 12 | -147/+1076 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bpf: Expose bpf_d_path helper to sleepable LSM hooks | KP Singh | 2020-11-13 | 1 | -1/+7 | |
| | * | | | | | | bpf: Augment the set of sleepable LSM hooks | KP Singh | 2020-11-13 | 2 | -15/+82 | |
| | * | | | | | | bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP | Martin KaFai Lau | 2020-11-12 | 1 | -0/+5 | |
| | * | | | | | | bpf: Support for pointers beyond pkt_end. | Alexei Starovoitov | 2020-11-13 | 1 | -22/+107 | |
| | * | | | | | | bpf: Fix NULL dereference in bpf_task_storage | Martin KaFai Lau | 2020-11-11 | 1 | -1/+1 | |
| | * | | | | | | bpf: Compile out btf_parse_module() if module BTF is not enabled | Andrii Nakryiko | 2020-11-10 | 1 | -0/+4 | |
| | * | | | | | | bpf: Load and verify kernel module BTFs | Andrii Nakryiko | 2020-11-10 | 3 | -1/+227 | |
| | * | | | | | | bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO | Andrii Nakryiko | 2020-11-10 | 1 | -3/+40 | |
| | * | | | | | | bpf: Add in-kernel split BTF support | Andrii Nakryiko | 2020-11-10 | 1 | -52/+119 | |
| | * | | | | | | bpf, btf: Remove the duplicate btf_ids.h include | Wang Qing | 2020-11-10 | 1 | -1/+0 | |
| | * | | | | | | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID | KP Singh | 2020-11-06 | 2 | -2/+21 | |
| | * | | | | | | bpf: Implement task local storage | KP Singh | 2020-11-06 | 5 | -1/+332 | |
| | * | | | | | | bpf: Allow LSM programs to use bpf spin locks | KP Singh | 2020-11-06 | 2 | -5/+19 | |
| | * | | | | | | bpf: Lift hashtab key_size limit | Florian Lehner | 2020-11-05 | 1 | -11/+5 | |
| | * | | | | | | bpf: Fix error path in htab_map_alloc() | Eric Dumazet | 2020-11-02 | 1 | -2/+4 | |
| | * | | | | | | bpf: Avoid hashtab deadlock with map_locked | Song Liu | 2020-10-30 | 1 | -32/+82 | |
| | * | | | | | | bpf: Use separate lockdep class for each hashtab | Song Liu | 2020-10-30 | 1 | -2/+10 | |
| | * | | | | | | bpf: Permit cond_resched for some iterators | Yonghong Song | 2020-10-28 | 2 | -0/+16 | |
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-11-12 | 13 | -36/+85 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-11-06 | 22 | -91/+147 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | kernel: make kcov_common_handle consider the current context | Aleksandr Nogikh | 2020-11-02 | 1 | -0/+2 | |
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-15 | 8 | -22/+83 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | kernel/power: allow hibernation with page_poison sanity checking | Vlastimil Babka | 2020-12-15 | 3 | -5/+13 | |
| * | | | | | | | | | | PM: hibernate: make direct map manipulations more explicit | Mike Rapoport | 2020-12-15 | 1 | -2/+36 | |
| * | | | | | | | | | | workqueue: kasan: record workqueue stack | Walter Wu | 2020-12-15 | 1 | -0/+3 | |
| * | | | | | | | | | | mm: cleanup: remove unused tsk arg from __access_remote_vm | John Hubbard | 2020-12-15 | 1 | -1/+1 | |
| * | | | | | | | | | | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state | Muchun Song | 2020-12-15 | 1 | -1/+1 | |
| * | | | | | | | | | | cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy | Roman Gushchin | 2020-12-15 | 1 | -7/+0 | |
| * | | | | | | | | | | mm: memcg: deprecate the non-hierarchical mode | Roman Gushchin | 2020-12-15 | 1 | -5/+0 | |
| * | | | | | | | | | | mm/gup: prevent gup_fast from racing with COW during fork | Jason Gunthorpe | 2020-12-15 | 1 | -0/+1 | |
| * | | | | | | | | | | kthread_worker: document CPU hotplug handling | Petr Mladek | 2020-12-15 | 1 | -1/+19 | |
| * | | | | | | | | | | kthread: add kthread_work tracepoints | Rob Clark | 2020-12-15 | 1 | -0/+9 | |
* | | | | | | | | | | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-14 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | genirq/irqdomain: Implement get_name() method on irqchip fwnodes | David Woodhouse | 2020-10-28 | 1 | -1/+10 | |
* | | | | | | | | | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-12-14 | 3 | -0/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sched: highmem: Store local kmaps in task struct | Thomas Gleixner | 2020-11-24 | 3 | -0/+28 | |
| * | | | | | | | | | | | | Merge branch 'sched/core' into core/mm | Thomas Gleixner | 2020-11-24 | 19 | -398/+1501 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-14 | 27 | -493/+1607 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | sched/fair: Trivial correction of the newidle_balance() comment | Barry Song | 2020-12-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | sched/fair: Clear SMT siblings after determining the core is not idle | Mel Gorman | 2020-12-11 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | sched: Fix kernel-doc markup | Mauro Carvalho Chehab | 2020-12-11 | 2 | -9/+9 | |
| * | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to resolve semantic conflict | Ingo Molnar | 2020-11-27 | 49 | -322/+485 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | irq_work: Optimize irq_work_single() | Peter Zijlstra | 2020-11-24 | 1 | -12/+17 | |
| * | | | | | | | | | | | | | | | smp: Cleanup smp_call_function*() | Peter Zijlstra | 2020-11-24 | 3 | -38/+30 | |
| * | | | | | | | | | | | | | | | irq_work: Cleanup | Peter Zijlstra | 2020-11-24 | 6 | -21/+16 | |
| * | | | | | | | | | | | | | | | sched: Limit the amount of NUMA imbalance that can exist at fork time | Mel Gorman | 2020-11-24 | 1 | -2/+15 | |
| * | | | | | | | | | | | | | | | sched/numa: Allow a floating imbalance between NUMA nodes | Mel Gorman | 2020-11-24 | 1 | -10/+11 |