summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell-0/+7
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell-0/+1
2015-01-19futex: Fix argument handling in futex_lock_pi() callsMichael Kerrisk-3/+3
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-11/+2
2015-01-17kernel: avoid overflow in cmp_rangeLouis Langholtz-5/+5
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo-17/+8
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-23/+100
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney-501/+391
2015-01-15rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney-0/+2
2015-01-15rcu: Fix RCU CPU stall detection in tiny implementationMiroslav Benes-4/+3
2015-01-15rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney-1/+20
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney-7/+41
2015-01-15rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney-5/+23
2015-01-15tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)-14/+55
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)-1/+0
2015-01-15ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)-7/+20
2015-01-15ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)-1/+25
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-184/+260
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney-6/+1
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens-1/+5
2015-01-14softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens-1/+5
2015-01-14locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso-1/+1
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)-13/+26
2015-01-14locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso-23/+7
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso-18/+26
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso-11/+5
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso-2/+2
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra-0/+1
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra-10/+28
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra-1/+8
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong-6/+6
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai-1/+3
2015-01-14sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa-2/+3
2015-01-14sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen-0/+3
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang-1/+1
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu-2/+2
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-30/+14
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+8
2015-01-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney-0/+3
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney-40/+65
2015-01-10rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney-1/+0
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney-13/+3
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney-9/+9
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney-6/+6
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-139/+228
2015-01-09livepatch: fix deferred module patching orderJosh Poimboeuf-1/+1
2015-01-09kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada-19/+4
2015-01-09kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada-3/+3
2015-01-09kbuild,gcov: remove unnecessary workaroundMasahiro Yamada-12/+1