summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2008-10-16x86_64: make /proc/interrupts work with dyn irq_descYinghai Lu
2008-10-16x86_64: separate irq_cfgx from irq_cfgx_freeYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu
2008-10-16x86: check with without_new in show_interruptsYinghai Lu
2008-10-16generic: add irq_desc in function in parameterYinghai Lu
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu
2008-10-16x86, ioapic: replace loop with nr_irqs with for_each_irq_icfgYinghai Lu
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu
2008-10-16x86: put irq_2_pin pointer into irq_cfgYinghai Lu
2008-10-16x86: add irq_cfg in io_apic_64.cYinghai Lu
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16x86, irq: get nr_irqs from madtYinghai Lu
2008-10-16irq: sparse irqs, fix #3Ingo Molnar
2008-10-16x86: use dyn_array in io_apic_xx.cYinghai Lu
2008-10-16x86: use nr_irqsYinghai Lu
2008-10-16irq: introduce nr_irqsYinghai Lu
2008-10-16x86: enable dyn_array supportYinghai Lu
2008-10-16x86: alloc dyn_array all togetherYinghai Lu
2008-10-16add per_cpu_dyn_array supportYinghai Lu
2008-10-16x86: add after_bootmem flag for 32bitYinghai Lu
2008-10-16Blackfin arch: Zero out bss region in L1/L2 memory.Graf Yang
2008-10-16Blackfin arch: add read/write IO accessor functions to BlackfinBryan Wu
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky
2008-10-16powerpc: fix linux-next build failureStephen Rothwell
2008-10-15cpufreq: remove policy->governor setting in drivers initializationDominik Brodowski
2008-10-15Merge branch 'fixes' into for-linusRussell King
2008-10-15fix CONFIG_MMCONFIG=n build warningPavel Vasilyev
2008-10-15Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tipRobert Richter
2008-10-15x86/oprofile: add the logic for enabling additional IBS bitsSuravee Suthikulpanit
2008-10-15x86/oprofile: reordering functions in nmi_int.cRobert Richter
2008-10-15oprofile: more whitespace fixesRobert Richter
2008-10-15oprofile: whitespace fixesRobert Richter
2008-10-15OProfile: Rename IBS sysfs dir into "ibs_op"Robert Richter
2008-10-15OProfile: Rework string handling in setup_ibs_files()Robert Richter
2008-10-15OProfile: Rework oprofile_add_ibs_sample() functionRobert Richter
2008-10-15Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2008-10-15powerpc/mpc5200: Don't touch pipelining for MPC5200BWolfram Sang
2008-10-15powerpc/52xx: Make cuImage more robust in locating immr node.Grant Likely
2008-10-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2008-10-15KVM: ia64: Add intel iommu support for guests.Xiantao Zhang
2008-10-15KVM: ia64: add directed mmio range support for kvm guestsXiantao Zhang
2008-10-15KVM: ia64: Make pmt table be able to hold physical mmio entries.Xiantao Zhang
2008-10-15KVM: Move irqchip_in_kernel() from ioapic.h to irq.hXiantao Zhang
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao
2008-10-15KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka
2008-10-15KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han