summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-1810-68/+71
|\
| * sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal2021-06-141-19/+25
| * Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-125-24/+24
| |\
| | * sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-033-13/+6
| * | Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-122-3/+2
| |\ \
| | * | irq_work: Make irq_work_queue() NMI-safe againPeter Zijlstra2021-06-101-3/+0
| | * | perf: Fix data race between pin_count increment/decrementMarco Elver2021-05-311-0/+2
| * | | Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-112-2/+8
| |\ \ \
| | * | | tracing: Correct the length check which causes memory corruptionLiangyan2021-06-081-1/+1
| | * | | ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-081-1/+7
| * | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-101-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-101-0/+4
| * | | | Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-042-22/+17
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-022-22/+17
* | | | | sched/fair: Age the average idle timePeter Zijlstra2021-06-173-4/+29
* | | | | sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2021-06-172-1/+2
* | | | | sched/fair: Take thermal pressure into account while estimating energyLukasz Luba2021-06-171-3/+8
* | | | | sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann2021-06-171-1/+4
* | | | | sched/pelt: Check that *_avg are null when *_sum areVincent Guittot2021-06-171-0/+9
* | | | | sched/debug: Remove obsolete init_schedstats()Eric Dumazet2021-06-041-17/+2
* | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-0332-190/+407
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-031-2/+8
| * | | | tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2021-05-312-2/+4
| * | | | sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-05-311-1/+1
| * | | | sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-05-311-6/+5
| |/ / /
| * | | Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-291-14/+16
| |\ \ \ | | |/ / | |/| |
| | * | seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon2021-05-291-14/+16
| * | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-268-72/+216
| |\ \ \
| | * | | bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-05-251-1/+5
| | * | | bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-05-251-10/+12
| | * | | bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-05-251-7/+11
| | * | | bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann2021-05-251-0/+2
| | * | | bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang2021-05-201-6/+6
| | * | | bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest2021-05-201-2/+3
| | * | | bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest2021-05-201-4/+5
| | * | | bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann2021-05-201-0/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-117-45/+174
| | |\ \ \
| | | * | | bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest2021-05-111-13/+14
| | | * | | bpf: Add deny list of btf ids check for tracing programsJiri Olsa2021-05-111-0/+14
| | | * | | bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2021-05-113-6/+36
| | | * | | bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann2021-05-111-0/+78
| | | * | | bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko2021-05-111-13/+8
| | | * | | bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo2021-05-111-0/+3
| | | * | | bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann2021-05-111-13/+9
| | | * | | bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa2021-05-071-0/+12
| * | | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-245-16/+13
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | cgroup: fix spelling mistakesZhen Lei2021-05-245-8/+8
| | * | | | cgroup: disable controllers at parse timeShakeel Butt2021-05-201-8/+5
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-241-2/+10
| |\ \ \ \
| | * | | | wq: handle VM suspension in stall detectionSergey Senozhatsky2021-05-201-2/+10
| | |/ / /