aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MN10300: Emulate single stepping in KGDB on MN10300David Howells2011-03-183-12/+425
* MN10300: Generalise kernel debugger kernel halt, reboot or power off hookDavid Howells2011-03-181-3/+3
* MN10300: Use KGDBDavid Howells2011-03-186-2/+289
* MN10300: Create generic kernel debugger hooksDavid Howells2011-03-1814-248/+317
* MN10300: Create general kernel debugger cache flushingDavid Howells2011-03-1817-158/+592
* MN10300: Introduce a general config option for kernel debugger hooksDavid Howells2011-03-183-1/+25
* MN10300: The icache invalidate functions should disable the icache firstDavid Howells2011-03-183-83/+140
* MN10300: gdbstub: Restrict single-stepping to non-preemptable non-SMP configsDavid Howells2011-03-182-2/+18
* MN10300: Clear ASB2364 peripheral interrupt masks before enabling interruptsDavid Howells2011-03-182-0/+55
* MN10300: Fix the ASB2364 gdbport UART register defsDavid Howells2011-03-181-12/+12
* MN10300: Fix ASB2364 FPGA register defsDavid Howells2011-03-181-1/+1
* MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-183-5/+6
* MN10300: Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQSDavid Howells2011-03-181-1/+1
* MN10300: Convert ASB2364 FPGA irq_chip to new functionsThomas Gleixner2011-03-181-13/+13
* MN10300: Convert ipi irq_chip to new functionsThomas Gleixner2011-03-181-8/+22
* MN10300: Convert serial irq_chip to new functionsThomas Gleixner2011-03-181-5/+10
* MN10300: Convert cpu irq_chips to new functionsThomas Gleixner2011-03-181-29/+33
* MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner2011-03-182-30/+0
* MN10300: Remove stale irq_chip.end - V2Thomas Gleixner2011-03-181-1/+0
* MN10300: Use clockevents_calc_mult_shift()Thomas Gleixner2011-03-183-26/+3
* MN10300: Use clocksource_register_hz()Thomas Gleixner2011-03-183-21/+1
* MN10300: Remove stale codeThomas Gleixner2011-03-183-67/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-03-1752-557/+865
|\
| * arch/tile: support newer binutils assembler shift semanticsChris Metcalf2011-03-173-9/+29
| * Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Chris Metcalf2011-03-17127-736/+929
| |\
| * | arch/tile: fix deadlock bugs in rwlock implementationChris Metcalf2011-03-102-141/+103
| * | drivers/edac: provide support for tile architectureChris Metcalf2011-03-103-1/+119
| * | arch/tile: support 4KB page size as well as 64KBChris Metcalf2011-03-1018-135/+235
| * | arch/tile: add some more VMSPLIT options and use consistent namingChris Metcalf2011-03-101-3/+9
| * | arch/tile: fix some comments and whitespaceChris Metcalf2011-03-107-24/+15
| * | arch/tile: export some additional module symbolsChris Metcalf2011-03-012-0/+8
| * | arch/tile: enhance existing finv_buffer_remote() routineChris Metcalf2011-03-013-54/+139
| * | arch/tile: fix two bugs in the backtracer codeChris Metcalf2011-03-011-9/+19
| * | arch/tile: use extended assembly to inline __mb_incoherent()Chris Metcalf2011-03-014-41/+20
| * | arch/tile: use a cleaner technique to enable interrupt for cpu_idle()Chris Metcalf2011-03-011-11/+5
| * | arch/tile: sync up with <arch/sim.h> and <arch/sim_def.h> changesChris Metcalf2011-03-012-12/+39
| * | arch/tile: fix reversed test of strict_strtol() return valueChris Metcalf2011-03-011-1/+1
| * | arch/tile: avoid a simulator warning during bootupChris Metcalf2011-03-011-0/+11
| * | arch/tile: export <asm/hardwall.h> to userspaceChris Metcalf2011-03-011-0/+1
| * | arch/tile: warn and retry if an IPI is not accepted by the target cpuChris Metcalf2011-03-011-14/+19
| * | arch/tile: stop disabling INTCTRL_1 interrupts during hypervisor downcallsChris Metcalf2011-03-011-49/+5
| * | arch/tile: fix __ndelay etc to work betterChris Metcalf2011-03-015-11/+34
| * | arch/tile: bug fix: exec'ed task thought it was still single-steppingChris Metcalf2011-03-013-2/+26
| * | arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf2011-03-015-10/+6
| * | arch/tile: Fix atomic_read() definition to use ACCESS_ONCEChris Metcalf2011-02-251-1/+1
| * | tile: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-02-231-0/+1
| * | tile: Use proper accessor functions in show_interrupt()Thomas Gleixner2011-02-231-4/+6
| * | tile: Convert irq_chip to new functionsThomas Gleixner2011-02-231-14/+14
| * | tile: Fix __pte_free_tlbPeter Zijlstra2011-02-231-13/+2
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-17199-4635/+16962
|\ \ \