summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panic: fix a possible deadlock in panic()Vikram Mulukutla2012-07-311-0/+8
* avr32: fix build error in ATSTK1002 codeFengguang Wu2012-07-311-1/+1
* clk: validate pointer in __clk_disable()Fengguang Wu2012-07-311-0/+3
* arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=nViresh Kumar2012-07-311-23/+0Star
* usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-312-17/+0Star
* gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2012-07-312-13/+3Star
* gadget/m66592: remove conditional compilation of clk codeViresh Kumar2012-07-312-13/+1Star
* net/stmmac: remove conditional compilation of clk codeViresh Kumar2012-07-312-58/+17Star
* net/c_can: remove conditional compilation of clk codeViresh Kumar2012-07-311-8/+0Star
* ata/pata_arasan: remove conditional compilation of clk codeViresh Kumar2012-07-311-13/+1Star
* usb/musb: remove conditional compilation of clk codeViresh Kumar2012-07-311-8/+0Star
* usb/marvell: remove conditional compilation of clk codeViresh Kumar2012-07-311-9/+0Star
* i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar2012-07-311-7/+0Star
* clk: remove redundant depends on from drivers/KconfigViresh Kumar2012-07-311-1/+0Star
* clk: add non CONFIG_HAVE_CLK routinesViresh Kumar2012-07-311-59/+109
* avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul2012-07-311-8/+25
* alpha: remove mysterious if zero-ed out includesPaul Bolle2012-07-311-12/+0Star
* xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul2012-07-311-5/+24
* coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook2012-07-313-7/+45
* fs: make dumpable=2 require fully qualified pathKees Cook2012-07-312-9/+26
* fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin2012-07-311-4/+12
* ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-311-17/+0Star
* prctl: remove redunant assignment of "error" to zeroSasikantha babu2012-07-311-11/+2Star
* pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson2012-07-311-2/+2
* mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim2012-07-311-3/+3
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-2825-567/+693
|\
| * Revert "i2c: tegra: convert normal suspend/resume to *_noirq"Wolfram Sang2012-07-241-6/+3Star
| * I2C: MV64XYZ: Add Device Tree supportAndrew Lunn2012-07-232-6/+146
| * i2c: stu300: use devm managed resourcesLinus Walleij2012-07-161-65/+18Star
| * i2c: i2c-ocores: support for 16bit and 32bit IOGanesan Ramalingam2012-07-143-2/+22
| * V4L/DVB: mfd: use reg_shift instead of regstepJayachandran C2012-07-141-1/+1
| * i2c: i2c-ocores: Use reg-shift propertyGanesan Ramalingam2012-07-143-17/+29
| * i2c: i2c-ocores: DT bindings and minor fixes.Jayachandran C2012-07-142-38/+34Star
| * i2c: mv64xxxx: remove EXPERIMENTAL tagWolfram Sang2012-07-141-1/+1
| * i2c-s3c2410: Use plain pm_runtime_put()Mark Brown2012-07-131-2/+2
| * i2c: s3c2410: Fix pointer type passed to of_match_node()Karol Lewandowski2012-07-131-1/+1
| * i2c: mxs: Set I2C timing registers for mxs-i2cMarek Vasut2012-07-133-0/+71
| * i2c: i2c-bfin-twi: Move blackfin TWI register access Macro to head file.Sonic Zhang2012-07-131-45/+0Star
| * i2c: i2c-bfin-twi: Move TWI peripheral pin request array to platform data.Sonic Zhang2012-07-131-8/+4Star
| * i2c:i2c-bfin-twi: include twi head fileSonic Zhang2012-07-131-0/+1
| * i2c:i2c-bfin-twi: TWI fails to restart next transfer in high system load.Sonic Zhang2012-07-131-11/+14
| * i2c: i2c-bfin-twi: Tighten condition when failing I2C transfer if MEN bit is ...Sonic Zhang2012-07-131-1/+2
| * i2c: i2c-bfin-twi: Break dead waiting loop if i2c device misbehaves.Sonic Zhang2012-07-131-4/+4
| * i2c: i2c-bfin-twi: Improve the patch for bug "Illegal i2c bus lock upon certa...Sonic Zhang2012-07-131-19/+24
| * i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios.Michael Hennerich2012-07-131-0/+4
| * i2c-mv64xxxx: allow more than one driver instanceFlorian Fainelli2012-07-121-1/+1
| * i2c: omap: Correct I2C revision for OMAP3Jon Hunter2012-07-121-5/+5
| * i2c: omap: Do not initialise the completion everytimeShubhrajyoti D2012-07-121-1/+2
| * i2c: omap: Use SET_RUNTIME_PM_OPSShubhrajyoti D2012-07-121-3/+5
| * i2c: omap: Annotate the remove codeShubhrajyoti D2012-07-121-3/+2Star