aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-26kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger3-0/+3
2011-05-26sh: convert to asm-generic ptrace.hMike Frysinger1-2/+4
2011-05-26x86: convert to asm-generic ptrace.hMike Frysinger1-13/+5
2011-05-26Blackfin: convert to asm-generic ptrace.hMike Frysinger1-3/+2
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano11-11/+0
2011-05-26m32r: remove redundant declarationKOSAKI Motohiro1-11/+2
2011-05-26m32r: convert cpumask apiKOSAKI Motohiro3-52/+51
2011-05-26Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds18-185/+202
2011-05-26Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2011-05-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+1
2011-05-26Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds49-3043/+1110
2011-05-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds24-66/+491
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmemLinus Torvalds1-0/+7
2011-05-26mfd: Modifying the twl4030-power macro name Main_Ref to all capsLesly A M1-1/+1
2011-05-26xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer1-0/+7
2011-05-26x86: vdso: Remove unused variableThomas Gleixner1-1/+1
2011-05-26powerpc/4xx: Adding PCIe MSI supportRupjyoti Sarmah9-0/+376
2011-05-26powerpc: Fix irq_free_virt by adjusting bounds before loopMilton Miller1-4/+13
2011-05-26powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virtMilton Miller1-2/+5
2011-05-26powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irqMilton Miller1-2/+5
2011-05-26powerpc/irq: Always free duplicate IRQ_LEGACY hostsMilton Miller1-9/+2
2011-05-26powerpc/irq: Remove stale and misleading commentMilton Miller1-3/+1
2011-05-26powerpc/cell: Rename ipi functions to match current abstractionsMilton Miller3-10/+10
2011-05-26powerpc/cell: Use common smp ipi actionsMilton Miller3-35/+14
2011-05-26powerpc/pseries: Update MAX_HCALL_OPCODE to reflect page coalescingBrian King1-1/+1
2011-05-26powerpc/oprofile: Handle events that raise an exception without overflowingEric B Munson1-1/+23
2011-05-26powerpc/ftrace: Implement raw syscall tracepoints on PowerPCIan Munsie7-2/+44
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+1
2011-05-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-0/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds77-1910/+11241
2011-05-25Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericssonLinus Torvalds19-795/+218
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds58-1661/+4001
2011-05-25Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds23-89/+1909
2011-05-25arch/tile: prefer "tilepro" as the name of the 32-bit architectureChris Metcalf1-0/+0
2011-05-25i8k: Integrate with the hwmon subsystemJean Delvare1-0/+1
2011-05-25Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-0/+130
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds19-711/+84
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd12-105/+0
2011-05-25lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd2-23/+0
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+2
2011-05-25x86: remove 32-bit versions of readq()/writeq()Roland Dreier2-24/+2
2011-05-25Remove unused PROC_CHANGE_PENALTY constantStephen Boyd5-20/+0
2011-05-25um: fix crash while os_dump_core()Richard Weinberger1-0/+1
2011-05-25um: include linux/prefetch.hRichard Weinberger1-0/+2
2011-05-25um: print info about fatal segfaultsRichard Weinberger1-0/+24
2011-05-25um: add ucast ethernet transportNolan Leake7-311/+403
2011-05-25um: add earlyprintk supportRichard Weinberger5-0/+50
2011-05-25um: remove SIGHUP handlerRichard Weinberger1-1/+0
2011-05-25um: fix UML_LIB_PATHRichard Weinberger3-2/+8
2011-05-25cris: convert old cpumask API into new oneKOSAKI Motohiro2-17/+20