index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpuset: allow to keep tasks in empty cpusets
Li Zefan
2013-06-13
2
-31
/
+114
*
cpuset: introduce effective_{cpumask|nodemask}_cpuset()
Li Zefan
2013-06-13
1
-11
/
+65
*
cpuset: record old_mems_allowed in struct cpuset
Li Zefan
2013-06-13
1
-25
/
+36
*
cpuset: remove async hotplug propagation work
Li Zefan
2013-06-09
1
-53
/
+16
*
cpuset: let hotplug propagation work wait for task attaching
Li Zefan
2013-06-09
1
-12
/
+17
*
cpuset: re-structure update_cpumask() a bit
Li Zefan
2013-06-05
1
-3
/
+4
*
cpuset: remove cpuset_test_cpumask()
Li Zefan
2013-06-05
1
-18
/
+1
*
cpuset: remove unnecessary variable in cpuset_attach()
Li Zefan
2013-06-05
1
-4
/
+2
*
cpuset: cleanup guarantee_online_{cpus|mems}()
Li Zefan
2013-06-05
1
-22
/
+7
*
cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
Li Zefan
2013-06-05
1
-2
/
+1
*
cgroup: clean up the cftype array for the base cgroup files
Tejun Heo
2013-06-05
1
-23
/
+24
*
cgroup: mark "notify_on_release" and "release_agent" cgroup files insane
Tejun Heo
2013-06-05
1
-1
/
+2
*
cgroup: mark "tasks" cgroup file as insane
Tejun Heo
2013-06-05
1
-0
/
+1
*
device_cgroup: simplify cgroup tree walk in propagate_exception()
Tejun Heo
2013-05-24
1
-38
/
+18
*
cgroup: update iterators to use cgroup_next_sibling()
Tejun Heo
2013-05-24
2
-10
/
+33
*
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
Tejun Heo
2013-05-24
2
-0
/
+72
*
cgroup: make cgroup_is_removed() static
Tejun Heo
2013-05-24
2
-2
/
+1
*
Merge branch 'for-3.10-fixes' into for-3.11
Tejun Heo
2013-05-24
2
-11
/
+9
|
\
|
*
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
2013-05-24
2
-7
/
+4
|
*
cgroup: initialize xattr before calling d_instantiate()
Li Zefan
2013-05-14
1
-4
/
+5
*
|
cgroup.h: remove some functions that are now gone
Greg KH
2013-05-14
1
-2
/
+0
*
|
cgroup: implement task_cgroup_path_from_hierarchy()
Tejun Heo
2013-05-14
2
-0
/
+34
*
|
cgroup: make hierarchy_id use cyclic idr
Tejun Heo
2013-05-14
1
-20
/
+8
*
|
cgroup: drop hierarchy_id_lock
Tejun Heo
2013-05-14
1
-6
/
+17
*
|
cgroup: refactor hierarchy_id handling
Tejun Heo
2013-05-14
1
-21
/
+35
|
/
*
Linux 3.10-rc1
v3.10-rc1
Linus Torvalds
2013-05-11
1
-2
/
+2
*
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-11
6
-108
/
+368
|
\
|
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-09
1
-0
/
+6
|
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-09
1
-36
/
+214
|
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-09
1
-17
/
+16
|
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-09
1
-4
/
+4
|
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-09
1
-1
/
+1
|
*
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+5
|
*
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
|
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-09
1
-4
/
+6
|
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-09
1
-12
/
+20
|
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-09
2
-2
/
+11
|
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-09
1
-0
/
+2
|
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-09
1
-0
/
+2
|
*
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
2013-05-09
1
-27
/
+32
|
*
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-05-09
2
-21
/
+56
|
*
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
|
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
1
-2
/
+9
|
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
1
-1
/
+4
|
*
ring-buffer: Select IRQ_WORK
Steven Rostedt (Red Hat)
2013-05-03
1
-1
/
+1
*
|
Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
2013-05-11
5
-7
/
+55
|
\
\
|
*
|
xen/pci: Used cached MSI-X capability offset
Bjorn Helgaas
2013-05-10
1
-2
/
+1
|
*
|
xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
Bjorn Helgaas
2013-05-10
1
-1
/
+1
|
*
|
xen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST
Julien Grall
2013-05-08
1
-1
/
+2
|
*
|
xen: mask x2APIC feature in PV
Zhenzhong Duan
2013-05-08
1
-0
/
+3
[next]