summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-04-25cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan-8/+0
2014-04-25cgroup: implement cgroup.populated for the default hierarchyTejun Heo-4/+61
2014-04-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo-48/+88
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau-3/+6
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-20/+60
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman-2/+2
2014-04-24tracing: Fix documentation of ftrace_set_global_{filter,notrace}()Jiaxing Wang-4/+2
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang-2/+12
2014-04-24kprobes: Show blacklist entries via debugfsMasami Hiramatsu-8/+53
2014-04-24kprobes, sched: Use NOKPROBE_SYMBOL macro in schedMasami Hiramatsu-2/+4
2014-04-24kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifierMasami Hiramatsu-9/+13
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu-65/+82
2014-04-24kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobesMasami Hiramatsu-26/+41
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu-15/+14
2014-04-24kprobes: Allow probe on some kprobe functionsMasami Hiramatsu-77/+76
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu-48/+53
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu-5/+8
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida-0/+2
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo-2/+365
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo-11/+23
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo-7/+3
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo-0/+4
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo-9/+9
2014-04-23cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo-1/+1
2014-04-23cgroup: teach css_task_iter about effective cssesTejun Heo-3/+15
2014-04-23cgroup: reorganize css_task_iterTejun Heo-16/+17
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo-3/+12
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo-2/+28
2014-04-23cgroup: introduce effective cgroup_subsys_stateTejun Heo-19/+64
2014-04-23cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo-37/+27
2014-04-23cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo-4/+0
2014-04-22audit: send multicast messages only if there are listenersRichard Guy Briggs-0/+3
2014-04-22audit: add netlink multicast group for log readRichard Guy Briggs-4/+47
2014-04-22audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs-0/+10
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd-13/+0
2014-04-21PM / suspend: Make cpuidle work in the "freeze" stateRafael J. Wysocki-0/+3
2014-04-21tracing: Add static to local functionsFabian Frederick-5/+5
2014-04-21ftrace: Statically initialize pm notifier blockMathias Krause-2/+4
2014-04-21tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)-7/+17
2014-04-21tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)-0/+16
2014-04-21tracing: Move ftrace_max_lock into trace_arraySteven Rostedt (Red Hat)-28/+30
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)-36/+33
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)-209/+125
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+32
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+2
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton-1/+5
2014-04-18workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn-6/+2
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+16
2014-04-18workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan-0/+12
2014-04-18workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan-5/+16