summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-04-08Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge106-3110/+5685
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2-3/+3
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang1-1/+1
2009-04-07Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-54/+156
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-8/+75
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-83/+180
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds22-348/+442
2009-04-05Merge branch 'linus' into releaseLen Brown169-8085/+11675
2009-04-05Merge branch 'misc' into releaseLen Brown2-1/+13
2009-04-05Merge branch 'x2apic' into releaseLen Brown1-4/+59
2009-04-04x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong1-5/+24
2009-04-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-19/+2
2009-04-04x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha1-4/+59
2009-04-04x86, mtrr: remove debug messageIngo Molnar1-3/+0
2009-04-04Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2-49/+132
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+7
2009-04-03ACPI: update commentZhang Rui1-1/+1
2009-04-03Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar5-10/+7
2009-04-03preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann1-0/+2
2009-04-03sgi-gru: add macros for using the UV hub to send interruptsJack Steiner1-7/+2
2009-04-03signals: remove 'handler' parameter to tracehook functionsOleg Nesterov1-1/+1
2009-04-03Simplify copy_thread()Alexey Dobriyan2-2/+2
2009-04-02Merge branch 'linus' into x86/urgentIngo Molnar44-905/+1142
2009-04-02x86: remove duplicated code with pcpu_need_numa()Yinghai Lu1-14/+0
2009-04-02x86,percpu: fix inverted NUMA test in setup_pcpu_remap()Tejun Heo1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar8-83/+180
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-2/+5
2009-04-01pm: rework includes, remove arch ifdefsMagnus Damm2-0/+2
2009-04-01x86: signal: check sas_ss_size instead of sas_ss_flags()Hiroshi Shimamoto1-1/+1
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2-13/+10
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell22-348/+442
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds6-8/+0
2009-03-31Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds1-9/+1
2009-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+11
2009-03-31Merge branch 'linus' into cpumask-for-linusIngo Molnar87-3118/+4461
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-9/+1
2009-03-31Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-69/+85
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-4/+11
2009-03-30Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds71-2447/+4735
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell6-8/+0
2009-03-30x86/paravirt: use percpu_ rather than __get_cpu_varJeremy Fitzhardinge1-5/+5
2009-03-30x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge1-3/+4
2009-03-30x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge4-16/+14
2009-03-30x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge3-8/+21
2009-03-30x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge3-15/+2
2009-03-30x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge1-0/+3
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt128-5360/+6735
2009-03-29Merge branch 'linus' into core/iommuIngo Molnar128-5360/+6735
2009-03-29Merge branch 'linus' into x86/coreIngo Molnar24-739/+1036