summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-311-1/+7
|\
| * PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-10-271-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-314-5/+15
|\ \
| * | bpf: split eBPF out of NETAlexei Starovoitov2014-10-273-4/+13
| * | bpf: fix bug in eBPF verifierAlexei Starovoitov2014-10-211-1/+2
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-315-55/+97
|\ \ \
| * | | sched/dl: Fix preemption checksKirill Tkhai2014-10-281-3/+7
| * | | sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-282-40/+41
| * | | sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2014-10-282-3/+5
| * | | sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu2014-10-281-1/+1
| * | | sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai2014-10-281-2/+12
| * | | sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli2014-10-281-5/+13
| * | | sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli2014-10-281-1/+12
| * | | sched: Fix race between task_group and sched_task_groupKirill Tkhai2014-10-281-0/+6
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-312-21/+1
|\ \ \
| * | | perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra2014-10-282-21/+1
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-311-15/+21
|\ \ \ \
| * | | | futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman2014-10-261-11/+11
| * | | | futex: Mention key referencing differences between shared and private futexesDavidlohr Bueso2014-10-261-4/+10
| |/ / /
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-314-6/+57
|\ \ \ \
| * \ \ \ Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-10-304-6/+57
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney2014-10-283-5/+44
| | * | | rcu: More on deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-10-231-1/+13
| | |/ /
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-312-1/+2
|\ \ \ \
| * | | | clockevents: Prevent shift out of boundsThomas Gleixner2014-10-251-1/+1
| * | | | posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-10-251-0/+1
| | |/ / | |/| |
* | | | Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-311-4/+4
|\ \ \ \
| * | | | tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-10-301-4/+4
* | | | | kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky2014-10-291-39/+37
* | | | | gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio2014-10-291-1/+1
* | | | | Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-281-17/+37
|\| | | | | |_|/ / |/| | |
| * | | ftrace: Fix checking of trampoline ftrace_ops in finding trampolineSteven Rostedt (Red Hat)2014-10-241-8/+22
| * | | ftrace: Set ops->old_hash on modifying what an ops hooks toSteven Rostedt (Red Hat)2014-10-241-9/+15
| |/ /
* | | Merge branch 'freezer'Rafael J. Wysocki2014-10-232-15/+51
|\ \ \
| * | | PM / freezer: Clean up code after recent fixesRafael J. Wysocki2014-10-221-15/+16
| * | | PM: convert do_each_thread to for_each_process_threadMichal Hocko2014-10-211-8/+8
| * | | OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-1/+39
| * | | freezer: remove obsolete comments in __thaw_task()Cong Wang2014-10-211-6/+0
| * | | freezer: Do not freeze tasks killed by OOM killerCong Wang2014-10-211-0/+3
| |/ /
* | | Merge branch 'pm-qos'Rafael J. Wysocki2014-10-231-1/+26
|\ \ \ | |/ / |/| |
| * | PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH classTomeu Vizoso2014-09-251-1/+26
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-196-69/+56
|\ \ \ | |_|/ |/| |
| * | audit: rename audit_log_remove_rule to disambiguate for treesRichard Guy Briggs2014-10-101-2/+2
| * | audit: cull redundancy in audit_rule_changeRichard Guy Briggs2014-10-101-11/+7
| * | audit: WARN if audit_rule_change called illegallyEric Paris2014-10-101-1/+2
| * | audit: put rule existence check in canonical orderRichard Guy Briggs2014-10-101-1/+1
| * | audit: get comm using lock to avoid race in string printingRichard Guy Briggs2014-09-232-4/+4
| * | audit: remove open_arg() function that is never usedRichard Guy Briggs2014-09-231-8/+0
| * | audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs2014-09-231-1/+1
| * | audit: set nlmsg_len for multicast messages.Richard Guy Briggs2014-09-231-1/+2