summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-1/+4
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-0/+3
* lguest.h declares a struct timespec, make it include linux/time.hJes Sorensen2007-10-231-0/+1
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-1/+1
* Remove fixed limit on number of guests, and lguests array.Rusty Russell2007-10-231-2/+0Star
* Move lguest hcalls to arch-specific headerJes Sorensen2007-10-231-65/+4Star
* Make lguest_launcher.h types userspace-friendlyRusty Russell2007-10-231-10/+11
* Make asm-x86/bootparam.h includable from userspace.Rusty Russell2007-10-234-118/+132
* Expand hwif->host_flags so that it fits new flags.David Miller2007-10-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-10-231-0/+35
|\
| * Input: i8042 - export i8042_command()Márton Németh2007-10-221-0/+35
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-235-4/+24
|\ \
| * | [NET]: Cut off the queue_mapping field from sk_buffPavel Emelyanov2007-10-221-1/+2
| * | [NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov2007-10-221-1/+6
| * | [NET]: Make and use skb_get_queue_mappingPavel Emelyanov2007-10-221-0/+9
| * | [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-221-0/+4
| * | [NET]: Fix SKB_WITH_OVERHEAD calculationHerbert Xu2007-10-221-2/+1Star
| * | [TG3]: Add 5723 supportMatt Carlson2007-10-221-0/+1
| * | [Bluetooth] Add constant for Bluetooth socket options levelMarcel Holtmann2007-10-221-0/+1
* | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2007-10-232-134/+0Star
|\ \ \
| * | | V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil2007-10-221-92/+0Star
| * | | V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-221-42/+0Star
| |/ /
* | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-231-27/+175
|\ \ \
| * | | Add CONFIG_DEBUG_SG sg validationJens Axboe2007-10-221-0/+22
| * | | Change table chaining layoutJens Axboe2007-10-221-24/+54
| * | | [SG] Add helpers for manipulating SG entriesJens Axboe2007-10-221-8/+104
| |/ /
* | | exportfs: update documentationChristoph Hellwig2007-10-221-24/+2Star
* | | exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* | | exportfs: remove old methodsChristoph Hellwig2007-10-221-41/+0Star
* | | reiserfs: new export opsChristoph Hellwig2007-10-221-6/+6
* | | efs: new export opsChristoph Hellwig2007-10-221-1/+5
* | | exportfs: add new methodsChristoph Hellwig2007-10-221-0/+30
* | | exportfs: add fid typeChristoph Hellwig2007-10-221-3/+41
* | | kexec: add BSS to resource treeBernhard Walle2007-10-221-1/+1
* | | Intel IOMMU: DMAR fault handling supportKeshavamurthy, Anil S2007-10-221-0/+12
* | | Intel IOMMU: Intel IOMMU driverKeshavamurthy, Anil S2007-10-221-0/+22
* | | Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S2007-10-221-0/+2
* | | Intel IOMMU: DMAR detection and parsing logicKeshavamurthy, Anil S2007-10-221-0/+52
* | | ext2: avoid rec_len overflow with 64KB block sizeJan Kara2007-10-221-0/+1
* | | capabilities: clean up file capability readingSerge E. Hallyn2007-10-221-4/+2Star
* | | memory hotplug: make kmem_cache_node for SLUB on memory online avoid panicYasunori Goto2007-10-221-0/+4
* | | memory hotplug: rearrange memory hotplug notifierYasunori Goto2007-10-221-12/+15
* | | add WEAK() for creating weak asm labelsRusty Russell2007-10-221-0/+6
|/ /
* | [PATCH] audit: watching subtreesAl Viro2007-10-212-0/+4
* | [PATCH] new helper - inotify_evict_watch()Al Viro2007-10-211-0/+1
* | [PATCH] new helper - inotify_clone_watch()Al Viro2007-10-211-0/+1
* | [PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro2007-10-211-0/+2
* | [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-212-12/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-205-8/+21
|\ \
| * | fix do_sys_open() prototypeJason Uhlenkott2007-10-201-1/+1