aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2014-01-09sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2014-01-09libata, freezer: avoid block device removal while system is frozenTejun Heo
2014-01-09sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman
2014-01-09ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-12-20futex: fix handling of read-only-mapped hugepagesLinus Torvalds
2013-12-20PCI: Disable Bus Master only on kexec rebootKhalid Aziz
2013-12-11irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan
2013-12-11time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky
2013-12-08ntp: Make periodic RTC update more reliableMiroslav Lichvar
2013-12-08clockevents: Prefer CPU local devices over global devicesStephen Boyd
2013-12-08clockevents: Split out selection logicThomas Gleixner
2013-12-08clockevents: Add module refcountThomas Gleixner
2013-12-08clockevents: Get rid of the notifier chainThomas Gleixner
2013-12-04cgroup: use a dedicated workqueue for cgroup destructionTejun Heo
2013-12-04cpuset: Fix memory allocator deadlockPeter Zijlstra
2013-12-04workqueue: fix ordered workqueues in NUMA setupsTejun Heo
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-12-04audit: log the audit_names record typeJeff Layton
2013-12-04audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton
2013-12-04audit: fix info leak in AUDIT_GET requestsMathias Krause
2013-12-04audit: use nlmsg_len() to get message payload lengthMathias Krause
2013-12-04audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2013-12-04PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-29perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt
2013-11-29sched, idle: Fix the idle polling state logicPeter Zijlstra
2013-11-20perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner
2013-11-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-09-07workqueue: cond_resched() after processing each work itemTejun Heo
2013-09-07timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-29ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-08-29tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-29tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-08-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-08-29tracing: Introduce remove_event_file_dir()Oleg Nesterov