summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-12-03livepatch: function,sympos scheme in livepatch sysfs directoryChris J Arges
2015-12-03livepatch: add sympos as disambiguator field to klp_relocChris J Arges
2015-12-03livepatch: add old_sympos as disambiguator field to klp_funcChris J Arges
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo
2015-12-03cgroup_pids: don't account for the root cgroupTejun Heo
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-12-03cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Tejun Heo
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann
2015-12-01tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filterSteven Rostedt (Red Hat)
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-30Merge tag 'trace-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2015-12-01Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org...Dave Airlie
2015-11-30cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov
2015-11-30cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov
2015-11-30cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo
2015-11-25nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra
2015-11-25ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)
2015-11-25ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)
2015-11-25ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)
2015-11-25tracing: Update cond flag when enabling or disabling a triggerTom Zanussi
2015-11-25ring-buffer: Process commits whenever moving to a new page.Steven Rostedt (Red Hat)
2015-11-25cpuset: Replace all instances of time_t with time64_tArnd Bergmann
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet
2015-11-24ring-buffer: Remove redundant update of page timestampSteven Rostedt (Red Hat)
2015-11-24ring-buffer: Use READ_ONCE() for most tail_page accessSteven Rostedt (Red Hat)
2015-11-24ring-buffer: Put back the length if crossed page with add_timestampSteven Rostedt (Red Hat)
2015-11-24ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)
2015-11-24context_tracking: Switch to new static_branch APIAndy Lutomirski
2015-11-23rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra
2015-11-23locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long
2015-11-23locking/qspinlock: Avoid redundant read of next pointerWaiman Long
2015-11-23locking/qspinlock: Prefetch the next node cachelineWaiman Long
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long
2015-11-23sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park
2015-11-23stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Oleg Nesterov
2015-11-23stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov
2015-11-23stop_machine: Kill cpu_stop_done->executedOleg Nesterov
2015-11-23stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov
2015-11-23stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov
2015-11-23stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov
2015-11-23stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov
2015-11-23stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov
2015-11-23sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang
2015-11-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-23sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel