summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-15seccomp: JIT compile seccomp filterAlexei Starovoitov
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-14rcu: Variable name changed in tree_plugin.h and used in tree.cUma Sharma
2014-05-14Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14...Paul E. McKenney
2014-05-14torture: Remove __init from torture_init_begin/endPranith Kumar
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney
2014-05-14rcutorture: Run rcu_torture_writer at normal priorityPaul E. McKenney
2014-05-14rcutorture: Add missing destroy_timer_on_stack()Thomas Gleixner
2014-05-14rcutorture: Explicitly test synchronous grace-period primitivesPaul E. McKenney
2014-05-14rcutorture: Add tests for get_state_synchronize_rcu()Paul E. McKenney
2014-05-14rcutorture: Check for rcu_torture_fqs creation errorsPaul E. McKenney
2014-05-14torture: Notice if an all-zero cpumask is passed inside a critical sectionIulia Manda
2014-05-14rcutorture: Make rcu_torture_reader() use cond_resched()Paul E. McKenney
2014-05-14sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney
2014-05-14torture: Dump ftrace buffer when the RCU grace period stallsPaul E. McKenney
2014-05-14torture: Increase stutter-end intensityPaul E. McKenney
2014-05-14torture: Include "Stopping" string to torture_kthread_stopping()Paul E. McKenney
2014-05-14rcutorture: Print negatives for SRCU counter wraparoundPaul E. McKenney
2014-05-14rcutorture: Mark function as static in kernel/rcu/torture.cRashika Kheria
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)
2014-05-14ftrace: Use the ftrace_addr helper functions to find the ftrace_addrSteven Rostedt (Red Hat)
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)
2014-05-14ftrace: Always inline ftrace_hash_empty() helper functionSteven Rostedt (Red Hat)
2014-05-14ftrace: Write in missing comment from a very old commitSteven Rostedt (Red Hat)
2014-05-14ftrace: Remove boolean of hash_enable and hash_disableSteven Rostedt (Red Hat)
2014-05-14cgroup: use cgroup->self.refcnt for cgroup refcntingTejun Heo
2014-05-14cgroup: enable refcnting for root cssesTejun Heo
2014-05-14cgroup: bounce css release through css->destroy_workTejun Heo
2014-05-14cgroup: remove cgroup_destory_css_killed()Tejun Heo
2014-05-14cgroup: move cgroup->sibling unlinking to cgroup_put()Tejun Heo
2014-05-14cgroup: move check_for_release(parent) call to the end of cgroup_destroy_lock...Tejun Heo
2014-05-14cgroup: separate out cgroup_has_live_children() from cgroup_destroy_locked()Tejun Heo
2014-05-14cgroup: rename cgroup->dummy_css to ->self and move it to the topTejun Heo
2014-05-14cgroup: use restart_syscall() for mount retriesTejun Heo
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov
2014-05-14uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()Oleg Nesterov
2014-05-14module: set nx before marking module MODULE_STATE_COMING.Rusty Russell
2014-05-13torture: Intensify locking testPaul E. McKenney
2014-05-13rcutorture: Add forward-progress checking for writerPaul E. McKenney
2014-05-13cgroup: remove cgroup_tree_mutexTejun Heo
2014-05-13cgroup: nest kernfs active protection under cgroup_mutexTejun Heo
2014-05-13cgroup: use cgroup_kn_lock_live() in other cgroup kernfs methodsTejun Heo
2014-05-13cgroup: factor out cgroup_kn_lock_live() and cgroup_kn_unlock()Tejun Heo
2014-05-13cgroup: move cgroup->kn->priv clearing to cgroup_rmdir()Tejun Heo
2014-05-13cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write()Tejun Heo
2014-05-13cgroup: collapse cgroup_create() into croup_mkdir()Tejun Heo
2014-05-13cgroup: reorganize cgroup_create()Tejun Heo