summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ia64/PCI: adjust section annotation for pcibios_setup()Ingo Molnar2009-07-011-1/+1
| * | | | | | x86/PCI: get root CRS before scanning childrenYinghai Lu2009-06-302-25/+15
| * | | | | | x86/PCI: fix boundary checking when using root CRSYinghai Lu2009-06-301-12/+15
| * | | | | | PCI: remove pci_dac_dma_... APIs on mn10300Fernando Luis Vázquez Cao2009-06-291-4/+0
* | | | | | | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-07-0649-1803/+120
|\ \ \ \ \ \ \
| * | | | | | | microblaze: Fix cast warning for init.cMichal Simek2009-07-061-3/+3
| * | | | | | | microblaze: Wire up new syscallsMichal Simek2009-07-062-1/+5
| * | | | | | | microblaze: use generic syscalls.hArnd Bergmann2009-07-066-62/+28
| * | | | | | | microblaze: clean up signal handlingArnd Bergmann2009-07-067-345/+43
| * | | | | | | microblaze: convert all simple headers to use asm-genericRemis Lima Baima2009-07-0619-266/+21
| * | | | | | | microblaze: use the generic lib/checksum.cRemis Lima Baima2009-07-064-241/+6
| * | | | | | | microblaze: fall back on generic header files for the ABIArnd Bergmann2009-07-0617-887/+16
* | | | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-07-061-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse2009-07-041-0/+12
* | | | | | | | | gcov: exclude code operating in userspace from profilingPeter Oberparleiter2009-07-061-0/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds2009-07-0423-188/+173
|\ \ \ \ \ \ \ \
| * | | | | | | | parisc: use generic atomic64 on 32-bitKyle McMartin2009-07-032-1/+6
| * | | | | | | | parisc: perf: wire up sys_perf_counter_openKyle McMartin2009-07-033-1/+9
| * | | | | | | | parisc: add task_pt_regs macroKyle McMartin2009-07-031-0/+3
| * | | | | | | | parisc: wire sys_perf_counter_open to sys_ni_syscallKyle McMartin2009-07-032-1/+3
| * | | | | | | | parisc: inventory.c, fix bloated stack frameKyle McMartin2009-07-031-17/+24
| * | | | | | | | parisc: processor.c, fix bloated stack frameKyle McMartin2009-07-031-5/+11
| * | | | | | | | parisc: fix compile warning in mm/init.cKyle McMartin2009-07-031-1/+1
| * | | | | | | | parisc: remove dead code from sys_parisc32.cChristoph Hellwig2009-07-031-62/+0
| * | | | | | | | parisc: wire up rt_tgsigqueueinfoKyle McMartin2009-07-032-2/+4
| * | | | | | | | parisc: ensure broadcast tlb purge runs single threadedHelge Deller2009-07-033-19/+30
| * | | | | | | | parisc: fix "delay!" timer handlingGrant Grundler2009-07-031-35/+53
| * | | | | | | | parisc: fix mismatched parenthesis in memcpy.cRandolph Chung2009-07-031-1/+1
| * | | | | | | | parisc: add parameter to read_cr16()Coly Li2009-07-031-1/+1
| * | | | | | | | parisc: decode_exc.c should include kernel.hAlexander Beregalov2009-07-031-1/+1
| * | | | | | | | parisc: remove obsolete hw_interrupt_typeThomas Gleixner2009-07-031-1/+1
| * | | | | | | | parisc: fix irq compile bugs in arch/parisc/kernel/irq.cHelge Deller2009-07-031-4/+4
| * | | | | | | | parisc: fix ldcw inline assemblerHelge Deller2009-07-031-2/+2
| * | | | | | | | parisc: kill WARN in free_initmem when DEBUG_KERNELKyle McMartin2009-07-031-20/+9
| * | | | | | | | parisc: Remove casts from atomic macrosBastian Blank2009-07-031-4/+4
| * | | | | | | | parisc: remove CVS keywordsAlexander Beregalov2009-07-037-14/+6
| * | | | | | | | parisc: wire up preadv/pwritev syscallsKyle McMartin2009-07-032-1/+5
* | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-07-0491-449/+3731
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MIPS: Fix CONFIG_FLATMEM version of pfn_valid()Ralf Baechle2009-07-031-1/+8
| * | | | | | | | | MIPS: Reorganize Cavium OCTEON PCI support.David Daney2009-07-038-221/+197
| * | | | | | | | | Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-0345-59/+59
| * | | | | | | | | MIPS: Allow suspend and hibernation again on uniprocessor kernels.Ralf Baechle2009-07-031-2/+2
| * | | | | | | | | MIPS: 64-bit: Fix o32 core dumpYong Zhang2009-07-033-4/+22
| * | | | | | | | | MIPS: CMP: Update sync-r4k for current kernelTim Anderson2009-07-032-16/+17
| * | | | | | | | | MIPS: CMP: Move gcmp_probe to before the SMP opsTim Anderson2009-07-033-5/+16
| * | | | | | | | | MIPS: CMP: activate CMP supportTim Anderson2009-07-035-62/+25
| * | | | | | | | | MIPS: CMP: Extend IPI handling to CPU numberTim Anderson2009-07-032-38/+40
| * | | | | | | | | MIPS: CMP: Extend the GIC IPI interrupts beyond 32Tim Anderson2009-07-032-11/+8
| * | | | | | | | | MIPS: Define __arch_swab64 for all mips r2 cpusDavid Daney2009-07-031-2/+6
| * | | | | | | | | MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa2009-07-032-19/+4