summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-10-22perf: pad raw data samples automaticallyAlexei Starovoitov1-5/+10
2015-10-22genirq: Make the cpuhotplug migration code less noisyThomas Gleixner1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-0/+1
2015-10-21certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker1-1/+0
2015-10-21kexec/crash: Say which char is the unrecognizedBorislav Petkov1-3/+3
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)1-0/+4
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)1-0/+7
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-21/+33
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner3-16/+16
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov1-5/+7
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra2-9/+4
2015-10-20sched: Start stopper earlyPeter Zijlstra2-4/+9
2015-10-20stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Oleg Nesterov1-11/+1
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov3-4/+12
2015-10-20stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledOleg Nesterov1-9/+20
2015-10-20stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Oleg Nesterov1-11/+26
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov2-11/+14
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar5-11/+13
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Ingo Molnar6-18/+15
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+5
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker1-3/+0
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du1-2/+3
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du1-2/+2
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar16-443/+1111
2015-10-17Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2-6/+2
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner1-1/+1
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier1-5/+1
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert1-0/+1
2015-10-15cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo1-28/+2
2015-10-15cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo1-11/+4
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo2-2/+9
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo5-53/+37
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo1-72/+72
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo1-14/+73
2015-10-15cgroup: reorganize css_task_iter functionsTejun Heo1-21/+28
2015-10-15cgroup: factor out css_set_move_task()Tejun Heo1-48/+56
2015-10-15cgroup: keep css_set and task lists in chronological orderTejun Heo1-6/+5
2015-10-15cgroup: make cgroup_destroy_locked() test cgroup_is_populated()Tejun Heo1-6/+5
2015-10-15cgroup: make css_sets pin the associated cgroupsTejun Heo1-4/+6
2015-10-15cgroup: relocate cgroup_[try]get/put()Tejun Heo1-16/+16
2015-10-15cgroup: move check_for_release() invocationTejun Heo1-7/+1
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2-4/+4
2015-10-15cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo1-13/+52
2015-10-15cgroup: remove an unused parameter from cgroup_task_migrate()Tejun Heo1-5/+2
2015-10-15Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2015-10-15posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low1-2/+24
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low2-3/+3
2015-10-15posix_cpu_timer: Check thread timers only when there are active thread timersJason Low1-6/+16
2015-10-15posix_cpu_timer: Optimize fastpath_timer_check()Jason Low1-8/+3
2015-10-14PM / hibernate: fix a comment typoGeliang Tang1-1/+1