summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86: linker script syntax nits"Ingo Molnar2009-10-152-10/+11
* Merge branch 'linus' into x86/urgentIngo Molnar2009-10-15331-5084/+1936
|\
| * Merge branch 'topic/x86-lds-nits' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-10-142-11/+10
| |\
| | * x86: linker script syntax nitsRoland McGrath2009-10-142-11/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-10-143-4/+4
| |\ \
| | * | sparc64: Set IRQF_DISABLED on LDC channel IRQs.David S. Miller2009-10-131-2/+2
| | * | sparc64: Fix D-cache flushing on swapin from SW devices.David S. Miller2009-10-121-1/+1
| | * | sparc64: Fix niagara2 perf IRQ bits.David S. Miller2009-10-091-1/+1
| * | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-142-4/+4
| |\ \ \
| | * | | [S390] Add highgprs facility to /proc/cpuinfoAndreas Krebbel2009-10-141-3/+3
| | * | | [S390] hypfs: Use subcode 6 if subcode 7 is not availableMichael Holzheu2009-10-141-1/+1
| | | |/ | | |/|
| * | | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-147-20/+41
| |\ \ \
| | * | | sh: Fix a TRACE_IRQS_OFF typo.Paul Mundt2009-10-141-1/+1
| | * | | sh: Optimize the setup_rt_frame() I-cache flush.Paul Mundt2009-10-141-2/+1
| | * | | sh: Populate initial secondary CPU info from boot_cpu_data.Paul Mundt2009-10-141-0/+2
| | * | | sh: Tidy up SMP cpuinfo.Paul Mundt2009-10-141-0/+2
| | * | | sh: Use boot_cpu_data for FPU tests in sigcontext paths.Paul Mundt2009-10-141-3/+3
| | * | | sh: ftrace: Fix up syscall tracepoint support.Paul Mundt2009-10-131-10/+27
| | * | | sh: force dcache flush if dcache_dirty bit set.Paul Mundt2009-10-131-1/+1
| | * | | sh: update die() output.Paul Mundt2009-10-131-3/+4
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-10-142-3/+0
| |\ \ \ \
| | * | | | Revert "x86, timers: Check for pending timers after (device) interrupts"Ingo Molnar2009-10-092-3/+0
| | | |_|/ | | |/| |
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-147-33/+37
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds2009-10-131-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | x86: Move pci_iommu_init to rootfs_initcall()David Woodhouse2009-10-121-1/+1
| * | | | ARM: force dcache flush if dcache_dirty bit setNitin Gupta2009-10-121-6/+3
| * | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-10-12354-5225/+2580
| |\ \ \ \
| | * | | | [ARM] pxa: workaround errata #37 by not using half turbo switchingDennis O'Brien2009-10-121-1/+1
| | * | | | [ARM] pxa/csb726: adjust duplicate structure field initializationJulia Lawall2009-10-121-1/+1
| | * | | | pci: increase alignment to make more space for hidden codeYinghai Lu2009-10-111-2/+2
| | * | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-1117-51/+221
| | |\ \ \ \
| | | * | | | [S390] Add EX_TABLE for addressing exception in usercopy functions.Gerald Schaefer2009-10-062-12/+14
| | | * | | | [S390] 64-bit register support for 31-bit processesHeiko Carstens2009-10-066-4/+147
| | | * | | | [S390] hibernate: Use correct place for CPU address in lowcoreMichael Holzheu2009-10-061-3/+2
| | | * | | | [S390] pm: ignore time spend in suspended stateMartin Schwidefsky2009-10-061-4/+17
| | | * | | | [S390] perf_counter: fix vdso detectionHeiko Carstens2009-10-061-8/+8
| | | * | | | [S390] ftrace: drop nmi protectionHeiko Carstens2009-10-061-3/+0
| | | * | | | [S390] compat: fix truncate system call wrapperHeiko Carstens2009-10-061-1/+1
| | | * | | | [S390] Provide arch specific mdelay implementation.Heiko Carstens2009-10-062-10/+11
| | | * | | | [S390] Fix enabled udelay for short delays.Christian Borntraeger2009-10-061-4/+9
| | | * | | | [S390] module: fix memory leak in s390 module loaderChristian Borntraeger2009-10-061-0/+3
| | | * | | | [S390] Enable kmemleak on s390.Heiko Carstens2009-10-061-0/+1
| | | * | | | [S390] fix build breakage with CONFIG_AIO=nMartin Schwidefsky2009-10-061-2/+8
| | * | | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-1112-0/+12
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-10-091-39/+39
| | |\ \ \ \ \
| | | * | | | | Input: fix rx51 board keymapAmit Kucheria2009-10-051-39/+39
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-10-09250-4717/+1078
| | |\ \ \ \ \ \
| | | * | | | | | Blackfin: convert to GENERIC_HARDIRQS_NO__DO_IRQMichael Hennerich2009-10-081-0/+3
| | | * | | | | | Blackfin: drop all simple-gpio board resourcesMike Frysinger2009-10-0817-255/+0
| | | * | | | | | Blackfin: fix framebuffer mmap bug for nommuThomas Chou2009-10-082-0/+17