aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-1/+1
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek4-4/+4
2005-09-05[PATCH] ISA DMA suspend for x86_64Pierre Ossman1-1/+2
2005-09-05[PATCH] ISA DMA suspend for i386Pierre Ossman2-1/+68
2005-09-05[PATCH] unify x86/x86-64 semaphore codeBenjamin LaHaise8-346/+19
2005-09-05[PATCH] i386 boottime for_each_cpu brokenZwane Mwaikambo3-1/+13
2005-09-05[PATCH] i386: encapsulate copying of pgd entriesZachary Amsden2-7/+7
2005-09-05[PATCH] x86 NMI: better support for debuggersGeorge Anzinger2-1/+8
2005-09-05[PATCH] x86: introduce a write acessor for updating the current LDTZachary Amsden1-5/+2
2005-09-05[PATCH] x86: remove redundant TSS clearingZachary Amsden1-1/+0
2005-09-05[PATCH] x86: make IOPL explicitZachary Amsden2-3/+10
2005-09-05[PATCH] x86: privilege cleanupZachary Amsden2-5/+4
2005-09-05[PATCH] x86: more asm cleanupsZachary Amsden7-50/+20
2005-09-05[PATCH] i386: use set_pte macros in a couple places where they were missingZachary Amsden2-3/+4
2005-09-05[PATCH] i386: load_tls() fixZachary Amsden1-7/+12
2005-09-05[PATCH] i386: inline assembler: cleanup and encapsulate descriptor and task r...Zachary Amsden9-38/+31
2005-09-05[PATCH] i386: cleanup serialize msrZachary Amsden1-2/+5
2005-09-05[PATCH] i386: inline asm cleanupZachary Amsden10-52/+32
2005-09-05[PATCH] i386: clean up vDSO alignment paddingRoland McGrath1-1/+2
2005-09-05[PATCH] ES7000 platform update (i386)Natalie.Protasevich@unisys.com2-25/+25
2005-09-05[PATCH] x86: Add the check for all the cores in a package in cache informationVenkatesh Pallipadi1-2/+7
2005-09-05[PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUsVenkatesh Pallipadi5-2/+43
2005-09-05[PATCH] kdump: Save parameter segment in protected mode (x86)Vivek Goyal1-22/+26
2005-09-05[PATCH] vm86: Honor TF bit when emulating an instructionPetr Tesarik1-1/+5
2005-09-05[PATCH] x86: fix EFI memory map parsingMatt Tolentino3-58/+62
2005-09-05[PATCH] hpet: use read_timer_tsc only when CPU has TSCVenkatesh Pallipadi1-1/+4
2005-09-05[PATCH] x86: compress the stack layout of do_page_fault()Ingo Molnar1-14/+17
2005-09-05[PATCH] arch/sh64/Kconfig: doesn't need it's own LOG_BUF_SHIFTAdrian Bunk1-4/+0
2005-09-05[PATCH] mips: fix build warningsYoichi Yuasa3-9/+9
2005-09-05[PATCH] mips: add more SYS_SUPPORT_*_KERNEL and CPU_SUPPORTS_*_KERNELYoichi Yuasa1-11/+94
2005-09-05[PATCH] mips: add pcibios_bus_to_resourceYoichi Yuasa1-0/+17
2005-09-05[PATCH] mips: fix coherency configurationRalf Baechle32-3/+42
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle96-281/+281
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle72-213/+224
2005-09-05[PATCH] mips: changed from VR41xx to VR4100 series in KconfigYoichi Yuasa1-1/+1
2005-09-05[PATCH] mips: remove vrc4171 configYoichi Yuasa1-6/+0
2005-09-05[PATCH] fix warning of TANBAC_TB0219 in drivers/char/KconfigYoichi Yuasa1-9/+3
2005-09-05[PATCH] mips: add default select configs for vr41xxYoichi Yuasa1-3/+12
2005-09-05[PATCH] mips: add TANBAC VR4131 multichip moduleYoichi Yuasa2-20/+19
2005-09-05[PATCH] mips: add support for Qemu system architectureRalf Baechle9-0/+771
2005-09-05[PATCH] more vr4181 removalAdrian Bunk2-17/+1
2005-09-05[PATCH] mips: moreover remove vr4181Yoichi Yuasa1-7/+0
2005-09-05[PATCH] mips: remove VR4181 supportRalf Baechle11-1566/+0
2005-09-05[PATCH] mips: change system type name in proc for vr41xxYoichi Yuasa13-125/+4
2005-09-05[PATCH] mips: update IRQ handling for vr41xxYoichi Yuasa4-150/+226
2005-09-05[PATCH] mips: remove obsolete GIU function call for vr41xxYoichi Yuasa1-15/+0
2005-09-05[PATCH] frv: Remove export of strtok()Jesper Juhl1-1/+0
2005-09-05[PATCH] ppc64: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan3-22/+12
2005-09-05[PATCH] ppc64: Add VMX save flag to VPAOlof Johansson2-0/+5
2005-09-05[PATCH] ppc64: update xmon helptextOlaf Hering1-0/+9
2005-09-05[PATCH] ppc32: cpci690 updatesMark A. Greer4-211/+326
2005-09-05[PATCH] ppc32: katana updatesMark A. Greer4-193/+420
2005-09-05[PATCH] ppc32: mv64x60 updates & enhancementsMark A. Greer4-109/+198
2005-09-05[PATCH] ppc32: Added cputable entry for 7448Kumar Gala2-0/+20
2005-09-05[PATCH] ppc32: export cacheable_memcpy()Eugene Surovegin1-0/+1
2005-09-05[PATCH] ppc32: add dcr_base field to ocp_func_mal_dataEugene Surovegin8-0/+8
2005-09-05[PATCH] ppc32: move 4xx PHY_MODE_XXX defines to ibm_ocp.hEugene Surovegin4-28/+0
2005-09-05[PATCH] ppc32: Add cputable entry for 750CXe DD2.4 ("Gekko")Arthur Othieno1-0/+14
2005-09-05[PATCH] ppc32: Re-order cputable for 750CXe DD2.4 entryArthur Othieno1-14/+14
2005-09-05[PATCH] ppc32: Added PCI support MPC83xxKumar Gala6-31/+474
2005-09-05[PATCH] ppc32: defconfig for Marvell EV64360BP boardLee Nicks2-1/+785
2005-09-05[PATCH] ppc32: add support for Marvell EV64360BP boardLee Nicks7-1/+688
2005-09-05[PATCH] ppc32: ppc_sys system on chip identification additionsKumar Gala1-1/+51
2005-09-05[PATCH] ppc32: disable IBM405_ERR77 and IBM405_ERR51 workarounds for 405EPEugene Surovegin1-2/+2
2005-09-05[PATCH] ppc32: fix Bamboo and Luan build warningsEugene Surovegin2-2/+2
2005-09-05[PATCH] ppc32: fix EMAC Tx channel assignments for NPe405HEugene Surovegin1-3/+3
2005-09-05[PATCH] ppc32: Don't sleep in flush_dcache_icache_page()Roland Dreier1-2/+3
2005-09-05[PATCH] ppc32: add cputable entry for 440SP Rev. AMatt Porter1-0/+10
2005-09-05[PATCH] ppc32: removed find_name.cKumar Gala1-48/+0
2005-09-05[PATCH] ppc32: add 440GX rev.F cputable entryEugene Surovegin1-0/+10
2005-09-05[PATCH] ppc32: Cleaned up global namespace of Book-E watchdog variablesKumar Gala1-6/+2
2005-09-05[PATCH] cpm_uart: Fix 2nd serial port on MPC8560 ADSKumar Gala1-111/+162
2005-09-05[PATCH] ppc32: add phy excluded features to ocp_func_emac_dataMatt Porter1-8/+44
2005-09-05[PATCH] ppc32: Add ppc_sys descriptions for PowerQUICC II devicesKumar Gala4-3/+597
2005-09-05[PATCH] ppc32: Added support for the Book-E style Watchdog TimerKumar Gala6-27/+54
2005-09-05[PATCH] ppc32: Add usb support to IBM stb04xxx platformsMatt Porter3-8/+61
2005-09-05[PATCH] ppc32: Remove board support for PCOREKumar Gala7-1122/+3
2005-09-05[PATCH] ppc32: Remove board support for SPD823TSKumar Gala3-627/+0
2005-09-05[PATCH] ppc32: Remove board support for SM850Kumar Gala3-561/+1
2005-09-05[PATCH] ppc32: Remove board support for REDWOODKumar Gala3-551/+0
2005-09-05[PATCH] ppc32: Remove board support for RAINIERKumar Gala2-635/+0
2005-09-05[PATCH] ppc32: Remove board support for OAKKumar Gala6-892/+1
2005-09-05[PATCH] ppc32: Remove board support for MENF1Kumar Gala3-624/+0
2005-09-05[PATCH] ppc32: Remove board support for MCPN765Kumar Gala7-1236/+2
2005-09-05[PATCH] ppc32: Remove board support for K2Kumar Gala7-1390/+1
2005-09-05[PATCH] ppc32: Remove defconfig for CEDARKumar Gala1-534/+0
2005-09-05[PATCH] ppc32: Remove board support for BEECHKumar Gala2-633/+1
2005-09-05[PATCH] ppc32: Remove board support for ASHKumar Gala7-1007/+2
2005-09-05[PATCH] ppc32: Remove board support for ADIRKumar Gala8-1493/+0
2005-09-05[PATCH] arch/ppc/kernel/ppc_ksyms.c: remove unused #define EXPORT_SYMTAB_STROPSAdrian Bunk1-3/+0
2005-09-05[PATCH] remove hugetlb_clean_stale_pgtable() and fix huge_pte_alloc()Chen, Kenneth W1-20/+3
2005-09-05[PATCH] hugetlb: check p?d_present in huge_pte_offset()Adam Litke1-2/+5
2005-09-05[PATCH] hugetlb: move stale pte check into huge_pte_alloc()Adam Litke1-2/+11
2005-09-05[PATCH] sparsemem extreme implementationBob Picco1-0/+1
2005-09-05[PATCH] SPARSEMEM EXTREMEBob Picco2-21/+49
2005-09-02[PATCH] v850: Add show_memMiles Bader1-0/+30
2005-09-02[PATCH] v850: Update defconfigsMiles Bader3-60/+90
2005-09-02[PATCH] v850: Round up length passed to slram driver to a multiple of SLRAM_B...Miles Bader1-2/+12
2005-09-02[PATCH] m68knommu: update defconfig for m68knommuGreg Ungerer1-165/+287
2005-09-02[PATCH] m68knommu: new board support in linker scriptGreg Ungerer1-3/+20
2005-09-02[PATCH] m68knommu: use THREAD_SIZE instead of hard coded sizeGreg Ungerer2-3/+3
2005-09-02[PATCH] m68knommu: new family (523x) and board config supportGreg Ungerer1-7/+59
2005-09-02[PATCH] m68knommu: 523x ColdFire processor support in arch MakefileGreg Ungerer1-0/+5
2005-09-02[PATCH] m68knommu: cleanup showstack()Greg Ungerer1-7/+13
2005-09-02[PATCH] m68knommu: fix ColdFire startup code to properly handle non 0 based ramGreg Ungerer1-3/+12
2005-09-02[PATCH] m68knommu: new family (523x) and board setupGreg Ungerer1-6/+19
2005-09-02[PATCH] m68knommu: 523x ColdFire processor init codeGreg Ungerer1-0/+82
2005-09-02Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds7-30/+142
2005-09-01[ARM] Fix ARMv6 page table bitsRussell King1-1/+1
2005-09-01Merge refs/heads/release from master.kernel.org:/pub/scm/linux/kernel/git/aeg...Linus Torvalds30-237/+2040
2005-09-01Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds14-168/+168
2005-09-01[PATCH] ppc: L2 cache prefetch fixes on 745xKumar Gala2-2/+34
2005-09-01[PATCH] Fix bug in ppc64 dynamic hugepage supportDavid Gibson1-13/+9
2005-09-01[ARM] Simplify setup_mm_for_reboot()Russell King1-9/+9
2005-09-01[ARM] Convert open-coded __pmd_populate to use inline functionRussell King1-5/+1
2005-09-01[ARM] 2864/1: VST aka CONFIG_NO_IDLE_HZ support for SA11x0Nicolas Pitre2-2/+53
2005-09-01[ARM] 2863/1: clarify comment in PXA2xx and SA1x00 timer codeNicolas Pitre2-12/+12
2005-09-01[ARM] 2862/1: VST aka CONFIG_NO_IDLE_HZ support for PXA2xxNicolas Pitre2-2/+53
2005-09-01[ARM] 2865/2: fix fadvise64_64 syscall argument passingNicolas Pitre3-1/+15
2005-08-31Auto-update from upstreamTony Luck3-37/+19
2005-08-31[IA64] uncached allocator: use generic (not sn2 specific) functionsMartin Hicks1-2/+2
2005-08-31[ARM] 2868/1: Include linux/cpumask.h in arch/arm/common/gic.cCatalin Marinas1-0/+1
2005-08-31[ARM] 2867/2: unaligned ldrd/strd fixupsSteve Longerbeam1-14/+56
2005-08-31[ARM] 2857/2: Dynamic tick - fix OOPS if configured and not providedBen Dooks1-4/+6
2005-08-30[PATCH] ppc32 8xx: fix warnings in m8xx_setup.cMarcelo Tosatti1-3/+3
2005-08-30[PATCH] x86: pci_assign_unassigned_resources() updateIvan Kokshaysky2-34/+16
2005-08-30Auto-update from upstreamTony Luck125-2409/+2858
2005-08-30[PATCH] Remove nested feature sectionsDavid Gibson1-3/+1
2005-08-30[PATCH] ppc64: lparconfig.c memory leakJoel Schopp1-0/+1
2005-08-30[PATCH] ppc64: of_device.c remove useless codeJoel Schopp1-2/+0
2005-08-30[PATCH] ppc64: Add CONFIG_HZAnton Blanchard5-15/+15
2005-08-30[PATCH] oprofile PVR 970MPJake Moilanen1-0/+1
2005-08-30[PATCH] PPC64: Don't try to claim memory from OF at 1GB markOlof Johansson1-1/+4
2005-08-30[PATCH] Create include/asm-powerpcStephen Rothwell2-1/+19
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-08-30[PATCH] Create vio_bus_opsStephen Rothwell3-20/+20
2005-08-30[PATCH] Create vio_register_deviceStephen Rothwell3-14/+18
2005-08-30[PATCH] Formatting changes to vio.cStephen Rothwell1-22/+17
2005-08-30[PATCH] fix iSeries build for gcc-3.4Stephen Rothwell1-0/+5
2005-08-30[PATCH] Restore lparmap.s include for iSeriesDavid Gibson1-1/+10
2005-08-29Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds56-1822/+1920
2005-08-29Pull rationalise-regions into release branchTony Luck2-5/+5
2005-08-29Pull ngam-maule-steiner into release branchTony Luck17-212/+1494
2005-08-29Pull pending-2.6.14 into release branchTony Luck2-12/+1
2005-08-29[ARM] 2853/1: Make alloc_init_supersection() work with 36-bit mappingsDeepak Saxena1-3/+1
2005-08-29[ARM] 2856/1: S3C2440 - show DVS status at startupBen Dooks1-2/+4
2005-08-29[ARM] 2855/1: S3C2410 - add CLKSLOW definitions, and show in initBen Dooks1-0/+9
2005-08-29[ARM] 2836/1: Cleanup IXP4xx GPIO codeDeepak Saxena5-122/+84
2005-08-29[ARM] 2834/1: Remove IXP4xx board-specific map_io routinesDeepak Saxena3-23/+7
2005-08-29Pull acpi-p-state into release branchTony Luck5-0/+536
2005-08-29Pull asm-segment into release branchTony Luck3-3/+0
2005-08-29Pull swiotlb-size into release branchTony Luck1-3/+2
2005-08-29[SPARC64]: More fully work around Spitfire Errata 51.David S. Miller10-39/+125
2005-08-29[SPARC64]: Make debugging spinlocks usable again.David S. Miller2-49/+14
2005-08-29[SPARC]: remove use of asm/segment.hKumar Gala5-5/+0
2005-08-29[SPARC64]: remove use of asm/segment.hKumar Gala1-1/+0
2005-08-29[SPARC64]: Revamp Spitfire error trap handling.David S. Miller5-245/+336
2005-08-29[SPARC64]: Do not call winfix_dax blindlyDavid S. Miller2-0/+27
2005-08-29[SPARC64]: Fix trap state reading for instruction_access_exception.David S. Miller1-11/+4
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds4-37/+170
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-ucb.git Linus Torvalds8-0/+50
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt29-155/+135
2005-08-29[PATCH] Dynamic hugepage addresses for ppc64David Gibson3-65/+172
2005-08-29[PATCH] ppc64: Check of_chosen in check_for_initrd()Michael Ellerman1-8/+12
2005-08-29[PATCH] ppc64: unflatten_device_tree() should check if lmb_alloc() failsMichael Ellerman1-2/+7
2005-08-29[PATCH] ppc64: Fix a misleading printk in unflatten_dt_node()Michael Ellerman1-1/+1
2005-08-29[PATCH] ppc64: Move ppc64_enable_pmcs() logic into a ppc_md functionMichael Ellerman5-50/+50
2005-08-29[PATCH] ppc64: allow xmon=offOlaf Hering3-13/+25
2005-08-29[PATCH] ppc64: Remove CONFIG_MSCHUNKSMichael Ellerman2-7/+0
2005-08-29[PATCH] ppc64: Simplify some lmb functionsMichael Ellerman1-22/+5
2005-08-29[PATCH] ppc64: Remove physbase from the lmb_property structMichael Ellerman4-40/+14
2005-08-29[PATCH] ppc64: Remove redundant abs_to_phys() macroMichael Ellerman2-22/+1
2005-08-29[PATCH] ppc64: Remove redundant use of pointers in lmb codeMichael Ellerman1-57/+43
2005-08-29[PATCH] ppc64: Remove redundant uses of physRpn_to_absRpnMichael Ellerman3-5/+6
2005-08-29[PATCH] ppc64: Rename msChunks structureMichael Ellerman2-10/+11
2005-08-29[PATCH] ppc64: msChunks cleanupsMichael Ellerman2-20/+18
2005-08-29[PATCH] ppc64: Remove PTRRELOC() from msChunks codeMichael Ellerman1-9/+1
2005-08-29[PATCH] ppc64: introduce FW_FEATURE_ISERIESStephen Rothwell3-2/+4
2005-08-29[PATCH] ppc64: make firmware_has_feature() strongerStephen Rothwell7-41/+54
2005-08-29[PATCH] ppc64: create firmware_has_feature()Stephen Rothwell8-11/+17
2005-08-29[PATCH] ppc64: remove firmware features from cpu_specStephen Rothwell8-28/+14
2005-08-29[PATCH] Move variables in ppc64 head.S from .data to .bssDavid Gibson1-7/+6
2005-08-29[PATCH] Tweak comments in ppc64 head.SDavid Gibson1-4/+4
2005-08-29[PATCH] Remove unneeded #defines in head.SDavid Gibson1-11/+0
2005-08-29[PATCH] Fix apparent code overlap in ppc64 head.SDavid Gibson1-2/+2
2005-08-29[PATCH] Remove general use functions from head.SDavid Gibson2-95/+98
2005-08-29[PATCH] Change address of ppc64 initial segment tableDavid Gibson2-17/+19
2005-08-29[PATCH] Move iSeries and common vectors into unused space in head.SDavid Gibson1-179/+174
2005-08-29[PATCH] Remove NACA fixed address constraintDavid Gibson3-219/+12
2005-08-29[PATCH] ppc64: split pSeries specific parts out of vio.cStephen Rothwell4-278/+281
2005-08-29[PATCH] ppc64: make the bus matching function platform specificStephen Rothwell2-10/+30
2005-08-29[PATCH] ppc64: move iSeries vio iommu initStephen Rothwell2-4/+2
2005-08-29[PATCH] ppc64: split iSeries specific parts out of vio.cStephen Rothwell3-125/+159
2005-08-29[PATCH] ppc64: change duplicate Kconfig menu "General setup" to "Bus Options"Frank Rowand1-34/+34
2005-08-29[PATCH] ppc64: PCI device-node failure detectionJake Moilanen1-2/+17
2005-08-29[PATCH] flattened device tree changesBenjamin Herrenschmidt2-63/+200
2005-08-29[PATCH] Four level pagetables for ppc64David Gibson6-192/+158
2005-08-29[PATCH] ppc64: make arch/ppc64/boot standaloneOlaf Hering15-248/+350
2005-08-28[ARM] drop i386-isms from arm KconfigPavel Machek1-37/+0
2005-08-27[PATCH] mmaper_kern.c fixes [buffer overruns]Al Viro1-32/+9