Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e... | Byungchul Park | 2017-08-14 | 1 | -0/+4 | |
| * | | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-08-11 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | locking/lockdep: Apply crossrelease to completions | Byungchul Park | 2017-08-10 | 1 | -0/+11 | |
| * | | | | | | | | | locking/lockdep: Make print_circular_bug() aware of crossrelease | Byungchul Park | 2017-08-10 | 1 | -20/+47 | |
| * | | | | | | | | | locking/lockdep: Handle non(or multi)-acquisition of a crosslock | Byungchul Park | 2017-08-10 | 1 | -26/+56 | |
| * | | | | | | | | | locking/lockdep: Detect and handle hist_lock ring buffer overwrite | Byungchul Park | 2017-08-10 | 1 | -5/+47 | |
| * | | | | | | | | | locking/lockdep: Implement the 'crossrelease' feature | Byungchul Park | 2017-08-10 | 4 | -23/+492 | |
| * | | | | | | | | | locking/lockdep: Make check_prev_add() able to handle external stack_trace | Byungchul Park | 2017-08-10 | 1 | -21/+19 | |
| * | | | | | | | | | locking/lockdep: Change the meaning of check_prev_add()'s return value | Byungchul Park | 2017-08-10 | 1 | -3/+4 | |
| * | | | | | | | | | locking/lockdep: Add a function building a chain between two classes | Byungchul Park | 2017-08-10 | 1 | -0/+70 | |
| * | | | | | | | | | locking/lockdep: Refactor lookup_chain_cache() | Byungchul Park | 2017-08-10 | 1 | -48/+93 | |
| * | | | | | | | | | locking/lockdep: Avoid creating redundant links | Peter Zijlstra | 2017-08-10 | 3 | -0/+33 | |
| * | | | | | | | | | locking/lockdep: Rework FS_RECLAIM annotation | Peter Zijlstra | 2017-08-10 | 2 | -95/+1 | |
| * | | | | | | | | | locking: Introduce smp_mb__after_spinlock() | Peter Zijlstra | 2017-08-10 | 1 | -2/+2 | |
| * | | | | | | | | | jump_label: Provide hotplug context variants | Marc Zyngier | 2017-08-10 | 1 | -4/+18 | |
| * | | | | | | | | | jump_label: Split out code under the hotplug lock | Marc Zyngier | 2017-08-10 | 1 | -9/+19 | |
| * | | | | | | | | | jump_label: Move CPU hotplug locking | Marc Zyngier | 2017-08-10 | 1 | -2/+4 | |
| * | | | | | | | | | jump_label: Add RELEASE barrier after text changes | Peter Zijlstra | 2017-08-10 | 1 | -2/+9 | |
| * | | | | | | | | | cpuset: Make nr_cpusets private | Paolo Bonzini | 2017-08-10 | 1 | -0/+7 | |
| * | | | | | | | | | jump_label: Fix concurrent static_key_enable/disable() | Paolo Bonzini | 2017-08-10 | 1 | -22/+37 | |
| * | | | | | | | | | locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed() | Kirill Tkhai | 2017-08-10 | 1 | -3/+30 | |
| * | | | | | | | | | locking/rwsem-spinlock: Add killable versions of __down_read() | Kirill Tkhai | 2017-08-10 | 1 | -9/+28 | |
| * | | | | | | | | | locking/osq_lock: Fix osq_lock queue corruption | Prateek Sood | 2017-08-10 | 1 | -0/+13 | |
| * | | | | | | | | | sched/wait: Remove the lockless swait_active() check in swake_up*() | Boqun Feng | 2017-08-10 | 1 | -6/+0 | |
| * | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2017-08-10 | 12 | -54/+103 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | futex: Allow for compiling out PI support | Nicolas Pitre | 2017-08-01 | 2 | -0/+51 | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-09-04 | 11 | -253/+433 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | sched/debug: Optimize sched_domain sysctl generation | Peter Zijlstra | 2017-08-25 | 3 | -14/+59 | |
| * | | | | | | | | | | | sched/topology: Avoid pointless rebuild | Peter Zijlstra | 2017-08-25 | 1 | -3/+12 | |
| * | | | | | | | | | | | sched/topology, cpuset: Avoid spurious/wrong domain rebuilds | Peter Zijlstra | 2017-08-25 | 1 | -6/+0 | |
| * | | | | | | | | | | | sched/topology: Improve comments | Peter Zijlstra | 2017-08-25 | 1 | -2/+3 | |
| * | | | | | | | | | | | sched/topology: Fix memory leak in __sdt_alloc() | Shu Wang | 2017-08-25 | 1 | -9/+7 | |
| * | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-08-25 | 18 | -50/+219 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | sched/completion: Document that reinit_completion() must be called after comp... | Steven Rostedt | 2017-08-16 | 1 | -0/+8 | |
| * | | | | | | | | | | | sched/autogroup: Fix error reporting printk text in autogroup_create() | Anshuman Khandual | 2017-08-10 | 1 | -2/+1 | |
| * | | | | | | | | | | | sched/fair: Fix wake_affine() for !NUMA_BALANCING | Peter Zijlstra | 2017-08-10 | 1 | -68/+122 | |
| * | | | | | | | | | | | sched/debug: Intruduce task_state_to_char() helper function | Xie XiuQi | 2017-08-10 | 2 | -18/+7 | |
| * | | | | | | | | | | | sched/debug: Show task state in /proc/sched_debug | Xie XiuQi | 2017-08-10 | 1 | -6/+12 | |
| * | | | | | | | | | | | sched/debug: Use task_pid_nr_ns in /proc/$pid/sched | Aleksa Sarai | 2017-08-10 | 1 | -2/+3 | |
| * | | | | | | | | | | | sched/core: Remove unnecessary initialization init_idle_bootup_task() | Cheng Jian | 2017-08-10 | 1 | -5/+0 | |
| * | | | | | | | | | | | sched/deadline: Change return value of cpudl_find() | Byungchul Park | 2017-08-10 | 2 | -16/+16 | |
| * | | | | | | | | | | | sched/deadline: Make find_later_rq() choose a closer CPU in topology | Byungchul Park | 2017-08-10 | 1 | -13/+14 | |
| * | | | | | | | | | | | sched/numa: Scale scan period with tasks in group and shared/private | Rik van Riel | 2017-08-10 | 1 | -25/+86 | |
| * | | | | | | | | | | | sched/numa: Slow down scan rate if shared faults dominate | Rik van Riel | 2017-08-10 | 1 | -14/+25 | |
| * | | | | | | | | | | | sched/pelt: Fix false running accounting | Vincent Guittot | 2017-08-10 | 1 | -0/+12 | |
| * | | | | | | | | | | | sched: Mark pick_next_task_dl() and build_sched_domain() as static | Viresh Kumar | 2017-08-10 | 2 | -2/+2 | |
| * | | | | | | | | | | | sched/cpupri: Don't re-initialize 'struct cpupri' | Viresh Kumar | 2017-08-10 | 1 | -2/+0 | |
| * | | | | | | | | | | | sched/deadline: Don't re-initialize 'struct cpudl' | Viresh Kumar | 2017-08-10 | 1 | -1/+0 | |
| * | | | | | | | | | | | sched/topology: Drop memset() from init_rootdomain() | Viresh Kumar | 2017-08-10 | 1 | -3/+1 | |
| * | | | | | | | | | | | sched/fair: Drop always true parameter of update_cfs_rq_load_avg() | Viresh Kumar | 2017-08-10 | 1 | -8/+7 |