summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-8/+14
2011-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-5/+4
2011-08-19irqdesc: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-19i7core_edac: fixed typo in error count calculationMathias Krause1-1/+1
2011-08-18befs: Validate length of long symbolic links.Timo Warns1-9/+14
2011-08-18Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-18/+26
2011-08-18mm: fix __page_to_pfn for a const struct page argumentIan Campbell2-4/+4
2011-08-18mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell3-4/+4
2011-08-17Merge branches 'ipoib' and 'iser' into for-nextRoland Dreier3-5/+9
2011-08-17Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-137/+403
2011-08-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+5
2011-08-17Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+7
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-19/+51
2011-08-17IB/iser: Support iSCSI PDU paddingOr Gerlitz2-4/+8
2011-08-17IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long)Or Gerlitz1-1/+1
2011-08-17fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon1-2/+1
2011-08-17fat: fix utf8 iocharset warning messageMihai Moldovan1-2/+2
2011-08-17fat: fix build warningJonas Aberg1-1/+1
2011-08-16Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2011-08-16Merge branch 'fixallnoconfig' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+1
2011-08-16IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert1-3/+5
2011-08-16KVM: uses TASKSTATS, depends on NETRandy Dunlap1-0/+2
2011-08-16xen: self-balloon needs module.hRandy Dunlap1-0/+1
2011-08-16gma500: kill MIPI interface typesAlan Cox6-9/+11
2011-08-16regmap: using module facilities requires module.hStephen Rothwell1-0/+1
2011-08-16Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds1-45/+44
2011-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-8/+10
2011-08-16Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-116/+264
2011-08-16x86: fix mm/fault.c buildRandy Dunlap1-0/+1
2011-08-16sparc64: Set HAVE_C_RECORDMCOUNTDavid S. Miller1-0/+1
2011-08-16sparc32: unbreak arch_write_unlock()Mikael Pettersson1-2/+9
2011-08-16sparc64: remove unnecessary macros from spinlock_64.hMikael Pettersson1-6/+0
2011-08-15drm/i915: Cannot set clock gating under UMSKeith Packard1-1/+2
2011-08-15drm/i915: Can't do accurate vblank timestamps with UMSKeith Packard1-2/+4
2011-08-15Not all systems expose a firmware or platform mechanism for changing the back...Matthew Garrett6-3/+89
2011-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-0/+2206
2011-08-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2-5/+28
2011-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-2/+2
2011-08-15Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds6-10/+41
2011-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds4-69/+68
2011-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds3-1/+4
2011-08-15drm/radeon/kms: don't try to be smart in the hpd handlerAlex Deucher3-8/+19
2011-08-15lguest: allow booting guest with CONFIG_RELOCATABLE=yRusty Russell1-0/+3
2011-08-15virtio: Add text copy of spec to Documentation/virtual.Rusty Russell2-0/+2203
2011-08-15Linux 3.1-rc2Linus Torvalds1-2/+2
2011-08-14mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch1-3/+4
2011-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds12-77/+100
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki3-18/+26
2011-08-14Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar9-137/+403
2011-08-14Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-6/+42