index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-10
fgraph: Make overruns 4 bytes in graph stack structure
Steven Rostedt (VMware)
2
-3
/
+3
2020-11-10
rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled
Paul E. McKenney
1
-5
/
+17
2020-11-10
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
3
-1
/
+227
2020-11-10
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
1
-3
/
+40
2020-11-10
bpf: Add in-kernel split BTF support
Andrii Nakryiko
1
-52
/
+119
2020-11-10
PM: EM: update the comments related to power scale
Lukasz Luba
1
-1
/
+1
2020-11-10
PM: EM: Add a flag indicating units of power values in Energy Model
Lukasz Luba
1
-1
/
+23
2020-11-10
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+4
2020-11-10
PM: ACPI: reboot: Use S5 for reboot
Kai-Heng Feng
1
-0
/
+2
2020-11-10
sched/fair: Dissociate wakeup decisions from SD flag value
Valentin Schneider
1
-3
/
+2
2020-11-10
sched: Remove select_task_rq()'s sd_flag parameter
Valentin Schneider
7
-15
/
+17
2020-11-10
sched: Add WF_TTWU, WF_EXEC wakeup flags
Valentin Schneider
1
-7
/
+14
2020-11-10
sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()
Hui Su
1
-3
/
+0
2020-11-10
Merge branch 'sched/migrate-disable'
Peter Zijlstra
9
-225
/
+923
2020-11-10
sched: Comment affine_move_task()
Valentin Schneider
1
-2
/
+79
2020-11-10
sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()
Valentin Schneider
1
-2
/
+11
2020-11-10
sched: Fix migrate_disable() vs rt/dl balancing
Peter Zijlstra
4
-29
/
+162
2020-11-10
sched, lockdep: Annotate ->pi_lock recursion
Peter Zijlstra
1
-0
/
+15
2020-11-10
sched,rt: Use the full cpumask for balancing
Peter Zijlstra
4
-8
/
+8
2020-11-10
sched,rt: Use cpumask_any*_distribute()
Peter Zijlstra
2
-6
/
+6
2020-11-10
sched/core: Make migrate disable and CPU hotplug cooperative
Thomas Gleixner
2
-6
/
+34
2020-11-10
sched: Fix migrate_disable() vs set_cpus_allowed_ptr()
Peter Zijlstra
1
-30
/
+206
2020-11-10
sched: Add migrate_disable()
Peter Zijlstra
2
-8
/
+110
2020-11-10
sched: Massage set_cpus_allowed()
Peter Zijlstra
3
-14
/
+26
2020-11-10
sched: Fix hotplug vs CPU bandwidth control
Peter Zijlstra
3
-6
/
+12
2020-11-10
sched/hotplug: Consolidate task migration on CPU unplug
Thomas Gleixner
2
-120
/
+43
2020-11-10
workqueue: Manually break affinity on hotplug
Peter Zijlstra
1
-0
/
+4
2020-11-10
sched/core: Wait for tasks being pushed away on hotplug
Thomas Gleixner
2
-1
/
+43
2020-11-10
sched/hotplug: Ensure only per-cpu kthreads run during hotplug
Peter Zijlstra
2
-3
/
+118
2020-11-10
sched: Fix balance_callback()
Peter Zijlstra
2
-44
/
+78
2020-11-10
stop_machine: Add function and caller debug info
Peter Zijlstra
2
-3
/
+25
2020-11-10
sched/debug: Fix memory corruption caused by multiple small reads of flags
Colin Ian King
1
-6
/
+6
2020-11-10
sched/fair: Prefer prev cpu in asymmetric wakeup path
Vincent Guittot
1
-24
/
+43
2020-11-10
sched/fair: Ensure tasks spreading in LLC during LB
Vincent Guittot
1
-1
/
+2
2020-11-10
lockdep: Avoid to modify chain keys in validate_chain()
Boqun Feng
1
-10
/
+9
2020-11-10
cpufreq: Introduce governor flags
Rafael J. Wysocki
1
-1
/
+1
2020-11-10
arm64: smp: Tell RCU about CPUs that fail to come online
Will Deacon
1
-1
/
+1
2020-11-10
sched/fair: Reorder throttle_cfs_rq() path
Peng Wang
1
-11
/
+23
2020-11-10
bpf, btf: Remove the duplicate btf_ids.h include
Wang Qing
1
-1
/
+0
2020-11-09
bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepare
Wang Qing
1
-1
/
+1
2020-11-09
perf: Tweak perf_event_attr::exclusive semantics
Peter Zijlstra
1
-1
/
+1
2020-11-09
perf: Fix event multiplexing for exclusive groups
Peter Zijlstra
1
-1
/
+1
2020-11-09
perf: Simplify group_sched_in()
Peter Zijlstra
1
-7
/
+3
2020-11-09
perf: Simplify group_sched_out()
Peter Zijlstra
1
-3
/
+0
2020-11-09
perf/arch: Remove perf_sample_data::regs_user_copy
Peter Zijlstra
1
-5
/
+3
2020-11-09
perf: Optimize get_recursion_context()
Peter Zijlstra
1
-10
/
+6
2020-11-09
perf: Fix get_recursion_context()
Peter Zijlstra
1
-1
/
+1
2020-11-09
perf: Reduce stack usage of perf_output_begin()
Peter Zijlstra
2
-24
/
+28
2020-11-09
Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...
Jens Axboe
5
-20
/
+62
2020-11-09
futex: Don't enable IRQs unconditionally in put_pi_state()
Dan Carpenter
1
-2
/
+3
[prev]
[next]