aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+3
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds3-56/+56
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-13/+24
2014-03-31AUDIT: Allow login in non-init namespacesEric Paris1-1/+11
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds21-350/+788
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+51
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-828/+1491
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-86/+377
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov1-61/+58
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell2-3/+3
2014-03-30AUDIT: Allow login in non-init namespacesEric Paris1-1/+11
2014-03-29cgroup: remove useless argument from cgroup_exit()Li Zefan2-4/+3
2014-03-29cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan2-5/+3
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz1-1/+2
2014-03-26Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+25
2014-03-25tracing: Fix traceon trigger condition to actually turn tracing onSteven Rostedt (Red Hat)1-2/+25
2014-03-26tick: Remove code duplication in tick_handle_periodic()Viresh Kumar1-7/+7
2014-03-26tick: Fix spelling mistake in tick_handle_periodic()Viresh Kumar1-1/+1
2014-03-25workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner1-0/+7
2014-03-25Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-4/+58
2014-03-24kernel: Use RCU_INIT_POINTER(x, NULL) in audit.cMonam Agarwal1-1/+1
2014-03-24tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin1-0/+3
2014-03-24cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.cMonam Agarwal1-1/+1
2014-03-22genirq: Export symbol no_action()Alexander Shiyan1-0/+1
2014-03-21tracepoint: Remove unused API functionsMathieu Desnoyers1-217/+5
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)3-25/+14
2014-03-20futex: revert back to the explicit waiter counting codeLinus Torvalds1-10/+43
2014-03-20Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+2
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney1-4/+58
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones2-2/+2
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2-11/+2
2014-03-20cgroup: break kernfs active_ref protection in cgroup directory operationsTejun Heo1-1/+26
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris1-2/+2
2014-03-20audit: remove stray newline from audit_log_execve_info() audit_panic() callJoe Perches1-1/+1
2014-03-20audit: remove stray newlines from audit_log_lost messagesJosh Boyer1-2/+2
2014-03-20audit: include subject in login recordsEric Paris1-6/+4
2014-03-20audit: remove superfluous new- prefix in AUDIT_LOGIN messagesRichard Guy Briggs1-1/+1
2014-03-20audit: allow user processes to log from another PID namespaceRichard Guy Briggs1-3/+7
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs3-10/+28
2014-03-20audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs2-3/+3
2014-03-20audit: rename the misleading audit_get_context() to audit_take_context()Richard Guy Briggs1-3/+4
2014-03-20audit: Send replies in the proper network namespace.Eric W. Biederman2-13/+15
2014-03-20audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman3-6/+9
2014-03-20audit: Audit proc/<pid>/cmdline aka proctitleWilliam Roberts2-0/+73
2014-03-20profile: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-5/+15
2014-03-20trace, ring-buffer: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-8/+11
2014-03-20CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat1-2/+19
2014-03-20CPU hotplug: Add lockdep annotations to get/put_online_cpus()Gautham R. Shenoy1-0/+17