aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki6-14/+20
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki1-6/+12
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar3-21/+6
2014-03-20timer: Use variable head instead of &work_list in __run_timers()Viresh Kumar1-1/+1
2014-03-19Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+7
2014-03-19cgroup: fix cgroup_taskset walking orderTejun Heo1-5/+19
2014-03-19resources: Set type in __request_region()Bjorn Helgaas1-2/+2
2014-03-19cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo1-0/+2
2014-03-19cgroup: make cgrp_dfl_root mountableTejun Heo1-33/+61
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo3-3/+3
2014-03-19cgroup: rename cgroup_dummy_root and related namesTejun Heo1-87/+81
2014-03-19cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo1-22/+39
2014-03-19cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebindingTejun Heo1-44/+56
2014-03-19cgroup: use cgroup_setup_root() to initialize cgroup_dummy_rootTejun Heo1-23/+20
2014-03-19cgroup: reorganize cgroup bootstrappingTejun Heo1-51/+49
2014-03-19cgroup: relocate setting of CGRP_DEADTejun Heo1-9/+9
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez1-4/+4
2014-03-19softirq: Add linux/irq.h to make it compile againThomas Gleixner1-0/+1
2014-03-18cgroup: fix a failure path in create_css()Li Zefan1-4/+7
2014-03-18uprobes: allow ignoring of probe hitsDavid A. Long1-0/+9
2014-03-18uprobes: Kconfig dependency fixDavid A. Long1-0/+1
2014-03-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+12
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner3-9/+42
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe1-12/+0
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2-16/+0
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker1-5/+11
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers3-3/+8
2014-03-13module: use pr_contJiri Slaby1-3/+3
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner20-98/+168