summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: use a dedicated workqueue for cgroup destructionTejun Heo2013-12-041-2/+26
* cpuset: Fix memory allocator deadlockPeter Zijlstra2013-12-041-2/+6
* workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-12-041-2/+22
* ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-12-041-29/+35
* audit: log the audit_names record typeJeff Layton2013-12-041-0/+20
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-12-042-3/+10
* audit: fix info leak in AUDIT_GET requestsMathias Krause2013-12-041-0/+1
* audit: use nlmsg_len() to get message payload lengthMathias Krause2013-12-041-2/+2
* audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2013-12-041-1/+1
* PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2013-12-041-1/+5
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2013-12-041-2/+2
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-1/+2
* perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt2013-11-291-1/+1
* sched, idle: Fix the idle polling state logicPeter Zijlstra2013-11-291-5/+4
* perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-11-201-4/+27
* tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-11-201-1/+4
* clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-11-131-15/+50
* cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar2013-11-131-3/+3
* irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-131-3/+12
* audit: fix endless wait in audit_log_start()Konstantin Khlebnikov2013-10-011-2/+3
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-10-011-5/+9
* sched/cputime: Do not scale when utime == 0Stanislaw Gruszka2013-10-011-8/+11
* timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-10-012-4/+4
* pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov2013-09-261-3/+4
* pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman2013-09-261-0/+1
* uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov2013-09-261-3/+1
* workqueue: cond_resched() after processing each work itemTejun Heo2013-09-071-0/+9
* timer_list: correct the iterator for timer_listNathan Zimmer2013-09-071-17/+24
* ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-08-291-9/+62
* tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-291-13/+38
* tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-291-6/+15
* tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-08-291-2/+33
* tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov2013-08-291-32/+15
* tracing: Introduce remove_event_file_dir()Oleg Nesterov2013-08-291-24/+23
* tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov2013-08-291-4/+9
* tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2013-08-292-18/+25
* tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov2013-08-291-9/+19
* tracing: Turn event/id->i_private into call->event.typeOleg Nesterov2013-08-291-5/+12
* ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-08-291-4/+14
* tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-28/+22
* tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-37/+12
* tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-7/+6
* tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-5/+4
* tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov2013-08-291-9/+7
* tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov2013-08-291-14/+36
* tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-08-291-4/+17
* tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim2013-08-291-6/+1
* cpuset: fix the return value of cpuset_write_u64()Li Zefan2013-08-201-2/+4
* PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd2013-08-201-1/+12
* sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra2013-08-201-0/+1