summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-11xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2014-02-11xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2
2014-02-11x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio1-2/+4
2014-02-11x86/mm: Check if PUD is large when validating a kernel addressMel Gorman2-0/+8
2014-02-11x86, tls: Off by one limit checkDan Carpenter1-2/+2
2014-02-11x86/msr: Add capabilities checkAlan Cox1-0/+3
2014-02-11x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich1-7/+7
2014-02-11ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai1-4/+4
2014-02-11mempolicy: fix a race in shared_policy_replace()Mel Gorman2-22/+17
2014-02-11mm: Hold a file reference in madvise_removeAndy Lutomirski1-3/+13
2014-02-11mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2014-02-11mm: fix invalidate_complete_page2() lock orderingHugh Dickins1-1/+2
2014-02-11mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2014-02-11mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7
2014-02-11mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2014-02-11hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2014-02-11tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2014-02-11tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2014-02-11Prevent interface errors with Seagate FreeAgent GoFlexDaniel J Blueman1-0/+1
2014-02-11Fix a dead loop in async_synchronize_full()Li Zhong1-4/+9
2014-02-11cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2014-02-11Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas1-2/+2
2014-02-11kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2014-02-11kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo1-0/+1
2014-02-11coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2014-02-11wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2014-02-11kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2014-02-11ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov1-1/+1
2014-02-11exec: use -ELOOP for max recursion depthKees Cook5-17/+6
2014-02-11exec: do not leave bprm->interp on stackKees Cook4-2/+23
2014-02-11gen_init_cpio: avoid stack overflow when expandingKees Cook1-20/+23
2014-02-11tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2014-02-11timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2014-02-11posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka1-2/+21
2014-02-11clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2014-02-11hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2014-02-11kernel panic when mount NFSv4Trond Myklebust1-1/+1
2014-02-11NFSv4: Revalidate uid/gid after openJonathan Nieder1-0/+1
2014-02-11NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2014-02-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2014-02-11tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2014-02-11b43legacy: Fix crash on unload when firmware not availableLarry Finger1-0/+2
2014-02-11xfrm_user: return error pointer instead of NULL #2Mathias Krause1-2/+4
2014-02-11xfrm_user: return error pointer instead of NULLMathias Krause1-2/+4
2014-02-11xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause1-0/+1
2014-02-11xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause1-0/+1
2014-02-11xfrm_user: fix info leak in copy_to_user_state()Mathias Krause1-0/+1
2014-02-11drop_monitor: dont sleep in atomic contextEric Dumazet1-68/+33
2014-02-11drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2014-02-11drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54