summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2015-01-23audit: fix filename matching in __audit_inode() and __audit_inode_child()Paul Moore
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
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-21livepatch: fix uninitialized return valueJosh Poimboeuf
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-20livepatch: support for repatching a functionJosh Poimboeuf
2015-01-20livepatch: enforce patch stacking semanticsJosh Poimboeuf
2015-01-20audit: remove vestiges of vers_opsRichard Guy Briggs
2015-01-20livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHINGMiroslav Benes
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-19futex: Fix argument handling in futex_lock_pi() callsMichael Kerrisk
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-17kernel: avoid overflow in cmp_rangeLouis Langholtz
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-15rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney
2015-01-15rcu: Fix RCU CPU stall detection in tiny implementationMiroslav Benes
2015-01-15rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney
2015-01-15rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens
2015-01-14softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens
2015-01-14locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2015-01-14locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso
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