summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-03-23MN10300: gcc 4.6 vs am33 inline assemblyRichard Henderson1-4/+17
2011-03-18MN10300: Deprecate gdbstubDavid Howells1-1/+4
2011-03-18MN10300: Allow KGDB to use the MN10300 serial portsDavid Howells1-0/+75
2011-03-18MN10300: Emulate single stepping in KGDB on MN10300David Howells3-12/+425
2011-03-18MN10300: Generalise kernel debugger kernel halt, reboot or power off hookDavid Howells1-3/+3
2011-03-18MN10300: Use KGDBDavid Howells6-2/+289
2011-03-18MN10300: Create generic kernel debugger hooksDavid Howells14-248/+317
2011-03-18MN10300: Create general kernel debugger cache flushingDavid Howells17-158/+592
2011-03-18MN10300: Introduce a general config option for kernel debugger hooksDavid Howells3-1/+25
2011-03-18MN10300: The icache invalidate functions should disable the icache firstDavid Howells3-83/+140
2011-03-18MN10300: gdbstub: Restrict single-stepping to non-preemptable non-SMP configsDavid Howells2-2/+18
2011-03-18MN10300: Clear ASB2364 peripheral interrupt masks before enabling interruptsDavid Howells2-0/+55
2011-03-18MN10300: Fix the ASB2364 gdbport UART register defsDavid Howells1-12/+12
2011-03-18MN10300: Fix ASB2364 FPGA register defsDavid Howells1-1/+1
2011-03-18MN10300: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner3-5/+6
2011-03-18MN10300: Select HAVE_GENERIC_HARDIRQS rather than GENERIC_HARDIRQSDavid Howells1-1/+1
2011-03-18MN10300: Convert ASB2364 FPGA irq_chip to new functionsThomas Gleixner1-13/+13
2011-03-18MN10300: Convert ipi irq_chip to new functionsThomas Gleixner1-8/+22
2011-03-18MN10300: Convert serial irq_chip to new functionsThomas Gleixner1-5/+10
2011-03-18MN10300: Convert cpu irq_chips to new functionsThomas Gleixner1-29/+33
2011-03-18MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner2-30/+0
2011-03-18MN10300: Remove stale irq_chip.end - V2Thomas Gleixner1-1/+0
2011-03-18MN10300: Use clockevents_calc_mult_shift()Thomas Gleixner3-26/+3
2011-03-18MN10300: Use clocksource_register_hz()Thomas Gleixner3-21/+1
2011-03-18MN10300: Remove stale codeThomas Gleixner3-67/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds52-557/+865
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds199-4635/+16962
2011-03-17Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds57-961/+1641
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds406-5754/+17615
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds3-10/+193
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-291/+333
2011-03-17Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds1-12/+29
2011-03-17Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds1-2/+1
2011-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds6-10/+5
2011-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2-0/+17
2011-03-17arch/tile: support newer binutils assembler shift semanticsChris Metcalf3-9/+29
2011-03-17Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Chris Metcalf127-736/+929
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds148-0/+18051
2011-03-17Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds9-18/+82
2011-03-17Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds19-84/+857
2011-03-17KVM: unbreak userspace that does not sets tss addressGleb Natapov1-0/+13
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong3-56/+32
2011-03-17KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong1-20/+17
2011-03-17KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong1-4/+8
2011-03-17KVM: fix kvmclock regression due to missing clock updateNikola Ciprich1-1/+1
2011-03-17KVM: emulator: Fix permission checking in io permission bitmapGleb Natapov1-3/+2
2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov3-21/+35
2011-03-17KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity1-0/+5
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa3-7/+5