aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2-18/+17
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui2-5/+22
2016-11-22locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui1-1/+8
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar9-56/+103
2016-11-22sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2-0/+20
2016-11-22sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov1-11/+12
2016-11-22genirq/msi: Drop artificial PCI dependencyMarc Zyngier1-3/+1
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-3/+17
2016-11-21PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flagRafael J. Wysocki1-2/+2
2016-11-21PM / sleep: System sleep state selection interface reworkRafael J. Wysocki3-31/+132
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-23/+47
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann1-0/+1
2016-11-21perf/core: Fix address filter parserAlexander Shishkin1-0/+2
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long4-11/+11
2016-11-20audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb4-10/+6
2016-11-20audit: skip sessionid sentinel value when auto-incrementingRichard Guy Briggs1-1/+4
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger1-3/+17
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner1-2/+4
2016-11-17Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar4-22/+11
2016-11-16cpufreq: schedutil: irq-work and mutex are only used in slow pathViresh Kumar1-5/+8
2016-11-16cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO taskViresh Kumar1-7/+78
2016-11-16cpufreq: schedutil: enable fast switch earlierViresh Kumar1-6/+11
2016-11-16cpufreq: schedutil: Avoid indented labelsViresh Kumar1-3/+3
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik1-23/+47
2016-11-16genirq/affinity: Use default affinity mask for reserved vectorsThomas Gleixner1-2/+2
2016-11-16genirq/affinity: Take reserved vectors into account when spreading irqsChristoph Hellwig1-3/+5
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau1-1/+1
2016-11-16sched/fair: Fix task group initializationVincent Guittot1-1/+1
2016-11-16sched/fair: Propagate asynchrous detachVincent Guittot1-0/+6
2016-11-16sched/fair: Propagate load during synchronous attach/detachVincent Guittot2-1/+188
2016-11-16sched/fair: Factorize PELT updateVincent Guittot1-51/+25
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot3-7/+49
2016-11-16sched/fair: Factorize attach/detach entityVincent Guittot1-22/+31
2016-11-16sched/fair: Fix incorrect comment for capacity_marginMorten Rasmussen1-1/+1
2016-11-16sched/fair: Avoid pulling tasks from non-overloaded higher capacity groupsMorten Rasmussen1-0/+25
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen3-7/+16
2016-11-16sched/fair: Consider spare capacity in find_idlest_group()Morten Rasmussen1-5/+45
2016-11-16sched/fair: Compute task/cpu utilization at wake-up correctlyMorten Rasmussen1-4/+35
2016-11-16sched/cpuacct: Avoid %lld seq_printf warningMartin Schwidefsky1-1/+1
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar7-30/+39
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger5-12/+12
2016-11-16locking/core, stop_machine: Yield the CPU during stop machine()Christian Borntraeger1-1/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre9-8/+164
2016-11-16posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre2-4/+4
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2-14/+14
2016-11-15ftrace: Provide API to use global filtering for ftrace opsJoel Fernandes1-0/+17
2016-11-15tracing: Add new trace_marker_rawSteven Rostedt4-31/+181
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2-8/+129
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau1-14/+252