summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-11-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-11-22tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)
2016-11-22tracing: Add hook to function tracing for other subsystems to useChunyan Zhang
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-22exec: Ensure mm->user_ns contains the execed filesEric W. Biederman
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui
2016-11-22locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov
2016-11-22sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov
2016-11-22genirq/msi: Drop artificial PCI dependencyMarc Zyngier
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2016-11-21PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flagRafael J. Wysocki
2016-11-21PM / sleep: System sleep state selection interface reworkRafael J. Wysocki
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann
2016-11-21perf/core: Fix address filter parserAlexander Shishkin
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long
2016-11-20audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb
2016-11-20audit: skip sessionid sentinel value when auto-incrementingRichard Guy Briggs
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar
2016-11-16cpufreq: schedutil: irq-work and mutex are only used in slow pathViresh Kumar
2016-11-16cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO taskViresh Kumar
2016-11-16cpufreq: schedutil: enable fast switch earlierViresh Kumar
2016-11-16cpufreq: schedutil: Avoid indented labelsViresh Kumar
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik
2016-11-16genirq/affinity: Use default affinity mask for reserved vectorsThomas Gleixner
2016-11-16genirq/affinity: Take reserved vectors into account when spreading irqsChristoph Hellwig
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau
2016-11-16sched/fair: Fix task group initializationVincent Guittot
2016-11-16sched/fair: Propagate asynchrous detachVincent Guittot
2016-11-16sched/fair: Propagate load during synchronous attach/detachVincent Guittot
2016-11-16sched/fair: Factorize PELT updateVincent Guittot
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot
2016-11-16sched/fair: Factorize attach/detach entityVincent Guittot
2016-11-16sched/fair: Fix incorrect comment for capacity_marginMorten Rasmussen
2016-11-16sched/fair: Avoid pulling tasks from non-overloaded higher capacity groupsMorten Rasmussen
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen
2016-11-16sched/fair: Consider spare capacity in find_idlest_group()Morten Rasmussen
2016-11-16sched/fair: Compute task/cpu utilization at wake-up correctlyMorten Rasmussen
2016-11-16sched/cpuacct: Avoid %lld seq_printf warningMartin Schwidefsky
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger