summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messagesDavid Woodhouse2008-08-021-0/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-08-01192-38/+18
|\
| * [IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck2008-08-01192-38/+18
* | embedded: fix vc_translate operator precedenceTim Bird2008-08-011-1/+1
* | Remove EXPORTS of follow_page & zap_page_rangeJack Steiner2008-08-011-2/+0
* | dual license ftrace.txtSteven Rostedt2008-08-011-0/+1
* | FRV: Wire up new system callsDavid Howells2008-08-012-2/+13
* | MN10300: Wire up new system callsDavid Howells2008-08-012-0/+12
* | try harder to load tty ldisc driverEugeniy Meshcheryakov2008-08-011-1/+1
* | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-018-11/+312
|\ \
| * | KVM: s390: Fix kvm on IBM System z10Christian Borntraeger2008-07-311-0/+1
| * | KVM: Advertise synchronized mmu support to userspaceAvi Kivity2008-07-292-0/+2
| * | KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2008-07-295-0/+277
| * | KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli2008-07-292-11/+30
| * | KVM: Allow reading aliases with mmu_lockAndrea Arcangeli2008-07-291-0/+2
* | | Merge branch 'zero-len' of git://git.kernel.org/pub/scm/linux/kernel/git/jgar...Linus Torvalds2008-08-015-0/+0
|\ \ \
| * | | drivers/media, include/media: delete zero-length filesJeff Garzik2008-07-315-0/+0
| | |/ | |/|
* | | mm/hugetlb: don't crash when HPAGE_SHIFT is 0Benjamin Herrenschmidt2008-08-011-1/+6
* | | Missing symbol prefix on vmlinux.lds.hYoshinori Sato2008-08-011-7/+7
* | | PNP: fix formatting of dbg_pnp_show_resources() outputBjorn Helgaas2008-08-011-47/+49
* | | Remove newline from the description of module parametersNiels de Vos2008-08-0112-16/+16
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-08-018-83/+356
|\ \ \
| * | | pata_it821x: Driver updates and reworkingAlan Cox2008-07-313-39/+265
| * | | libata.h: replace __FUNCTION__ with __func__Alexander Beregalov2008-07-311-3/+3
| * | | ata_piix: subsys 106b:00a3 is apple ich8m tooTejun Heo2008-07-311-0/+1
| * | | libata-core: make sure that ata_force_tbl is freed in case of an errorElias Oltmanns2008-07-311-5/+9
| * | | libata: update atapi disable handlingTejun Heo2008-07-313-34/+13
| * | | pata_via: add VX800 flag; add function for fixing h/w bugsJosephChan@via.com.tw2008-07-311-1/+63
| * | | pata_ali: misplaced pci_dev_put()Ben Dooks2008-07-311-1/+2
* | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-pullLinus Torvalds2008-08-0183-3098/+3105
|\ \ \ \
| * | | | [XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig2008-07-286-73/+39
| * | | | [XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig2008-07-287-231/+102
| * | | | [XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig2008-07-283-212/+311
| * | | | [XFS] fix use after free with external logs or real-time devicesLachlan McIlroy2008-07-281-2/+4
| * | | | [XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In aTim Shimmin2008-07-281-2/+2
| * | | | [XFS] fix compilation without CONFIG_PROC_FSChristoph Hellwig2008-07-281-3/+4
| * | | | [XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig2008-07-283-10/+7
| * | | | [XFS] fix mount option parsing in remountChristoph Hellwig2008-07-281-18/+54
| * | | | [XFS] Disable queue flag test in barrier check.Eric Sandeen2008-07-281-8/+0
| * | | | [XFS] streamline init/exit pathChristoph Hellwig2008-07-2814-221/+318
| * | | | [XFS] Fix up problem when CONFIG_XFS_POSIX_ACL is not set and yet we stillTim Shimmin2008-07-281-2/+2
| * | | | [XFS] Don't assert if trying to mount with blocksize > pagesizeLachlan McIlroy2008-07-281-13/+13
| * | | | [XFS] Don't update mtime on rename sourceChristoph Hellwig2008-07-281-13/+9
| * | | | [XFS] Allow xfs_bmbt_split() to fallback to the lowspace allocatorLachlan McIlroy2008-07-281-0/+15
| * | | | [XFS] Restore the lowspace extent allocator algorithmLachlan McIlroy2008-07-282-3/+18
| * | | | [XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy2008-07-282-1/+24
| * | | | [XFS] attrmulti cleanupChristoph Hellwig2008-07-283-17/+4
| * | | | [XFS] Check for invalid flags in xfs_attrlist_by_handle.Christoph Hellwig2008-07-281-0/+6
| * | | | [XFS] Fix CI lookup in leaf-form directoriesBarry Naujok2008-07-281-24/+25
| * | | | [XFS] Use the generic xattr methods.Lachlan McIlroy2008-07-281-0/+333
OpenPOWER on IntegriCloud