aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg3-4/+4
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa1-0/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2-2/+2
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds23-188/+173
2009-07-04Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds91-449/+3731
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-1/+1
2009-07-03MIPS: Fix CONFIG_FLATMEM version of pfn_valid()Ralf Baechle1-1/+8
2009-07-03MIPS: Reorganize Cavium OCTEON PCI support.David Daney8-221/+197
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa45-59/+59
2009-07-03MIPS: Allow suspend and hibernation again on uniprocessor kernels.Ralf Baechle1-2/+2
2009-07-03MIPS: 64-bit: Fix o32 core dumpYong Zhang3-4/+22
2009-07-03MIPS: CMP: Update sync-r4k for current kernelTim Anderson2-16/+17
2009-07-03MIPS: CMP: Move gcmp_probe to before the SMP opsTim Anderson3-5/+16
2009-07-03MIPS: CMP: activate CMP supportTim Anderson5-62/+25
2009-07-03MIPS: CMP: Extend IPI handling to CPU numberTim Anderson2-38/+40
2009-07-03MIPS: CMP: Extend the GIC IPI interrupts beyond 32Tim Anderson2-11/+8
2009-07-03MIPS: Define __arch_swab64 for all mips r2 cpusDavid Daney1-2/+6
2009-07-03MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa2-19/+4
2009-07-03MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open.David Daney5-6/+20
2009-07-03MIPS: Malta: Remove unnecessary function prototypesDmitri Vorobiev1-3/+0
2009-07-03MIPS: MT: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-03MIPS: Add support for Texas Instruments AR7 System-on-a-ChipFlorian Fainelli18-0/+3307
2009-07-03parisc: use generic atomic64 on 32-bitKyle McMartin2-1/+6
2009-07-03parisc: perf: wire up sys_perf_counter_openKyle McMartin3-1/+9
2009-07-03parisc: add task_pt_regs macroKyle McMartin1-0/+3
2009-07-03parisc: wire sys_perf_counter_open to sys_ni_syscallKyle McMartin2-1/+3
2009-07-03parisc: inventory.c, fix bloated stack frameKyle McMartin1-17/+24
2009-07-03parisc: processor.c, fix bloated stack frameKyle McMartin1-5/+11
2009-07-03parisc: fix compile warning in mm/init.cKyle McMartin1-1/+1
2009-07-03parisc: remove dead code from sys_parisc32.cChristoph Hellwig1-62/+0
2009-07-03parisc: wire up rt_tgsigqueueinfoKyle McMartin2-2/+4
2009-07-03parisc: ensure broadcast tlb purge runs single threadedHelge Deller3-19/+30
2009-07-03parisc: fix "delay!" timer handlingGrant Grundler1-35/+53
2009-07-03parisc: fix mismatched parenthesis in memcpy.cRandolph Chung1-1/+1
2009-07-03parisc: add parameter to read_cr16()Coly Li1-1/+1
2009-07-03parisc: decode_exc.c should include kernel.hAlexander Beregalov1-1/+1
2009-07-03parisc: remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
2009-07-03parisc: fix irq compile bugs in arch/parisc/kernel/irq.cHelge Deller1-4/+4
2009-07-03parisc: fix ldcw inline assemblerHelge Deller1-2/+2
2009-07-03parisc: kill WARN in free_initmem when DEBUG_KERNELKyle McMartin1-20/+9
2009-07-03parisc: Remove casts from atomic macrosBastian Blank1-4/+4
2009-07-03parisc: remove CVS keywordsAlexander Beregalov7-14/+6
2009-07-03parisc: wire up preadv/pwritev syscallsKyle McMartin2-1/+5
2009-07-02Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-14/+3
2009-07-02x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu1-6/+10
2009-07-02x86: fix power-of-2 round_up/round_down macrosLinus Torvalds1-2/+9
2009-07-01FRV: Add basic performance counter supportDavid Howells4-1/+38
2009-07-01FRV: Implement atomic64_tDavid Howells6-5/+236