summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-13/+7
|\
| * switch /dev/kmsg to ->write_iter()Al Viro2014-10-091-13/+7
* | Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-10-122-18/+34
|\ \
| * | tracing: Clean up scheduling in trace_wakeup_test_thread()Steven Rostedt2014-10-091-17/+30
| * | tracing: Robustify wait loopPeter Zijlstra2014-10-081-1/+4
* | | Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-10-123-177/+247
|\ \ \
| * | | ftrace: Only disable ftrace_enabled to test buffer in selftestSteven Rostedt (Red Hat)2014-09-121-0/+4
| * | | ftrace: Add sanity check when unregistering last ftrace_opsSteven Rostedt (Red Hat)2014-09-121-0/+15
| * | | kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-101-2/+2
| * | | ftrace: Replace tramp_hash with old_*_hash to save spaceSteven Rostedt (Red Hat)2014-09-101-155/+84
| * | | ftrace: Annotate the ops operation on updateSteven Rostedt (Red Hat)2014-09-101-6/+39
| * | | ftrace: Grab any ops for a rec for enabled_functions outputSteven Rostedt (Red Hat)2014-09-101-1/+20
| * | | ftrace: Remove freeing of old_hash from ftrace_hash_move()Steven Rostedt (Red Hat)2014-09-101-10/+21
| * | | ftrace: Set callback to ftrace_stub when no ops are registeredSteven Rostedt (Red Hat)2014-09-101-6/+13
| * | | ftrace: Add helper function ftrace_ops_get_func()Steven Rostedt (Red Hat)2014-09-091-12/+35
| * | | ftrace: Add separate function for non recursive callbacksSteven Rostedt (Red Hat)2014-09-091-2/+31
* | | | Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-101-0/+81
|\ \ \ \
| * | | | kernel: add support for kernel restart handler call chainGuenter Roeck2014-09-261-0/+81
* | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-3/+4
|\ \ \ \ \
| * | | | | percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo2014-09-241-3/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2422-186/+403
| |\ \ \ \ \
| * | | | | | percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-081-3/+3
* | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-103-149/+57
|\ \ \ \ \ \ \
| * | | | | | | Revert "cgroup: remove redundant variable in cgroup_mount()"Zefan Li2014-09-261-4/+7
| * | | | | | | cgroup: remove redundant variable in cgroup_mount()Zefan Li2014-09-201-7/+4
| * | | | | | | cgroup: fix missing unlock in cgroup_release_agent()Zefan Li2014-09-201-0/+3
| * | | | | | | cgroup: remove CGRP_RELEASABLE flagZefan Li2014-09-191-27/+13
| * | | | | | | perf/cgroup: Remove perf_put_cgroup()Zefan Li2014-09-191-6/+1
| * | | | | | | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-181-12/+3
| * | | | | | | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-181-15/+3
| * | | | | | | cgroup: use a per-cgroup work for release agentZefan Li2014-09-181-75/+33
| * | | | | | | cgroup: remove bogus commentsLi Zefan2014-09-181-8/+0
| * | | | | | | cgroup: remove redundant code in cgroup_rmdir()Li Zefan2014-09-181-3/+0
| * | | | | | | cgroup: remove some useless forward declarationsLi Zefan2014-09-181-2/+0
| * | | | | | | Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/c...Tejun Heo2014-09-181-14/+33
| |\ \ \ \ \ \ \
| * | | | | | | | cgroup: fix a typo in comment.Dongsheng Yang2014-08-251-2/+2
* | | | | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-098-168/+375
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/sys.c: compat sysinfo syscall: fix undefined behaviorScotty Bauer2014-10-091-1/+1
| * | | | | | | | | kernel/sys.c: whitespace fixesvishnu.ps2014-10-091-128/+137
| * | | | | | | | | acct: eliminate compile warningYing Xue2014-10-091-5/+9
| * | | | | | | | | kernel/async.c: switch to pr_foo()Ionut Alexa2014-10-091-4/+4
| * | | | | | | | | mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-092-3/+2
| * | | | | | | | | mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-091-1/+1
| * | | | | | | | | mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-091-7/+0
| * | | | | | | | | prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov2014-10-091-1/+189
| * | | | | | | | | prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov2014-10-091-10/+11
| * | | | | | | | | mm: use may_adjust_brk helperCyrill Gorcunov2014-10-091-7/+4
| * | | | | | | | | kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan2014-10-091-1/+1
| * | | | | | | | | softlockup: make detector be aware of task switch of processes hogging cpuchai wen2014-10-091-1/+17
* | | | | | | | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-099-126/+308
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud