aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra
2014-11-16perf: Fix corruption of sibling list with hotplugMark Rutland
2014-11-14Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2014-11-11audit: keep inode pinnedMiklos Szeredi
2014-11-10tracing: Do not risk busy looping in buffer spliceRabin Vincent
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin
2014-11-08PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is setDmitry Eremin-Solenikov
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-31Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-30tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent
2014-10-30audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-10-29kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky
2014-10-29gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio
2014-10-28Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney
2014-10-28perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra
2014-10-28sched/dl: Fix preemption checksKirill Tkhai
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov
2014-10-27PM / Sleep: fix recovery during resuming from hibernationImre Deak
2014-10-26futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman
2014-10-26futex: Mention key referencing differences between shared and private futexesDavidlohr Bueso
2014-10-25clockevents: Prevent shift out of boundsThomas Gleixner
2014-10-25posix-timers: Fix stack info leak in timer_create()Mathias Krause
2014-10-24ftrace: Fix checking of trampoline ftrace_ops in finding trampolineSteven Rostedt (Red Hat)
2014-10-24ftrace: Set ops->old_hash on modifying what an ops hooks toSteven Rostedt (Red Hat)