| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, irqinit: preempt merge conflicts | Ingo Molnar | 2009-04-10 | 1 | -0/+8 |
* | x86: remove some ifdefs from native_init_IRQ() | Pekka Enberg | 2009-04-10 | 1 | -6/+2 |
* | x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefs | Pekka Enberg | 2009-04-10 | 3 | -10/+2 |
* | x86: unify irqinit_{32,64}.c into irqinit.c | Pekka Enberg | 2009-04-10 | 3 | -278/+1 |
* | x86: unify apic_intr_init() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -1/+19 |
* | x86: unify trivial differences in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -0/+24 |
* | x86: unify native_init_IRQ() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -20/+115 |
* | x86: unify init_ISA_irqs() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -5/+7 |
* | x86: unify smp_intr_init() in irqinit_{32,64}.h | Pekka Enberg | 2009-04-10 | 2 | -3/+7 |
* | x86: use identical loop constructs in 32-bit and 64-bit native_init_IRQ() | Pekka Enberg | 2009-04-10 | 2 | -5/+6 |
* | x86: introduce apic_intr_init() in irqinit_32.c | Pekka Enberg | 2009-04-10 | 1 | -18/+22 |
* | x86: introduce smp_intr_init() in irqinit_32.c | Pekka Enberg | 2009-04-10 | 1 | -28/+33 |
* | x86: move init_ISA_irqs() in irqinit_32.c to match ordering in irqinit_64.c | Pekka Enberg | 2009-04-10 | 1 | -24/+24 |
* | x86: move x86_quirk_pre_intr_init() to irqinit_32.c | Pekka Enberg | 2009-04-10 | 4 | -24/+19 |
* | x86: consolidate SMP code in io_apic.c | Gary Hade | 2009-04-09 | 1 | -114/+109 |
* | x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APIC | Yinghai Lu | 2009-04-08 | 1 | -4/+6 |
* | x86: make wakeup_secondary_cpu_via_init static | Yinghai Lu | 2009-04-08 | 1 | -1/+1 |
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-04-07 | 1 | -1/+0 |
|\ |
|
| * | tracing, x86: remove duplicated #include | Huang Weiyi | 2009-04-07 | 1 | -1/+0 |
* | | Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linux | Linus Torvalds | 2009-04-07 | 8 | -32/+57 |
|\ \ |
|
| * | | powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board | Wolfgang Grandegger | 2009-04-07 | 1 | -4/+4 |
| * | | i2c-s3c2410: Simplify bus frequency calculation | Daniel Silverstone | 2009-04-07 | 6 | -26/+26 |
| * | | i2c-s3c2410: sda_delay should be in ns, not clock ticks | Ben Dooks | 2009-04-07 | 2 | -2/+2 |
| * | | i2c: iMX/MXC support | Darius Augulis | 2009-04-07 | 1 | -0/+25 |
* | | | tty: Blackin CTS/RTS | Sonic Zhang | 2009-04-07 | 7 | -58/+72 |
* | | | Change hardware flow control from poll to interrupt driven | Sonic Zhang | 2009-04-07 | 5 | -138/+0 |
* | | | tty: Use the generic RS485 ioctl on CRIS | Claudio Scordino | 2009-04-07 | 3 | -7/+7 |
* | | | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 2009-04-07 | 3 | -4/+4 |
* | | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 20 | -55/+55 |
* | | | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) | Yang Hongyang | 2009-04-07 | 2 | -2/+2 |
* | | | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 7 | -20/+20 |
* | | | spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases | Eric Miao | 2009-04-07 | 1 | -0/+1 |
* | | | Blackfin SPI Driver: Make mmc_spi driver work on Blackfin | Wolfgang Muees | 2009-04-07 | 1 | -0/+2 |
* | | | Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support | Michael Hennerich | 2009-04-07 | 1 | -0/+1 |
* | | | Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation | Michael Hennerich | 2009-04-07 | 1 | -0/+2 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2009-04-07 | 31 | -79/+181 |
|\ \ \ |
|
| * | | | powerpc: Fix oops when loading modules | Paul Mackerras | 2009-04-07 | 1 | -2/+4 |
| * | | | powerpc: Wire up preadv and pwritev | Stephen Rothwell | 2009-04-07 | 2 | -1/+6 |
| * | | | powerpc/ftrace: Fix printf format warning | Michael Ellerman | 2009-04-07 | 1 | -1/+1 |
| * | | | powerpc/ftrace: Fix #if that should be #ifdef | Michael Ellerman | 2009-04-07 | 1 | -1/+1 |
| * | | | powerpc: Fix ptrace compat wrapper for FPU register access | Michael Neuling | 2009-04-07 | 1 | -4/+11 |
| * | | | powerpc: Print information about mapping hw irqs to virtual irqs | Michael Ellerman | 2009-04-07 | 1 | -1/+3 |
| * | | | powerpc: Correct dependency of KEXEC | Geert Uytterhoeven | 2009-04-07 | 1 | -1/+1 |
| * | | | powerpc: Disable VSX or current process in giveup_fpu/altivec | Michael Neuling | 2009-04-07 | 2 | -0/+13 |
| * | | | powerpc/pseries: Enable relay in pseries_defconfig | Anton Blanchard | 2009-04-07 | 1 | -1/+1 |
| * | | | powerpc/pseries: Fix ibm,client-architecture comment | Anton Blanchard | 2009-04-07 | 1 | -1/+1 |
| * | | | powerpc/pseries: Scan for all events in rtasd | Anton Blanchard | 2009-04-07 | 1 | -1/+2 |
| * | | | powerpc/pseries: Add dispatch dispersion statistics | Anton Blanchard | 2009-04-07 | 2 | -1/+17 |
| * | | | powerpc: Clean up some prom printouts | Anton Blanchard | 2009-04-07 | 1 | -4/+4 |
| * | | | powerpc: Print progress of ibm,client-architecture method | Anton Blanchard | 2009-04-07 | 1 | -3/+5 |