summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-08-07kernel: exit: fix typo in commentFrans Klaver1-1/+1
2015-08-07kthread: export kthread functionsDavid Kershner1-0/+4
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-3/+6
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+2
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan3-3/+8
2015-08-05kernel, cpu: Remove bogus __ref annotationsMathias Krause1-8/+8
2015-08-05cgroup: export cgrp_dfl_rootTejun Heo1-0/+1
2015-08-05cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov1-1/+2
2015-08-05cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov1-8/+13
2015-08-04workqueue: Make flush_workqueue() available again to non GPL modulesTim Gardner1-1/+1
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney1-0/+12
2015-08-04Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney1-13/+27
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney4-408/+401
2015-08-04rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney2-2/+18
2015-08-04perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin1-2/+0
2015-08-04perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski1-1/+1
2015-08-04perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra2-4/+0
2015-08-03cgroup: fix idr_preload usageVladimir Davydov1-4/+4
2015-08-03sched/fair: Clean up load average referencesYuyang Du1-15/+29
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du3-10/+49
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du1-1/+10
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du3-7/+8
2015-08-03sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot1-0/+8
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du4-471/+231
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du3-29/+5
2015-08-03stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov1-2/+4
2015-08-03stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov1-4/+4
2015-08-03stop_machine: Unexport __stop_machine()Oleg Nesterov2-2/+2
2015-08-03stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov1-10/+7
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov1-8/+9
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-3/+3
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith1-34/+33
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra3-5/+9
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2-44/+64
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring1-2/+1
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang1-1/+0
2015-08-03sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang1-1/+0
2015-08-03sched/fair: Avoid pulling all tasks in idle balancingYuyang Du1-0/+7
2015-08-03locking/static_keys: Add selftestPeter Zijlstra1-1/+38
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra1-7/+30
2015-08-03locking/static_keys: Rework update logicPeter Zijlstra1-50/+38
2015-08-03locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra1-4/+2
2015-08-03jump_label: Add jump_entry_key() helperPeter Zijlstra1-4/+9
2015-08-03jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra1-9/+16
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-9/+9
2015-08-03Merge branch 'x86/asm' into locking/coreIngo Molnar2-0/+3
2015-08-03locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long2-21/+51
2015-08-03locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long1-8/+4
2015-08-03locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon1-5/+18