summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2013-12-20futex: fix handling of read-only-mapped hugepagesLinus Torvalds1-1/+1
2013-12-20PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+4
2013-12-11irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2013-12-11time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky1-1/+1
2013-12-08ntp: Make periodic RTC update more reliableMiroslav Lichvar1-1/+2
2013-12-08clockevents: Prefer CPU local devices over global devicesStephen Boyd1-2/+7
2013-12-08clockevents: Split out selection logicThomas Gleixner2-38/+56
2013-12-08clockevents: Add module refcountThomas Gleixner3-0/+8
2013-12-08clockevents: Get rid of the notifier chainThomas Gleixner4-63/+14
2013-12-04cgroup: use a dedicated workqueue for cgroup destructionTejun Heo1-2/+26
2013-12-04cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2013-12-04workqueue: fix ordered workqueues in NUMA setupsTejun Heo1-2/+22
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-29/+35
2013-12-04audit: log the audit_names record typeJeff Layton1-0/+20
2013-12-04audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2-3/+10
2013-12-04audit: fix info leak in AUDIT_GET requestsMathias Krause1-0/+1
2013-12-04audit: use nlmsg_len() to get message payload lengthMathias Krause1-2/+2
2013-12-04audit: printk USER_AVC messages when audit isn't enabledTyler Hicks1-1/+1
2013-12-04PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu1-1/+5
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-1/+2
2013-11-29perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt1-1/+1
2013-11-29sched, idle: Fix the idle polling state logicPeter Zijlstra1-5/+4
2013-11-20perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-11-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar1-3/+3
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2-4/+4
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov1-3/+4
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman1-0/+1
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov1-3/+1
2013-09-07workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-09-07timer_list: correct the iterator for timer_listNathan Zimmer1-17/+24
2013-08-29ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+62
2013-08-29tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-13/+38
2013-08-29tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-6/+15
2013-08-29tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov1-2/+33
2013-08-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov1-32/+15
2013-08-29tracing: Introduce remove_event_file_dir()Oleg Nesterov1-24/+23
2013-08-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov1-4/+9
2013-08-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2-18/+25
2013-08-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov1-9/+19
2013-08-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov1-5/+12
2013-08-29ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)1-4/+14
2013-08-29tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov1-28/+22