summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-242146-23156/+127539
|\
| * Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-0/+1
| |\
| | * agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-0/+1
| * | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-242-2/+6
| |\ \
| | * | x86/PCI: make 32 bit NUMA node array int, not unsigned charJesse Barnes2009-09-181-1/+1
| | * | x86/PCI: default pcibus cpumask to all cpus if it lacks affinityDavid Rientjes2009-09-181-1/+5
| * | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-09-2423-113/+436
| |\ \ \
| | * | | microblaze: Disable heartbeat/enable emaclite in defconfigsMichal Simek2009-09-242-28/+37
| | * | | microblaze: Support simpleImage.dts make targetMichal Simek2009-09-244-6/+66
| | * | | microblaze: Fix _start symbol to physical addressMichal Simek2009-09-221-0/+1
| | * | | microblaze: Use LOAD_OFFSET macro to get correct LMA for all sectionsMichal Simek2009-09-221-15/+19
| | * | | microblaze: Create the LOAD_OFFSET macro used to compute VMA vs LMA offsetsJohn Williams2009-09-221-0/+3
| | * | | microblaze: Copy ppc asm-compat.h for clean handling of constants in asm and CJohn Williams2009-09-221-0/+17
| | * | | microblaze: Actually show KiB rather than pages in "Freeing initrd memory:"Lennart Sorensen2009-09-221-1/+2
| | * | | microblaze: Support ptrace syscall tracing.Michal Simek2009-09-222-12/+122
| | * | | microblaze: Updated CPU version and FPGA family codes in PVRJohn Williams2009-09-221-0/+3
| | * | | microblaze: Generate correct signal and siginfo for integer div-by-zeroMichal Simek2009-09-221-1/+1
| | * | | microblaze: Don't be noisy when userspace causes hardware exceptionsMichal Simek2009-09-221-11/+20
| | * | | microblaze: Remove ipc.h file which points to non-existing asm-generic fileMichal Simek2009-09-221-1/+0
| | * | | microblaze: Clear sticky FSR register after generating exception signalsJohn Williams2009-09-221-0/+2
| | * | | microblaze: Ensure CPU usermode is set on new userspace processesJohn Williams2009-09-221-0/+1
| | * | | microblaze: Use correct kbuild variable KBUILD_CFLAGSJohn Williams2009-09-221-2/+2
| | * | | microblaze: Save and restore msr in hw exceptionMichal Simek2009-09-221-2/+6
| | * | | microblaze: Add architectural support for USB EHCI host controllersJulie Zhu2009-09-222-0/+4
| | * | | microblaze: Implement include/asm/syscall.h.Michal Simek2009-09-211-0/+99
| | * | | microblaze: Improve checking mechanism for MSR instructionMichal Simek2009-09-211-8/+5
| | * | | microblaze: Add checking mechanism for MSR instructionMichal Simek2009-09-213-4/+27
| | * | | microblaze: Cleanup linker script using new linker script macros.Tim Abbott2009-09-211-31/+8
| * | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-249-27/+361
| |\ \ \ \
| | * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-239-27/+361
| | |\ \ \ \
| | | * | | | dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu2009-09-083-5/+23
| | | * | | | Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-08700-8074/+13778
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-082508-43572/+151029
| | | |\ \ \ \ \
| | | | * | | | | fsldma: Add DMA_SLAVE supportIra Snyder2009-09-081-0/+136
| | | | * | | | | iop-adma: implement a private tx_listDan Williams2009-09-081-0/+2
| | | | * | | | | Merge commit 'v2.6.31-rc1' into dmaengineDan Williams2009-09-082505-43572/+150789
| | | | |\ \ \ \ \
| | | * | \ \ \ \ \ Merge branch 'iop-raid6' into async-tx-nextDan Williams2009-09-083-0/+184
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | iop-adma: P+Q support for iop13xx adma enginesDan Williams2009-08-293-0/+184
| | | * | | | | | | | dmaengine: cleanup unused transaction typesDan Williams2009-09-082-9/+0
| | | * | | | | | | | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-084-13/+16
| | | |\| | | | | | |
| | | | * | | | | | | async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-291-1/+1
| | | | * | | | | | | async_tx: add sum check flagsDan Williams2009-08-292-7/+10
| | | | * | | | | | | async_tx: rename zero_sum to valDan Williams2009-04-082-5/+5
| * | | | | | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-4/+15
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen2009-09-161-4/+15
| * | | | | | | | | | | alpha: AGP update (fixes compile failure)Ivan Kokshaysky2009-09-244-5/+5
| * | | | | | | | | | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-248-38/+28
| * | | | | | | | | | | fcntl: add F_[SG]ETOWN_EXPeter Zijlstra2009-09-242-0/+4
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-2361-201/+139
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cpumask: use mm_cpumask() wrapper: x86Rusty Russell2009-09-244-14/+15