aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-12-03context_tracking: Restore previous state in schedule_userGravatar Andy Lutomirski 1-2/+6
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEGravatar Andy Lutomirski 1-1/+0
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesGravatar Thomas Gleixner 2-0/+10
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-43/+42
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+5
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyGravatar Stanislaw Gruszka 5-27/+24
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingGravatar Peter Zijlstra 2-14/+1
2014-11-16sched/numa: Avoid selecting oneself as swap targetGravatar Peter Zijlstra 1-0/+7
2014-11-16perf: Fix corruption of sibling list with hotplugGravatar Mark Rutland 1-3/+5
2014-11-14Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2014-11-13kernel/panic.c: update comments for print_taintedGravatar Xie XiuQi 1-0/+1
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 2-1/+2
2014-11-11audit: keep inode pinnedGravatar Miklos Szeredi 1-0/+1
2014-11-10tracing: Do not risk busy looping in buffer spliceGravatar Rabin Vincent 1-2/+8
2014-11-10tracing: Do not busy wait in buffer spliceGravatar Rabin Vincent 2-43/+61
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Gravatar Andrey Ryabinin 1-0/+4
2014-11-08PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is setGravatar Dmitry Eremin-Solenikov 1-2/+2
2014-11-04sched: Remove lockdep check in sched_move_task()Gravatar Kirill Tkhai 1-2/+6
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+7
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-5/+15
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-55/+97
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-21/+1
2014-10-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-15/+21
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-6/+57
2014-10-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+2
2014-10-31Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2014-10-30tracing/syscalls: Ignore numbers outside NR_syscalls' rangeGravatar Rabin Vincent 1-4/+4
2014-10-30audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceGravatar Richard Guy Briggs 1-1/+1
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 4-6/+57
2014-10-29kernel/kmod: fix use-after-free of the sub_info structureGravatar Martin Schwidefsky 1-39/+37
2014-10-29gcov: add ARM64 to GCOV_PROFILE_ALLGravatar Riku Voipio 1-1/+1
2014-10-28Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-17/+37
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsGravatar Paul E. McKenney 3-5/+44
2014-10-28perf: Fix and clean up initialization of pmu::event_idxGravatar Peter Zijlstra 2-21/+1
2014-10-28sched/dl: Fix preemption checksGravatar Kirill Tkhai 1-3/+7
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Gravatar Oleg Nesterov 2-40/+41
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeGravatar Kirill Tkhai 2-3/+5
2014-10-28sched/fair: Care divide error in update_task_scan_period()Gravatar Yasuaki Ishimatsu 1-1/+1
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Gravatar Kirill Tkhai 1-2/+12
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Gravatar Juri Lelli 1-5/+13
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityGravatar Juri Lelli 1-1/+12
2014-10-28sched: Fix race between task_group and sched_task_groupGravatar Kirill Tkhai 1-0/+6
2014-10-27bpf: split eBPF out of NETGravatar Alexei Starovoitov 3-4/+13
2014-10-27PM / Sleep: fix recovery during resuming from hibernationGravatar Imre Deak 1-1/+7
2014-10-26futex: Fix a race condition between REQUEUE_PI and task deathGravatar Brian Silverman 1-11/+11
2014-10-26futex: Mention key referencing differences between shared and private futexesGravatar Davidlohr Bueso 1-4/+10
2014-10-25clockevents: Prevent shift out of boundsGravatar Thomas Gleixner 1-1/+1
2014-10-25posix-timers: Fix stack info leak in timer_create()Gravatar Mathias Krause 1-0/+1
2014-10-24ftrace: Fix checking of trampoline ftrace_ops in finding trampolineGravatar Steven Rostedt (Red Hat) 1-8/+22
2014-10-24ftrace: Set ops->old_hash on modifying what an ops hooks toGravatar Steven Rostedt (Red Hat) 1-9/+15