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-03-11
Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+10
2020-03-11
Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-0
/
+2
2020-03-11
ftrace: Return the first found result in lookup_rec()
Artem Savkov
1
-0
/
+2
2020-03-11
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
1
-34
/
+88
2020-03-10
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
1
-0
/
+4
2020-03-10
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-14
/
+28
2020-03-10
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+8
2020-03-10
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
1
-1
/
+1
2020-03-10
workqueue: don't use wq_select_unbound_cpu() for bound works
Hillf Danton
1
-6
/
+8
2020-03-10
Merge 5.6-rc5 into tty-next
Greg Kroah-Hartman
12
-130
/
+293
2020-03-09
bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
Andrii Nakryiko
1
-0
/
+3
2020-03-09
bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer
Andrii Nakryiko
1
-2
/
+2
2020-03-09
pid: make ENOMEM return value more obvious
Christian Brauner
1
-0
/
+8
2020-03-09
futex: Unbreak futex hashing
Thomas Gleixner
1
-2
/
+2
2020-03-08
pid: Fix error return value in some cases
Corey Minyard
1
-0
/
+2
2020-03-08
genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()
Alexander Sverdlin
1
-5
/
+5
2020-03-08
genirq: Provide interrupt injection mechanism
Thomas Gleixner
5
-37
/
+59
2020-03-08
genirq: Sanitize state handling in check_irq_resend()
Thomas Gleixner
1
-8
/
+14
2020-03-08
genirq: Add return value to check_irq_resend()
Thomas Gleixner
3
-37
/
+51
2020-03-08
genirq: Add protection against unsafe usage of generic_handle_irq()
Thomas Gleixner
3
-2
/
+17
2020-03-08
genirq/debugfs: Add missing sanity checks to interrupt injection
Thomas Gleixner
1
-2
/
+9
2020-03-08
irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()
luanshi
1
-2
/
+2
2020-03-07
Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2020-03-07
Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2020-03-07
sysctl/sysrq: Remove __sysrq_enabled copy
Dmitry Safonov
1
-19
/
+22
2020-03-06
thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...
Ingo Molnar
1
-0
/
+11
2020-03-06
sched/core: Remove rq.hrtick_csd_pending
Peter Xu
2
-8
/
+2
2020-03-06
smp: Allow smp_call_function_single_async() to insert locked csd
Peter Xu
1
-3
/
+11
2020-03-06
sched/rt: Remove unnecessary push for unfit tasks
Qais Yousef
1
-5
/
+2
2020-03-06
sched/rt: Allow pulling unfitting task
Qais Yousef
1
-2
/
+1
2020-03-06
sched/rt: Optimize cpupri_find() on non-heterogenous systems
Qais Yousef
3
-8
/
+31
2020-03-06
sched/rt: Re-instate old behavior in select_task_rq_rt()
Qais Yousef
1
-0
/
+9
2020-03-06
sched/rt: cpupri_find: Implement fallback mechanism for !fit case
Qais Yousef
1
-56
/
+101
2020-03-06
sched/fair: Fix reordering of enqueue/dequeue_task_fair()
Vincent Guittot
1
-8
/
+9
2020-03-06
sched/fair: Fix runnable_avg for throttled cfs
Vincent Guittot
1
-2
/
+12
2020-03-06
sched/deadline: Make two functions static
Yu Chen
2
-4
/
+4
2020-03-06
sched/topology: Don't enable EAS on SMT systems
Valentin Schneider
1
-2
/
+10
2020-03-06
sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing
Mel Gorman
1
-0
/
+2
2020-03-06
sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA
Valentin Schneider
1
-5
/
+9
2020-03-06
sched/fair: Enable tuning of decay period
Thara Gopinath
3
-2
/
+33
2020-03-06
sched/fair: Update cpu_capacity to reflect thermal pressure
Thara Gopinath
1
-0
/
+7
2020-03-06
sched/fair: Enable periodic update of average thermal pressure
Thara Gopinath
2
-0
/
+10
2020-03-06
sched/pelt: Add support to track thermal pressure
Thara Gopinath
3
-0
/
+65
2020-03-06
sched/vtime: Prevent unstable evaluation of WARN(vtime->state)
Chris Wilson
1
-19
/
+22
2020-03-06
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
10
-127
/
+287
2020-03-06
perf/cgroup: Order events in RB tree by cgroup id
Ian Rogers
1
-10
/
+84
2020-03-06
perf/cgroup: Grow per perf_cpu_context heap storage
Ian Rogers
1
-0
/
+47
2020-03-06
perf/core: Add per perf_cpu_context min_heap storage
Ian Rogers
1
-11
/
+32
2020-03-06
perf/core: Use min_heap in visit_groups_merge()
Ian Rogers
1
-16
/
+51
2020-03-06
perf/cgroup: Reorder perf_cgroup_connect()
Peter Zijlstra
1
-8
/
+8
[prev]
[next]