summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-0912-19/+106
|\
| * sh: Don't allocate smaller sized mappings on every iterationMatt Fleming2009-10-091-0/+7
| * sh: Try PMB mapping based on physical address, not mapping sizeMatt Fleming2009-10-091-1/+1
| * sh: Plug PMB alloc memory leakMatt Fleming2009-10-091-6/+24
| * sh: Sprinkle __uses_jump_to_uncachedMatt Fleming2009-10-092-3/+3
| * sh: enable sleep state LEDs on Ecovec24Magnus Damm2009-10-091-0/+5
| * sh: mach-ecovec24: Document DS2 switch settings.Kuninori Morimoto2009-10-051-0/+14
| * sh: Build fix: export __movmemLubomir Rintel2009-09-301-0/+1
| * sh: Disable unaligned kernel access printks by default.Paul Mundt2009-09-301-2/+2
| * sh: mach-ecovec24: modify 1st MTD area to read onlyKuninori Morimoto2009-09-301-1/+1
| * sh: mach-ecovec24: Add TouchScreen supportKuninori Morimoto2009-09-301-0/+42
| * sh: magicpanelr2 and dreamcast can use the generic I/O base.Paul Mundt2009-09-282-4/+0
| * sh: Don't enable interrupts in the page fault pathMatt Fleming2009-09-281-2/+0
| * sh: Set the default I/O port base to P2SEG.Paul Mundt2009-09-281-0/+3
| * sh: Handle ioport_map() cases for >= P1SEG addresses.Paul Mundt2009-09-281-0/+3
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-084-28/+51
|\ \
| * | x86, pci: Correct spelling in a commentMarin Mitov2009-10-031-1/+1
| * | x86: Simplify bound checks in the MTRR codeArjan van de Ven2009-10-021-5/+12
| * | x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar2009-10-022-22/+38
* | | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds2009-10-081-0/+2
|\ \ \
| * | | perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra2009-10-061-0/+2
| | |/ | |/|
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-10-082-0/+3
|\ \ \
| * | | x86, timers: Check for pending timers after (device) interruptsArjan van de Ven2009-10-082-0/+3
* | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-088-123/+193
|\ \ \ \
| * \ \ \ Merge branch 'pm-fixes-32' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Tony Lindgren2009-10-064-95/+137
| |\ \ \ \
| | * | | | OMAP3: PM: introduce a new powerdomain walk helperArtem Bityutskiy2009-10-053-14/+31
| | * | | | OMAP3: PM: Enable GPIO module-level wakeupsKevin Hilman2009-10-051-0/+10
| | * | | | OMAP3: PM: USBHOST: clear wakeup events on both hostsVikram Pandita2009-10-051-3/+10
| | * | | | OMAP3: PM: PRCM interrupt: only handle selected PRCM interruptsPaul Walmsley2009-10-051-9/+37
| | * | | | OMAP3: PM: PRCM interrupt: check MPUGRPSEL registerPaul Walmsley2009-10-051-0/+3
| | * | | | OMAP3: PM: Prevent hang in prcm_interrupt_handlerJon Hunter2009-10-051-83/+60
| | | |/ / | | |/| |
| * | | | omap: iovmm: Add missing mutex_unlockDaniel Walker2009-10-061-1/+2
| * | | | omap: iovmm: Fix incorrect spellingHiroshi DOYU2009-10-061-3/+3
| * | | | omap: SRAM: flush the right address after memcpy in omap_sram_pushye janboe2009-10-061-1/+2
| * | | | omap: Lock DPLL5 at bootRajendra Nayak2009-10-051-0/+35
| * | | | omap: Fix incorrect 730 vs 850 detectionTony Lindgren2009-10-051-23/+14
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2009-10-0815-80/+126
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | parisc: Fix linker script breakage.Helge Deller2009-09-281-0/+10
| * | | | parisc: convert to asm-generic/hardirq.hChristoph Hellwig2009-09-282-24/+1
| * | | | parisc: Make THREAD_SIZE available to assembly files and linker scripts.Tim Abbott2009-09-271-5/+5
| * | | | parisc: correct use of SHF_ALLOCJulia Lawall2009-09-271-1/+1
| * | | | parisc: rename parisc's vmalloc_start to parisc_vmalloc_startHelge Deller2009-09-272-7/+8
| * | | | parisc: includecheck fix: signal.cJaswinder Singh Rajput2009-09-271-1/+0
| * | | | parisc: HAVE_ARCH_TRACEHOOKKyle McMartin2009-09-271-0/+1
| * | | | parisc: add skeleton syscall.hKyle McMartin2009-09-272-1/+44
| * | | | parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin2009-09-274-18/+25
| * | | | parisc: split syscall_trace into two halvesKyle McMartin2009-09-272-22/+25
| * | | | parisc: add missing TI_TASK macro in syscall.SKyle McMartin2009-09-271-1/+1
| * | | | parisc: tracehook_signal_handlerKyle McMartin2009-09-271-0/+4
| * | | | parisc: tracehook_report_syscallKyle McMartin2009-09-272-13/+14
| | |/ / | |/| |