summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (arch)Rusty Russell2012-01-131-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-122-29/+20Star
|\
| * ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-25/+14Star
| * ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-1/+4
| * PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-062-6/+5Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-111-4/+1Star
|\ \
| * | lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-4/+1Star
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-102-0/+3
|\ \ \
| * \ \ Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel2012-01-092-0/+3
| |\ \ \ | | |_|/ | |/| |
| | * | iommu: Add option to group multi-function devicesAlex Williamson2011-11-152-0/+3
| | |/
* | | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-1/+1
|\ \ \
| * | | xen/ia64: fix build breakage because of conflicting u64 guest handlesLuck, Tony2011-11-301-1/+1
| | |/ | |/|
* | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-01-101-7/+5Star
|\ \ \
| * | | KVM: IA64: fix struct redefinitionXiao Guangrong2011-12-271-2/+2
| * | | KVM: introduce id_to_memslot functionXiao Guangrong2011-12-271-1/+1
| * | | KVM: introduce kvm_for_each_memslot macroXiao Guangrong2011-12-271-4/+2Star
| |/ /
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0Star
|\ \ \
| * | | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0Star
| |/ /
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-083-31/+2Star
|\ \ \
| * | | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-041-28/+1Star
| * | | consolidate umode_t declarationsAl Viro2012-01-041-2/+0Star
| * | | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-041-1/+1
| | |/ | |/|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-072-31/+31
|\ \ \
| * \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-062-31/+31
| |\ \ \ | | |/ / | |/| |
| | * | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-212-31/+31
| | |/
* | | Merge branch 'misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds2012-01-074-7/+24
|\ \ \
| * | | ia64: pcibr: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-101-2/+1Star
| * | | ia64: sn: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-101-3/+2Star
| * | | ia64: tioca: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-101-2/+2
| * | | [IA64] Merge overlapping reserved regions at bootPetr Tesarik2011-12-101-0/+19
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-071-0/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-301-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
| |\ \ \ | | |_|/ | |/| |
| | * | net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-061-38/+34Star
|\ \ \ \
| * | | | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-151-37/+32Star
| |/ / /
* | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-01-063-6/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | memblock: Kill early_node_map[]Tejun Heo2011-12-081-3/+0Star
| * | | ia64: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-083-3/+7
| |/ /
* / / procfs: do not confuse jiffies with cputime64_tAndreas Schwab2011-12-301-0/+1
|/ /
* | Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-071-0/+1
|\ \
| * | xen/acpi: Domain0 acpi parser related platform hypercallYu Ke2011-09-261-0/+1
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0710-0/+10
|\ \ \
| * | | ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker2011-11-0110-0/+10
* | | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-072-91/+0Star
|\ \ \ \
| * | | | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-292-91/+0Star
* | | | | Merge branch 'process_vm' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2011-11-042-1/+5
|\ \ \ \ \
| * | | | | [IA64] Wire up cross memory attach syscallsTony Luck2011-11-022-1/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds2011-11-037-5/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [IA64] gpio: GENERIC_GPIO default must be nBen Hutchings2011-09-011-1/+1