summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo-91/+111
2013-08-08cgroup: add css_parent()Tejun Heo-26/+8
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo-14/+27
2013-08-08cgroup: add subsystem pointer to cgroup_subsys_stateTejun Heo-0/+1
2013-08-08cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo-9/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo-16/+16
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov-0/+4
2013-08-07perf: Do not get values from disabled counters in group format readJiri Olsa-1/+2
2013-08-07perf: Add PERF_EVENT_IOC_ID ioctl to return event IDJiri Olsa-0/+9
2013-08-07Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-131/+272
2013-08-06x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen-1/+1
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+3
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+34
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt-1/+2
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov-1/+0
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov-4/+9
2013-08-05register_console: prevent adding the same console twiceAndreas Bießmann-0/+7
2013-08-02tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam-12/+12
2013-08-02tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam-1/+1
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin-0/+1
2013-08-02cgroup: Merge branch 'for-3.11-fixes' into for-3.12Tejun Heo-13/+22
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+14
2013-08-02hung_task debugging: Print more info when reporting the problemOleg Nesterov-4/+9
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)-13/+38
2013-08-01cgroup: rename cgroup_pidlist->mutexLi Zefan-11/+11
2013-08-01cgroup: restructure the failure path in cgroup_write_event_control()Li Zefan-21/+18
2013-08-01workqueue: copy workqueue_attrs with all fieldsShaohua Li-0/+12
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)-6/+15
2013-07-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds-105/+197
2013-07-31printk: rename struct log to struct printk_logJoe Perches-40/+40
2013-07-31printk: use pointer for console_cmdline indexingJoe Perches-23/+26
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches-31/+110
2013-07-31printk: add console_cmdline.hJoe Perches-9/+17
2013-07-31printk: move to separate directory for easier modificationJoe Perches-1/+3
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp-2/+2
2013-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+5
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)-0/+6
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov-2/+33
2013-07-31cgroup: convert cgroup_ida to cgroup_idrLi Zefan-6/+27
2013-07-31cgroup: more naming cleanupsLi Zefan-21/+21
2013-07-31cgroup: remove struct cgroup_seqfile_stateLi Zefan-32/+13
2013-07-31cgroup: remove sparse tags from offline_css()Li Zefan-3/+2
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan-1/+3
2013-07-30ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)-9/+62
2013-07-30watchdog: Make it work under full dynticksFrederic Weisbecker-8/+0
2013-07-30perf: Implement finer grained full dynticks kickFrederic Weisbecker-8/+9
2013-07-30perf: Account freq events per cpuFrederic Weisbecker-0/+7
2013-07-30perf: Migrate per cpu event accountingFrederic Weisbecker-0/+2
2013-07-30perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker-32/+55
2013-07-30perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker-32/+47