summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: use shared ilock mode for direct IO writes by defaultDave Chinner2012-05-142-30/+45
| * xfs: push the ilock into xfs_zero_eofChristoph Hellwig2012-05-142-102/+63
| * xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig2012-05-141-7/+7
| * xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig2012-05-141-14/+9
| * xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig2012-05-141-5/+21
| * xfs: Ensure inode reclaim can run during quotacheckDave Chinner2012-04-172-21/+19
| * xfs: don't fill statvfs with project quota for a directory if it was not enab...Jie Liu2012-04-161-1/+1
| * MAINTAINERS: retire xfs-masters@oss.sgi.comBen Myers2012-04-161-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-241-0/+12
|\ \
| * | x86, relocs: Add jiffies and jiffies_64 to the relative whitelistH. Peter Anvin2012-05-241-0/+1
| * | x86-32, relocs: Whitelist more symbols for ld bug workaroundH. Peter Anvin2012-05-231-0/+11
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2453-878/+1210
|\ \ \
| * | | gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-196-10/+20
| * | | gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-192-2/+2
| * | | gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-194-0/+192
| * | | gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-191-1/+1
| * | | Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-191-5/+4
| |\ \ \
| | * | | gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
| | * | | gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman2012-05-181-2/+1
| * | | | gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner2012-05-191-1/+2
| * | | | gpio/lpc32xx: Add device tree supportRoland Stigge2012-05-193-2/+102
| * | | | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-195-47/+41
| * | | | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-193-0/+37
| * | | | gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-191-1/+1
| * | | | Add support for TCA6424AAndreas Schallenberg2012-05-191-13/+30
| * | | | Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-126-102/+30
| |\| | |
| | * | | gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-121-5/+8
| | * | | gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-123-2/+6
| | * | | gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-121-47/+0
| | * | | gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-121-3/+0
| | * | | gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-9/+3
| | * | | gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-7/+6
| | * | | gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-121-11/+8
| | * | | gpio/omap: remove virtual_irq_start variableTarun Kanti DebBarma2012-05-125-16/+0
| * | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-1217-426/+81
| * | | | gpio: add MSIC gpio driverMathias Nyman2012-05-113-0/+348
| * | | | gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson2012-05-111-188/+215
| * | | | gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg2012-05-111-3/+1
| * | | | gpio/langwell: convert to use irq_domainMika Westerberg2012-05-082-21/+30
| * | | | Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-081520-10210/+18444
| |\ \ \ \
| * | | | | gpio: Move DT support code into drivers/gpioGrant Likely2012-04-075-7/+5
| * | | | | gpio: Convert drivers to use module_pci_driver()Axel Lin2012-04-074-44/+4
| * | | | | gpio/pca953x: Update GPIO_PCA953X Kconfig entry to include more supported dev...Axel Lin2012-04-071-4/+5
| * | | | | gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functionsMark Brown2012-04-061-0/+14
| * | | | | gpio/langwell: clear IRQ edge detect registers at initMika Westerberg2012-04-061-0/+21
| * | | | | gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQMika Westerberg2012-04-061-3/+13
| * | | | | gpio/langwell: use devm_* helpers to simplify probeMika Westerberg2012-04-061-11/+7
| * | | | | gpio: add flags to export GPIOs when requestingWolfram Sang2012-04-063-1/+19
* | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-244-31/+72
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'devicetree/merge' into devicetree/nextGrant Likely2012-05-212-4/+43
| |\ \ \ \ \ \