summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-10-09jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-10-09ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)
2014-10-09perf: fix perf bug in fork()Peter Zijlstra
2014-10-05perf: Fix a race condition in perf_remove_from_context()Cong Wang
2014-10-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-10-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-10-05alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-10-05kcmp: fix standard comparison bugRasmus Villemoes
2014-10-05kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka
2014-10-05ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)
2014-10-05ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)
2014-10-05ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)
2014-10-05futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner
2014-10-05cgroup: fix unbalanced lockingZefan Li
2014-10-05cgroup: delay the clearing of cgrp->kn->privLi Zefan
2014-10-05cgroup: reject cgroup names with '\n'Alban Crequy
2014-10-05cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan
2014-10-05trace: Fix epoll hang when we race with new entriesJosef Bacik
2014-10-05ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)
2014-10-05module: Clean up ro/nx after early module load failuresAndy Lutomirski
2014-09-17ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)
2014-09-17ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)
2014-09-17kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris
2014-09-05sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara
2014-07-30kexec: fix build error when hugetlbfs is disabledDavid Rientjes
2014-07-30Josh has movedJosh Triplett
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-07-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-18Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-18kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu
2014-07-17Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low