aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] x86_64: Fix missing delay when the TSC counter just overflowedAndi Kleen1-1/+1
2005-03-28[PATCH] x86_64: Fix gcc 3.4 warning in bitops.cAndi Kleen1-1/+2
2005-03-28[PATCH] x86_64: Fix exception stack detection during backtracesAndi Kleen1-3/+3
2005-03-28[PATCH] x86_64: Fix CONFIG_PREEMPTAndi Kleen1-1/+1
2005-03-28[PATCH] x86_64: Fix SMP fallback to UPAndi Kleen1-0/+3
2005-03-28[PATCH] x86_64: Don't enable interrupts in oopses unconditionallyAndi Kleen1-1/+0
2005-03-28[PATCH] x86_64: Change the y2069 bug in the RTC timer code to be a y2100 bug.Andi Kleen1-4/+3
2005-03-28[PATCH] x86_64: Fix LDT descriptorAndi Kleen1-2/+1
2005-03-28[PATCH] x86_64: Always reload CR3 completely when a lazy MM thread drops a MM.Andi Kleen1-1/+2
2005-03-28[PATCH] x86_64: Minor fix to TLB flush IPIAndi Kleen1-1/+1
2005-03-28[PATCH] x86_64: Fix NMI RTC access raceAndi Kleen1-9/+0
2005-03-28[PATCH] x86_64: resume PIT for x86_64Andi Kleen2-1/+9
2005-03-28[PATCH] x86_64: mem=XXX will now limit kernel memory to XXX instead of XXX+1MBAndi Kleen1-15/+1
2005-03-28[PATCH] x86_64: Fix formatting and white space in signal codeAndi Kleen2-39/+36
2005-03-28[PATCH] x86_64: Fix special ISA case in iounmap()Andi Kleen1-1/+7
2005-03-28[PATCH] x86_64: Cleanups in new backtrace code in oprofileAndi Kleen1-13/+0
2005-03-28[PATCH] x86_64: Include PCI-Express configurationAndi Kleen1-0/+2
2005-03-28[PATCH] x86_64: Work around Tyan BIOS MTRR initialization bug.Andi Kleen3-12/+23
2005-03-28[PATCH] x86_64: Give out of line get_user better calling conventionsAndi Kleen1-27/+38
2005-03-28[PATCH] x86_64: Move put_user out of lineAndi Kleen1-0/+89
2005-03-28[PATCH] x86_64: Remove stale unused fileAndi Kleen1-88/+0
2005-03-28[PATCH] x86_64: Remove noisy printk in K8 bus detection codeAndi Kleen1-3/+7
2005-03-28[PATCH] x86_64: Remove obsolete comments in vsyscall.c and fix some others.Andi Kleen1-20/+4
2005-03-28[PATCH] x86_64: fix vsyscall.c syntax errorMikael Pettersson1-1/+1
2005-03-28[PATCH] x86_64: Nop out system call instruction in vsyscall page when not neededAndi Kleen1-5/+69
2005-03-28[PATCH] x86_64: Fix indentation in vsyscall.c. No functional changes.Andi Kleen1-13/+11
2005-03-28[PATCH] x86_64: Remove never used obsolete fileAndi Kleen1-169/+0
2005-03-28[PATCH] x86_64: Move HPET selection into processor specific optionsAndi Kleen1-17/+15
2005-03-28[PATCH] x86_64: Fix compilation with CONFIG_PROC_FS=nAndi Kleen1-0/+2
2005-03-28[PATCH] x86_64: Add an 64bit entry path for execAndi Kleen4-66/+70
2005-03-28[PATCH] x86_64: Add new AMD cpuid flags to cpuinfoAndi Kleen1-0/+2
2005-03-28[PATCH] x86_64: Update defconfigAndi Kleen1-21/+59
2005-03-28[PATCH] rename FPU_*verify_area to FPU_*access_okJesper Juhl5-45/+45
2005-03-28[PATCH] i386: add kstack=N option (from x86_64)Randy Dunlap1-0/+7
2005-03-28[PATCH] es7000 dmi cleanupAndrey Panin2-2/+1
2005-03-28[PATCH] ES7000 Legacy Mappings Updatejason@rightthere.net2-3/+15
2005-03-28[PATCH] APM: fix interrupts enabled in device_power_upZwane Mwaikambo1-6/+15
2005-03-28[PATCH] x86: CMOS time update optimisationGeorge Anzinger1-22/+53
2005-03-28[PATCH] mips: update VR41xx RTC supportYoichi Yuasa3-352/+1
2005-03-28[PATCH] mips linkage fixAndrew Morton1-1/+3
2005-03-28[PATCH] ppc64: numa: Remove redundant and broken overlap checkMichael Ellerman1-7/+2
2005-03-28[PATCH] PPC64: Fix LPAR IOMMU setup code for p630Olof Johansson1-1/+54
2005-03-28[PATCH] ppc64: Fix ethernet PHY reset on iMac G5Benjamin Herrenschmidt1-0/+31
2005-03-28[PATCH] ppc64: Make numa=off command line argument work againMichael Ellerman1-1/+1
2005-03-28[PATCH] ppc64: fix pseries hcall stubsAnton Blanchard2-104/+84
2005-03-28[PATCH] ppc64: fix semtimedop compat syscallAnton Blanchard1-2/+2
2005-03-28[PATCH] ppc64: fix linkage error on G5Anton Blanchard2-7/+0
2005-03-28[PATCH] ppc64: fix compile error in prom.cMikael Pettersson1-1/+1
2005-03-28[PATCH] ppc64: pSeries_iommu.c: use pSeries reconfig notifierPaul Mackerras2-12/+25
2005-03-28[PATCH] ppc64: pci_dn.c: use pSeries reconfig notifierPaul Mackerras2-14/+22
2005-03-28[PATCH] ppc32: 8xx typo fixTom Rini1-1/+1
2005-03-28[PATCH] ppc32: fix broken compile on Sky Computers HDPU platformBrian Waite1-50/+40
2005-03-28[PATCH] ppc32/64: Map prefetchable PCI without guarded bitBenjamin Herrenschmidt7-108/+268
2005-03-28[PATCH] ppc32: Fix Sandpoint Soft RebootMark A. Greer1-7/+0
2005-03-28[PATCH] ppc32: Report chipset version in common /proc/cpuinfo handlingKumar Gala6-5/+10
2005-03-28[PATCH] ppc32: typo fix in load/store string emulationKumar Gala1-1/+1
2005-03-28[PATCH] ppc32: Fix CONFIG_SERIAL_TEXT_DEBUG support on 83xxKumar Gala2-3/+3
2005-03-28[PATCH] ppc32: Move 83xx & 85xx device and system description filesKumar Gala7-6/+4
2005-03-28[PATCH] ppc32: Fix mv64x60 internal SRAM sizeMark A. Greer3-11/+5
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter10-22/+22
2005-03-28[PATCH] handle multiple video cards on the same busJon Smirl1-7/+13
2005-03-28[PATCH] ppc64: fix AIO panic on PPC64 caused by is_hugepage_only_range()Daniel McNeil1-4/+4
2005-03-25[PATCH] Sun-3/3x: Enable Sun partition tables support by defaultGeert Uytterhoeven2-0/+2
2005-03-25[PATCH] M68k/stdma: Replace sleep_on() with wait_event()Geert Uytterhoeven1-5/+5
2005-03-25[PATCH] M68k: Update signal delivery handlingGeert Uytterhoeven1-129/+20
2005-03-25[PATCH] m68knommu: cleanup ColdFire specific trap handling asm codeGreg Ungerer1-43/+33
2005-03-25[PATCH] m68knommu: use generated asm-offsets in trap handlersGreg Ungerer1-3/+3
2005-03-25[PATCH] m68knommu: move LED variable definitions for 5307Greg Ungerer1-0/+8
2005-03-25[PATCH] m68knommu: generate asm-offsets for thread_info structGreg Ungerer1-2/+14
2005-03-25[PATCH] m68knommu: move LED variable definitions for 5272Greg Ungerer1-0/+8
2005-03-25Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds49-1983/+3215
2005-03-25[ARM PATCH] 2577/1: more ixp2000 comment work (typo fixes and annotations)Lennert Buytenhek1-1/+3
2005-03-25[ARM PATCH] 2507/1: work around ixp2400 erratum #66Lennert Buytenhek2-0/+25
2005-03-25[PATCH] ppc64: prom.c: use pSeries reconfig notifierPaul Mackerras1-9/+31
2005-03-25[PATCH] ppc64: introduce pSeries_reconfig.[ch]Paul Mackerras4-393/+460
2005-03-25[PATCH] ppc64: make OF node fixup code usable at runtimePaul Mackerras1-115/+62
2005-03-25[PATCH] ppc64: preliminary changes to OF fixup functionsPaul Mackerras1-63/+70
2005-03-24[ARM] Don't call force_sig_info() for kernel-mode exceptions.Russell King1-15/+19
2005-03-24[ARM] Move alignment_trap/zero_fp macros into usr_entry macro.Russell King1-8/+13
2005-03-24[ARM] mach-types updateRussell King1-2/+18
2005-03-22[ARM PATCH] 2575/1: pass -mbig-endian/-mlittle-endian to invocations of cppLennert Buytenhek1-4/+2
2005-03-21[ARM PATCH] 2574/1: PXA2xx: Save CCLKCFG over sleepIan Campbell1-6/+11
2005-03-21[ARM PATCH] 2572/1: remove ifdefs from enp2611.cLennert Buytenhek1-2/+0
2005-03-21[ARM PATCH] 2571/1: minor time-keeping fixes for ixp2000Lennert Buytenhek1-2/+2
2005-03-19[ARM PATCH] 2540/1: OMAP update 10/10: Add boards VoiceBlue and NetStarTony Lindgren4-0/+422
2005-03-19[ARM PATCH] 2542/1: OMAP update 9/10: Board specific updatesTony Lindgren6-19/+346
2005-03-19[ARM PATCH] 2541/1: OMAP update 8/10: Leds related changesTony Lindgren4-30/+302
2005-03-19[ARM PATCH] 2547/1: Update OMAP 7/10: USB low-level initTony Lindgren1-36/+47
2005-03-19[ARM PATCH] 2544/1: OMAP update 6/10: Change OCPI to use clock frameworkTony Lindgren1-24/+26
2005-03-19[ARM PATCH] 2546/1: OMAP update 5/10: GPIO interrupt changesTony Lindgren2-80/+75
2005-03-19[ARM PATCH] 2565/1: OMAP update 3/10: Clock changes, take 2Tony Lindgren2-49/+176
2005-03-19[ARM PATCH] 2539/1: OMAP update 1/10: Arch filesTony Lindgren3-8/+20
2005-03-19[ARM PATCH] 2557/1: S3C2410 - fix otom/nexcoder buiilds due to sparse fixesBen Dooks2-3/+3
2005-03-19[ARM PATCH] 2563/1: RiscPC - update IOMEM annotationsBen Dooks3-3/+3
2005-03-19[ARM PATCH] 2552/2: woopsNicolas Pitre1-1/+1
2005-03-17[PATCH] s390: oprofile supportMartin Schwidefsky1-3/+2
2005-03-17[PATCH] s390: missing timer ticksMartin Schwidefsky2-1/+14
2005-03-17[PATCH] s390: s390dbf permissionsMichael Holzheu1-5/+5
2005-03-17[PATCH] s390: add run_posix_cpu_timers to account_user_vtimeMartin Schwidefsky1-0/+2
2005-03-17[PATCH] s390: system callsMartin Schwidefsky2-7/+26
2005-03-17[PATCH] ppc64: allow xmon=on,off,earlyPaul Mackerras1-0/+6
2005-03-17[PATCH] ppc64: fix error cases in nvram partition scanPaul Mackerras1-12/+22
2005-03-17[PATCH] ppc64: remove unnecessary ISA ioportsPaul Mackerras1-0/+3
2005-03-17[PATCH] ppc64: make cpu hotplug play well with maxcpus and smt-enabledPaul Mackerras3-131/+77
2005-03-17[PATCH] ppc64: use pSeries reconfig notifier for cpu DLPARPaul Mackerras1-0/+126
2005-03-17[PATCH] ppc64: missing newline/carrige return in zImageOlaf Hering1-2/+2
2005-03-17[PATCH] ppc64: NUMA memory fixup (another try)Mike Kravetz1-68/+105
2005-03-17[PATCH] ppc64 iSeries: cleanup iSeries_setupStephen Rothwell2-53/+40
2005-03-17[PATCH] ppc64 iSeries: cleanup viopathStephen Rothwell1-25/+22
2005-03-17[PATCH] ppc64: delete unused file no_initrd.cPaul Mackerras1-2/+0
2005-03-17[PATCH] ppc64: make RTAS code usable on non-pSeries machinesPaul Mackerras8-13/+18
2005-03-17[PATCH] ppc64: fix kprobes calling smp_processor_id when preemptiblePaul Mackerras1-9/+17
2005-03-17[PATCH] ppc32: add support for Sky Computers HDPU Compute blade enhanced feat...Brian Waite2-0/+84
2005-03-17[PATCH] ppc64: rtasd shouldn't hold cpucontrol while sleepingNathan T. Lynch1-31/+30
2005-03-17[PATCH] ppc32: add support for Sky Computers HDPU Compute bladeBrian Waite6-1/+1974
2005-03-17[PATCH] ppc32: sparse clean ups for the Freescale MPC52xx related codeSylvain Munaut5-38/+33
2005-03-17[PATCH] ppc32: Add pegasos ethernet supportBenjamin Herrenschmidt2-1/+103
2005-03-17[PATCH] ppc32: Add PCI bus support for Freescale MPC52xxSylvain Munaut5-4/+412
2005-03-17[PATCH] ppc32: Fix FEC ethernet intialization on MPC8540 ADS boardKumar Gala1-1/+1
2005-03-17[PATCH] ppc32: Clean up mv64x60 bootwrapper supportMark A. Greer13-290/+261
2005-03-17[PATCH] ppc32: update Radstone ppc7d platformMark A. Greer2-43/+173
2005-03-17[PATCH] ppc32: Patch for changed dev->bus_id formatMark A. Greer4-38/+22
2005-03-17[PATCH] ppc32: Update 8260_io/fcc_enet.c to function againTom Rini2-301/+679
2005-03-17[PATCH] ppc32: Fix a typo on 8260Tom Rini1-1/+1
2005-03-17[PATCH] ppc32: Better comment arch/ppc/syslib/cpc700.hTom Rini1-10/+16
2005-03-17[PATCH] ppc32: Delete arch/ppc/syslib/ppc4xx_serial.cTom Rini1-171/+0
2005-03-17[PATCH] ppc32: Update PowerMac models tableBenjamin Herrenschmidt1-75/+114
2005-03-17[PATCH] ppc32: Fix overflow in cpuinfo freq. displayBenjamin Herrenschmidt1-2/+3
2005-03-17[PATCH] ppc32: Fix PowerMac cpufreq for newer machinesBenjamin Herrenschmidt1-14/+15
2005-03-18[ARM PATCH] 2561/1: CL7500 - core.c init call should be voidBen Dooks1-2/+2
2005-03-17[PATCH] uml: Fix compilation due to mismerge.Anton Altaparmakov1-48/+0
2005-03-17[ARM PATCH] 2555/1: i.MX DMA fixSascha Hauer1-3/+3
2005-03-17[PATCH] m68k-nommu: remove vendor/board specific startup codeGreg Ungerer32-5467/+0
2005-03-17[PATCH] m68k-nommu: move PILOT platform startup codeGreg Ungerer1-0/+224
2005-03-17[PATCH] m68k-nommu: create common 68328 RAM based startup codeGreg Ungerer1-0/+171
2005-03-17[PATCH] m68k-nommu: create common 68328 ROM based startup codeGreg Ungerer1-0/+109
2005-03-17[PATCH] m68k-nommu: fix broken GET_MEM_SIZE macro in ColdFire head codeGreg Ungerer1-2/+2
2005-03-17[PATCH] m68k-nommu: change build process to use common head codeGreg Ungerer15-51/+38
2005-03-17[ARM PATCH] 2501/2: ixp4xx: support edge triggered gpio irqsDavid Vrabel1-23/+58
2005-03-17Merge flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-configRussell King8-1656/+1581
2005-03-17[ARM PATCH] 2552/1: ptrace support for accessing iWMMXt regsNicolas Pitre1-0/+49
2005-03-17[ARM PATCH] 2551/1: Fix timer and CPU leds on Vibren PXA255 IDP Platformcbrake@com.rmk.(none)1-7/+9
2005-03-16[PATCH] PPC64 Implement non-executable stacksPaul Mackerras9-24/+51
2005-03-16MergeLinus Torvalds3-4/+11
2005-03-16Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds21-70/+387
2005-03-15Revert recent NUMA and pgd_index() fixes, since they show regressions.Linus Torvalds1-92/+68
2005-03-14[ARM PATCH] 2538/1: S3C2410 - ADC IRQ correct edge handlingBen Dooks1-1/+21
2005-03-14[ARM PATCH] 2537/2: S3C2410 - fix iomem warnings from sparseBen Dooks13-64/+59
2005-03-13Merge sunset.davemloft.net:/home/davem/src/BK/sparcwork-2.6David S. Miller1-71/+57
2005-03-13[ARM PATCH] 2532/1: CLPS7500 build fixBen Dooks1-4/+5
2005-03-13[ARM PATCH] 2531/1: S3C2410 - OTOM1.1 and Nexcoder 2440 supportBen Dooks5-0/+296
2005-03-13[ARM PATCH] 2529/1: Add semtimedop support - semop() with a timeout (with dem...George G. Davis2-1/+6
2005-03-13[PATCH] i386/power/cpu.c: remove three unused variablesAdrian Bunk1-2/+1
2005-03-13[PATCH] unexport kmap_{pte,port} on !ppcAdrian Bunk3-9/+0
2005-03-13[PATCH] unexport *flush_tlb_allAdrian Bunk6-6/+0
2005-03-13[PATCH] mips: fix section type conflict about mpc30xYoichi Yuasa1-1/+1
2005-03-13[PATCH] list_for_each_entry: arch-um-drivers-chan_kern.cDomen Puncer1-3/+1
2005-03-13[PATCH] i386/traps: replace schedule_timeout() with ssleep()Domen Puncer1-2/+1
2005-03-13[PATCH] list_for_each_entry: arch-i386-mm-pageattr.cDomen Puncer1-6/+2
2005-03-13[PATCH] unexport pcibios_penalize_isa_irqAdrian Bunk3-3/+0
2005-03-13[PATCH] i386: unexport dmi_get_system_infoAdrian Bunk1-1/+0
2005-03-13[PATCH] unexport mmu_cr4_featuresAdrian Bunk2-2/+0
2005-03-13[PATCH] i386 scx200.c: misc cleanupsAdrian Bunk1-5/+4
2005-03-13[PATCH] i386/kernel/i387.c: misc cleanupsAdrian Bunk1-1/+7
2005-03-13[PATCH] smp{,boot}.c cleanupsAdrian Bunk17-154/+11
2005-03-13[PATCH] i386/x86_64: acpi/sleep.c: kill unused acpi_save_state_diskAdrian Bunk2-18/+0
2005-03-13[PATCH] hpet setup comment fixAndrew Morton1-2/+3
2005-03-13[PATCH] i386/math-emu/: misc cleanupsAdrian Bunk6-14/+10
2005-03-13[PATCH] remove bouncing email address of Thomas HoodAdrian Bunk1-2/+2
2005-03-13[PATCH] i386 APIC Kconfig cleanupsAdrian Bunk1-28/+13
2005-03-13[PATCH] sparse: use NULL for pointerRandy Dunlap1-1/+1
2005-03-13[PATCH] Update email address of Benjamin LaHaiseAdrian Bunk3-3/+3
2005-03-13[PATCH] (mostly i386) mm cleanupAdrian Bunk3-7/+7
2005-03-13[PATCH] kill aux_device_presentAdrian Bunk10-21/+0
2005-03-13[PATCH] i386/x86_64 io_apic.c: misc cleanupsAdrian Bunk2-10/+18
2005-03-13[PATCH] i386 cpu/common.c: some cleanupsAdrian Bunk2-14/+2
2005-03-13[PATCH] arch/sparc/kernel/ptrace: pointless assignment and shadowed varJesper Juhl1-9/+8
2005-03-13[PATCH] arch/mips/kernel/irixsig: slight rework of irix_sigsendsetJesper Juhl1-9/+3
2005-03-13[PATCH] arch/alpha/kernel/osf_sys: tiny cleanup to retvalJesper Juhl1-6/+6
2005-03-13[PATCH] verify_area cleanup : deprecateJesper Juhl1-1/+2
2005-03-13[PATCH] verify_area cleanup : misc remaining archsJesper Juhl24-75/+74
2005-03-13[PATCH] verify_area cleanup : x86_64 and ia64Jesper Juhl7-40/+28
2005-03-13[PATCH] verify_area cleanup : sparc and sparc64Jesper Juhl7-35/+30
2005-03-13[PATCH] verify_area cleanup : ppc, ppc64, m68k, m68knommuJesper Juhl13-55/+48
2005-03-13[PATCH] verify_area cleanup: mipsJesper Juhl8-96/+95
2005-03-13[PATCH] verify_area cleanup : i386 and misc.Jesper Juhl3-10/+10
2005-03-13[PATCH] consolidate CONFIG_DEBUG_INFOAdrian Bunk2-19/+0
2005-03-13[PATCH] swsusp: use non-contiguous memory on ppcPavel Machek7-0/+428
2005-03-13[PATCH] swsusp: use non-contiguous memory on resumePavel Machek4-24/+24
2005-03-13[PATCH] ppc64: NUMA memory fixupMike Kravetz1-68/+92
2005-03-13[PATCH] ppc32: Remove SPR short-hand definesKumar Gala57-664/+664
2005-03-13[PATCH] ppc32: emulate load/store string instructionsKumar Gala1-0/+85
2005-03-13[PATCH] ppc32: Update chestnut platform filesMark A. Greer3-142/+155
2005-03-13[PATCH] no arch-specific mem_map initDave Hansen13-21/+1
2005-03-13[PATCH] vmalloc: use __vmalloc_area in arch/x86_64/Oleg Nesterov1-85/+5
2005-03-13[PATCH] vmalloc: use __vmalloc_area in arch/sparc64/Oleg Nesterov1-96/+5
2005-03-13[PATCH] vmalloc: use __vmalloc_area in arch/armOleg Nesterov1-31/+3
2005-03-13[PATCH] ptwalk: ioremap_page_rangeHugh Dickins1-60/+54
2005-03-13[PATCH] ptwalk: p?d_none_or_clear_badHugh Dickins1-18/+3
2005-03-13[PATCH] x86: fix booting non-NUMA system with NUMA configDave Hansen1-0/+1