aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-184/+260
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney1-6/+1
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens1-1/+5
2015-01-14softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens1-1/+5
2015-01-14locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso1-1/+1
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)6-13/+26
2015-01-14locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso4-23/+7
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso1-18/+26
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso1-11/+5
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso1-2/+2
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra1-0/+1
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra4-10/+28
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra2-1/+8
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong1-6/+6
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2-1/+3
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa1-2/+3
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen1-0/+3
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang1-1/+1
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu1-2/+2
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-30/+14
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+8
2015-01-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney1-0/+3
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney3-40/+65
2015-01-10rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney1-1/+0
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney1-13/+3
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney1-9/+9
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney3-6/+6
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-139/+228
2015-01-09livepatch: fix deferred module patching orderJosh Poimboeuf1-1/+1
2015-01-09kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada1-19/+4
2015-01-09kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada1-3/+3
2015-01-09kbuild,gcov: remove unnecessary workaroundMasahiro Yamada1-12/+1
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada1-1/+1
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski1-11/+8
2015-01-09livepatch: handle ancient compilers with more graceJiri Kosina1-0/+6
2015-01-08exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov1-3/+9
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin1-0/+4
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+40
2015-01-06livepatch: kconfig: use bool instead of booleanChristoph Jaeger1-2/+2
2015-01-06rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney3-6/+15
2015-01-06rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney2-5/+29
2015-01-06rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney3-1/+5
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar3-1/+6