aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-01-09[CRYPTO] aes-i586: Remove unused variable ls_tabDaniel Marjamäki1-10/+0
2006-01-09[CRYPTO] aes-i586: Nano-optimisation on key length checkDenis Vlasenko1-21/+19
2006-01-09[CRYPTO] Allow AES C/ASM implementations to coexistHerbert Xu2-0/+4
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu2-33/+34
2006-01-09[PATCH] Fix more "if ((err = foo() < 0))" typosAlexey Dobriyan1-1/+2
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds154-3662/+23532
2006-01-09powerpc: unbreak iSeries compilation againPaul Mackerras2-1/+5
2006-01-09[PATCH] powerpc: Don't use KERNELBASE in add_memory()Michael Ellerman1-1/+1
2006-01-09powerpc: set CONFIG_PPC_OF=y always for ARCH=powerpcPaul Mackerras3-7/+5
2006-01-09[PATCH] powerpc: DABR exceptions should report the address not the PCAnton Blanchard1-3/+4
2006-01-09[PATCH] ppc64: POWER5+ oprofile supportAnton Blanchard1-2/+2
2006-01-09[PATCH] ppc64: Fix oprofile when compiled as a moduleAnton Blanchard2-80/+50
2006-01-09[PATCH] 4/5 powerpc: Add cpufreq support for all desktop G5Benjamin Herrenschmidt1-47/+449
2006-01-09[PATCH] 3/5 powerpc: Add platform functions interpreterBenjamin Herrenschmidt6-42/+1743
2006-01-09[PATCH] 2/5 powerpc: Rework PowerMac i2c part 2Benjamin Herrenschmidt2-89/+247
2006-01-09[PATCH] 1/5 powerpc: Rework PowerMac i2c part 1Benjamin Herrenschmidt4-348/+730
2006-01-09[PATCH] ppc64: fix time syscallAnton Blanchard2-29/+1
2006-01-09[PATCH] ppc32: Put cache flush routines back into .relocate_code sectionPaul Janzen1-2/+4
2006-01-09[PATCH] spufs: set irq affinity for running threadsArnd Bergmann4-16/+40
2006-01-09[PATCH] spufs: fix sparse warningsArnd Bergmann4-6/+5
2006-01-09[PATCH] spufs: abstract priv1 register access.Arnd Bergmann5-129/+208
2006-01-09[PATCH] spufs: move spu_run call to its own fileArnd Bergmann4-153/+160
2006-01-09[PATCH] spufs: clean up use of bitopsArnd Bergmann4-13/+12
2006-01-09[PATCH] spufs: fix spufs_fill_dir error pathArnd Bergmann1-35/+38
2006-01-09[PATCH] spufs: dont leak directories in failed spu_createArnd Bergmann1-17/+37
2006-01-09[PATCH] spufs fix spu_acquire_runnable error pathArnd Bergmann1-2/+2
2006-01-09[PATCH] spufs: serialize sys_spu_run per spuArnd Bergmann3-5/+12
2006-01-09[PATCH] spufs: check for proper file pointer in sys_spu_runArnd Bergmann3-3/+5
2006-01-09[PATCH] spufs: dont hold root->isem in spu_forgetArnd Bergmann1-10/+10
2006-01-09[PATCH] spufs: fix locking in spu_acquire_runnableArnd Bergmann1-4/+6
2006-01-09[PATCH] cell: enable pause(0) in cpu_idleArnd Bergmann9-7/+314
2006-01-09[PATCH] powerpc: fixing compile issue with !CONFIG_PCI in legacy_serial.cKumar Gala1-1/+11
2006-01-09[PATCH] powerpc: Fix search for the main interrupt controllerHaren Myneni1-6/+9
2006-01-09[PATCH] powerpc: Call find_legacy_serial_ports() if we enable CONFIG_SERIAL_8250Kumar Gala3-4/+3
2006-01-09[PATCH] powerpc: added a udbg_progressKumar Gala2-7/+7
2006-01-09[PATCH] powerpc: Add the ability to handle SOC ports in legacy_serialKumar Gala1-10/+52
2006-01-09[PATCH] powerpc: Loosen udbg_probe_uart_speed sanity checkingKumar Gala1-1/+1
2006-01-09[PATCH] powerpc: don't add memory to empty node/zoneMike Kravetz1-5/+14
2006-01-09[PATCH] powerpc: fix two build warningsArnd Bergmann2-2/+1
2006-01-08[PATCH] Make vm86 support optionalMatt Mackall3-1/+5
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall17-65/+0
2006-01-08[PATCH] tiny: Make x86 doublefault handling optionalMatt Mackall2-1/+4
2006-01-08[PATCH] Make apm buildable without legacy pmDave Jones2-1/+5
2006-01-08[PATCH] Split out screen_info from tty.hBrian Gerst3-41/+2
2006-01-08[PATCH] /dev/mem: validate mmap requestsBjorn Helgaas1-49/+111
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton9-34/+11
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman3-0/+11
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-9/+12
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig10-210/+57
2006-01-08[PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk4-9/+7
2006-01-08[PATCH] IRQ type flagsRussell King6-19/+25
2006-01-08[PATCH] fix more missing includesTim Schmielau3-0/+3
2006-01-08[PATCH] uml: prevent MODE_SKAS=n and MODE_TT=nAdrian Bunk1-1/+1
2006-01-08[PATCH] uml: whitespace cleanupJeff Dike1-7/+7
2006-01-08[PATCH] uml: merge trap_user.c and trap_kern.cGennady Sharapov4-60/+39
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov13-91/+123
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov24-226/+162
2006-01-08[PATCH] ARM: Netwinder ds1620 driver needs an export to be built as moduleWoody Suwalski1-0/+1
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai3-3/+3
2006-01-08[PATCH] frv: miscellaneous changesDavid Howells2-3/+4
2006-01-08[PATCH] frv: force serial driver inclusionDavid Howells2-0/+7
2006-01-08[PATCH] frv: fix PCMCIA configurationDavid Howells1-17/+1
2006-01-08[PATCH] frv: add pci_iomapDavid Howells2-1/+30
2006-01-08[PATCH] frv: add module support stubsDavid Howells2-0/+81
2006-01-08[PATCH] frv: support module exception tablesDavid Howells1-25/+9
2006-01-08[PATCH] frv: implement and export various things required by modulesDavid Howells13-14/+152
2006-01-08[PATCH] frv: drop unsupported debugging featuresDavid Howells1-22/+0
2006-01-08[PATCH] frv: drop 8/16-bit xchg and cmpxchgDavid Howells1-92/+0
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter3-0/+3
2006-01-09[PATCH] powerpc: Fix iSeries bug in VMALLOCBASE/VMALLOC_START consolidationDavid Gibson1-1/+1
2006-01-09[PATCH] powerpc: G4+ oprofile supportAndy Fleming7-68/+293
2006-01-09[PATCH] powerpc: Fix compile problem in pci.c for ppc32Kumar Gala1-1/+1
2006-01-09[PATCH] powerpc: pci_address_to_pio fixBenjamin Herrenschmidt3-11/+14
2006-01-09[PATCH] powerpc: Replace VMALLOCBASE with VMALLOC_STARTDavid Gibson2-5/+5
2006-01-09[PATCH] powerpc: Fix g5 DART initBenjamin Herrenschmidt1-2/+2
2006-01-09[PATCH] powerpc: Experimental support for new G5 Macs (#2)Benjamin Herrenschmidt14-371/+791
2006-01-09[PATCH] powerpc: Detect prefetchable windows in pci_process_bridge_OF_rangesKumar Gala1-1/+7
2006-01-09[PATCH] powerpc: export PCI fixup routinelinas1-1/+1
2006-01-09[PATCH] powerpc: Update MPIC workaroundsSegher Boessenkool1-48/+36
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt13-771/+431
2006-01-09[PATCH] powerpc: Add pmac32 defconfig for ARCH=powerpcBenjamin Herrenschmidt1-0/+1729
2006-01-09[PATCH] powerpc: Remove old comment in head.SAnton Blanchard1-1/+1
2006-01-09[PATCH] ppc64: Add NUMA cpu summary at bootAnton Blanchard2-3/+39
2006-01-09[PATCH] powerpc: fix large nvram accessArnd Bergmann1-56/+50
2006-01-09[PATCH] powerpc/cell: disable legacy i/o areaDavid Woodhouse1-0/+10
2006-01-09[PATCH] powerpc/cell: add iommu support for larger memoryJens.Osterkamp@de.ibm.com1-49/+176
2006-01-09[PATCH] spufs: clear dsisr on CLASS1[Mf] exceptionArnd Bergmann1-1/+2
2006-01-09[PATCH] spufs: fix hexdump formatArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: trivial compile fixArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: fix module refcount raceArnd Bergmann1-1/+1
2006-01-09[PATCH] ppc32: Add TQM85xx (8540/8541/8555/8560) board supportKumar Gala8-4/+4437
2006-01-09[PATCH] cell: add platform detection codeArnd Bergmann1-0/+2
2006-01-09[PATCH] spufs: fix mailbox pollingArnd Bergmann6-24/+95
2006-01-09[PATCH] spufs: Improved SPU preemptability [part 2].Arnd Bergmann3-27/+63
2006-01-09[PATCH] spufs: Improved SPU preemptability.Arnd Bergmann7-121/+202
2006-01-09[PATCH] spufs: Turn off debugging outputArnd Bergmann2-2/+3
2006-01-09[PATCH] spufs: Fix oops when spufs module is not loadedArnd Bergmann1-4/+6
2006-01-09[PATCH] spufs: fix local store page refcountingArnd Bergmann2-2/+3
2006-01-09[PATCH] spufs: Make all exports GPL-onlyArnd Bergmann1-3/+3
2006-01-09[PATCH] powerpc: Add support for "linux,usable-memory" on memory nodesMichael Ellerman2-3/+13
2006-01-09[PATCH] powerpc: Add arch-dependent copy_oldmem_pageMichael Ellerman1-0/+36
2006-01-09[PATCH] powerpc: Parse crashkernel= parameter in first kernelMichael Ellerman2-0/+64
2006-01-09[PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.Michael Ellerman11-8/+336
2006-01-09[PATCH] powerpc: Fixups for kernel linked at 32 MBMichael Ellerman3-16/+35
2006-01-09[PATCH] powerpc: Reroute interrupts from 0 + offset to PHYSICAL_START + offsetMichael Ellerman4-1/+64
2006-01-09[PATCH] powerpc: Create a trampoline for the fwnmi vectorsMichael Ellerman3-12/+14
2006-01-09[PATCH] powerpc: Add CONFIG_CRASH_DUMPMichael Ellerman2-0/+14
2006-01-09powerpc: Fix typo in head_64.SPaul Mackerras1-1/+1
2006-01-09[PATCH] powerpc: fix for "Update OF address parsers"Stephen Rothwell1-14/+14
2006-01-09[PATCH] powerpc: minor cleanup of void ptr dereflinas2-7/+7
2006-01-09[PATCH] powerpc: numa placement for dynamically added memoryMike Kravetz2-11/+57
2006-01-09[PATCH] powerpc: Separate usage of KERNELBASE and PAGE_OFFSETMichael Ellerman8-23/+22
2006-01-09[PATCH] powerpc: Add a is_kernel_addr() macroMichael Ellerman8-15/+14
2006-01-09[PATCH] powerpc: Propagate regs through to machine_crash_shutdownMichael Ellerman1-1/+1
2006-01-09[PATCH] powerpc32: fix definition of distribute_irqsAndy Whitcroft1-1/+5
2006-01-09[PATCH] powerpc32: clean up available memory modelsAndy Whitcroft1-2/+3
2006-01-09[PATCH] ppc: removed unused variable i from code.Otavio Salvador2-2/+0
2006-01-09[PATCH] powerpc: Minor numa memory code cleanupMike Kravetz1-22/+9
2006-01-09Revert "[PATCH] powerpc: Minor numa memory code cleanup"Paul Mackerras1-11/+24
2006-01-09[PATCH] powerpc: Update OF address parsersBenjamin Herrenschmidt5-22/+179
2006-01-09[PATCH] powerpc: udbg updatesBenjamin Herrenschmidt7-16/+21
2006-01-09[PATCH] powerpc: powermac adb fix udbg_adb_use_btext warningAndy Whitcroft1-2/+2
2006-01-09[PATCH] powerpc: powermac adb fix dependency on btext_drawcharAndy Whitcroft1-2/+5
2006-01-09[PATCH] powerpc: migrate common PCI hotplug codeLinas Vepstas2-1/+175
2006-01-09[PATCH] powerpc: make pcibios_claim_one_bus available to other codeLinas Vepstas1-1/+1
2006-01-09[PATCH] powerpc: PCI hotplug common code eliminationLinas Vepstas1-0/+26
2006-01-09[PATCH] powerpc: Minor numa memory code cleanupMike Kravetz1-24/+11
2006-01-09[PATCH] powerpc: More serial probe fixes (#2)Benjamin Herrenschmidt2-27/+34
2006-01-09[PATCH] ppc: Make ARCH=ppc build again with new syscall pathDavid Woodhouse3-75/+100
2006-01-09[PATCH] ppc32: m8xx watchdog updateMarcelo Tosatti3-29/+82
2006-01-09[PATCH] Fix code that saves NVGPRS in 32-bit signal frameDavid Woodhouse1-3/+3
2006-01-09[PATCH] Save NVGPRS in 32-bit signal frameDavid Woodhouse1-0/+9
2006-01-09[PATCH] powerpc: serial port discovery: cope with broken firmwareDavid Woodhouse1-1/+4
2006-01-09[PATCH] powerpc: Fix g5 build with xmonBenjamin Herrenschmidt1-2/+2
2006-01-09[PATCH] powerpc: Remove some unneeded fields from the pacaDavid Gibson5-12/+2
2006-01-09[PATCH] powerpc: Remove ItLpRegSave area from the pacaDavid Gibson2-7/+10
2006-01-09[PATCH] powerpc: Make hugepage mappings respect hint addressesDavid Gibson1-4/+39
2006-01-09[PATCH] powerpc: Fix suboptimal uImage targetKumar Gala2-2/+2
2006-01-09[PATCH] powerpc: Add support for building uImagesKumar Gala2-1/+31
2006-01-09powerpc: more iseries irq workStephen Rothwell1-20/+33
2006-01-09powerpc: reduce include in irq.cStephen Rothwell1-9/+1
2006-01-09powerpc: partly merge iseries do_IRQStephen Rothwell4-65/+44
2006-01-09powerpc: use end_IRQ for iseries irqsStephen Rothwell1-11/+10
2006-01-09powerpc: cleanup iseries irq.cStephen Rothwell1-142/+118
2006-01-09[PATCH] powerpc: Add back support for booting from BootX (#2)Benjamin Herrenschmidt3-0/+563
2006-01-09[PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt22-639/+514
2006-01-09[PATCH] powerpc: serial port discovery (#2)Benjamin Herrenschmidt12-389/+598
2006-01-09[PATCH] powerpc: Add OF address parsing code (#2)Benjamin Herrenschmidt2-1/+422
2006-01-09[PATCH] ppc64 syscall_exit_work: call the save_nvgprs function, not its descr...David Woodhouse1-1/+1
2006-01-09[PATCH] spufs: cooperative scheduler supportArnd Bergmann12-316/+1667
2006-01-09[PATCH] spufs: add spu-side context switch codeMark Nutter6-0/+958
2006-01-09[PATCH] kernel-side context switch code for spufsMark Nutter1-6/+2036
2006-01-09[PATCH] spufs: switchable spu contextsMark Nutter7-4/+643
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann14-1/+2159
2006-01-09[PATCH] powerpc: IBMEBUS bus supportHeiko J Schick4-0/+413
2006-01-09[PATCH] syscall entry/exit revampDavid Woodhouse6-218/+259
2006-01-09[PATCH] powerpc: moved ipic code to arch/powerpcKumar Gala4-1/+2
2006-01-09[PATCH] powerpc: Merge kexecMichael Ellerman12-27/+272
2006-01-09[PATCH] PPC_PREP: remove unneeded exportsAdrian Bunk3-10/+0
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King20-24/+21
2006-01-07[ARM] Move AMBA bus code to drivers/amba/Russell King2-360/+0
2006-01-07Merge with Linus' kernel.Russell King159-2601/+4301
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King15-21/+22
2006-01-07[ARM] 3235/1: SharpSL PM: Fix a gcc4 build errorRichard Purdie4-3/+1
2006-01-06Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds1-4/+3
2006-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+0
2006-01-06Merge ../torvalds-2.6/Greg Kroah-Hartman138-2539/+4139
2006-01-06gitignore: ignore shared objectsBrian Gerst1-1/+0
2006-01-06x86: remove bogus 'pci=usepirqmask' suggestion when no irq is definedLinus Torvalds1-1/+1
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky25-134/+109
2006-01-06[PATCH] s390: qdio V=V pass-throughFrank Pavlic1-3/+4
2006-01-06[PATCH] s390: aes supportJan Glauber5-14/+288
2006-01-06[PATCH] s390: sha256 supportJan Glauber5-1/+160
2006-01-06[PATCH] s390: in-kernel crypto renameJan Glauber6-207/+218
2006-01-06[PATCH] s390: add oprofile callgraph supportAndreas Krebbel3-1/+84
2006-01-06[PATCH] s390: cputime_t fixesMartin Schwidefsky1-7/+7
2006-01-06[PATCH] s390: update default configurationMartin Schwidefsky1-16/+39
2006-01-06[PATCH] s390: rt_sigreturn fixCedric Le Goater2-5/+3
2006-01-06[PATCH] s390: uaccess warningsMartin Schwidefsky1-1/+1
2006-01-06[PATCH] s390: atomic primitivesMartin Schwidefsky2-4/+4
2006-01-06[PATCH] uml: free network IRQ correctlyJeff Dike1-0/+2
2006-01-06[PATCH] uml: fix whitespace in mconsole driverJeff Dike1-54/+42
2006-01-06[PATCH] uml: capture printk output for mconsole sysrqJeff Dike1-18/+30
2006-01-06[PATCH] uml: capture printk output for mconsole stackJeff Dike1-6/+81
2006-01-06[PATCH] uml: add mconsole_reply variant with length paramJeff Dike2-6/+14
2006-01-06[PATCH] uml: better diagnostics for broken configsJeff Dike1-0/+3
2006-01-06[PATCH] uml: SIGWINCH handling cleanupJeff Dike1-30/+24
2006-01-06[PATCH] uml: umid cleanupJeff Dike6-126/+164
2006-01-06[PATCH] uml: separate libc-dependent umid codeJeff Dike7-339/+324
2006-01-06[PATCH] uml: Add throttling to console driverJeff Dike6-14/+63
2006-01-06[PATCH] uml: Fix flip_buf full handlingJeff Dike1-1/+1
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike6-166/+137
2006-01-06[PATCH] uml: move console configurationJeff Dike5-32/+35
2006-01-06[PATCH] uml: line_setup interface changeJeff Dike1-3/+9
2006-01-06[PATCH] uml: Add static initializations and declarationsJeff Dike4-10/+9
2006-01-06[PATCH] uml: Move mconsole support out of generic codeJeff Dike4-15/+14
2006-01-06[PATCH] uml: Remove unneeded structure fieldJeff Dike3-14/+9
2006-01-06[PATCH] uml: use ARRAY_SIZEJeff Dike2-20/+13
2006-01-06[PATCH] uml: Formatting changesJeff Dike8-368/+381
2006-01-06[PATCH] uml: non-void functions should return somethingJeff Dike3-11/+6