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
2017-08-11
sched: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-2
/
+2
2017-08-11
cgroup: remove unneeded checks
Dan Carpenter
1
-2
/
+2
2017-08-11
cgroup: misc changes
Tejun Heo
1
-21
/
+2
2017-08-11
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2
-2
/
+2
2017-08-11
PM / s2idle: Rename platform operations structure
Rafael J. Wysocki
1
-15
/
+15
2017-08-11
PM / s2idle: Rename ->enter_freeze to ->enter_s2idle
Rafael J. Wysocki
1
-1
/
+1
2017-08-11
PM / s2idle: Rename freeze_state enum and related items
Rafael J. Wysocki
2
-27
/
+27
2017-08-11
PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLE
Rafael J. Wysocki
2
-24
/
+24
2017-08-10
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
1
-1
/
+1
2017-08-10
mm: fix global NR_SLAB_.*CLAIMABLE counter reads
Johannes Weiner
1
-1
/
+1
2017-08-10
sched/autogroup: Fix error reporting printk text in autogroup_create()
Anshuman Khandual
1
-2
/
+1
2017-08-10
sched/fair: Fix wake_affine() for !NUMA_BALANCING
Peter Zijlstra
1
-68
/
+122
2017-08-10
locking/lockdep: Apply crossrelease to completions
Byungchul Park
1
-0
/
+11
2017-08-10
locking/lockdep: Make print_circular_bug() aware of crossrelease
Byungchul Park
1
-20
/
+47
2017-08-10
locking/lockdep: Handle non(or multi)-acquisition of a crosslock
Byungchul Park
1
-26
/
+56
2017-08-10
locking/lockdep: Detect and handle hist_lock ring buffer overwrite
Byungchul Park
1
-5
/
+47
2017-08-10
locking/lockdep: Implement the 'crossrelease' feature
Byungchul Park
4
-23
/
+492
2017-08-10
locking/lockdep: Make check_prev_add() able to handle external stack_trace
Byungchul Park
1
-21
/
+19
2017-08-10
locking/lockdep: Change the meaning of check_prev_add()'s return value
Byungchul Park
1
-3
/
+4
2017-08-10
locking/lockdep: Add a function building a chain between two classes
Byungchul Park
1
-0
/
+70
2017-08-10
locking/lockdep: Refactor lookup_chain_cache()
Byungchul Park
1
-48
/
+93
2017-08-10
locking/lockdep: Avoid creating redundant links
Peter Zijlstra
3
-0
/
+33
2017-08-10
locking/lockdep: Rework FS_RECLAIM annotation
Peter Zijlstra
2
-95
/
+1
2017-08-10
locking: Introduce smp_mb__after_spinlock()
Peter Zijlstra
1
-2
/
+2
2017-08-10
jump_label: Provide hotplug context variants
Marc Zyngier
1
-4
/
+18
2017-08-10
jump_label: Split out code under the hotplug lock
Marc Zyngier
1
-9
/
+19
2017-08-10
jump_label: Move CPU hotplug locking
Marc Zyngier
1
-2
/
+4
2017-08-10
jump_label: Add RELEASE barrier after text changes
Peter Zijlstra
1
-2
/
+9
2017-08-10
cpuset: Make nr_cpusets private
Paolo Bonzini
1
-0
/
+7
2017-08-10
jump_label: Fix concurrent static_key_enable/disable()
Paolo Bonzini
1
-22
/
+37
2017-08-10
locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()
Kirill Tkhai
1
-3
/
+30
2017-08-10
locking/rwsem-spinlock: Add killable versions of __down_read()
Kirill Tkhai
1
-9
/
+28
2017-08-10
locking/osq_lock: Fix osq_lock queue corruption
Prateek Sood
1
-0
/
+13
2017-08-10
sched/wait: Remove the lockless swait_active() check in swake_up*()
Boqun Feng
1
-6
/
+0
2017-08-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
12
-54
/
+103
2017-08-10
sched/debug: Intruduce task_state_to_char() helper function
Xie XiuQi
2
-18
/
+7
2017-08-10
sched/debug: Show task state in /proc/sched_debug
Xie XiuQi
1
-6
/
+12
2017-08-10
sched/debug: Use task_pid_nr_ns in /proc/$pid/sched
Aleksa Sarai
1
-2
/
+3
2017-08-10
sched/core: Remove unnecessary initialization init_idle_bootup_task()
Cheng Jian
1
-5
/
+0
2017-08-10
sched/deadline: Change return value of cpudl_find()
Byungchul Park
2
-16
/
+16
2017-08-10
sched/deadline: Make find_later_rq() choose a closer CPU in topology
Byungchul Park
1
-13
/
+14
2017-08-10
sched/numa: Scale scan period with tasks in group and shared/private
Rik van Riel
1
-25
/
+86
2017-08-10
sched/numa: Slow down scan rate if shared faults dominate
Rik van Riel
1
-14
/
+25
2017-08-10
sched/pelt: Fix false running accounting
Vincent Guittot
1
-0
/
+12
2017-08-10
sched: Mark pick_next_task_dl() and build_sched_domain() as static
Viresh Kumar
2
-2
/
+2
2017-08-10
sched/cpupri: Don't re-initialize 'struct cpupri'
Viresh Kumar
1
-2
/
+0
2017-08-10
sched/deadline: Don't re-initialize 'struct cpudl'
Viresh Kumar
1
-1
/
+0
2017-08-10
sched/topology: Drop memset() from init_rootdomain()
Viresh Kumar
1
-3
/
+1
2017-08-10
sched/fair: Drop always true parameter of update_cfs_rq_load_avg()
Viresh Kumar
1
-8
/
+7
2017-08-10
sched/fair: Avoid checking cfs_rq->nr_running twice
Viresh Kumar
1
-7
/
+9
[prev]
[next]