summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [SPARC64]: Update defconfig.David S. Miller2007-12-051-4/+5
| * | [SPARC]: Add missing of_node_putJulia Lawall2007-12-051-1/+3
| * | [SPARC64]: check for possible NULL pointer dereferenceCyrill Gorcunov2007-12-051-0/+4
| * | [SPARC]: Add missing "space"Joe Perches2007-12-051-4/+4
| * | [SPARC64]: Add missing "space"Joe Perches2007-12-051-2/+3
| * | [SPARC64]: Add missing pci_dev_putJulia Lawall2007-12-051-0/+2
| * | [SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string.David S. Miller2007-12-051-1/+1
| * | [SPARC64]: Missing mdesc_release() in ldc_init().David S. Miller2007-12-051-5/+10
| |/
* | remove nonsense force-casts from ocfs2Al Viro2007-12-051-14/+6
* | regression: bfs endianness bugAl Viro2007-12-051-1/+2
* | fcrypt endianness misannotationsAl Viro2007-12-051-44/+44
* | no need to mess with KBUILD_CFLAGS on uml-i386 anymoreAl Viro2007-12-051-5/+0
* | regression: cifs endianness bugAl Viro2007-12-051-16/+17
* | VM/Security: add security hook to do_brkEric Paris2007-12-051-0/+4
* | SLUB's ksize() fails for size > 2048Vegard Nossum2007-12-051-1/+5
* | proc: fix proc_dir_entry refcountingAlexey Dobriyan2007-12-055-21/+5
* | jbd: Fix assertion failure in fs/jbd/checkpoint.cJan Kara2007-12-053-10/+12
* | mm: fix XIP file writesNick Piggin2007-12-051-1/+1
* | gpio_cs5535: disable AUX on outputBen Gardner2007-12-051-0/+5
* | Avoid potential NULL dereference in unregister_sysctl_tablePavel Emelyanov2007-12-051-0/+4
* | Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transferBryan Wu2007-12-051-7/+45
* | Blackfin SPI driver: move hard coded pin_req to board fileBryan Wu2007-12-052-21/+8
* | Blackfin SPI driver: use void __iomem * for regs_baseBryan Wu2007-12-051-5/+4
* | Blackfin SPI driver: use cpu_relax() to replace continue in while busywaitBryan Wu2007-12-051-39/+39
* | spi: spi_bfin: resequence DMA start/stopSonic Zhang2007-12-051-11/+19
* | spi: spi_bfin: update handling of delay-after-deselectBryan Wu2007-12-052-16/+10
* | spi: spi_bfin: bugfix for 8..16 bit word sizesBryan Wu2007-12-051-1/+1
* | spi: spi_bfin: handle multiple spi_mastersBryan Wu2007-12-051-182/+189
* | spi: spi_bfin: relocate spin/waitsSonic Zhang2007-12-051-32/+52
* | spi: spi_bfin: change handling of communication parametersSonic Zhang2007-12-051-75/+87
* | spi: spi_bfin, rearrange portmux callsSonic Zhang2007-12-051-25/+28
* | spi: spi_bfin uses portmux for additional bussesSonic Zhang2007-12-051-20/+31
* | spi: spi_bfin uses platform device resourcesBryan Wu2007-12-051-41/+83
* | spi: spi_bfin, don't bypass spi frameworkMike Frysinger2007-12-051-0/+12
* | spi: spi_bfin handles spi_transfer.cs_changeBryan Wu2007-12-051-22/+54
* | spi: spi_bfin cleanups, error handlingBryan Wu2007-12-051-64/+47
* | spi: bfin spi uses portmux callsMichael Hennerich2007-12-052-7/+23
* | spi: initial BF54x SPI supportBryan Wu2007-12-052-70/+86
* | spi: use simplified spi_sync() calling conventionMarc Pignat2007-12-053-26/+9
* | spi: simplify spi_sync() calling conventionMarc Pignat2007-12-051-8/+5
* | spi: at25 driver is for EEPROM not FLASHDavid Brownell2007-12-051-0/+7
* | SPI: use mutex not semaphoreDavid Brownell2007-12-051-3/+3
* | Add EXPORT_SYMBOL(ksize);Tetsuo Handa2007-12-052-0/+2
* | mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_initDenis Cheng2007-12-051-2/+2
* | ufs: fix nexstep dir block sizeEvgeniy Dushistov2007-12-052-3/+3
* | RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flagJiri Kosina2007-12-052-5/+5
* | fix clone(CLONE_NEWPID)Eric W. Biederman2007-12-051-15/+6
* | aio: only account I/O wait time in read_events if there are active requestsJeff Moyer2007-12-051-1/+6
|/
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-12-0412-14/+26
|\
| * PHY: Add the phy_device_release device method.Anton Vorontsov2007-12-043-4/+18