aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-01MAINTAINERS: remove dropped edac_mce.* from the fileGravatar Mauro Carvalho Chehab 1-2/+0
2011-11-01i7core_edac: Drop the edac_mce facilityGravatar Borislav Petkov 6-123/+25
2011-10-31x86, MCE: Use notifier chain only for MCE decodingGravatar Borislav Petkov 1-11/+6
2011-10-31EDAC i7core: Use mce socketid for better compatibilityGravatar Thomas Renninger 1-1/+1
2011-10-31i7core_edac: Don't enable memory scrubbing for Xeon 35xxGravatar Mauro Carvalho Chehab 1-7/+39
2011-10-31i7core_edac: Add scrubbing supportGravatar Samuel Gabrielsson 1-0/+126
2011-10-31edac: Move edac main structs to include/linux/edac.hGravatar Mauro Carvalho Chehab 2-349/+351
2011-10-31i7core_edac: Fix oops when trying to inject errorsGravatar Mauro Carvalho Chehab 1-2/+35
2011-10-31i7core_edac: fix misuse of logical operation in place of bitopGravatar David Sterba 1-1/+1
2011-10-24Linux 3.1v3.1Gravatar Linus Torvalds 1-1/+1
2011-10-24Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 2-31/+46
2011-10-24Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmGravatar Linus Torvalds 1-0/+1
2011-10-24x86: Fix S4 regressionGravatar Takashi Iwai 1-2/+1
2011-10-23dm kcopyd: fix job_pool leakGravatar Alasdair G Kergon 1-0/+1
2011-10-23Merge branch 'samsung-fixes-4' of git://github.com/kgene/linux-samsungGravatar Linus Torvalds 6-3/+13
2011-10-23Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+3
2011-10-22ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PMGravatar Domenico Andreoli 5-0/+10
2011-10-21Merge git://github.com/herbertx/cryptoGravatar Linus Torvalds 1-0/+6
2011-10-21Merge branch 'fix/hda' of git://github.com/tiwai/soundGravatar Linus Torvalds 2-0/+2
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setGravatar Nick Bowler 1-0/+6
2011-10-21ARM: S5P: fix offset calculation on gpio-interruptGravatar Marek Szyprowski 1-3/+3
2011-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 6-55/+37
2011-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 28-155/+330
2011-10-20hwmon: (w83627ehf) Fix negative 8-bit temperature valuesGravatar Jean Delvare 1-2/+3
2011-10-19mm: fix race between mremap and removing migration entryGravatar Hugh Dickins 1-4/+4
2011-10-19sparc: Add alignment flag to PCI expansion resourcesGravatar Kjetil Oftedal 1-1/+2
2011-10-19fib_rules: fix unresolved_rules countingGravatar Yan, Zheng 1-1/+4
2011-10-19r8169: fix wrong eee setting for rlt8111evlGravatar hayeswang 1-1/+1
2011-10-19r8169: fix driver shutdown WoL regression.Gravatar françois romieu 1-32/+56
2011-10-19ehea: Change maintainer to meGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2011-10-19Merge branch 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linusGravatar Linus Torvalds 1-1/+1
2011-10-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 5-9/+36
2011-10-19[media] videodev: fix a NULL pointer dereference in v4l2_device_release()Gravatar Antonio Ospite 1-1/+1
2011-10-19intel-iommu: fix superpage support in pfn_to_dma_pte()Gravatar Allen Kay 1-9/+8
2011-10-19intel-iommu: set iommu_superpage on VM domains to lowest common denominatorGravatar Allen Kay 1-5/+7
2011-10-19intel-iommu: fix return value of iommu_unmap() APIGravatar Allen Kay 1-3/+8
2011-10-19MAINTAINERS: Update VT-d entry for drivers/pci -> drivers/iommu moveGravatar Roland Dreier 1-1/+1
2011-10-19drm/radeon/kms/atom: fix handling of FB scratch indicesGravatar Alex Deucher 2-2/+14
2011-10-19pptp: pptp_rcv_core() misses pskb_may_pull() callGravatar Eric Dumazet 1-8/+12
2011-10-19tproxy: copy transparent flag when creating a time waitGravatar KOVACS Krisztian 1-0/+1
2011-10-19pptp: fix skb leak in pptp_xmit()Gravatar Eric Dumazet 1-0/+2
2011-10-19bonding: use local function pointer of bond->recv_probe in bond_handle_frameGravatar Mitsuo Hayasaka 1-2/+5
2011-10-19smsc911x: Add support for SMSC LAN89218Gravatar Phil Edworthy 1-0/+2
2011-10-18tg3: negate USE_PHYLIB flag checkGravatar Jiri Pirko 1-1/+1
2011-10-18netconsole: enable netconsole can make net_device refcnt incorrentGravatar Gao feng 1-0/+5
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsGravatar Paul Moore 4-1/+12
2011-10-18l2tp: fix a potential skb leak in l2tp_xmit_skb()Gravatar Eric Dumazet 1-1/+3
2011-10-18bridge: fix hang on removal of bridge via netlinkGravatar stephen hemminger 3-4/+7
2011-10-18cputimer: Cure lock inversionGravatar Peter Zijlstra 1-3/+4
2011-10-18drm/radeon/kms/DCE4.1: fix Select_CrtcSource EncodeMode setting for DP bridge...Gravatar Alex Deucher 1-1/+11