summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)
2016-11-23ring-buffer: Always inline rb_event_data()Steven Rostedt (Red Hat)
2016-11-23ring-buffer: Make rb_reserve_next_event() always inlinedSteven Rostedt (Red Hat)
2016-11-23tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-23sched/fair: Clean up the tunable parameter definitionsIngo Molnar
2016-11-23sched/dl: Fix comment in pick_next_task_dl()T.Zhou
2016-11-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
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