summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-01-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney
2015-01-10rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-01-09livepatch: fix deferred module patching orderJosh Poimboeuf
2015-01-09kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada
2015-01-09kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada
2015-01-09kbuild,gcov: remove unnecessary workaroundMasahiro Yamada
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski
2015-01-09livepatch: handle ancient compilers with more graceJiri Kosina
2015-01-08exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-06livepatch: kconfig: use bool instead of booleanChristoph Jaeger
2015-01-06rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney
2015-01-06rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney
2015-01-06rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2015-01-06rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney
2015-01-06rcu: Remove redundant callback-list initializationPaul E. McKenney
2015-01-06rcu: Don't scan root rcu_node structure for stalled tasksPaul E. McKenney
2015-01-06rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve...Lai Jiangshan
2015-01-06rcu: Note quiescent state when CPU goes offlinePaul E. McKenney
2015-01-06rcu: Don't bother affinitying rcub kthreads away from offline CPUsPaul E. McKenney
2015-01-06rcu: Don't initiate RCU priority boosting on root rcu_nodePaul E. McKenney
2015-01-06rcu: Don't spawn rcub kthreads on root rcu_node structurePaul E. McKenney
2015-01-06rcu: Make use of rcu_preempt_has_tasks()Paul E. McKenney
2015-01-06rcu: Shorten irq-disable region in rcu_cleanup_dead_cpu()Paul E. McKenney
2015-01-06rcu: Don't migrate blocked tasks even if all corresponding CPUs offlinePaul E. McKenney
2015-01-06rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearingPaul E. McKenney
2015-01-06rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu()Paul E. McKenney
2015-01-06rcu: Rename "empty" to "empty_norm" in preparation for boost reworkPaul E. McKenney
2015-01-06rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE()Paul E. McKenney