index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-07
rcu: Better hotplug handling for synchronize_sched_expedited()
Paul E. McKenney
1
-6
/
+62
2015-10-07
rcu: Enable stall warnings for synchronize_rcu_expedited()
Paul E. McKenney
1
-2
/
+1
2015-10-07
rcu: Add tasks to expedited stall-warning messages
Paul E. McKenney
1
-1
/
+1
2015-10-07
rcu: Add online/offline info to expedited stall warning message
Paul E. McKenney
3
-1
/
+40
2015-10-07
rcu: Consolidate expedited CPU selection
Paul E. McKenney
2
-63
/
+5
2015-10-07
rcu: Prepare for consolidating expedited CPU selection
Paul E. McKenney
1
-2
/
+0
2015-10-07
cpu: Remove try_get_online_cpus()
Paul E. McKenney
1
-13
/
+0
2015-10-07
rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()
Paul E. McKenney
1
-13
/
+1
2015-10-07
rcu: Stop silencing lockdep false positive for expedited grace periods
Paul E. McKenney
2
-23
/
+2
2015-10-07
rcu: Switch synchronize_sched_expedited() to IPI
Paul E. McKenney
2
-15
/
+20
2015-10-06
locktorture: Fix module unwind when bad torture_type specified
Paul E. McKenney
1
-3
/
+3
2015-10-06
rcutorture: Fix unused-function warning for torturing_tasks()
Paul E. McKenney
1
-1
/
+1
2015-10-06
rcutorture: Fix module unwind when bad torture_type specified
Paul E. McKenney
1
-3
/
+3
2015-10-06
rcu_sync: Cleanup the CONFIG_PROVE_RCU checks
Oleg Nesterov
1
-3
/
+3
2015-10-06
locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()
Oleg Nesterov
1
-5
/
+5
2015-10-06
locking/percpu-rwsem: Fix the comments outdated by rcu_sync
Oleg Nesterov
1
-39
/
+11
2015-10-06
locking/percpu-rwsem: Make use of the rcu_sync infrastructure
Oleg Nesterov
1
-11
/
+7
2015-10-06
locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safe
Oleg Nesterov
1
-0
/
+7
2015-10-06
rcu_sync: Introduce rcu_sync_dtor()
Oleg Nesterov
1
-0
/
+26
2015-10-06
rcu_sync: Add CONFIG_PROVE_RCU checks
Oleg Nesterov
1
-0
/
+20
2015-10-06
rcu_sync: Simplify rcu_sync using new rcu_sync_ops structure
Oleg Nesterov
1
-20
/
+22
2015-10-06
rcu: Create rcu_sync infrastructure
Oleg Nesterov
2
-1
/
+176
2015-10-06
torture: Consolidate cond_resched_rcu_qs() into stutter_wait()
Paul E. McKenney
2
-2
/
+1
2015-10-06
locktorture: Add torture tests for percpu_rwsem
Paul E. McKenney
1
-0
/
+44
2015-10-06
locking/percpu-rwsem: Export symbols for locktorture
Paul E. McKenney
1
-0
/
+5
2015-10-06
locktorture: Support rtmutex torturing
Davidlohr Bueso
1
-2
/
+112
2015-10-06
rcu: Correct comment for values of ->gp_state field
Paul E. McKenney
1
-1
/
+1
2015-10-06
rcu: Finish folding ->fqs_state into ->gp_state
Petr Mladek
3
-22
/
+12
2015-10-06
rcu: Move preemption disabling out of __srcu_read_lock()
Paul E. McKenney
2
-2
/
+2
2015-10-06
rcu: Add online/offline info to stall warning message
Paul E. McKenney
1
-2
/
+6
2015-10-06
rcu: Eliminate panic when silly boot-time fanout specified
Paul E. McKenney
1
-9
/
+11
2015-10-06
rcu: Don't disable preemption for Tiny and Tree RCU readers
Boqun Feng
1
-0
/
+9
2015-10-06
rcu: Use call_rcu_func_t to replace explicit type equivalents
Boqun Feng
2
-3
/
+2
2015-10-06
rcu: Use rcu_callback_t in call_rcu*() and friends
Boqun Feng
7
-14
/
+14
2015-10-06
sched: Export sched_setscheduler_nocheck
Davidlohr Bueso
1
-0
/
+1
2015-10-06
locking/rwsem: Use acquire/release semantics
Davidlohr Bueso
1
-2
/
+3
2015-10-06
locking/mcs: Use acquire/release semantics
Davidlohr Bueso
1
-2
/
+2
2015-10-06
locking/rtmutex: Use acquire/release semantics
Davidlohr Bueso
1
-9
/
+21
2015-10-06
locking/mutex: Use acquire/release semantics
Davidlohr Bueso
1
-4
/
+5
2015-10-06
Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...
Ingo Molnar
6
-43
/
+118
2015-10-06
sched/core: Remove a parameter in the migrate_task_rq() function
xiaofeng.yan
3
-3
/
+3
2015-10-06
sched/core: Drop unlikely behind BUG_ON()
Geliang Tang
1
-1
/
+1
2015-10-06
sched/core: Fix task and run queue sched_info::run_delay inconsistencies
Peter Zijlstra
2
-25
/
+33
2015-10-06
sched/numa: Fix task_tick_fair() from disabling numa_balancing
Srikar Dronamraju
1
-1
/
+1
2015-10-06
sched/core: Add preempt_count invariant check
Peter Zijlstra
1
-0
/
+4
2015-10-06
sched/core: More notrace annotations
Peter Zijlstra
1
-3
/
+3
2015-10-06
sched/core: Simplify preempt_count tests
Peter Zijlstra
1
-1
/
+1
2015-10-06
sched/core: Robustify preemption leak checks
Peter Zijlstra
2
-2
/
+6
2015-10-06
sched/core: Stop setting PREEMPT_ACTIVE
Peter Zijlstra
1
-13
/
+6
2015-10-06
sched/core: Fix trace_sched_switch()
Peter Zijlstra
4
-4
/
+5
[prev]
[next]