index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2014-03-12
locking/mutex: Fix debug checks
Peter Zijlstra
2014-03-11
locking/mutexes: Add extra reschedule point
Peter Zijlstra
2014-03-11
locking/mutexes: Introduce cancelable MCS lock for adaptive spinning
Peter Zijlstra
2014-03-11
locking/mutexes: Unlock the mutex without the wait_lock
Jason Low
2014-03-11
locking/mutexes: Modify the way optimistic spinners are queued
Jason Low
2014-03-11
locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...
Jason Low
2014-03-11
locking: Move mcs_spinlock.h into kernel/locking/
Peter Zijlstra
2014-03-03
futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
Heiko Carstens
2014-02-09
lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...
Oleg Nesterov
2014-02-09
lockdep: Don't create the wrong dependency on hlock->check == 0
Oleg Nesterov
2014-02-09
lockdep: Make held_lock->check and "int check" argument bool
Oleg Nesterov
2014-02-02
Merge branch 'linus' into core/locking
Ingo Molnar
2014-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-01-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-01-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-01-30
kernel/smp.c: remove cpumask_ipi
Roman Gushchin
2014-01-30
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-01-28
locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...
Tim Chen
2014-01-28
locking/mutexes/mcs: Correct barrier usage
Waiman Long
2014-01-28
sched: Make sched_class::get_rr_interval() optional
Peter Zijlstra
2014-01-28
sched/deadline: Add sched_dl documentation
Dario Faggioli
2014-01-27
softirq: use const char * const for softirq_to_name, whitespace neatening
Joe Perches
2014-01-27
softirq: convert printks to pr_<level>
Joe Perches
2014-01-27
softirq: use ffs() in __do_softirq()
Joe Perches
2014-01-27
kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...
Chen Gang
2014-01-27
Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-01-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-01-25
hung_task: Display every hung task warning
Aaron Tomlin
2014-01-25
introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...
Oleg Nesterov
2014-01-25
sysctl: Add neg_one as a standard constraint
Aaron Tomlin
2014-01-25
kgdb/kdb: Fix no KDB config problem
Mike Travis
2014-01-25
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
2014-01-24
Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-01-23
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2014-01-23
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-01-23
kdump: fix exported size of vmcoreinfo note
Vivek Goyal
2014-01-23
kexec: add sysctl to disable kexec_load
Kees Cook
2014-01-23
kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()
Oleg Nesterov
2014-01-23
kernel/sys.c: k_getrusage() can use while_each_thread()
Oleg Nesterov
2014-01-23
exec: kill task_struct->did_exec
Oleg Nesterov
2014-01-23
kernel/fork.c: remove redundant NULL check in dup_mm()
Daeseok Youn
2014-01-23
kernel/fork.c: fix coding style issues
Daeseok Youn
2014-01-23
kernel/fork.c: make dup_mm() static
DaeSeok Youn
2014-01-23
printk: flush conflicting continuation line
Arun KS
2014-01-23
numa: add a sysctl for numa_balancing
Andi Kleen
2014-01-23
tracing: Check if tracing is enabled in trace_puts()
Steven Rostedt (Red Hat)
2014-01-23
sched/clock: Fixup early initialization
Peter Zijlstra
[next]