summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau2020-01-091-3/+6
| | * | | | | | | | bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau2020-01-091-0/+1
| * | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-1913-95/+134
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-0912-28/+80
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-312-39/+35
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2710-194/+332
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-203-8/+31
| | * | | | | | | | | | | bpf: Remove unused new_flags in hierarchy_allows_attach()Andrey Ignatov2019-12-201-3/+2
| | * | | | | | | | | | | bpf: Simplify __cgroup_bpf_attachAndrey Ignatov2019-12-201-39/+23
| | * | | | | | | | | | | xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-201-18/+18
| | * | | | | | | | | | | xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-201-22/+13
| | * | | | | | | | | | | xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-201-15/+3
| | * | | | | | | | | | | xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel2019-12-201-3/+3
| | * | | | | | | | | | | xdp: Simplify cpumap cleanupBjörn Töpel2019-12-201-29/+5
| | * | | | | | | | | | | xdp: Simplify devmap cleanupBjörn Töpel2019-12-201-38/+5
| | * | | | | | | | | | | bpf: Remove unnecessary assertion on fp_oldAditya Pakki2019-12-191-2/+0
| | * | | | | | | | | | | bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-8/+18
| | * | | | | | | | | | | bpf: Introduce BPF dispatcherBjörn Töpel2019-12-132-0/+159
| | * | | | | | | | | | | bpf: Move trampoline JIT image allocation to a functionBjörn Töpel2019-12-131-7/+17
| | * | | | | | | | | | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-121-2/+2
| | * | | | | | | | | | | bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-12-111-0/+33
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-291-192/+194
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | padata: update documentationDaniel Jordan2019-12-111-13/+22
| * | | | | | | | | | | | padata: remove reorder_objectsDaniel Jordan2019-12-111-3/+0
| * | | | | | | | | | | | padata: remove cpumask change notifierDaniel Jordan2019-12-111-51/+1
| * | | | | | | | | | | | padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2019-12-111-2/+2
| * | | | | | | | | | | | padata: validate cpumask without removed CPU during offlineDaniel Jordan2019-12-111-12/+18
| * | | | | | | | | | | | crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu2019-12-111-71/+165
| * | | | | | | | | | | | padata: Remove unused padata_remove_cpuHerbert Xu2019-12-111-35/+0
| * | | | | | | | | | | | padata: Remove broken queue flushingHerbert Xu2019-12-111-31/+12
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-2819-191/+315
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar2020-01-201-0/+2
| * | | | | | | | | | | | sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider2020-01-171-0/+39
| * | | | | | | | | | | | idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang2020-01-171-1/+1
| * | | | | | | | | | | | sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2020-01-171-7/+7
| * | | | | | | | | | | | sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long2020-01-171-4/+6
| * | | | | | | | | | | | sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu2020-01-171-22/+4
| * | | | | | | | | | | | sched/fair: calculate delta runnable load only when it's neededPeng Wang2020-01-171-5/+6
| * | | | | | | | | | | | sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi2020-01-171-9/+6
| * | | | | | | | | | | | stop_machine: Make stop_cpus() staticYangtao Li2020-01-171-1/+1
| * | | | | | | | | | | | sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li2020-01-171-2/+9
| * | | | | | | | | | | | sched/core: Fix size of rq::uclamp initializationLi Guanglei2020-01-171-1/+2
| * | | | | | | | | | | | sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef2020-01-171-0/+6
| * | | | | | | | | | | | sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar2020-01-171-11/+21
| * | | | | | | | | | | | sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot2020-01-171-5/+9
| * | | | | | | | | | | | watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang2020-01-171-3/+0
| * | | | | | | | | | | | sched/rt: Make RT capacity-awareQais Yousef2019-12-253-18/+94
| * | | | | | | | | | | | sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider2019-12-251-2/+10
| * | | | | | | | | | | | sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider2019-12-251-1/+15
| * | | | | | | | | | | | sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2019-12-252-5/+6