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-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
-9
/
+5
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/kernel/git/tip/tip into tif-task_work.arch
Jens Axboe
5
-20
/
+62
2020-11-09
futex: Don't enable IRQs unconditionally in put_pi_state()
Dan Carpenter
1
-2
/
+3
2020-11-09
module: fix comment style
Sergey Shtylyov
1
-43
/
+74
2020-11-09
module: add more 'kernel-doc' comments
Sergey Shtylyov
1
-8
/
+8
2020-11-09
module: fix up 'kernel-doc' comments
Sergey Shtylyov
1
-6
/
+4
2020-11-08
fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
Eddy Wu
1
-5
/
+5
2020-11-08
Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+5
2020-11-08
Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+14
2020-11-08
Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2020-11-08
Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2020-11-07
futex: Handle transient "ownerless" rtmutex state correctly
Mike Galbraith
1
-2
/
+14
2020-11-07
Merge branch 'linus' into perf/kprobes
Ingo Molnar
207
-3352
/
+13769
2020-11-07
Merge branch 'linus' into perf/kprobes
Ingo Molnar
24
-125
/
+193
2020-11-07
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
1
-7
/
+5
2020-11-07
irqdomain: Introduce irq_domain_create_legacy() API
Andy Shevchenko
1
-3
/
+14
2020-11-07
irqdomain: Replace open coded of_node_to_fwnode()
Andy Shevchenko
1
-1
/
+1
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-7
/
+42
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-91
/
+147
2020-11-06
kcsan: Fix encoding masks and regain address bit
Marco Elver
1
-8
/
+6
2020-11-06
rcu-tasks: Make the units of ->init_fract be jiffies
Paul E. McKenney
1
-8
/
+6
2020-11-06
rcutorture: Don't do need_resched() testing if ->sync is NULL
Paul E. McKenney
1
-3
/
+5
2020-11-06
locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanup
Hou Tao
1
-5
/
+21
2020-11-06
scftorture: Add full-test stutter capability
Paul E. McKenney
1
-3
/
+9
2020-11-06
rcutorture: Small code cleanups
Paul E. McKenney
1
-2
/
+2
2020-11-06
rcutorture: Make stutter_wait() caller restore priority
Paul E. McKenney
2
-11
/
+22
2020-11-06
rcutorture: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
locktorture: Prevent hangs for invalid arguments
Paul E. McKenney
1
-0
/
+5
2020-11-06
locktorture: Ignore nreaders_stress if no readlock support
Hou Tao
1
-1
/
+2
2020-11-06
refscale: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
rcuscale: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
rcuscale: Add RCU Tasks Trace
Paul E. McKenney
1
-1
/
+31
[prev]
[next]