summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2009-01-212-3/+10
* x86: use early clobbers in usercopy*.cAndi Kleen2009-01-212-4/+4
* x86: remove kernel_physical_mapping_init() from init sectionGary Hade2009-01-201-1/+1
* fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar2009-01-201-7/+4Star
* cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-191-13/+9Star
* x86: fix section mismatch warnings in kernel/setup_percpu.cLeonardo Potenza2009-01-181-1/+1
* x86: put trigger in to detect mismatched apic versionsMike Travis2009-01-181-0/+5
* x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...Jan Beulich2009-01-163-29/+45
* x86, UV: cpu_relax in uv_wait_completionCliff Wickman2009-01-151-0/+1
* x86: avoid early crash in disable_local_APIC()Jan Beulich2009-01-151-0/+4
* x86, pat: fix reserve_memtype() for legacy 1MB rangeSuresh Siddha2009-01-141-10/+27
* x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen2009-01-131-4/+10
* x86, cpufreq: remove leftover copymask_copy()Ingo Molnar2009-01-131-2/+0Star
* Revert "i386: add TRACE_IRQS_OFF for the nmi"Ingo Molnar2009-01-121-2/+0Star
* Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write"Ingo Molnar2009-01-121-13/+12Star
* x86: fix apic.c build error on latest gitJaswinder Singh Rajput2009-01-122-0/+7
* x86: fix mpparse.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+1
* x86: avoid theoretical vmalloc fault loopAndi Kleen2009-01-121-1/+1
* Merge commit 'v2.6.29-rc1' into x86/urgentIngo Molnar2009-01-11779-13484/+47233
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-1041-390/+354Star
| |\
| * \ Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-1017-239/+320
| |\ \
| | * | [IA64] fix typo in cpumask_of_pcibus()Ingo Molnar2009-01-061-1/+1
| | * | x86: fix x86_32 builds for summit and es7000 arch'sMike Travis2009-01-062-0/+3
| | * | cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrsMike Travis2009-01-061-40/+43
| | * | cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-061-12/+13
| | * | cpumask: use cpumask_var_t in acpi-cpufreq.cMike Travis2009-01-061-29/+29
| | * | cpumask: use work_on_cpu in acpi/cstate.cMike Travis2009-01-061-33/+37
| | * | cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell2009-01-066-29/+29
| | * | cpumask: replace CPUMASK_ALLOC etc with cpumask_var_tRusty Russell2009-01-061-12/+9Star
| | * | Merge branch 'linus' into cpus4096Ingo Molnar2009-01-0658-2590/+1675Star
| | |\ \
| | * | | x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-045-76/+152
| | * | | ia64: cpumask fix for is_affinity_mask_valid()Mike Travis2009-01-042-10/+7Star
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds2009-01-099-32/+29Star
| |\ \ \ \
| | * | | | NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-088-18/+15Star
| | * | | | NOMMU: Rename ARM's struct vm_regionDavid Howells2009-01-081-14/+14
| * | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-0919-46/+27Star
| |\ \ \ \ \
| | * | | | | [S390] Use unsigned long long for u64 on 64bit.Heiko Carstens2009-01-094-10/+6Star
| | * | | | | [S390] vdso: compile fixHeiko Carstens2009-01-092-2/+4
| | * | | | | [S390] remove code for oldselect system callHeiko Carstens2009-01-092-21/+0Star
| | * | | | | [S390] types: add/fix types.h include in header filesHeiko Carstens2009-01-098-3/+11
| | * | | | | [S390] dasd: add device attribute to disable blocking on lost pathsHolger Smolinski2009-01-091-0/+1
| | * | | | | [S390] asm-s390/posix_types.h: drop __USE_ALL usageMike Frysinger2009-01-091-4/+0Star
| | * | | | | [S390] gettimeofday.S: removed duplicated #includesHuang Weiyi2009-01-091-4/+0Star
| | * | | | | [S390] ptrace: no extern declarations for userspaceHeiko Carstens2009-01-091-2/+5
| * | | | | | x86: make 'constant_test_bit()' take an unsigned bit numberLinus Torvalds2009-01-091-1/+1
| * | | | | | parisc: introduce asm/swab.hHarvey Harrison2009-01-093-64/+69
| * | | | | | x86: only scan the root bus in early PCI quirksAndi Kleen2009-01-091-8/+14
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2009-01-097-237/+757
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'oprofile/cell' into oprofile/oprofile-for-tipRobert Richter2009-01-086-140/+705
| | |\ \ \ \ \ \
| | | * | | | | | powerpc/oprofile: fix whitespaces in op_model_cell.cRobert Richter2009-01-081-13/+11Star