summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-1311-56/+74
|\
| * ARM: omap: resolve nebulous 'Error setting wl12xx data'Russell King2012-02-134-15/+33
| * ARM: omap: fix wrapped error messages in omap_hwmod.cRussell King2012-02-131-8/+8
| * ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.cRussell King2012-02-131-7/+7
| * ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup()Russell King2012-02-131-4/+4
| * ARM: omap: fix section mismatch error for omap_4430sdp_display_init()Russell King2012-02-131-1/+1
| * ARM: omap: fix section mismatch warning for omap_secondary_startup()Russell King2012-02-131-0/+1
| * ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init()Russell King2012-02-131-1/+1
| * ARM: omap: fix section mismatch warning in mux.cRussell King2012-02-131-4/+4
| * ARM: omap: fix section mismatch errors in TWL PMIC driverRussell King2012-02-131-10/+10
| * ARM: omap: fix uninformative vc/i2c configuration error messageRussell King2012-02-131-2/+2
| * ARM: omap: fix vc.c PMIC error messageRussell King2012-02-131-4/+2
| * ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build errorRussell King2012-02-131-0/+1
* | Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-134-3/+15
|\ \
| * | ARM: omap: fix broken twl-core dependencies and ifdefsRussell King2012-02-092-3/+5
| * | ARM: omap: fix oops in drivers/video/omap2/dss/dpi.cRussell King2012-02-091-0/+5
| * | ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not foundRussell King2012-02-091-0/+5
| |/
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-133-1/+11
|\ \
| * | ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON()Stephen Boyd2012-02-091-1/+4
| * | ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDRStephen Boyd2012-02-091-0/+6
| * | ARM: 7320/1: Fix proc_info table alignmentMarc Zyngier2012-02-091-0/+1
| |/
* | i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-132-8/+47
* | i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-132-4/+4
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-1121-233/+155
|\ \
| * | block: fix lockdep warning on io_context release put_io_context()Tejun Heo2012-02-111-7/+14
| * | relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-101-2/+8
| * | loop: zero fill bio instead of return -EIO for partial readDave Young2012-02-081-11/+13
| * | bio: don't overflow in bio_get_nr_vecs()Kent Overstreet2012-02-081-7/+3
| * | floppy: Fix a crash during rmmodVivek Goyal2012-02-081-0/+9
| * | floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never ...Vivek Goyal2012-02-081-1/+7
| * | cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-082-8/+7
| * | bsg: fix sysfs link remove warningStanislaw Gruszka2012-02-081-1/+2
| * | block: don't call elevator callbacks for plug mergesTejun Heo2012-02-083-27/+13
| * | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-085-55/+46
| * | mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unus...Asai Thambi S P2012-02-072-11/+5
| * | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-078-92/+18
| * | cdrom: use copy_to_user() without the underscoresDan Carpenter2012-02-061-7/+1
| * | block: fix ioc locking warningShaohua Li2012-02-061-1/+3
| * | block: fix NULL icq_cache referenceShaohua Li2012-01-191-4/+6
| * | block,cfq: change code orderShaohua Li2012-01-191-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-10116-400/+518
|\ \ \
| * | | net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf2012-02-101-1/+2
| * | | ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei2012-02-101-1/+1
| * | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-102-13/+42
| * | | netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman2012-02-101-6/+0
| * | | netprio_cgroup: fix an off-by-one bugNeil Horman2012-02-101-1/+1
| * | | bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter2012-02-091-6/+4
| * | | isdn: type bug in isdn_net_header()Dan Carpenter2012-02-091-1/+1
| * | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-095-10/+13
| * | | ixgbe: ethtool: stats user buffer overrunJohn Fastabend2012-02-091-37/+51