aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-04-24kprobes: Allow probe on some kprobe functionsMasami Hiramatsu1-77/+76
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2-48/+53
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu1-5/+8
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida1-0/+2
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo1-2/+365
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo1-11/+23
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo1-7/+3
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo1-0/+4
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo1-9/+9
2014-04-23cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo1-1/+1
2014-04-23cgroup: teach css_task_iter about effective cssesTejun Heo1-3/+15
2014-04-23cgroup: reorganize css_task_iterTejun Heo1-16/+17
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo1-3/+12
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo1-2/+28
2014-04-23cgroup: introduce effective cgroup_subsys_stateTejun Heo1-19/+64
2014-04-23cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo1-37/+27
2014-04-23cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo1-4/+0
2014-04-22audit: send multicast messages only if there are listenersRichard Guy Briggs1-0/+3
2014-04-22audit: add netlink multicast group for log readRichard Guy Briggs1-4/+47
2014-04-22audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs1-0/+10
2014-04-22sched_clock: Remove deprecated setup_sched_clock() APIStephen Boyd1-13/+0
2014-04-21PM / suspend: Make cpuidle work in the "freeze" stateRafael J. Wysocki1-0/+3
2014-04-21tracing: Add static to local functionsFabian Frederick2-5/+5
2014-04-21ftrace: Statically initialize pm notifier blockMathias Krause1-2/+4
2014-04-21tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)1-7/+17
2014-04-21tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)1-0/+16
2014-04-21tracing: Move ftrace_max_lock into trace_arraySteven Rostedt (Red Hat)3-28/+30
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)5-36/+33
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)7-209/+125
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+32
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton1-1/+5
2014-04-18workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn1-6/+2
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2014-04-18workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan1-0/+12
2014-04-18workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan1-5/+16
2014-04-18lockdep: Increase static allocationsSasha Levin1-3/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra7-24/+24
2014-04-18hrtimer: Export __hrtimer_start_range_ns()Yan, Zheng1-0/+1
2014-04-18perf: Allow building PMU drivers as modulesYan, Zheng1-0/+15
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar3-25/+22
2014-04-18sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...Kirill Tkhai3-16/+11
2014-04-18sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai2-12/+63
2014-04-18sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai1-2/+15
2014-04-18sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai1-2/+13
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2-4/+4
2014-04-18sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai1-2/+2
2014-04-18sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra1-1/+6
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra1-0/+16
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+5