summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-13ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.cRussell King1-7/+7
2012-02-13ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup()Russell King1-4/+4
2012-02-13ARM: omap: fix section mismatch error for omap_4430sdp_display_init()Russell King1-1/+1
2012-02-13ARM: omap: fix section mismatch warning for omap_secondary_startup()Russell King1-0/+1
2012-02-13ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init()Russell King1-1/+1
2012-02-13ARM: omap: fix section mismatch warning in mux.cRussell King1-4/+4
2012-02-13ARM: omap: fix section mismatch errors in TWL PMIC driverRussell King1-10/+10
2012-02-13ARM: omap: fix uninformative vc/i2c configuration error messageRussell King1-2/+2
2012-02-13ARM: omap: fix vc.c PMIC error messageRussell King1-4/+2
2012-02-13ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build errorRussell King1-0/+1
2012-02-13ep93xx: fix build of vision_ep93xx.cH Hartley Sweeten1-1/+3
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-02-13Merge branch 'v3.3-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann378-5492/+2974
2012-02-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/te...Arnd Bergmann5-14/+14
2012-02-13md/raid1: fix buglet in md_raid1_contested.NeilBrown1-1/+1
2012-02-13[SCSI] mpt2sas: Fix mismatch in mpt2sas_base_hard_reset_handler() mutex lock-...Alexey Khoroshilov1-1/+2
2012-02-12mmc: esdhc: fix errors when booting kernel on Freescale eSDHC version 2.3Roy Zang1-0/+32
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds21-233/+155
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo1-7/+14
2012-02-11xhci: Fix oops caused by more USB2 ports than USB3 ports.Sarah Sharp1-1/+1
2012-02-11USB: Remove duplicate USB 3.0 hub feature #defines.Sarah Sharp1-8/+2
2012-02-11drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs.Kenneth Graunke2-0/+7
2012-02-11drm/i915: gen7: work around a system hang on IVBEugeni Dodonov2-0/+9
2012-02-11drm/i915: gen7: Implement an L3 caching workaround.Eugeni Dodonov2-0/+13
2012-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds116-400/+518
2012-02-11drm/i915: gen7: implement rczunit workaroundEugeni Dodonov2-0/+6
2012-02-11PCI: Fix pci cardbus removalYinghai Lu1-6/+22
2012-02-11net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-11ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-02-11netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2-13/+42
2012-02-11netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman1-6/+0
2012-02-11netprio_cgroup: fix an off-by-one bugNeil Horman1-1/+1
2012-02-11PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan1-2/+1
2012-02-10PCI: workaround hard-wired bus number V2Yinghai Lu1-0/+5
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-02-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-19/+21
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-15/+35
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-9/+22
2012-02-10Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+5
2012-02-10regulator: Fix getting voltage in max8649_enable_time()Axel Lin1-1/+1
2012-02-10Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie3-18/+18
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-02-10ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3Paul Walmsley1-7/+1
2012-02-10ARM: orion: Fix USB phy for orion5x.Andrew Lunn6-10/+15
2012-02-10ARM: orion: Fix Orion5x GPIO regression from MPP cleanupAndrew Lunn3-275/+274
2012-02-10regulator: Fix mc13xxx regulator modular build (again)David Miller1-0/+2
2012-02-10Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-11/+32
2012-02-10Merge tag 'staging-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds117-40542/+867
2012-02-10Merge tag 'driver-core-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+55