aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-12-03livepatch: add sympos as disambiguator field to klp_relocChris J Arges1-65/+19
2015-12-03livepatch: add old_sympos as disambiguator field to klp_funcChris J Arges1-41/+31
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov5-31/+14
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo7-110/+107
2015-12-03cgroup_pids: don't account for the root cgroupTejun Heo1-3/+4
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo6-41/+75
2015-12-03cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Tejun Heo1-10/+7
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov3-12/+34
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann1-1/+1
2015-12-01tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filterSteven Rostedt (Red Hat)1-0/+16
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown1-0/+1
2015-11-30Merge tag 'trace-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-8/+9
2015-12-01Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org...Dave Airlie1-0/+1
2015-11-30cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov1-31/+10
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-25nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra1-2/+18
2015-11-25ftrace: 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