summaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)Author
2012-03-08TTY: simserial, pass tty down to functionsJiri Slaby
2012-03-08TTY: serialP, merge serial_state and async_structJiri Slaby
2012-03-08TTY: simserial, remove IRQ_TJiri Slaby
2012-03-08TTY: simserial, remove support of shared interruptsJiri Slaby
2012-03-08TTY: simserial/amiserial, use one instance of other membersJiri Slaby
2012-03-08TTY: simserial, use only one copy of async flagsJiri Slaby
2012-03-08simserial, bail out when request_irq failsJiri Slaby
2012-03-08hpsim, initialize chip for assigned irqsJiri Slaby
2012-03-08simserial, include some headersJiri Slaby
2012-03-08hpsim, fix SAL handling in fw-emuJiri Slaby
2012-03-08TTY: amiserial, remove tasklet for tty_wakeupJiri Slaby
2012-03-08TTY: serialP, remove unused materialJiri Slaby
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa
2012-03-05KVM: provide synchronous registers in kvm_runChristian Borntraeger
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-02-27[IA64] Fix a couple of warnings for EXPORT_SYMBOLPaul Gortmaker
2012-02-27[IA64] Check return from device_register() in cx_device_register()Paul Gortmaker
2012-02-27[IA64] Fix warning from machine_kexec.cPaul Gortmaker
2012-02-24[IA64] simserial, bail out when request_irq failsJiri Slaby
2012-02-24[IA64] hpsim, initialize chip for assigned irqsJiri Slaby
2012-02-24[IA64] simserial, include some headersJiri Slaby
2012-02-24[IA64] hpsim, fix SAL handling in fw-emuJiri Slaby
2012-02-24arch/ia64/hp/sim/simeth.c: print MAC via printk format specifierDanny Kukawka
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas
2012-02-23ia64/PCI: get rid of device resource fixupsBjorn Helgaas
2012-02-23ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas
2012-02-22[IA64] genirq fixup for SGI/SNDimitri Sivanich
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov
2012-02-21ia64: Fix typo in irq_xen.cMasanari Iida
2012-02-14ia64: Use generic posix_types.hH. Peter Anvin
2012-02-08[IA64] disable interrupts when exiting from ia64_mca_cmc_int_handler()Jiri Kosina
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2012-01-17ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)Kurt Garloff
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-01-13Merge branch 'wire-accept4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-12ia64, exec: remove redundant set_fs(USER_DS)Mathias Krause
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell