summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-08-02hung_task debugging: Print more info when reporting the problemOleg Nesterov
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-01cgroup: rename cgroup_pidlist->mutexLi Zefan
2013-08-01cgroup: restructure the failure path in cgroup_write_event_control()Li Zefan
2013-08-01workqueue: copy workqueue_attrs with all fieldsShaohua Li
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-07-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-07-31printk: rename struct log to struct printk_logJoe Perches
2013-07-31printk: use pointer for console_cmdline indexingJoe Perches
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches
2013-07-31printk: add console_cmdline.hJoe Perches
2013-07-31printk: move to separate directory for easier modificationJoe Perches
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp
2013-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-07-31cgroup: convert cgroup_ida to cgroup_idrLi Zefan
2013-07-31cgroup: more naming cleanupsLi Zefan
2013-07-31cgroup: remove struct cgroup_seqfile_stateLi Zefan
2013-07-31cgroup: remove sparse tags from offline_css()Li Zefan
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan
2013-07-30ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-07-30watchdog: Make it work under full dynticksFrederic Weisbecker
2013-07-30perf: Implement finer grained full dynticks kickFrederic Weisbecker
2013-07-30perf: Account freq events per cpuFrederic Weisbecker
2013-07-30perf: Migrate per cpu event accountingFrederic Weisbecker
2013-07-30perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker
2013-07-30perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker
2013-07-30perf: Sanitize get_callchain_buffer()Frederic Weisbecker
2013-07-30perf: Fix branch stack refcount leak on callchain init failureFrederic Weisbecker
2013-07-30generic-ipi: Kill unnecessary variable - csd_flagsXie XiuQi
2013-07-30mutex: Fix w/w mutex deadlock injectionMaarten Lankhorst
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra
2013-07-30sched_clock: Add support for >32 bit sched_clockStephen Boyd
2013-07-30sched_clock: Use an hrtimer instead of timerStephen Boyd
2013-07-30sched_clock: Use seqcount instead of rolling our ownStephen Boyd
2013-07-30clocksource: Extract max nsec calculation into separate functionStephen Boyd
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise
2013-07-30freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross
2013-07-29ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)
2013-07-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-07-29tracing: Introduce remove_event_file_dir()Oleg Nesterov
2013-07-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov
2013-07-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov
2013-07-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov
2013-07-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov
2013-07-29rcu: Have the RCU tracepoints use the tracepoint_string infrastructureSteven Rostedt (Red Hat)
2013-07-29rcu: Simplify RCU_STATE_INITIALIZER() macroSteven Rostedt (Red Hat)
2013-07-29rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)
2013-07-29cpuset: relocate a misplaced commentZhao Hongjiang