| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Change task_struct::state | Peter Zijlstra | 2021-06-18 | 14 | -68/+76 |
* | sched,timer: Use __set_current_state() | Peter Zijlstra | 2021-06-18 | 1 | -1/+1 |
* | sched: Add get_current_state() | Peter Zijlstra | 2021-06-18 | 2 | -4/+4 |
* | sched,perf,kvm: Fix preemption condition | Peter Zijlstra | 2021-06-18 | 1 | -4/+3 |
* | sched: Introduce task_is_running() | Peter Zijlstra | 2021-06-18 | 7 | -10/+9 |
* | sched: Unbreak wakeups | Peter Zijlstra | 2021-06-18 | 1 | -1/+1 |
* | Merge branch 'sched/urgent' into sched/core, to resolve conflicts | Ingo Molnar | 2021-06-18 | 10 | -68/+71 |
|\ |
|
| * | sched/fair: Correctly insert cfs_rq's to list on unthrottle | Odin Ugedal | 2021-06-14 | 1 | -19/+25 |
| * | Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-06-12 | 5 | -24/+24 |
| |\ |
|
| | * | sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling | Dietmar Eggemann | 2021-06-03 | 3 | -13/+6 |
| * | | Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-06-12 | 2 | -3/+2 |
| |\ \ |
|
| | * | | irq_work: Make irq_work_queue() NMI-safe again | Peter Zijlstra | 2021-06-10 | 1 | -3/+0 |
| | * | | perf: Fix data race between pin_count increment/decrement | Marco Elver | 2021-05-31 | 1 | -0/+2 |
| * | | | Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-06-12 | 2 | -2/+8 |
| |\ \ \ |
|
| | * | | | tracing: Correct the length check which causes memory corruption | Liangyan | 2021-06-08 | 1 | -1/+1 |
| | * | | | ftrace: Do not blindly read the ip address in ftrace_bug() | Steven Rostedt (VMware) | 2021-06-08 | 1 | -1/+7 |
| * | | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-06-10 | 1 | -0/+4 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | cgroup1: don't allow '\n' in renaming | Alexander Kuznetsov | 2021-06-10 | 1 | -0/+4 |
| * | | | | Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-06-05 | 2 | -22/+17 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks | Daniel Borkmann | 2021-06-02 | 2 | -22/+17 |
* | | | | | sched/fair: Age the average idle time | Peter Zijlstra | 2021-06-17 | 3 | -4/+29 |
* | | | | | sched/cpufreq: Consider reduced CPU capacity in energy calculation | Lukasz Luba | 2021-06-17 | 2 | -1/+2 |
* | | | | | sched/fair: Take thermal pressure into account while estimating energy | Lukasz Luba | 2021-06-17 | 1 | -3/+8 |
* | | | | | sched/fair: Return early from update_tg_cfs_load() if delta == 0 | Dietmar Eggemann | 2021-06-17 | 1 | -1/+4 |
* | | | | | sched/pelt: Check that *_avg are null when *_sum are | Vincent Guittot | 2021-06-17 | 1 | -0/+9 |
* | | | | | sched/debug: Remove obsolete init_schedstats() | Eric Dumazet | 2021-06-04 | 1 | -17/+2 |
* | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2021-06-03 | 32 | -190/+407 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | sched/pelt: Ensure that *_sum is always synced with *_avg | Vincent Guittot | 2021-06-03 | 1 | -2/+8 |
| * | | | | tick/nohz: Only check for RCU deferred wakeup on user/guest entry when needed | Frederic Weisbecker | 2021-05-31 | 2 | -2/+4 |
| * | | | | sched/fair: Make sure to update tg contrib for blocked load | Vincent Guittot | 2021-05-31 | 1 | -1/+1 |
| * | | | | sched/fair: Keep load_avg and load_sum synced | Vincent Guittot | 2021-05-31 | 1 | -6/+5 |
| |/ / / |
|
| * | | | Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-05-30 | 1 | -14/+16 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | seccomp: Refactor notification handler to prepare for new semantics | Sargun Dhillon | 2021-05-29 | 1 | -14/+16 |
| * | | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-05-27 | 8 | -72/+216 |
| |\ \ \ |
|
| | * | | | bpf: No need to simulate speculative domain for immediates | Daniel Borkmann | 2021-05-25 | 1 | -1/+5 |
| | * | | | bpf: Fix mask direction swap upon off reg sign change | Daniel Borkmann | 2021-05-25 | 1 | -10/+12 |
| | * | | | bpf: Wrap aux data inside bpf_sanitize_info container | Daniel Borkmann | 2021-05-25 | 1 | -7/+11 |
| | * | | | bpf: Fix BPF_LSM kconfig symbol dependency | Daniel Borkmann | 2021-05-25 | 1 | -0/+2 |
| | * | | | bpf, offload: Reorder offload callback 'prepare' in verifier | Yinjun Zhang | 2021-05-20 | 1 | -6/+6 |
| | * | | | bpf: Avoid using ARRAY_SIZE on an uninitialized pointer | Florent Revest | 2021-05-20 | 1 | -2/+3 |
| | * | | | bpf: Clarify a bpf_bprintf_prepare macro | Florent Revest | 2021-05-20 | 1 | -4/+5 |
| | * | | | bpf: Fix BPF_JIT kconfig symbol dependency | Daniel Borkmann | 2021-05-20 | 1 | -0/+1 |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-05-12 | 7 | -45/+174 |
| | |\ \ \ |
|
| | | * | | | bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers | Florent Revest | 2021-05-11 | 1 | -13/+14 |
| | | * | | | bpf: Add deny list of btf ids check for tracing programs | Jiri Olsa | 2021-05-11 | 1 | -0/+14 |
| | | * | | | bpf: Add kconfig knob for disabling unpriv bpf by default | Daniel Borkmann | 2021-05-11 | 3 | -6/+36 |
| | | * | | | bpf, kconfig: Add consolidated menu entry for bpf with core options | Daniel Borkmann | 2021-05-11 | 1 | -0/+78 |
| | | * | | | bpf: Prevent writable memory-mapping of read-only ringbuf pages | Andrii Nakryiko | 2021-05-11 | 1 | -13/+8 |
| | | * | | | bpf, ringbuf: Deny reserve of buffers larger than ringbuf | Thadeu Lima de Souza Cascardo | 2021-05-11 | 1 | -0/+3 |
| | | * | | | bpf: Fix alu32 const subreg bound tracking on bitwise operations | Daniel Borkmann | 2021-05-11 | 1 | -13/+9 |