aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-03-29cgroup: remove useless argument from cgroup_exit()Li Zefan
2014-03-29cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz
2014-03-26Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-25tracing: Fix traceon trigger condition to actually turn tracing onSteven Rostedt (Red Hat)
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar
2014-03-25workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner
2014-03-25Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-03-24kernel: Use RCU_INIT_POINTER(x, NULL) in audit.cMonam Agarwal
2014-03-24tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin
2014-03-24cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.cMonam Agarwal
2014-03-22genirq: Export symbol no_action()Alexander Shiyan
2014-03-21tracepoint: Remove unused API functionsMathieu Desnoyers
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)
2014-03-20futex: revert back to the explicit waiter counting codeLinus Torvalds
2014-03-20Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-03-20cgroup: break kernfs active_ref protection in cgroup directory operationsTejun Heo
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris
2014-03-20audit: remove stray newline from audit_log_execve_info() audit_panic() callJoe Perches
2014-03-20audit: remove stray newlines from audit_log_lost messagesJosh Boyer
2014-03-20audit: include subject in login recordsEric Paris
2014-03-20audit: remove superfluous new- prefix in AUDIT_LOGIN messagesRichard Guy Briggs
2014-03-20audit: allow user processes to log from another PID namespaceRichard Guy Briggs
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs
2014-03-20audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs
2014-03-20audit: rename the misleading audit_get_context() to audit_take_context()Richard Guy Briggs
2014-03-20audit: Send replies in the proper network namespace.Eric W. Biederman
2014-03-20audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman
2014-03-20audit: Audit proc/<pid>/cmdline aka proctitleWilliam Roberts
2014-03-20profile: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-20trace, ring-buffer: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-20CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat
2014-03-20CPU hotplug: Add lockdep annotations to get/put_online_cpus()Gautham R. Shenoy
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar
2014-03-20timer: Use variable head instead of &work_list in __run_timers()Viresh Kumar
2014-03-19Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-03-19cgroup: fix cgroup_taskset walking orderTejun Heo
2014-03-19resources: Set type in __request_region()Bjorn Helgaas
2014-03-19cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo
2014-03-19cgroup: make cgrp_dfl_root mountableTejun Heo
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-03-19cgroup: rename cgroup_dummy_root and related namesTejun Heo
2014-03-19cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo
2014-03-19cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebindingTejun Heo