summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [POWERPC] Don't expose clock vDSO functions when CPU has no timebaseBenjamin Herrenschmidt2007-09-191-0/+12
| | * | [POWERPC] spusched: Fix null pointer dereference in find_victimChristoph Hellwig2007-09-191-2/+2
| | |/
| * | x86-64: page faults from user mode are always user faultsLinus Torvalds2007-09-191-0/+7
| * | uml: fix irqstack crashJeff Dike2007-09-193-6/+7
| * | xen: don't bother trying to set cr4Jeremy Fitzhardinge2007-09-191-2/+2
| * | uml: use correct type in BLKGETSIZE ioctlNicolas George2007-09-191-1/+2
| |/
| * [SPARC64]: Warn user if cpu is ignored.David S. Miller2007-09-162-2/+10
| * [SPARC64]: Fix lockdep, particularly on SMP.David S. Miller2007-09-163-26/+58
| * [SPARC64]: Update defconfig.David S. Miller2007-09-161-11/+5
| * Merge git://git.linux-xtensa.org/kernel/xtensa-feedLinus Torvalds2007-09-1419-427/+985
| |\
| | * [patch 2/2] xtensa console.c: remove duplicate #includeFrederik Deweerdt2007-08-271-1/+0
| | * [XTENSA] Add support for cache-aliasingChris Zankel2007-08-277-290/+624
| | * [XTENSA] Add kernel module supportChris Zankel2007-08-271-18/+177
| | * [XTENSA] Add support for executable/non-executable feature in the mmuChris Zankel2007-08-271-14/+28
| | * [XTENSA] Initialize semaphore_wake_lockChris Zankel2007-08-271-1/+1
| | * [XTENSA] Fix timer instabilities.Chris Zankel2007-08-271-17/+29
| | * [XTENSA] Fix fadvise64_64Chris Zankel2007-08-271-0/+5
| | * [XTENSA] Move string-io functions to io.c from pci.cChris Zankel2007-08-273-70/+76
| | * [XTENSA] Move pre-initialized structures to init_task.cChris Zankel2007-08-273-15/+40
| | * [XTENSA] Add freestanding option to CFLAGSChris Zankel2007-08-271-1/+6
| | * [XTENSA] fix wrong usage of __init and __initdata in traps.cChris Zankel2007-08-271-2/+2
| * | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds2007-09-141-0/+6
| |\ \
| | * | Blackfin arch: Update/Fix PM support add new pm_ops validMichael Hennerich2007-08-271-0/+6
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-09-142-1/+2
| |\ \ \
| | * | | [ARM] 4567/1: Fix 'Oops - undefined instruction' when CONFIG_VFP=y on non VFP...Tzachi Perelstein2007-09-131-0/+1
| | * | | [ARM] realview: disable second GIC on RevB MPCore platformsRussell King2007-09-131-1/+1
| * | | | [MIPS] 20Kc: Disable use of WAIT instruction.Ralf Baechle2007-09-141-1/+8
| * | | | [MIPS] Workaround for 4Kc machine check exceptionMaciej W. Rozycki2007-09-141-1/+25
| * | | | [MIPS] Malta: Fix off by one bug in interrupt handler.Ralf Baechle2007-09-141-1/+1
| * | | | [MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.cYoichi Yuasa2007-09-141-0/+1
| * | | | [MIPS] N32 needs to use compat_sys_futimesatJohannes Dickgreber2007-09-141-1/+1
| * | | | [MIPS] rtlx: Fix build error.Ralf Baechle2007-09-141-2/+0
| * | | | [MIPS] rtlx: fix int vs. long bug.Ralf Baechle2007-09-141-1/+1
| |/ / /
* | | | [POWERPC] FWNMI is only used on pSeriesStephen Rothwell2007-09-192-0/+9
* | | | [POWERPC] Size swapper_pg_dir correctlyStephen Rothwell2007-09-192-1/+5
* | | | [POWERPC] Remove cmd_line from head*.SStephen Rothwell2007-09-197-47/+2
* | | | [POWERPC] Fix section mismatch in PCI codeStephen Rothwell2007-09-195-26/+22
* | | | [POWERPC] MPC5200 low power modeDomen Puncer2007-09-194-5/+637
* | | | [POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE()Michael Ellerman2007-09-191-140/+76
* | | | [POWERPC] spufs: Respect RLIMIT_CORE in spu coredump codeMichael Ellerman2007-09-191-0/+4
* | | | [POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to ...Michael Ellerman2007-09-193-33/+66
* | | | [POWERPC] spufs: Cleanup ELF coredump extra notes logicMichael Ellerman2007-09-191-3/+9
* | | | [POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman2007-09-197-98/+39
* | | | [POWERPC] spufs: Add contents of npc file to SPU coredumpsMichael Ellerman2007-09-191-1/+7
* | | | [POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *Michael Ellerman2007-09-192-25/+17
* | | | [POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we N...Michael Ellerman2007-09-192-5/+3
* | | | [POWERPC] spufs: Don't return -ENOSYS as extra notes size if spufs is not loadedMichael Ellerman2007-09-191-2/+6
* | | | [POWERPC] spufs: Correctly calculate the size of the local-store to dumpMichael Ellerman2007-09-191-14/+2
* | | | [POWERPC] spufs: Write some SPU coredump values as ASCIIMichael Ellerman2007-09-192-10/+12
* | | | [POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU core...Michael Ellerman2007-09-191-10/+11
OpenPOWER on IntegriCloud