summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
| * | | | | | | | | | ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend2012-02-091-2/+9
| * | | | | | | | | | ixgbe: do not update real num queues when netdev is going awayYi Zou2012-02-091-0/+4
| * | | | | | | | | | ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck2012-02-091-6/+6
| * | | | | | | | | | ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose2012-02-091-1/+1
| * | | | | | | | | | ixgbe: fix vf lookupGreg Rose2012-02-091-1/+2
| * | | | | | | | | | igb: fix vf lookupGreg Rose2012-02-091-1/+2
| * | | | | | | | | | e1000: add dropped DMA receive enable back in for WoLDean Nelson2012-02-091-4/+6
| * | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-089-16/+45
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-089-16/+45
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | zd1211rw: firmware needs duration_id set to zero for non-pspoll framesTomas Vanek2012-02-071-0/+8
| | | * | | | | | | | | | bcma: don't fail for bad SPROM CRCHenrik Rydberg2012-02-061-3/+1
| | | * | | | | | | | | | ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau2012-02-061-2/+5
| | | * | | | | | | | | | ath9k: fix a WEP crypto related regressionFelix Fietkau2012-02-061-0/+8
OpenPOWER on IntegriCloud