summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * I2C: OMAP: Rename the 1p153 to the erratum id i462Shubhrajyoti D2012-07-081-6/+6
| * I2C: OMAP: Do not set the XUDF(Transmit underflow) if the underflow is not re...Shubhrajyoti D2012-07-081-1/+1
| * I2C: OMAP: prevent the overwrite of the errata flagsTasslehoff Kjappfot2012-07-081-5/+5
| * I2C: OMAP: Handle error check for pm runtimeShubhrajyoti D2012-07-081-3/+11
| * I2C: OMAP: Fix the crash in i2c removeShubhrajyoti D2012-07-081-0/+2
| * I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zeroShubhrajyoti D2012-07-081-6/+4
| * I2C: OMAP: Prevent the register access after pm_runtime_put in probeShubhrajyoti D2012-07-081-2/+2
| * I2C: OMAP: Fix the interrupt clearing in OMAP4Shubhrajyoti D2012-07-081-4/+2
| * I2C: OMAP: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D2012-07-081-0/+2
| * I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIMEShubhrajyoti D2012-07-081-43/+32
| * devicetree: bindings: gpio-i2c belongs to i2c not gpioWolfram Sang2012-07-081-0/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-2810-28/+36
|\ \
| * \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-07-273-13/+13
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-273-13/+13
| | |\ \
| | | * | bcma: add missing iounmap on error pathHauke Mehrtens2012-07-261-5/+10
| | | * | bcma: fix regression in interrupt assignment on mipsHauke Mehrtens2012-07-261-3/+3
| | | * | mac80211_hwsim: fix possible race condition in usage of info->control.sta & c...Thomas Huehn2012-07-261-5/+0
| * | | | tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-07-271-1/+3
| * | | | Revert "openvswitch: potential NULL deref in sample()"Jesse Gross2012-07-271-3/+0
| * | | | ipv4: fix TCP early demuxEric Dumazet2012-07-273-8/+8
| * | | | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-07-271-1/+7
| * | | | USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter2012-07-271-1/+1
| * | | | tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-07-271-1/+4
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-07-2814-196/+563
|\ \ \ \ \
| * | | | | ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o2012-07-231-11/+21
| * | | | | ext4: don't let i_reserved_meta_blocks go negativeBrian Foster2012-07-231-0/+9
| * | | | | ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan2012-07-231-17/+29
| * | | | | ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy2012-07-235-11/+7
| * | | | | ext4: weed out ext4_write_superArtem Bityutskiy2012-07-231-10/+0
| * | | | | ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2012-07-232-4/+3
| * | | | | ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()Jan Kara2012-07-232-10/+13
| * | | | | ext4: remove useless marking of superblock dirtyJan Kara2012-07-232-4/+0
| * | | | | ext4: fix ext4 mismerge back in JanuaryAl Viro2012-07-231-1/+0
| * | | | | ext4: remove dynamic array size in ext4_chksum()Theodore Ts'o2012-07-231-1/+3
| * | | | | ext4: remove unused variable in ext4_update_super()Theodore Ts'o2012-07-231-1/+1
| * | | | | ext4: make quota as first class supported featureAditya Kali2012-07-233-10/+150
| * | | | | ext4: don't take the i_mutex lock when doing DIO overwritesZheng Liu2012-07-232-4/+71
| * | | | | ext4: add a new nolock flag in ext4_map_blocksZheng Liu2012-07-092-10/+51
| * | | | | ext4: split ext4_file_write into buffered IO and direct IOZheng Liu2012-07-091-22/+38
| * | | | | ext4: remove an unused statement in ext4_mb_get_buddy_page_lock()Haibo Liu2012-07-091-1/+0
| * | | | | ext4: fix out-of-date comments in extents.cHaiboLiu2012-07-091-2/+1
| * | | | | ext4: use s_csum_seed instead of i_csum_seed for xattr blockTao Ma2012-07-091-7/+4
| * | | | | ext4: use proper csum calculation in ext4_renameTao Ma2012-07-091-2/+9
| * | | | | ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-07-094-57/+132
| * | | | | ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o2012-07-014-8/+8
| * | | | | ext4: honor O_(D)SYNC semantic in ext4_fallocate()Zheng Liu2012-07-011-0/+2
| * | | | | ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groupsAditya Kali2012-07-011-8/+15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-2869-754/+964
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-2869-754/+964
| |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | ARM: 7433/1: serial: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1