summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-234-14/+47
| * | | | | | perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard2011-09-231-2/+8
| * | | | | | perf symbols: Synthesize anonymous mmap eventsAnton Blanchard2011-09-231-0/+5
| * | | | | | perf record: Create events initially disabled and enable after initDavid Ahern2011-09-233-0/+17
| * | | | | | perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard2011-09-231-0/+88
| * | | | | | perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard2011-09-231-2/+4
| * | | | | | perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard2011-09-231-22/+11
| * | | | | | perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard2011-09-231-0/+2
| * | | | | | perf probe: Fix regression of variable finderMasami Hiramatsu2011-09-231-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-09-232-3/+10
|\ \ \ \ \ \
| * | | | | | drm/radeon/kms: fix DDIA enable on some rs690 systemsAlex Deucher2011-09-231-1/+8
| * | | | | | Revert "drm/radeon/kms: fix typo in r100_blit_copy"Dave Airlie2011-09-231-2/+2
* | | | | | | Merge branch 'for-linus' of git://github.com/tiwai/soundLinus Torvalds2011-09-235-35/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-09-233-30/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | ASoC: Ensure we generate a driver nameMark Brown2011-09-211-3/+15
| | * | | | ASoC: Remove bitrotted wm8962_resume()Mark Brown2011-09-201-26/+0
| | * | | | ASoC: bf5xx-ad73311: Fix prototype for bf5xx_probeAxel Lin2011-09-161-1/+1
| * | | | | ALSA: usb-audio - clear chip->probing on error exitThomas Pfaff2011-09-231-0/+1
| * | | | | ALSA: fm801: Gracefully handle failure of tuner auto-detectBen Hutchings2011-09-221-3/+10
| * | | | | ALSA: fm801: Fix double free in case of error in tuner detectionBen Hutchings2011-09-221-2/+0
* | | | | | Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-09-223-3/+9
|\ \ \ \ \ \
| * | | | | | TPM: Zero buffer after copying to userspacePeter Huewe2011-09-231-1/+5
| * | | | | | TPM: Call tpm_transmit with correct sizePeter Huewe2011-09-231-0/+3
| * | | | | | TPM: tpm_nsc: Fix a double free of pdev in cleanup_nscAxel Lin2011-09-231-2/+0
| * | | | | | TPM: TCG_ATMEL should depend on HAS_IOPORTGeert Uytterhoeven2011-09-231-0/+1
| | |_|/ / / | |/| | | |
* | | | | | thp: fix khugepaged defrag tunable documentationDavid Rientjes2011-09-221-3/+4
* | | | | | zorro: Defer device_register() until all devices have been identifiedGeert Uytterhoeven2011-09-221-1/+6
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-09-226-10/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [S390] kvm: extension capability for new address space layoutChristian Borntraeger2011-09-202-0/+2
| * | | | | [S390] kvm: fix address mode switchingChristian Borntraeger2011-09-205-10/+15
* | | | | | Linux 3.1-rc7v3.1-rc7Linus Torvalds2011-09-211-1/+1
* | | | | | XZ: Fix incorrect XZ_BUF_ERRORLasse Collin2011-09-211-7/+20
* | | | | | Merge git://github.com/davem330/netLinus Torvalds2011-09-2122-80/+165
|\ \ \ \ \ \
| * | | | | | xfrm: Perform a replay check after return from async codepathsSteffen Klassert2011-09-211-0/+5
| * | | | | | fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng2011-09-211-2/+2
| * | | | | | ixgbe: fix possible null buffer errorJesse Brandeburg2011-09-211-2/+2
| * | | | | | tg3: fix VLAN tagging regressionKasper Pedersen2011-09-211-2/+0
| * | | | | | net: pxa168: Fix build errors by including interrupt.hTanmay Upadhyay2011-09-201-0/+1
| * | | | | | netconsole: switch init_netconsole() to late_initcallLin Ming2011-09-201-1/+7
| * | | | | | gianfar: Fix overflow check and return value for gfar_get_cls_all()Ben Hutchings2011-09-201-4/+4
| * | | | | | ppp_generic: fix multilink fragment MTU calculation (again)Henry Wong2011-09-201-1/+6
| * | | | | | GRETH: avoid overwrite IP-stack's IP-frags checksumDaniel Hellstrom2011-09-201-2/+5
| * | | | | | GRETH: RX/TX bytes were never increasedDaniel Hellstrom2011-09-202-0/+6
| * | | | | | ipv6: fix a possible double freeRoy Li2011-09-201-2/+2
| * | | | | | Merge branch 'davem.r8169.fixes' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2011-09-201-5/+27
| |\ \ \ \ \ \
| | * | | | | | r8169: do not enable the TBI for anything but the original 8169.Francois Romieu2011-09-171-3/+10
| | * | | | | | r8169: remove erroneous processing of always set bit.Francois Romieu2011-09-171-1/+6
| | * | | | | | r8169: fix WOL setting for 8105 and 8111evlHayes Wang2011-09-171-1/+9
| | * | | | | | r8169: add MODULE_FIRMWARE for the firmware of 8111evlHayes Wang2011-09-171-0/+1
| | * | | | | | r8169: fix the reset setting for 8111evlHayes Wang2011-09-171-0/+1