aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann
2009-04-02sgi-gru: add macros for using the UV hub to send interruptsJack Steiner
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov
2009-04-02Simplify copy_thread()Alexey Dobriyan
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-04-01pm: rework includes, remove arch ifdefsMagnus Damm
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-03-30Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-03-30Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-28Merge branch 'linus' into core/iommuIngo Molnar
2009-03-28Merge branch 'linus' into x86/coreIngo Molnar
2009-03-28Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-03-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2009-03-26Merge branch 'timers/hpet' into timers/coreIngo Molnar
2009-03-26Merge commit 'v2.6.29' into timers/coreIngo Molnar
2009-03-25Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai
2009-03-25x86: Correct behaviour of irq affinityRusty Russell
2009-03-24x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu
2009-03-24x86: fix set_extra_move_desc callingYinghai Lu
2009-03-24Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar
2009-03-24Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar
2009-03-24iommu: Add domain_has_cap iommu_opsSheng Yang
2009-03-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-23x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput
2009-03-23x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput
2009-03-23x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts togetherJaswinder Singh Rajput
2009-03-23x86: irq.c use same path for show_interruptsJaswinder Singh Rajput
2009-03-23x86: cpu/cpu.h cleanupJaswinder Singh Rajput
2009-03-22x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev
2009-03-21Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar
2009-03-21x86: pci-nommu.c cleanupJaswinder Singh Rajput
2009-03-21x86: io_delay.c cleanupJaswinder Singh Rajput
2009-03-21x86: rtc.c cleanupJaswinder Singh Rajput
2009-03-21x86: i8253 cleanupJaswinder Singh Rajput
2009-03-21x86: kdebugfs.c cleanupJaswinder Singh Rajput
2009-03-21x86: topology.c cleanupJaswinder Singh Rajput
2009-03-21x86: mpparse.c introduce check_physptr helper functionJaswinder Singh Rajput
2009-03-21x86: mpparse.c introduce smp_dump_mptable helper functionJaswinder Singh Rajput
2009-03-20x86: fix IO APIC resource allocation error messageBartlomiej Zolnierkiewicz
2009-03-20x86: signal: check signal stack overflow properlyHiroshi Shimamoto