summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* Merge tag 'please-pull-ia64-for-3.7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-014-5/+7
|\
| * [IA64] xen: Fix return value check in xencomm_vtop()Wei Yongjun2012-09-271-1/+2
| * [IA64] Must enable interrupts in do_notify_resume_user before calling traceho...Tony Luck2012-09-201-2/+2
| * [IA64] kexec: Move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
| * [IA64] Fix a node distance bugJianguo Wu2012-09-101-1/+1
* | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-011-1/+2
|\ \
| * \ Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-273-4/+3
| |\ \ | | |/
| * | TTY: use tty_port_link_deviceJiri Slaby2012-08-131-0/+1
| * | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-0624-49/+59
| |\ \
| * | | tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
* | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-012-13/+2
|\ \ \ \
| * \ \ \ Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas2012-09-241-2/+1
| |\ \ \ \
| | * | | | ia64/PCI: Clear host bridge aperture struct resourceYinghai Lu2012-09-211-2/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas2012-09-191-8/+0
| |\ \ \ \
| | * | | | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-8/+0
| | * | | | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-1/+1
| | |/ / /
| * | | | Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas2012-09-171-3/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ia64/PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-3/+1
| | | |/ | | |/|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-013-52/+34
|\ \ \ \
| * | | | ia64: Reuse system and user vtime accounting functions on task switchFrederic Weisbecker2012-09-251-8/+3
| * | | | ia64: Consolidate user vtime accountingFrederic Weisbecker2012-09-251-13/+15
| * | | | vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-251-11/+14
| * | | | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-251-3/+3
| * | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-042-2/+0
| |\ \ \ \ | | |/ / /
| * | | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-202-10/+2
| * | | | cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTINGFrederic Weisbecker2012-08-171-11/+1
* | | | | ia64: Add missing RCU idle APIs on idle loopPaul E. McKenney2012-09-231-0/+3
| |/ / / |/| | |
* | | | [IA64] defconfig: Remove CONFIG_MISC_DEVICESFabio Estevam2012-08-202-2/+0
|/ / /
* | | ACPI: Only count valid srat memory structuresThomas Renninger2012-08-031-2/+3
|/ /
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-1/+0
|\ \
| * | mm: account the total_vm in the vm_stat_account()Huang Shijie2012-07-311-1/+0
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-1/+0
|\ \ \ | |/ / |/| |
| * | random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-1/+0
| |/
* | Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-3014-16/+16
|\ \
| * | [IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck2012-07-261-2/+2
| * | [IA64] Rename platform_name to ia64_platform_nameFengguang Wu2012-07-2511-12/+12
| * | [IA64] Mark PARAVIRT and KVM as brokenFengguang Wu2012-07-252-2/+2
| |/
* | Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-242-3/+0
|\ \
| * | iommu: Remove group_mfAlex Williamson2012-06-252-3/+0
| |/
* | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-10/+3
|\ \
| * \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-9/+0
| |\ \
| | * | ia64/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-9/+0
| | |/
| * | ia64/PCI: register busn_res for root busesYinghai Lu2012-06-131-1/+3
| * | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-242-4/+4
|\ \
| * | treewide: Put a space between #include and FILEPaul Bolle2012-06-282-4/+4
* | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-242-0/+2
|\ \ \
| * | | KVM: Introduce __KVM_HAVE_IRQ_LINEChristoffer Dall2012-06-181-0/+1
| * | | KVM: ia64: Mark ia64 KVM as BROKENAvi Kivity2012-06-051-0/+1
| | |/ | |/|
OpenPOWER on IntegriCloud