summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2-16/+0
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker1-5/+11
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra2-0/+13
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra1-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra4-5/+200
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low1-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low1-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low1-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2-1/+115
2014-03-03futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens1-13/+24
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov1-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov1-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov1-7/+4
2014-02-02Merge branch 'linus' into core/lockingIngo Molnar49-2163/+4232
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-15/+16
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+5
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+12
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin1-16/+1
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-38/+13
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+9
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+0
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen1-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageWaiman Long1-5/+13
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra1-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli1-1/+2
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches1-16/+9
2014-01-27softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches1-21/+22
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang1-1/+1
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+81
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+42
2014-01-25hung_task: Display every hung task warningAaron Tomlin2-5/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov1-11/+0
2014-01-25sysctl: Add neg_one as a standard constraintAaron Tomlin1-0/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis2-4/+3
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar3-15/+16
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+4
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds8-22/+63
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-193/+326
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal1-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook2-1/+15
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov1-4/+3
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov2-4/+2
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn1-3/+0
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn1-2/+2
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn1-1/+1
2014-01-23printk: flush conflicting continuation lineArun KS1-3/+6
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen2-1/+32