summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | arch/sh/boards/board-ap325rxa.c: removed duplicated #includeHuang Weiyi2008-08-031-1/+0
| * | sh/boards/Makefile typo fixAdrian Bunk2008-08-031-1/+1
| * | sh: fix LIBGCCAdrian Bunk2008-08-021-6/+6
| * | sh: Revert the location change of auto-generated asm/machtypes.hPaul Mundt2008-08-022-4/+4
| * | sh: Fix up the audit arch endian specification.Paul Mundt2008-08-022-2/+27
| * | sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.Paul Mundt2008-08-027-158/+174
| * | sh: ptrace single stepping cleanups.Paul Mundt2008-08-023-140/+39
| * | sh: seccomp support.Paul Mundt2008-08-025-2/+37
| * | sh: Tidy up the _TIF work masks, and fix syscall trace bug on singlestep.Paul Mundt2008-08-023-15/+31
| * | kdump: sh: parse elfcorehdr command line argumentSimon Horman2008-08-021-0/+20
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-08-04277-69/+39209
|\ \ \
| * | | powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala2008-08-0415-368/+6
| * | | powerpc: Force printing of 'total_memory' to unsigned long longTony Breeds2008-08-041-2/+2
| * | | powerpc: Fix compiler warning in arch/powerpc/mm/mem.cTony Breeds2008-08-041-1/+1
| * | | powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell2008-08-04264-3/+39505
* | | | mn10300: Fix up __bug_table handling in module loader.Paul Mundt2008-08-041-1/+3
* | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-08-04135-0/+15320
|\ \ \ \ | |_|_|/ |/| | |
| * | | [S390] move include/asm-s390 to arch/s390/include/asmMartin Schwidefsky2008-08-01135-0/+15320
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-03200-71/+16544
|\ \ \ \
| * | | | [ARM] 5182/1: pxa: Fix pcm990 compilationGuennadi Liakhovetski2008-08-031-1/+0
| * | | | [ARM] Fix explicit asm(-arm)?/arch-foo referencesRussell King2008-08-029-23/+23
| * | | | [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-02182-6/+16301
| * | | | [ARM] Remove explicit dependency for misc.o from compressed/MakefileRussell King2008-08-021-3/+0
| * | | | [ARM] initrd: claim initrd memory exclusivelyRussell King2008-07-301-12/+20
| * | | | [ARM] pxa: add support for L2 outer cache on XScale3 (attempt 2)Eric Miao2008-07-283-22/+190
| * | | | Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6Russell King2008-07-284-4/+8
| |\ \ \ \
| | * | | | [ARM] i.MX: add missing clock functions exportsPaulius Zaleckas2008-07-281-0/+5
| | * | | | [ARM] i.MX: remove set_imx_fb_info() exportPaulius Zaleckas2008-07-281-1/+0
| | * | | | [ARM] mx1ads: make mmc platform data available for modulesSascha Hauer2008-07-281-2/+2
| | * | | | [ARM] mx2: add missing Kconfig dependencySascha Hauer2008-07-281-1/+1
| * | | | | [ARM] 5180/1: at91: Fix at91_nand -> atmel_nand rename falloutHaavard Skinnemoen2008-07-284-4/+4
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-08-0214-217/+102
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sparc64: Do not clobber %g7 in setcontext() trap.David S. Miller2008-07-311-2/+4
| * | | | sparc64: Kill __show_regs().David S. Miller2008-07-313-28/+3
| * | | | sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.David S. Miller2008-07-312-26/+25
| * | | | sparc64: Kill smp_report_regs().David S. Miller2008-07-314-56/+0
| * | | | sparc64: Kill VERBOSE_SHOWREGS code.David S. Miller2008-07-311-35/+0
| * | | | sparc64: Hook up trigger_all_cpu_backtrace().David S. Miller2008-07-302-2/+11
| * | | | sparc64: Make global reg dumping even more useful.David S. Miller2008-07-303-11/+40
| * | | | sparc64: FUTEX_OP_ANDN fixMikael Pettersson2008-07-301-1/+1
| * | | | sparc: merge of_platform_{32,64}.hStephen Rothwell2008-07-293-53/+21
| * | | | sparc64: Kill isa_bus_type.David S. Miller2008-07-292-6/+0
| * | | | sparc64: Fix global reg snapshotting on self-cpu.David S. Miller2008-07-281-1/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-08-01192-11/+29374
|\ \ \ \ \
| * | | | | [IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck2008-08-01192-11/+29374
* | | | | | FRV: Wire up new system callsDavid Howells2008-08-011-1/+6
* | | | | | MN10300: Wire up new system callsDavid Howells2008-08-011-0/+6
* | | | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-014-7/+130
|\ \ \ \ \ \
| * | | | | | KVM: s390: Fix kvm on IBM System z10Christian Borntraeger2008-07-311-0/+1
| * | | | | | KVM: Advertise synchronized mmu support to userspaceAvi Kivity2008-07-291-0/+1
OpenPOWER on IntegriCloud