summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1915-123/+170
| |\ \ \ \ \ \
| * | | | | | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1412-147/+1076
| |\ \ \ \ \ \
| | * | | | | | bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh2020-11-131-1/+7
| | * | | | | | bpf: Augment the set of sleepable LSM hooksKP Singh2020-11-132-15/+82
| | * | | | | | bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-121-0/+5
| | * | | | | | bpf: Support for pointers beyond pkt_end.Alexei Starovoitov2020-11-131-22/+107
| | * | | | | | bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau2020-11-111-1/+1
| | * | | | | | bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko2020-11-101-0/+4
| | * | | | | | bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-103-1/+227
| | * | | | | | bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-101-3/+40
| | * | | | | | bpf: Add in-kernel split BTF supportAndrii Nakryiko2020-11-101-52/+119
| | * | | | | | bpf, btf: Remove the duplicate btf_ids.h includeWang Qing2020-11-101-1/+0
| | * | | | | | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-062-2/+21
| | * | | | | | bpf: Implement task local storageKP Singh2020-11-065-1/+332
| | * | | | | | bpf: Allow LSM programs to use bpf spin locksKP Singh2020-11-062-5/+19
| | * | | | | | bpf: Lift hashtab key_size limitFlorian Lehner2020-11-051-11/+5
| | * | | | | | bpf: Fix error path in htab_map_alloc()Eric Dumazet2020-11-021-2/+4
| | * | | | | | bpf: Avoid hashtab deadlock with map_lockedSong Liu2020-10-301-32/+82
| | * | | | | | bpf: Use separate lockdep class for each hashtabSong Liu2020-10-301-2/+10
| | * | | | | | bpf: Permit cond_resched for some iteratorsYonghong Song2020-10-282-0/+16
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1213-36/+85
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-0622-91/+147
| |\ \ \ \ \ \ \ \
| * | | | | | | | | kernel: make kcov_common_handle consider the current contextAleksandr Nogikh2020-11-021-0/+2
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-158-22/+83
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka2020-12-153-5/+13
| * | | | | | | | | | PM: hibernate: make direct map manipulations more explicitMike Rapoport2020-12-151-2/+36
| * | | | | | | | | | workqueue: kasan: record workqueue stackWalter Wu2020-12-151-0/+3
| * | | | | | | | | | mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard2020-12-151-1/+1
| * | | | | | | | | | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song2020-12-151-1/+1
| * | | | | | | | | | cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin2020-12-151-7/+0
| * | | | | | | | | | mm: memcg: deprecate the non-hierarchical modeRoman Gushchin2020-12-151-5/+0
| * | | | | | | | | | mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+1
| * | | | | | | | | | kthread_worker: document CPU hotplug handlingPetr Mladek2020-12-151-1/+19
| * | | | | | | | | | kthread: add kthread_work tracepointsRob Clark2020-12-151-0/+9
* | | | | | | | | | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-1/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | genirq/irqdomain: Implement get_name() method on irqchip fwnodesDavid Woodhouse2020-10-281-1/+10
* | | | | | | | | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-143-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-243-0/+28
| * | | | | | | | | | | | Merge branch 'sched/core' into core/mmThomas Gleixner2020-11-2419-398/+1501
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-1427-493/+1607
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sched/fair: Trivial correction of the newidle_balance() commentBarry Song2020-12-111-1/+1
| * | | | | | | | | | | | | | sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman2020-12-111-1/+2
| * | | | | | | | | | | | | | sched: Fix kernel-doc markupMauro Carvalho Chehab2020-12-112-9/+9
| * | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-2749-322/+485
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | irq_work: Optimize irq_work_single()Peter Zijlstra2020-11-241-12/+17
| * | | | | | | | | | | | | | | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-243-38/+30
| * | | | | | | | | | | | | | | irq_work: CleanupPeter Zijlstra2020-11-246-21/+16
| * | | | | | | | | | | | | | | sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman2020-11-241-2/+15
| * | | | | | | | | | | | | | | sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman2020-11-241-10/+11