index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-14
futex: Remove unused empty compat_exit_robust_list()
Lukas Bulwahn
1
-2
/
+0
2020-11-13
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-1
/
+1
2020-11-13
tracing: Remove the useless value assignment in test_create_synth_event()
Kaixu Xia
1
-1
/
+1
2020-11-13
livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
Steven Rostedt (VMware)
2
-5
/
+6
2020-11-13
ftrace/x86: Allow for arguments to be passed in to ftrace_regs by default
Steven Rostedt (VMware)
1
-0
/
+9
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
9
-32
/
+37
2020-11-13
bpf: Expose bpf_d_path helper to sleepable LSM hooks
KP Singh
1
-1
/
+7
2020-11-13
bpf: Augment the set of sleepable LSM hooks
KP Singh
2
-15
/
+82
2020-11-12
bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
1
-0
/
+5
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-36
/
+85
2020-11-13
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
1
-22
/
+107
2020-11-12
Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-7
/
+42
2020-11-12
Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2020-11-11
bpf: Fix NULL dereference in bpf_task_storage
Martin KaFai Lau
1
-1
/
+1
2020-11-11
Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
1
-11
/
+11
2020-11-11
printk: ringbuffer: Reference text_data_ring directly in callees.
Nikolay Borisov
1
-17
/
+15
2020-11-11
bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
Kaixu Xia
1
-1
/
+2
2020-11-10
bpf: Compile out btf_parse_module() if module BTF is not enabled
Andrii Nakryiko
1
-0
/
+4
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
15
-25
/
+25
2020-11-10
ftrace: Remove unused varible 'ret'
Alex Shi
1
-4
/
+2
2020-11-10
ring-buffer: Add recording of ring buffer recursion into recursed_functions
Steven Rostedt (VMware)
2
-1
/
+25
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
[prev]
[next]