summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* convert cgroup and cpusetAl Viro2010-10-292-13/+11
* switch get_sb_ns() usersAl Viro2010-10-293-15/+12
* switch procfs to ->mount()Al Viro2010-10-291-7/+6
* setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-291-1/+2
* convert cifsAl Viro2010-10-291-8/+7
* convert nilfsAl Viro2010-10-291-9/+7
* switch logfs to ->mount()Al Viro2010-10-292-27/+23
* logfs: fix a leak in get_sbAl Viro2010-10-294-7/+8
* logfs get_sb, part 3Al Viro2010-10-294-39/+29
* logfs get_sb, part 2Al Viro2010-10-294-14/+13
* logfs get_sb massage, part 1Al Viro2010-10-294-21/+39
* convert v9fsAl Viro2010-10-291-12/+10
* convert ubifsAl Viro2010-10-291-7/+6
* convert get_sb_pseudo() usersAl Viro2010-10-298-43/+32
* convert get_sb_nodev() usersAl Viro2010-10-2917-73/+87
* convert get_sb_single() usersAl Viro2010-10-2925-139/+147
* convert get_sb_mtd() users to ->mount()Al Viro2010-10-294-49/+36
* new helper: mount_bdev()Al Viro2010-10-2931-161/+150
* beginning of transtion: ->mount()Al Viro2010-10-292-3/+16
* fix open/umount raceAl Viro2010-10-292-3/+5
* a couple of open-coded ihold() introduced by nfs mergeAl Viro2010-10-291-2/+2
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-2844-95/+2845
|\
| * xen: register xen pci notifierWeidong Han2010-10-273-0/+139
| * xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini2010-10-261-2/+22
| * xen: add a missing #include to arch/x86/pci/xen.cStefano Stabellini2010-10-221-0/+1
| * xen: mask the MTRR feature from the cpuidStefano Stabellini2010-10-221-0/+1
| * xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge2010-10-223-34/+67
| * xen: add the direct mapping area for ISA bus accessJuan Quintela2010-10-223-0/+28
| * xen: Initialize xenbus for dom0.Juan Quintela2010-10-221-1/+28
| * xen: use vcpu_ops to setup cpu masksStefano Stabellini2010-10-221-1/+7
| * xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge2010-10-221-3/+20
| * xen: remap MSIs into pirqs when running as initial domainQing He2010-10-223-18/+101
| * xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge2010-10-224-0/+165
| * xen: introduce XEN_DOM0 as a silent optionStefano Stabellini2010-10-221-0/+10
| * xen: map MSIs into pirqsStefano Stabellini2010-10-223-0/+81
| * xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini2010-10-224-1/+29
| * xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge2010-10-223-1/+11
| * acpi: use indirect call to register gsi in different modesJeremy Fitzhardinge2010-10-221-17/+42
| * xen: implement xen_hvm_register_pirqStefano Stabellini2010-10-223-1/+71
| * xen: get the maximum number of pirqs from xenStefano Stabellini2010-10-222-4/+32
| * xen: support pirq != irqStefano Stabellini2010-10-222-16/+49
| * Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Stefano Stabellini2010-10-22122-2270/+3944
| |\
| | * X86/PCI: Remove the dependency on isapnp_disable.Konrad Rzeszutek Wilk2010-10-211-5/+0
| | * xen: Update Makefile with CONFIG_BLOCK dependency for biomerge.cKonrad Rzeszutek Wilk2010-10-201-1/+2
| | * MAINTAINERS: Add myself to the Xen Hypervisor Interface and remove Chris Wright.Konrad Rzeszutek Wilk2010-10-201-3/+3
| | * x86: xen: Sanitse irq handling (part two)Konrad Rzeszutek Wilk2010-10-181-4/+3
| | * swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it.Konrad Rzeszutek Wilk2010-10-181-1/+2
| | * MAINTAINERS: Add myself for Xen PCI and Xen SWIOTLB maintainer.Konrad Rzeszutek Wilk2010-10-181-0/+14
| | * xen/pci: Request ACS when Xen-SWIOTLB is activated.Konrad Rzeszutek Wilk2010-10-182-1/+5
| | * xen-pcifront: Xen PCI frontend driver.Ryan Wilson2010-10-184-0/+1283