aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-11-10[ARM] 3140/1: NSLU2 machine supportAlessandro Zummo5-0/+314
2005-11-10[ARM] Fix csumpartial corner caseRussell King1-0/+4
2005-11-09[PATCH] powerpc: sched fixupsAndrew Morton2-1/+2
2005-11-09[SPARC] sbus rtc: implement ->compat_ioctlChristoph Hellwig1-2/+0
2005-11-09[SPARC64]: Use ARRAY_SIZE macroTobias Klauser3-5/+3
2005-11-09[SPARC]: Use ARRAY_SIZE macroTobias Klauser3-5/+3
2005-11-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-18/+354
2005-11-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-60/+11
2005-11-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds3-4/+5
2005-11-09[PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VTAdrian Bunk1-2/+0
2005-11-09[PATCH] fbdev: Remove remains of epson1356fbRalf Baechle6-16/+0
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin17-199/+170
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin35-42/+122
2005-11-09[PATCH] move some COMPATIBLE_IOCTL entries from x86_64 to common codeChristoph Hellwig1-6/+0
2005-11-09[PATCH] remove ioctl32_handler_tChristoph Hellwig3-9/+3
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering10-10/+0
2005-11-09[PATCH] s390: "extern inline" -> "static inline"Adrian Bunk2-7/+7
2005-11-09[PATCH] ppc32: fix perf_irq extern on e500Matt Porter1-4/+0
2005-11-09[PATCH] ppc32: Update MPC834x platform to work with new phylibKumar Gala4-138/+352
2005-11-09[PATCH] ppc64: add MODALIAS= for vio busOlaf Hering1-0/+27
2005-11-09[PATCH] ppc32: Fix STx GP3 buildMatt Porter1-0/+1
2005-11-09[PATCH] ppc32: Fix RapidIO build on 85xxMatt Porter1-1/+1
2005-11-09[ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSIDRussell King1-2/+2
2005-11-09Merge with ARM SMP treeRussell King6-2/+277
2005-11-09[ARM] 3100/1: simplify a pointer computationNicolas Pitre1-1/+1
2005-11-09[ARM] 3138/1: SMDK2440 - fix map_desc initialisation (and ISA memory space)Ben Dooks1-2/+21
2005-11-09[ARM] 3137/1: RX3715 - fix map_desc initialiserBen Dooks1-2/+11
2005-11-09[ARM] 3136/1: Anubis - fix map_desc initialisersBen Dooks1-9/+42
2005-11-09[ARM SMP] Add CPU hotplug support for Realview MPcoreRussell King2-0/+139
2005-11-09[ARM SMP] Add local timer support for Realview MPcoreRussell King5-2/+138
2005-11-09[PATCH] uml_net: use ethtool_opsChristoph Hellwig1-27/+11
2005-11-09[PATCH] xtensa platform-iss network: remove no-op ioctl handlerChristoph Hellwig1-33/+0
2005-11-08[PATCH] Fix sysctl unregistration oops (CVE-2005-2709)Al Viro1-2/+5
2005-11-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds18-96/+477
2005-11-08Merge with ARM SMP treeRussell King4-0/+52
2005-11-08[ARM] 3135/1: harden SA11x0 and PXA2xx timer init codeNicolas Pitre2-6/+10
2005-11-08[ARM] 3134/1: add missing EXPORT_SYMBOL for the ARM version of sha_transformNicolas Pitre1-0/+4
2005-11-08[ARM] 3132/1: S3C2410 - reset on decompression errorBen Dooks2-0/+14
2005-11-08[ARM] 3124/1: Sharp SL-6000x: SharpSL PCMCIA UpdatesDirk Opfer1-3/+32
2005-11-08[ARM] 3093/1: SharpSL PCMCIA Updates for Cxx00 modelsRichard Purdie4-37/+144
2005-11-08[ARM] 3126/1: BAST: fix map_desc initialisationBen Dooks1-21/+52
2005-11-08[ARM] 3125/2: VR1000: Fix map_decs initialiserBen Dooks1-18/+38
2005-11-08[ARM] 3123/1: Sharp SL-6000x: Add IRDA, MMC, UDC and keyboard deviceDirk Opfer1-1/+116
2005-11-08[ARM SMP] Add core ARM support for local timersRussell King4-0/+52
2005-11-08[IA64] altix: misc pci interrupt related fixesMark Maule2-3/+3
2005-11-08[IA64] MCA recovery: Bump reference count on bad pagesRuss Anderson1-0/+1
2005-11-08[IA64] MCA recovery: pfn_valid() needs a pfnRuss Anderson1-1/+1
2005-11-08[SPARC64] mm: update get_user_insn commentHugh Dickins1-1/+1
2005-11-08[ARM] More sparse fixesRussell King2-2/+2
2005-11-08[ARM SMP] Fix some sparse warnings in SMP codeRussell King2-8/+8
2005-11-08[ARM SMP] Add missing SMP timer handling for realviewRussell King1-0/+5
2005-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds53-347/+1013
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds10-535/+184
2005-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-0/+1
2005-11-08[PATCH] ppc64: Fix the lazy icache/dcache code for non-RAM pagesBenjamin Herrenschmidt1-0/+3
2005-11-08powerpc: Fix typo in pmac_cpufreq_resumePaul Mackerras1-1/+1
2005-11-08[PATCH] Memory Add Fixes for ppc64Mike Kravetz2-0/+2
2005-11-08[PATCH] ppc64: remove some direct xmon callsAnton Blanchard2-12/+0
2005-11-08[PATCH] ppc64: fix oprofile sample bit handlingAnton Blanchard1-1/+23
2005-11-08[PATCH] ppc64: fix Memory: summary lineAnton Blanchard1-1/+1
2005-11-08[PATCH] ppc: Fix ARCH=ppc build with xmonBenjamin Herrenschmidt2-4/+5
2005-11-08[PATCH] ppc: fix a bunch of warningsBenjamin Herrenschmidt2-5/+7
2005-11-08[PATCH] ppc64: More U3 device-tree fixesBenjamin Herrenschmidt2-2/+2
2005-11-08[PATCH] ppc64: Update g5_defconfig for ARCH=powerpcBenjamin Herrenschmidt1-55/+206
2005-11-08[PATCH] ppc64: SMU partition recoveryBenjamin Herrenschmidt3-8/+41
2005-11-08[PATCH] ppc64: SMU based macs cpufreq supportBenjamin Herrenschmidt8-23/+493
2005-11-08[PATCH] powerpc: Fix ppc32 initrdDavid Woodhouse3-37/+41
2005-11-08Merge ../linux-2.6Paul Mackerras221-3333/+5266
2005-11-07[SPARC64]: Kill some unnecessary includes from ioctl32.cDavid S. Miller1-5/+0
2005-11-07[SPARC64]: remove drm compat ioctl handlingChristoph Hellwig1-384/+0
2005-11-07[SPARC] cpwatchdog: implement ->compat_ioctlChristoph Hellwig1-3/+0
2005-11-07[SPARC] display7seg: implement ->unlocked_ioctl and ->compat_ioctlChristoph Hellwig1-3/+0
2005-11-07[SPARC] openprom: implement ->compat_ioctlChristoph Hellwig1-18/+0
2005-11-07[SPARC] envctrl: implement ->unlocked_ioctl and ->compat_ioctlChristoph Hellwig1-10/+0
2005-11-07[SPARC]: Kill remaining kbio.h references.Christoph Hellwig2-2/+0
2005-11-07[SPARC64]: remove duplicated compat ioctl entriesChristoph Hellwig1-4/+0
2005-11-07[SPARC]: remove vuid_event.hChristoph Hellwig1-3/+0
2005-11-07[SPARC]: remove kbio.hChristoph Hellwig1-11/+0
2005-11-07[SPARC]: remove audioio.hChristoph Hellwig1-7/+0
2005-11-07[SPARC64]: remove alloc_user_space()Christoph Hellwig1-11/+0
2005-11-07[SPARC64]: Kill off dummy_tick_ops.David S. Miller1-11/+2
2005-11-07[SPARC64] mm: Do not flush TLB mm in tlb_finish_mmu()David S. Miller1-31/+17
2005-11-07[SPARC64] mm: context switch ptlockHugh Dickins1-26/+5
2005-11-07[SPARC64] mm: don't re-evaluate *ptepHugh Dickins2-6/+12
2005-11-07[SPARC]: Add sun4m LED driver.Lars Kotthoff3-0/+148
2005-11-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds16-54/+358
2005-11-07[ARM] Allow SMP if Realview MPcore is selectedRussell King1-1/+1
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-29/+8
2005-11-07[ARM] 3121/1: unconditionally use XCB=101 on ixp2000Lennert Buytenhek1-22/+13
2005-11-07[ARM] 3118/1: fix and reenable nwfpe extended precision emulation for big-endianLennert Buytenhek4-7/+22
2005-11-07[ARM] 3117/1: nwfpe kernel memory info leakLennert Buytenhek4-8/+16
2005-11-07[ARM SMP] Add Realview MPcore SMP supportRussell King4-0/+253
2005-11-07Merge with ARM SMP treeRussell King2-17/+39
2005-11-07[ARM] Add support for Realview with MPcore tileRussell King2-0/+14
2005-11-07Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds20-182/+249
2005-11-07Fix return type of setup_frame variantsAtsushi Nemoto2-8/+8
2005-11-07IRIX: Use schedule_timeout_interruptible.Ralf Baechle1-2/+1
2005-11-07Use rtc_lock to protect RTC operationsAtsushi Nemoto11-2/+86
2005-11-07Add .gitignore files for MIPS.Ralf Baechle1-0/+4
2005-11-07VPE loader janitoringRalf Baechle1-56/+44
2005-11-07PNX8550 uses a MIPS32-like processor core, not R4xx0.Ralf Baechle3-10/+13
2005-11-07Turn rtlx upside down.Ralf Baechle1-104/+93
2005-11-07Auto-update from upstreamTony Luck343-5961/+15163
2005-11-07[PATCH] m68knommu: move some platform irq support out of irq.hGreg Ungerer2-0/+2
2005-11-07[PATCH] m68knommu: add ColdFire 5208 configure supportGreg Ungerer1-3/+14
2005-11-07[PATCH] m68knommu: align param section and add 5208EVB linker supportGreg Ungerer1-0/+9
2005-11-07[PATCH] m68knommu: handle non base address 0 memory of M5208EVB boardGreg Ungerer1-0/+3
2005-11-07[PATCH] m68knommu: modify the ColdFire PIT timer for new 5208Greg Ungerer1-6/+6
2005-11-07[PATCH] m68knommu: platform config code for 5208 ColdFireGreg Ungerer1-0/+65
2005-11-07[PATCH] m68knommu: add ColdFire 5208 and M5208EVB build supportGreg Ungerer1-2/+5
2005-11-07[PATCH] m68knommu: use the ColdFire PIT timer for new 5208Greg Ungerer1-0/+1
2005-11-07[PATCH] m68knommu: add 5208 ColdFire platform MakefileGreg Ungerer1-0/+19
2005-11-07[PATCH] m68knommu: add ColdFire 5208 setup supportGreg Ungerer1-1/+4
2005-11-07[PATCH] unexport phys_proc_id and cpu_core_idAdrian Bunk2-4/+0
2005-11-07[PATCH] kfree cleanup: archJesper Juhl12-40/+25
2005-11-07[PATCH] um: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-11-07[PATCH] ppc: fix-up schedule_timeout() usageNishanth Aravamudan2-12/+8
2005-11-07[PATCH] m68k: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-11-07[PATCH] ia64: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-11-07[PATCH] rapidio: message interface updatesMatt Porter1-5/+11
2005-11-07[PATCH] RapidIO support: ppc32Matt Porter9-34/+1091
2005-11-07[PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli5-59/+78
2005-11-07[PATCH] Kprobes: Use RCU for (un)register synchronization - arch changesAnanth N Mavinakayanahalli5-74/+27
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - x86_64 changesAnanth N Mavinakayanahalli1-59/+70
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - sparc64 changesAnanth N Mavinakayanahalli1-64/+67
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - ppc64 changesAnanth N Mavinakayanahalli1-40/+54
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - ia64 changesAnanth N Mavinakayanahalli1-38/+45
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - i386 changesAnanth N Mavinakayanahalli1-57/+69
2005-11-07[PATCH] Kprobes: rearrange preempt_disable/enable() callsAnanth N Mavinakayanahalli5-56/+65
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig19-818/+62
2005-11-07[PATCH] fix remaining missing includesTim Schmielau4-0/+4
2005-11-07[PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menuPrasanna S Panchamukhi15-81/+65
2005-11-07[PATCH] s390: merge common parts of head.S and head64.SHeiko Carstens5-883/+381
2005-11-07[PATCH] s390: remove pagex supportMartin Schwidefsky2-137/+5
2005-11-07[PATCH] s390: memory query wait pswHeiko Carstens2-5/+3
2005-11-07[PATCH] s390: stop_hz_timer vs. xtime updatesMartin Schwidefsky1-1/+7
2005-11-07[PATCH] s390: signal deliveryHeiko Carstens2-4/+4
2005-11-07[PATCH] uml: build host-binaries with the native host arch againPaolo 'Blaisorblade' Giarrusso1-2/+0
2005-11-07[PATCH] uml: fix hardcoded ZONE_* constants in zone setupPaolo 'Blaisorblade' Giarrusso1-2/+2
2005-11-07[PATCH] uml: make tt mode-dependent options depend on MODE_TTJeff Dike1-22/+24
2005-11-07[PATCH] uml: big memory fixesJeff Dike7-14/+14
2005-11-07[PATCH] uml: maintain own LDT entriesBodo Stroesser11-141/+586
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike19-56/+23
2005-11-07[PATCH] uml: separate libc-dependent early initializationJeff Dike3-36/+25
2005-11-07[PATCH] uml: separate libc-dependent uaccess codeGennady Sharapov8-71/+72
2005-11-07[PATCH] uml: fix UML network driver endianness bugsBodo Stroesser2-32/+8
2005-11-07[PATCH] uml: fix syscall stubsPaolo 'Blaisorblade' Giarrusso2-33/+92
2005-11-07[PATCH] uml: improve stub debuggingJeff Dike1-0/+11
2005-11-07[PATCH] cris: "extern inline" -> "static inline"Adrian Bunk4-6/+6
2005-11-07[PATCH] x86: add MCE resumeShaohua Li8-12/+10
2005-11-07[PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>Adrian Bunk1-0/+1
2005-11-07[PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>Adrian Bunk1-0/+1
2005-11-07[PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h>Adrian Bunk1-0/+1
2005-11-07[PATCH] i386: LVT entries remaining unmasked on rebootZwane Mwaikambo1-2/+8
2005-11-07[PATCH] arch/i386: Use ARRAY_SIZE macroTobias Klauser5-7/+6
2005-11-07[PATCH] sh: Use pfn_valid() for lazy dcache write-back on SH7705Paul Mundt1-7/+12
2005-11-07[PATCH] sh: Drop hp690 discontig supportPaul Mundt3-48/+9
2005-11-07[PATCH] sh: SuperHyway support for SH4-202Paul Mundt3-2/+180
2005-11-07[PATCH] sh: Drop deprecated support for custom ramdisk embeddingPaul Mundt4-55/+0
2005-11-07[PATCH] ppc32: Add CPM1 config optionPantelis Antoniou1-0/+10
2005-11-07[PATCH] ppc32: Add missing initrd header on ppc440Matt Porter1-0/+1
2005-11-07[PATCH] ppc32: Remove internal PCI arbiter check on PPC40xMatt Porter1-7/+0
2005-11-07[PATCH] ppc32: cleanup AMCC PPC40x eval boards to support U-BootMatt Porter11-141/+217
2005-11-07[PATCH] ppc32: Add Yucca (440SPe eval board) platformRoland Dreier6-2/+523
2005-11-07[PATCH] ppc32: Add 440SPe supportRoland Dreier11-6/+862
2005-11-07[PATCH] ppc32: Dump error status for both PLB segments on 440SPRoland Dreier1-0/+11
2005-11-07[PATCH] ppc32: Allow ERPN for early serial to depend on CPU typeRoland Dreier1-2/+2
2005-11-07[PATCH] ppc32: add watchdog & RTC support for Marvell EV64360BP boardLee Nicks3-20/+66
2005-11-07[PATCH] ppc: Fix ppc32 build after 64K pagesBenjamin Herrenschmidt2-2/+3
2005-11-07[PATCH] ppc64: Fix zImage bootBenjamin Herrenschmidt1-2/+9
2005-11-07[PATCH] POWERPC/PPC64: Fix CONFIG_SMP=n build for ppc64Olof Johansson2-0/+2
2005-11-07[PATCH] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOLJohn W. Linville1-0/+7
2005-11-07[PATCH] ppc64: Fix bug in SLB miss handler for hugepagesDavid Gibson3-6/+19
2005-11-07[ARM] realview core.h uses leds_event_t, so include asm/leds.hRussell King1-0/+1
2005-11-07[ARM SMP] Add support for shared memory attributeRussell King2-17/+39
2005-11-07Merge ../linux-2.6Paul Mackerras42-975/+2577
2005-11-07[PATCH] powerpc: Make ppc_md.set_dabr non 64-bit specificMichael Ellerman3-20/+11
2005-11-07powerpc: Various UP build fixesPaul Mackerras10-6/+9
2005-11-07[PATCH] powerpc: Kill ppcdebugDavid Gibson18-131/+3
2005-11-07[PATCH] powerpc: Nicer printing of address at oopsOlof Johansson1-0/+17
2005-11-07[PATCH] ppc32: handle access to non-present IO ports on 8xxMarcelo Tosatti2-22/+131
2005-11-07[PATCH] ppc32 8xx: fix m8xx_wdt accessor macro updateMarcelo Tosatti1-6/+7
2005-11-07[PATCH] powerpc: Fix i8259 cascade IRQDavid Woodhouse1-2/+3
2005-11-07[PATCH] dlpar enable for OF pci probeJohn Rose2-13/+10
2005-11-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-23/+203
2005-11-06[PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt34-952/+2374
2005-11-06[ARM] Fix /proc/cpuinfo format for ARM SMPRussell King1-1/+6
2005-11-06[ARM] Don't call dump_cpu_info unless we're bootingRussell King1-1/+2
2005-11-06[ARM] Fix second missing declaration of cache_is_vivt()Russell King1-1/+0
2005-11-06[ARM] Fix missing declaration of cache_is_vivt()Russell King1-0/+1
2005-11-06[ARM] 3113/1: PXA: Allow machines to override (and also reuse) pxa pm functionsRichard Purdie1-4/+12
2005-11-06[ARM] 3115/1: small optimizations to exception vector entry codeNicolas Pitre1-8/+7
2005-11-06[ARM] 3114/1: use ixp2000_reg_wrb in ixp2000 uengine loaderLennert Buytenhek1-6/+5
2005-11-06[ARM] 3089/1: ixp4xx AHB/PCI endianness fixAlessandro Zummo1-1/+1
2005-11-06[ARM] 3088/1: PXA: Add machine support for the Sharp SL-6000x series of PDAsDirk Opfer3-2/+170
2005-11-05[PATCH] reset tss->io_bitmap_owner in sys_ioperm()Bart Oldeman1-0/+3
2005-11-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds104-1128/+7146
2005-11-05powerpc: Fix vmlinux.lds.S for 32-bitPaul Mackerras1-25/+5
2005-11-05powerpc: Merge smp.c and smp.hPaul Mackerras9-192/+157
2005-11-04[PATCH] ARM: Reverted 2918/1: [update] Base port of Comdial MP1000 platfromRussell King8-1204/+2