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
2018-07-17
locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()
Andrea Parri
1
-20
/
+21
2018-07-17
sched/core: Use smp_mb() in wake_woken_function()
Andrea Parri
1
-26
/
+21
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
30
-316
/
+449
2018-07-17
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
12
-810
/
+1201
2018-07-16
module: replace the existing LSM hook in init_module
Mimi Zohar
1
-1
/
+1
2018-07-16
kexec: add call to LSM hook in original kexec_load syscall
Mimi Zohar
1
-0
/
+8
2018-07-16
livepatch: Remove reliable stacktrace check in klp_try_switch_task()
Kamalesh Babulal
1
-7
/
+0
2018-07-16
perf, tools: Use correct articles in comments
Tobias Tefke
2
-11
/
+11
2018-07-16
sched/core: Remove get_cpu() from sched_fork()
Sebastian Andrzej Siewior
1
-9
/
+4
2018-07-16
sched/cpufreq: Clarify sugov_get_util()
Peter Zijlstra
1
-21
/
+54
2018-07-16
sched/sysctl: Remove unused sched_time_avg_ms sysctl
Vincent Guittot
3
-17
/
+0
2018-07-16
sched/core: Remove the rt_avg code
Vincent Guittot
3
-45
/
+0
2018-07-16
sched/core: Use PELT for scale_rt_capacity()
Vincent Guittot
4
-27
/
+23
2018-07-15
sched/cpufreq: Remove sugov_aggregate_util()
Vincent Guittot
2
-30
/
+16
2018-07-15
cpufreq/schedutil: Take time spent in interrupts into account
Vincent Guittot
2
-4
/
+34
2018-07-15
sched/irq: Add IRQ utilization tracking
Vincent Guittot
5
-4
/
+72
2018-07-15
cpufreq/schedutil: Use DL utilization tracking
Vincent Guittot
2
-7
/
+23
2018-07-15
sched/dl: Add dl_rq utilization tracking
Vincent Guittot
5
-3
/
+44
2018-07-15
cpufreq/schedutil: Use RT utilization tracking
Vincent Guittot
1
-1
/
+8
2018-07-15
sched/rt: Add rt_rq utilization tracking
Vincent Guittot
5
-1
/
+66
2018-07-15
sched/pelt: Move PELT related code in a dedicated file
Vincent Guittot
5
-333
/
+375
2018-07-15
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
1
-4
/
+6
2018-07-15
watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bug
Peter Zijlstra
1
-5
/
+15
2018-07-15
sched/deadline: Fix switched_from_dl() warning
Juri Lelli
1
-1
/
+10
2018-07-15
Merge tag 'v4.18-rc5' into sched/core, to pick up fixes
Ingo Molnar
14
-218
/
+314
2018-07-15
stop_machine: Disable preemption when waking two stopper threads
Isaac J. Manjarres
1
-1
/
+5
2018-07-13
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2018-07-13
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-16
/
+25
2018-07-13
Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-6
/
+7
2018-07-13
cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
Thomas Gleixner
1
-3
/
+10
2018-07-13
cpu/hotplug: Expose SMT control init function
Jiri Kosina
1
-3
/
+13
2018-07-12
tracing: Reorder display of TGID to be after PID
Joel Fernandes (Google)
2
-6
/
+7
2018-07-12
Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD
Paul E. McKenney
4
-130
/
+297
2018-07-12
rcutorture: Fix rcu_barrier successes counter
Joel Fernandes (Google)
1
-5
/
+4
2018-07-12
rcutorture: Add support to detect if boost kthread prio is too low
Joel Fernandes (Google)
3
-4
/
+37
2018-07-12
rcutorture: Use monotonic timestamp for stall detection
Arnd Bergmann
1
-2
/
+3
2018-07-12
rcutorture: Make boost test more robust
Joel Fernandes (Google)
1
-6
/
+39
2018-07-12
rcutorture: Disable RT throttling for boost tests
Joel Fernandes (Google)
1
-0
/
+29
2018-07-12
rcutorture: Emphasize testing of single reader protection type
Paul E. McKenney
1
-1
/
+8
2018-07-12
rcutorture: Handle extended read-side critical sections
Paul E. McKenney
1
-6
/
+152
2018-07-12
rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()
Paul E. McKenney
1
-46
/
+1
2018-07-12
rcutorture: Use per-CPU random state for rcu_torture_timer()
Paul E. McKenney
1
-5
/
+5
2018-07-12
rcutorture: Use atomic increment for n_rcu_torture_timers
Paul E. McKenney
1
-3
/
+3
2018-07-12
rcutorture: Extract common code from rcu_torture_reader()
Paul E. McKenney
1
-43
/
+55
2018-07-12
rcuperf: Remove unused torturing_tasks() function
Paul E. McKenney
1
-5
/
+0
2018-07-12
rcu: Remove rcutorture test version and sequence number
Paul E. McKenney
3
-44
/
+1
2018-07-12
rcutorture: Change units of onoff_interval to jiffies
Paul E. McKenney
1
-2
/
+2
2018-07-12
rcu: Assign higher prio to RCU threads if rcutorture is built-in
Joel Fernandes (Google)
1
-1
/
+5
2018-07-12
srcu: Add grace-period number to rcutorture statistics printout
Paul E. McKenney
1
-1
/
+2
2018-07-12
rcu: Print stall-warning NMI dyntick state in hexadecimal
Paul E. McKenney
1
-1
/
+1
[prev]
[next]