summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-11-30cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov2-25/+5
2015-11-30cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo1-4/+10
2015-11-26nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra1-2/+18
2015-11-26ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)1-9/+37
2015-11-25ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)1-2/+7
2015-11-25ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)1-1/+36
2015-11-25tracing: Update cond flag when enabling or disabling a triggerTom Zanussi1-4/+6
2015-11-25ring-buffer: Process commits whenever moving to a new page.Steven Rostedt (Red Hat)1-0/+7
2015-11-25cpuset: Replace all instances of time_t with time64_tArnd Bergmann1-4/+8
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann3-16/+29
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet1-2/+2
2015-11-24ring-buffer: Remove redundant update of page timestampSteven Rostedt (Red Hat)1-24/+8
2015-11-24ring-buffer: Use READ_ONCE() for most tail_page accessSteven Rostedt (Red Hat)1-7/+11
2015-11-24ring-buffer: Put back the length if crossed page with add_timestampSteven Rostedt (Red Hat)1-1/+4
2015-11-24ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)1-7/+5
2015-11-24context_tracking: Switch to new static_branch APIAndy Lutomirski1-2/+2
2015-11-23rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney3-14/+14
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra3-64/+71
2015-11-23locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long1-16/+27
2015-11-23locking/qspinlock: Avoid redundant read of next pointerWaiman Long1-3/+6
2015-11-23locking/qspinlock: Prefetch the next node cachelineWaiman Long1-0/+10
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long1-5/+24
2015-11-23sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park1-2/+1
2015-11-23stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Oleg Nesterov1-10/+5
2015-11-23stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov1-10/+8
2015-11-23stop_machine: Kill cpu_stop_done->executedOleg Nesterov1-9/+3
2015-11-23stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov1-4/+10
2015-11-23stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov1-2/+4
2015-11-23stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov1-4/+12
2015-11-23stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov1-8/+3
2015-11-23stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov1-1/+1
2015-11-23sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang1-1/+1
2015-11-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park2-22/+60
2015-11-23treewide: Remove old email addressPeter Zijlstra11-11/+11
2015-11-23sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel1-0/+12
2015-11-23sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park2-8/+10
2015-11-23sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park1-8/+41
2015-11-23sched/fair: Clean up the explanation around decaying load update missesPeter Zijlstra1-29/+24
2015-11-23sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann3-32/+1
2015-11-23sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann1-1/+1
2015-11-23perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian1-7/+13
2015-11-23perf/core: Fix RCU problem with cgroup context switching codeStephane Eranian1-3/+8
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter127-2804/+5863
2015-11-21kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2015-11-21kernel/signal.c: unexport sigsuspend()Richard Weinberger1-1/+1
2015-11-20cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo1-5/+34
2015-11-20cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo1-22/+10
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann1-1/+21
2015-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+6
2015-11-19async: export current_is_async()Lukas Wunner1-0/+1