https://github.com/torvalds/linux
Revision 13d1ea9a20ed7d77f98c1622dcf9f3881649f6d7 authored by Linus Torvalds on 23 February 2011, 22:44:02 UTC, committed by Linus Torvalds on 23 February 2011, 22:44:02 UTC
* 'for-linus' of git://oss.sgi.com/xfs/xfs:
  xfs: check if device support discard in xfs_ioc_trim()
  xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
2 parent s f19e0ee + be71514
Raw File
Tip revision: 13d1ea9a20ed7d77f98c1622dcf9f3881649f6d7 authored by Linus Torvalds on 23 February 2011, 22:44:02 UTC
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Tip revision: 13d1ea9
Kbuild
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below

header-y += asm-generic/
header-y += linux/
header-y += sound/
header-y += mtd/
header-y += rdma/
header-y += video/
header-y += drm/
header-y += xen/
header-y += scsi/
back to top