summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-01-26x86: fix section mismatch warningRakib Mullick1-1/+1
2009-01-26x86: unmask CPUID levels on Intel CPUs, fixIngo Molnar1-8/+11
2009-01-26x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn.Eric Anholt1-0/+10
2009-01-25x86: use standard PIT frequencyIngo Molnar1-9/+4
2009-01-23x86, mm: fix pte_free()Peter Zijlstra1-0/+1
2009-01-22x86: unmask CPUID levels on Intel CPUsH. Peter Anvin1-0/+10
2009-01-21x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h>H. Peter Anvin1-0/+29
2009-01-21x86: fix PTE corruption issue while mapping RAM using /dev/memSuresh Siddha1-3/+3
2009-01-21x86: mtrr fix debug boot parameterThomas Renninger1-5/+7
2009-01-21x86: fix page attribute corruption with cpa()Suresh Siddha1-15/+34
2009-01-21Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2-3/+10
2009-01-21x86: use early clobbers in usercopy*.cAndi Kleen2-4/+4
2009-01-20x86: remove kernel_physical_mapping_init() from init sectionGary Hade1-1/+1
2009-01-20fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar1-7/+4
2009-01-19cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis1-13/+9
2009-01-18x86: fix section mismatch warnings in kernel/setup_percpu.cLeonardo Potenza1-1/+1
2009-01-18x86: put trigger in to detect mismatched apic versionsMike Travis1-0/+5
2009-01-16x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...Jan Beulich3-29/+45
2009-01-15x86, UV: cpu_relax in uv_wait_completionCliff Wickman1-0/+1
2009-01-15x86: avoid early crash in disable_local_APIC()Jan Beulich1-0/+4
2009-01-14x86, pat: fix reserve_memtype() for legacy 1MB rangeSuresh Siddha1-10/+27
2009-01-13x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen1-4/+10
2009-01-13x86, cpufreq: remove leftover copymask_copy()Ingo Molnar1-2/+0
2009-01-12Revert "i386: add TRACE_IRQS_OFF for the nmi"Ingo Molnar1-2/+0
2009-01-12Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write"Ingo Molnar1-13/+12
2009-01-12x86: fix apic.c build error on latest gitJaswinder Singh Rajput2-0/+7
2009-01-12x86: fix mpparse.c build error on latest gitJaswinder Singh Rajput1-0/+1
2009-01-12x86: avoid theoretical vmalloc fault loopAndi Kleen1-1/+1
2009-01-11Merge commit 'v2.6.29-rc1' into x86/urgentIngo Molnar779-13484/+47233
2009-01-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds41-390/+354
2009-01-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-239/+320
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds9-32/+29
2009-01-09Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds19-46/+27
2009-01-09x86: make 'constant_test_bit()' take an unsigned bit numberLinus Torvalds1-1/+1
2009-01-09parisc: introduce asm/swab.hHarvey Harrison3-64/+69
2009-01-09x86: only scan the root bus in early PCI quirksAndi Kleen1-8/+14
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds7-237/+757
2009-01-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-0/+182
2009-01-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds9-55/+101
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds22-152/+177
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-12/+3
2009-01-09[S390] Use unsigned long long for u64 on 64bit.Heiko Carstens4-10/+6
2009-01-09[S390] vdso: compile fixHeiko Carstens2-2/+4
2009-01-09[S390] remove code for oldselect system callHeiko Carstens2-21/+0
2009-01-09[S390] types: add/fix types.h include in header filesHeiko Carstens8-3/+11
2009-01-09[S390] dasd: add device attribute to disable blocking on lost pathsHolger Smolinski1-0/+1
2009-01-09[S390] asm-s390/posix_types.h: drop __USE_ALL usageMike Frysinger1-4/+0
2009-01-09[S390] gettimeofday.S: removed duplicated #includesHuang Weiyi1-4/+0
2009-01-09[S390] ptrace: no extern declarations for userspaceHeiko Carstens1-2/+5
2009-01-09Merge branch 'linus' into releaseLen Brown2598-47240/+115970