summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2012-05-25Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+2
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2
2012-05-25Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-53/+4
2012-05-25kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-2/+2
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+6
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+59
2012-05-24Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds4-247/+2
2012-05-24Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds3-2/+226
2012-05-23Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-4/+29
2012-05-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-11/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-46/+55
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2-3/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+5
2012-05-23Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-17/+52
2012-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-38/+0
2012-05-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+18
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds12-38/+36
2012-05-22raid5: add AVX optimized RAID5 checksummingJim Kukunas3-2/+226
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-0/+33
2012-05-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-31/+13
2012-05-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+20
2012-05-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-31/+87
2012-05-21Merge branch 'stat-cleanups' (clean up copying of stat info to user space)Linus Torvalds1-0/+21
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo5-9/+14
2012-05-18x86/tlb: Clean up and unify TLB_FLUSH_ALL definitionAlex Shi1-5/+1
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin1-0/+5
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin1-1/+15
2012-05-18x86/apic: Use symbolic APIC_EOI_ACKMichael S. Tsirkin1-3/+1
2012-05-18x86/apic: Fix typo EIO_ACK -> EOI_ACK and document itMichael S. Tsirkin1-1/+1
2012-05-18MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker4-247/+2
2012-05-17fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-3/+0
2012-05-15percpu: remove percpu_xxx() functionsAlex Shi1-10/+6
2012-05-15x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi12-28/+30
2012-05-14x86, kvm: KVM paravirt kernels don't check for CPUID being unavailableAlan Cox1-0/+3
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar7-13/+18
2012-05-14perf/x86/ibs: Fix undefined reference to `get_ibs_caps'Robert Richter1-0/+4
2012-05-12gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown1-53/+4
2012-05-09perf/x86-ibs: Take instruction pointer from ibs sampleRobert Richter1-2/+4
2012-05-09Merge branch 'perf/x86-ibs' into perf/coreIngo Molnar2-0/+7
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra1-38/+0
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich1-1/+0
2012-05-09atomic64_32.h: fix parameter naming mismatchPhilipp Hahn1-5/+5
2012-05-09keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov2-1/+19
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner4-24/+6
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner1-1/+0
2012-05-08fork: Remove the weak insanityThomas Gleixner1-1/+0
2012-05-08x86: Use kick_all_cpus_sync()Thomas Gleixner1-2/+0
2012-05-08irq_remap: Fix compiler warning with CONFIG_IRQ_REMAP=ySuresh Siddha1-4/+2
2012-05-07Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5Konrad Rzeszutek Wilk1-0/+1