aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-07-07[PATCH] m32r: framebuffer device supportHirokazu Takata6-16/+204
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter6-13/+20
2005-07-07[PATCH] xtensa: remove old syscallsArnd Bergmann2-179/+30
2005-07-07[PATCH] uml: remove winch semPaolo 'Blaisorblade' Giarrusso1-13/+24
2005-07-07[PATCH] uml: restore hppfs supportPaolo 'Blaisorblade' Giarrusso1-3/+3
2005-07-07[PATCH] uml: Proper clone support for skas0Bodo Stroesser10-3/+231
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike37-262/+850
2005-07-07[PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreqBernard Blackham1-1/+1
2005-07-07[PATCH] MTRR suspend/resume cleanupShaohua Li7-35/+75
2005-07-07[PATCH] FRV: Add defconfigAdrian Bunk1-0/+627
2005-07-07[PATCH] ppc64: silence perfmon exception warningsAnton Blanchard1-13/+1
2005-07-07[PATCH] ppc64: Be consistent about printing which idle loop we're usingMichael Ellerman2-3/+8
2005-07-07[PATCH] ppc64: fix compile warningAnton Blanchard1-1/+0
2005-07-07[PATCH] ppc64: idle fixupsAnton Blanchard1-11/+12
2005-07-07[PATCH] ppc64: pSeries idle fixupsAnton Blanchard1-51/+62
2005-07-07[PATCH] ppc64: iSeries idle fixupsAnton Blanchard1-37/+47
2005-07-07[PATCH] ppc64: Remove obsolete idle_setup()Michael Ellerman1-41/+0
2005-07-07[PATCH] ppc64: Fixup platforms for new ppc_md.idleMichael Ellerman4-1/+26
2005-07-07[PATCH] ppc64: Move pSeries idle functions into pSeries_setup.cMichael Ellerman2-131/+127
2005-07-07[PATCH] ppc64: Move iSeries_idle() into iSeries_setup.cMichael Ellerman2-86/+81
2005-07-07[PATCH] ppc64: Make idle_loop a ppc_md functionMichael Ellerman2-6/+8
2005-07-07[PATCH] hvc_console: Separate the NUL character filtering from get_hvc_charsMilton Miller1-17/+2
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller1-33/+0
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller1-1/+2
2005-07-07[PATCH] ppc64: add ioprio syscallsAnton Blanchard2-11/+22
2005-07-07[PATCH] ppc64: sys_ppc32.c cleanupsAnton Blanchard1-27/+0
2005-07-07[PATCH] ppc64: Turn runlatch on in exception entryAnton Blanchard1-0/+10
2005-07-07[PATCH] ppc64: Fix runlatch code to work on pseries machinesAnton Blanchard1-4/+4
2005-07-07[PATCH] ppc64: use c99 initialisers in cputable codeAnton Blanchard1-153/+212
2005-07-07[PATCH] ppc64: vdso32: fix link errors after recent toolchain changesOlaf Hering1-2/+2
2005-07-07[PATCH] iounmap debuggingAndrew Morton1-2/+4
2005-07-07[PATCH] uml: kill some useless vmalloc tlb flushingJeff Dike1-1/+0
2005-07-07Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds22-1163/+589
2005-07-07[IA64] - Disable tiocx driver on non-SN systemsJack Steiner1-0/+4
2005-07-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+5
2005-07-06[IA64] fix generic/up buildsTony Luck5-65/+110
2005-07-06Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-1/+522
2005-07-06[IA64] memory-less-nodes repostbob.picco2-228/+169
2005-07-06[IA64] Make ia64 die() preempt safe1-2/+4
2005-07-06[SPARC64]: Fix set_intr_affinity()Eddie C. Dost1-2/+5
2005-07-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-16/+23
2005-07-06Auto merge with /home/aegl/GIT/linusTony Luck110-1798/+2569
2005-07-06[IA64] restore_sigcontext is not preempt safeKeith Owens1-0/+2
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver codePrarit Bhargava3-48/+129
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - new SN PROM version codePrarit Bhargava2-9/+7
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver: moving of header filesPrarit Bhargava11-699/+31
2005-07-06[PATCH] ARM: 2792/1: IXP4xx iomap API implementationDeepak Saxena1-2/+2
2005-07-06[PATCH] ARM: 2791/1: Add CRCs for aliased ARM symbolsTodd Poynor1-0/+3
2005-07-06[PATCH] ARM: 2790/1: Properly terminate plat_serial8250_port arrays on ixdp42...Stefan Sorensen2-13/+17
2005-07-06[PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6Catalin Marinas1-1/+1
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver: SN IRQ FixesPrarit Bhargava2-134/+155
2005-07-06[CRYPTO] Add x86_64 asm AESAndreas Steinmetz4-1/+522
2005-07-06[PATCH] openfirmware: generate device table for userspaceJeff Mahoney2-14/+16
2005-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+3
2005-07-05[SPARC64]: Fix UltraSPARC-III fallout from membar changes.David S. Miller1-2/+3
2005-07-05[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch5-4/+9
2005-07-05[PATCH] ppc32: explicitly disable 440GP IRQ compatibility mode in 440GX setupEugene Surovegin1-0/+4
2005-07-05[PATCH] ppc32: stop misusing NTP's time_offset valuejohn stultz1-5/+8
2005-07-05[PATCH] ppc32: add Freescale MPC885ADS board supportAndrei Konovalov6-15/+1515
2005-07-05Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-443/+306
2005-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-4/+10
2005-07-04[SPARC64]: Fix IRQ retry interval timer value on sparc64 PCI controllers.David S. Miller2-5/+2
2005-07-04[SPARC64]: Small Schizo PCI controller programming tweaks.David S. Miller1-15/+8
2005-07-04[SPARC64]: Do proper DMA IRQ syncing on TomatilloDavid S. Miller1-0/+51
2005-07-04[SPARC64]: Add support for IRQ pre-handlers.David S. Miller4-423/+227
2005-07-04[SPARC64/COMPAT]: Add some compat ioctl for ppdevRaphael Assenat1-0/+18
2005-07-04[PATCH] ARM: Fix non-standard PXA io_pg_offst initialisersRussell King5-7/+7
2005-07-04[PATCH] ARM: Change 'param_offset' to 'boot_params'Russell King1-2/+2
2005-07-03[PATCH] ARM: 2784/1: Fix the block cache flush operation rangeCatalin Marinas1-1/+2
2005-07-03[PATCH] ARM: Remove machine description macrosRussell King71-453/+607
2005-07-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-818/+53
2005-07-01[PATCH] PCI: clean up dynamic pci id logicGreg Kroah-Hartman1-1/+1
2005-07-01[PATCH] PCI: pci_assign_unassigned_resources() on x86Ivan Kokshaysky2-3/+9
2005-07-01[PATCH] alpha smp fix (part #2)Ivan Kokshaysky1-0/+2
2005-07-01[PATCH] ARM: replace schedule_timeout() with msleep()Nishanth Aravamudan1-2/+1
2005-07-01[PATCH] ARM: Make the magic values in head.S more obviousRussell King1-12/+8
2005-07-01[PATCH] ARM: 2783/1: Remove omnimeter_defconfig as there is no kernel supportBen Dooks1-803/+0
2005-07-01[PATCH] ARM: 2781/2: PXA27x Standby mode take 2Todd Poynor3-1/+44
2005-06-30[PATCH] alpha smp fixIvan Kokshaysky1-1/+1
2005-06-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-50/+47
2005-06-30[PATCH] ARM: 2779/1: Fix the V bit setting for the ARM1020x CPUsCatalin Marinas2-4/+4
2005-06-30[PATCH] ARM: 2778/1: Add -mno-thumb-interwork to CFLAGS_ABICatalin Marinas1-1/+1
2005-06-30[PATCH] ARM: 2777/1: Fix broken comment arch/arm/mm/proc-arm1020.SCatalin Marinas1-1/+1
2005-06-30Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6Linus Torvalds16-518/+285
2005-06-30[PATCH] xtensa: Fix asm macroChris Zankel1-90/+5
2005-06-30[PATCH] xtensa: Removed local copy of zlib and fixed O= supportChris Zankel9-2671/+53
2005-06-30[PATCH] xtensa: Added mm/Kconfig to get a flat memory layoutChris Zankel1-1/+3
2005-06-30[PATCH] xtensa: use valid_signal()Jesper Juhl1-2/+3
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar9-15/+13
2005-06-30[PATCH] ppc32: Fix pointer check for MPC8540 ADS deviceKumar Gala1-1/+1
2005-06-30[PATCH] ppc32: use correct register names in arch/ppc/kernel/relocate_kernel.SOlaf Hering1-2/+2
2005-06-30[PATCH] ARM: Don't try to send a signal to pid0Russell King2-45/+42
2005-06-30[PATCH] ppc64: Replace custom locking code with a spinlockMichael Ellerman1-36/+2
2005-06-30[PATCH] ppc64: Formatting cleanups in arch/ppc64/kernel/ItLpQueue.cMichael Ellerman1-31/+41
2005-06-30[PATCH] ppc64: Cleanup whitespace in arch/ppc64/kernel/ItLpQueue.cMichael Ellerman1-29/+29
2005-06-30[PATCH] ppc64: Cleanup proc printing of event typesMichael Ellerman1-10/+10
2005-06-30[PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from pacaMichael Ellerman1-15/+29
2005-06-30[PATCH] ppc64: Don't count number of events processed for callerMichael Ellerman4-13/+5
2005-06-30[PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_*Michael Ellerman5-14/+14
2005-06-30[PATCH] ppc64: Rename xItLpQueue to hvlpevent_queueMichael Ellerman2-24/+24
2005-06-30[PATCH] ppc64: Move definition of xItLpQueueMichael Ellerman2-7/+8
2005-06-30[PATCH] ppc64: Make two ItLpQueue related functions staticMichael Ellerman1-2/+2
2005-06-30[PATCH] ppc64: Move xItLpQueue proc code into ItLpQueue.cMichael Ellerman2-48/+59
2005-06-30[PATCH] ppc64: Move initialisation of xItLpQueue into ItLpQueue.cMichael Ellerman2-20/+23
2005-06-30[PATCH] ppc64: Don't pass the pointers to xItLpQueue aroundMichael Ellerman5-31/+31
2005-06-30[PATCH] ppc64: Reorganise the paca initialisation macrosMichael Ellerman1-146/+65
2005-06-30[PATCH] ppc64: Move set_spread_lpevents() into ItLpQueue.cMichael Ellerman2-21/+21
2005-06-30[PATCH] ppc64: Spread lpevents by default on iSeriesMichael Ellerman1-1/+1
2005-06-30[PATCH] ppc64: Remove lpqueue pointer from the paca on iSeriesMichael Ellerman7-26/+19
2005-06-29Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds19-311/+549
2005-06-29Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds5-5/+5
2005-06-29[IA64] Update zx1_defconfigTony Luck1-44/+122
2005-06-29[IA64] Update tiger_defconfigTony Luck1-8/+31
2005-06-29Auto merge with /home/aegl/GIT/linusTony Luck22-142/+554
2005-06-29[PATCH] ARM: Don't force SIGFPERussell King1-1/+1
2005-06-29[PATCH] ARM: Fix VFP to use do_div()Russell King3-4/+27
2005-06-29[PATCH] ARM: 2771/1: Dynamic Tick support for OMAP, take 4Tony Lindgren2-8/+52
2005-06-29[PATCH] Serial: Split 8250 port table (part 2)Russell King5-5/+5
2005-06-29[PATCH] ARM: Remove nmi_tick from integrator platformsRussell King1-1/+0
2005-06-29[PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernelNicolas Pitre4-412/+1
2005-06-29[PATCH] ARM: 2769/1: cpu_init() stack setup fixCatalin Marinas1-1/+2
2005-06-29[PATCH] ARM: Convert ARM timer implementations to use readl/writelRussell King2-65/+38
2005-06-29[PATCH] ARM: 2765/1: S3C24XX - small cleanups in arch/arm/mach-s3c2410Ben Dooks2-8/+4
2005-06-29[PATCH] ARM: 2764/1: S3C24XX - Common PM functions for Simtec boardsBen Dooks4-35/+75
2005-06-29Merge with ../linux-2.6-smpRussell King3-2/+125
2005-06-28[PATCH] sparc32: Kconfig fixupsWilliam Lee Irwin III1-56/+0
2005-06-28[PATCH] irqpollAlan Cox1-1/+1
2005-06-28[PATCH] coverity: i386: build.c: negative return to unsigned fixKAMBAROV, ZAUR1-1/+2
2005-06-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-4/+158
2005-06-28[PATCH] ARM: 2763/1: S3C24XX - mark IRQ_LCD as validBen Dooks1-3/+4
2005-06-28[PATCH] ARM: 2760/1: Add a warning on dynamic tick timekeeping on some platformsTony Lindgren1-0/+5
2005-06-28[PATCH] ARM: 2761/1: OProfile: Add call graphing support for armRichard Purdie4-1/+149
2005-06-28[IA64] Fix another IA64 preemption problemPeter Chubb1-0/+3
2005-06-28[IA64] Replace stale KDB-code with useful MAGIC_SYSRQ code in simserial.cDavid Mosberger-Tang1-5/+11
2005-06-28[IA64-SGI] Altix patch to tiocx, add subsys_initcallBruce Losure1-5/+9
2005-06-28[IA64] sparse cleanup of TIOCA filesPrarit Bhargava1-4/+4
2005-06-28[IA64-SGI] - new macros for SGI SN simulator Jack Steiner2-9/+20
2005-06-28[IA64] sparse cleanup of shub_mmr.hPrarit Bhargava1-0/+1
2005-06-28[IA64] Speed up lfetch.fault [NULL]David Mosberger-Tang1-0/+19
2005-06-28[IA64] Recognize HP sx2000 chipsetBjorn Helgaas1-0/+4
2005-06-28[IA64-SGI] altix: enable vgacon supportMark Maule3-8/+18
2005-06-28[IA64-SGI] pcdp: add PCDP pci interface supportMark Maule1-4/+8
2005-06-28Auto merge with /home/aegl/GIT/ia64-testTony Luck6-224/+299
2005-06-28[PATCH] ARM SMP: Add IPI support code for SMP TLB flushingRussell King1-0/+123
2005-06-28[PATCH] ARM SMP: Use local_flush_tlb* where we really want to be localRussell King2-2/+2
2005-06-28[PATCH] remove duplicate printf in arch/ppc64/boot/main.cOlaf Hering1-5/+2
2005-06-28[PATCH] remove printk usage in arch/ppc64/boot/prom.cOlaf Hering2-15/+2
2005-06-28[PATCH] remove unused arch/ppc64/boot/mknote.cOlaf Hering1-43/+0
2005-06-28[PATCH] remove unused arch/ppc64/boot/piggyback.cOlaf Hering2-87/+1
2005-06-28[PATCH] ppc64: don't create spurious symlinks under node0 sysdevNathan Lynch1-1/+6
2005-06-28[PATCH] ppc64: simplify nvram partition scanning codeArnd Bergmann1-5/+3
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH42-688/+867
2005-06-27[PATCH] PCI: use the MCFG table to properly access pci devices (x86-64)Greg Kroah-Hartman1-10/+48
2005-06-27[PATCH] PCI: use the MCFG table to properly access pci devices (i386)Greg Kroah-Hartman1-4/+25
2005-06-27[PATCH] PCI: add proper MCFG table parsing to ACPI core.Greg Kroah-Hartman3-20/+49
2005-06-27[PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman2-4/+39
2005-06-27[PATCH] ACPI based I/O APIC hot-plug: ia64 supportKenji Kaneshige2-29/+126
2005-06-27[PATCH] ACPI based I/O APIC hot-plug: add interfacesKenji Kaneshige2-0/+33
2005-06-27[PATCH] acpi bridge hotadd: Read bridge resources when fixing up the busRajesh Shah1-0/+4
2005-06-27[PATCH] acpi bridge hotadd: Make pcibios_fixup_bus() hot-plug safeRajesh Shah1-1/+21
2005-06-27[PATCH] acpi bridge hotadd: Fix pci_enable_device() for p2p bridgesRajesh Shah1-3/+7
2005-06-27[PATCH] acpi bridge hotadd: ACPI based root bridge hot-addRajesh Shah4-2/+6
2005-06-27[PATCH] PCI Allow OutOfRange PIRQ table addressjayalk@intworks.biz3-15/+43
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds15-331/+201
2005-06-27[SPARC64]: Get rid of fast IRQ feature.David S. Miller4-233/+51
2005-06-27[SPARC64]: Avoid membar instructions in delay slots.David S. Miller12-98/+150
2005-06-27[PATCH] kprobes/ia64: refuse kprobe on ivt codeKeshavamurthy Anil S2-3/+22
2005-06-27[PATCH] kprobes/ia64: refuse inserting kprobe on slot 1Rusty Lynch1-0/+7
2005-06-27[PATCH] Return probe redesign: ppc64 specific implementationRusty Lynch2-0/+103
2005-06-27[PATCH] Return probe redesign: ia64 specific implementationRusty Lynch2-2/+117
2005-06-27[PATCH] Return probe redesign: x86_64 specific changesRusty Lynch1-63/+70
2005-06-27[PATCH] Return probe redesign: i386 specific changesRusty Lynch1-63/+70
2005-06-27[PATCH] kprobes: fix single-step out of line - take2Ananth N Mavinakayanahalli2-116/+23
2005-06-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+4
2005-06-27[PATCH] seccomp: tsc disableAndrea Arcangeli2-0/+58
2005-06-27[PATCH] ppc64: Add missing exportsBenjamin Herrenschmidt2-0/+2
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt2-6/+6
2005-06-27[PATCH] ppc32: Bump PMU interrupt priorityBenjamin Herrenschmidt1-7/+19
2005-06-27[PATCH] 8xx: avoid "dcbst" misbehaviour with unpopulated TLBMarcelo Tosatti1-2/+12
2005-06-27[PATCH] mips: fixed try_to_freeze build errorYoichi Yuasa1-1/+1
2005-06-27[PATCH] ppc32: Fix compiling of sandpoint platformKumar Gala1-0/+1
2005-06-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-93/+150
2005-06-27[PATCH] USB: omap_udc updates (mostly cleanups)David Brownell1-4/+4
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe3-2/+6
2005-06-27[PATCH] ARM: Update mach-typesRussell King1-3/+66
2005-06-27[PATCH] ARM: Move memmap freeing into init.cRussell King2-78/+65
2005-06-27[PATCH] ARM: Move PGD kernel page table initialisationRussell King1-8/+7
2005-06-27[PATCH] ARM: Add VST idle loop callRussell King2-4/+11
2005-06-27[PATCH] ARM: Add missed AAEC2000 fileRussell King1-0/+1
2005-06-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds24-50/+49
2005-06-26[PATCH] ARM: 2757/1: remove ixdp2400_init_irq from ixdp2800 codeLennert Buytenhek1-6/+0
2005-06-26[PATCH] ARM: 2756/1: add ixp2000 msf mappingLennert Buytenhek1-0/+5
2005-06-26[PATCH] ARM: Add SA_TIMER flag to timer interruptsRussell King23-44/+44
2005-06-26[PATCH] ppc32: Fix MPC83xx IPIC external interrupt pending register offsetKumar Gala1-7/+7
2005-06-26[PATCH] arm: swsusp build fixAndrew Morton1-1/+1
2005-06-25Fix up try_to_freeze() usage in arch/i386/kernel/signal.cLinus Torvalds1-1/+1
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds7-16/+7
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter7-16/+7
2005-06-25[PATCH] printk: arch/i386/mm/pgtable.cChristophe Lucas1-15/+15
2005-06-25[PATCH] printk: arch/i386/mm/ioremap.cChristophe Lucas1-1/+1