summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker
2015-01-30sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-01-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen
2015-01-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-01-22cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner
2015-01-22module: make module_refcount() a signed integer.Rusty Russell
2015-01-20Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-20module: fix race in kallsyms resolution during module load success.Rusty Russell
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell
2015-01-16kernel: avoid overflow in cmp_rangeLouis Langholtz
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo
2015-01-16Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-01-15tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)
2015-01-15ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)
2015-01-15ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)
2015-01-14sched/debug: Print rq->clock_taskPeter Zijlstra
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra
2015-01-14sched/core: Remove check of p->sched_classYao Dongdong
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai
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-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-10Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-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
2014-12-31Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds