summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha2012-09-191-2/+1
* x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha2012-09-192-6/+15
* x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha2012-09-193-1/+5
* x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha2012-09-198-66/+112
* x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-1910-61/+146
* lguest, x86: handle guest TS bit for lazy/non-lazy fpu host modelsSuresh Siddha2012-09-191-3/+7
* x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usageSuresh Siddha2012-09-193-142/+29
* x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha2012-09-191-1/+2
* x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha2012-09-192-15/+3
* x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha2012-09-192-11/+4
* x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-198-484/+348
* x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha2012-09-193-113/+81
* x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha2012-09-193-116/+110
* x86/iommu: Use NULL instead of plain 0 for __IOMMU_INITMathias Krause2012-09-051-2/+2
* x86/iommu: Drop duplicate const in __IOMMU_INITMathias Krause2012-09-051-1/+1
* x86/fpu/xsave: Keep __user annotation in castsMathias Krause2012-09-051-3/+3
* x86/pci/probe_roms: Add missing __iomem annotation to pci_map_biosrom()Mathias Krause2012-09-051-1/+1
* x86/signals: ia32_signal.c: add __user casts to fix sparse warningsMathias Krause2012-09-051-5/+6
* x86/vdso: Add __user annotation to VDSO32_SYMBOLMathias Krause2012-09-051-1/+2
* x86: Fix __user annotations in asm/sys_ia32.hMathias Krause2012-09-052-2/+2
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-027-33/+48
|\
| * CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky2012-08-201-8/+1
| * cifs: print error code if smb signature verification failsSteve French2012-08-202-6/+14
| * CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky2012-08-202-11/+15
| * CIFS: Protect i_nlink from being negativeSteve French2012-08-202-8/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-0255-171/+232
|\ \
| * | net: qmi_wwan: add several new Gobi devicesBjørn Mork2012-09-021-0/+3
| * | fddi: 64 bit bug in smt_add_para()Dan Carpenter2012-09-021-1/+1
| * | net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu2012-08-311-1/+3
| * | net/xfrm/xfrm_state.c: fix error return codeJulia Lawall2012-08-311-1/+3
| * | net: ipv6: fix error return codeJulia Lawall2012-08-311-3/+3
| * | net: qmi_wwan: new device: Foxconn/Novatel E396Aleksander Morgado2012-08-311-0/+1
| * | usbnet: fix deadlock in resumeOliver Neukum2012-08-311-1/+1
| * | cs89x0 : packet reception not workingJaccon Bastiaansen2012-08-311-5/+5
| * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-316-10/+25
| |\ \
| | * | netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-312-5/+12
| | * | netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-08-301-1/+4
| | * | netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall2012-08-301-1/+3
| | * | netfilter: ctnetlink: fix error return code in init pathJulia Lawall2012-08-301-1/+2
| | * | ipvs: fix error return codeJulia Lawall2012-08-301-1/+3
| | * | netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy2012-08-201-1/+1
| * | | bnx2x: Correct the ndo_poll_controller callMerav Sicron2012-08-301-3/+5
| * | | bnx2x: Move netif_napi_add to the open callMerav Sicron2012-08-305-13/+10
| * | | ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
| * | | bnx2x: fix 57840_MF pci idYuval Mintz2012-08-301-1/+1
| * | | net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-08-301-2/+12
| * | | e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2012-08-302-25/+24
| * | | l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-08-302-2/+2
| * | | gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
| * | | xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10