aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek3-11/+3
2005-01-14[PATCH] Make compat_rt_sigtimedwait conformMatthew Wilcox2-2/+2
2005-01-11[PATCH] do_brk() needs mmap_sem write-lockedMarcelo Tosatti1-1/+10
2005-01-10[PATCH] mips: fixed build error about NEC VR4100 seriesYoichi Yuasa2-0/+2
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-3/+3
2005-01-07[PATCH] ifdef typos mips: AU1[0X]00_USB_DEVICEMaximilian Attems3-3/+3
2005-01-07[PATCH] Lock initializer unifying: MIPSThomas Gleixner1-1/+1
2005-01-07[PATCH] Replace 'numnodes' with 'node_online_map' - mipsMatthew Dobson6-45/+42
2005-01-06mergeGreg Kroah-Hartman1-3/+3
2005-01-04[PATCH] move waitchld_exit from task_struct to signal_structRoland McGrath1-2/+2
2005-01-04[PATCH] compat: sigtimedwaitZou Nanhai3-100/+9
2005-01-04[PATCH] panic_timeout: move to kernel.hRandy Dunlap5-9/+1
2005-01-04[PATCH] sys_stime needs a compat functionMartin Schwidefsky1-2/+2
2005-01-04[PATCH] Fix usage of setup_arg_pages() in IA64, MIPS, S390 and Sparc64David Howells1-1/+1
2005-01-04[PATCH] FRV: Make calibrate_delay() optionalDavid Howells1-0/+4
2005-01-03[PATCH] kill off highmem_start_pageDave Hansen2-4/+3
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-1/+1
2004-12-20USB: change wTotalLength field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-2/+2
2004-12-14Merge nuts.davemloft.net:/disk1/BK/network-2.6.11David S. Miller3-3/+0
2004-12-01Merge nuts.davemloft.net:/disk1/BK/net-2.6.11-workDavid S. Miller3-3/+0
2004-12-01[PATCH] MIPS updatesRalf Bächle277-10029/+8659
2004-11-27[NETFILTER]: Remove CONFIG_IP_NF_NAT_LOCAL config optionPatrick McHardy3-3/+0
2004-11-18[PATCH] unlocked access to task->commPrasanna Meda1-4/+4
2004-11-17[DECNET]: Remove DECNET_SIOCGIFCONF.Patrick Caulfield1-1/+0
2004-10-30Make "atomic_dec_and_lock()" a macro.Linus Torvalds1-2/+2
2004-10-20[PATCH] mips: fixed MIPS MakefileYoichi Yuasa2-2/+3
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk26-26/+25
2004-10-19[PATCH] mips: added missing definition and fixed typoYoichi Yuasa1-1/+4
2004-10-19[PATCH] copy_thread(): unneeded child_tid initializationOleg Nesterov1-1/+0
2004-10-19[PATCH] BSD Secure Levels LSM: add time hooksMichael A. Halcrow1-2/+8
2004-10-18[PATCH] janitor: __FUNCTION__ string concatenation deprecatedMaximilian Attems1-1/+1
2004-10-18[PATCH] cleanup: move call to update_process_times.Martin Schwidefsky7-5/+21
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar2-2/+2
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath2-8/+13
2004-10-02[PATCH] mips: added interrupt control routines for vrc4173Yoichi Yuasa1-0/+90
2004-10-02[PATCH] mips: added CPU type checking to interrupt control routinesYoichi Yuasa1-82/+132
2004-09-22[PATCH] mips: fixed undeclared giu_cascadeYoichi Yuasa1-1/+6
2004-09-22[PATCH] mips: fixed initialization errorYoichi Yuasa1-2/+6
2004-09-22[PATCH] mips: fixed vr41xx serialYoichi Yuasa1-2/+2
2004-09-20[IPV4]: Zap CONFIG_IP_ROUTE_TOSDavid S. Miller2-2/+0
2004-09-16[PATCH] mips: fixed do_signal in arch/mips/kernel/signal.cYoichi Yuasa1-5/+4
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig5-5/+1
2004-09-07[PATCH] Convert in-kernel users of EXPORT_SYMBOL_NOVERS() to EXPORT_SYMBOL()Geert Uytterhoeven1-22/+22
2004-09-04[PATCH] out-of-line locks / otherZwane Mwaikambo1-0/+1
2004-08-30[PATCH] fix rusage semanticsRoland McGrath1-2/+2
2004-08-30[PATCH] Fix the unnecessary entropy call in the irq handlerTakashi Iwai2-6/+9
2004-08-26[PATCH] consolidate hit count increments in profile_tick()William Lee Irwin III1-17/+2
2004-08-26[PATCH] consolidate prof_cpu_maskWilliam Lee Irwin III1-36/+1
2004-08-25Merge common signal handling fault handling in generic code.Linus Torvalds4-18/+6
2004-08-23[PATCH] Move param section out of init area, for export of built-in module pa...Rusty Russell1-3/+0
2004-08-23[PATCH] sched: consolidate CLONE_IDLETASK maskingWilliam Lee Irwin III1-1/+1
2004-08-23[PATCH] don't pass mem_map into init functionsDave Hansen1-1/+1
2004-08-23[PATCH] sched: consolidate init_idle() and fork_by_hand()William Lee Irwin III1-17/+1
2004-08-23[PATCH] sched: cleanup init_idle()Nick Piggin1-6/+2
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds4-143/+89
2004-08-22Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds4-143/+89
2004-08-22Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman20-104/+30
2004-08-23kbuild/all archs: Utilise the cc-* functionsSam Ravnborg1-4/+2
2004-08-16kconfig/all archs: Introduce Kconfig.debugSam Ravnborg2-137/+85
2004-08-16Merge mars.ravnborg.org:/home/sam/bk/kbuild-mm2Sam Ravnborg2-2/+2
2004-08-16kbuild/all archs: Rename *.lds.s to *.ldsSam Ravnborg2-2/+2
2004-08-12Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik4-10/+10
2004-08-09Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds39-39/+0
2004-08-09mips: fix up some straggling sysctl functions Linus Torvalds1-12/+12
2004-08-09[NET]: Kill stray NET_FASTROUTE references.Pawel Sikora39-39/+0
2004-08-07Add pread/pwrite support bits to match the lseek bit.Linus Torvalds1-0/+7
2004-08-03[4/3] PCI quirks -- MIPS.Ralf Bächle20-104/+30
2004-07-27MergeJeff Garzik4-10/+10
2004-07-14[netdrvr mv643xx] rename from mv64340 to mv643xxRalf Bächle4-10/+10
2004-07-01[PATCH] mips: MIPS updatesRalf Bächle68-1736/+546
2004-06-26[PATCH] ARM COMMAND_LINE_SIZE build fixRussell King1-1/+2
2004-06-26[PATCH] Fix race between CONFIG_DEBUG_SLABALLOC and modulesRusty Russell1-1/+1
2004-06-23[PATCH] MIPS UpdateAndrew Morton142-4435/+4652
2004-06-23[PATCH] Make nr_swap_pages a longAndrew Morton1-1/+1
2004-06-23[PATCH] make irqaction use a cpu maskAndrew Morton17-26/+26
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton1-1/+0
2004-06-20[PATCH] Cobalt LCD Driver updateRalf Bächle2-6/+1
2004-06-20[PATCH] DS1286 cleanupsRalf Bächle2-2/+2
2004-06-17[PATCH] RLIM: add rlimit entry for POSIX mqueue allocationChris Wright1-0/+1
2004-05-28[PATCH] sparse: trivial part of kernel/* __user annotationAlexander Viro2-2/+2
2004-05-21[PATCH] fix sendfile on 64bit architecturesAndrew Morton1-1/+1
2004-05-19[PATCH] Fix for Makefiles to get KBUILD_OUTPUT workingAndrew Morton1-4/+4
2004-05-14[PATCH] Make users of page->count use the provided macrosAndrew Morton1-1/+1
2004-05-10[PATCH] Warn when smp_call_function() is called with interrupts disabledAndrew Morton1-0/+3
2004-05-09[PATCH] Consolidate sys32_selectAndrew Morton3-163/+2
2004-05-09[PATCH] Consolidate do_execve32Andrew Morton1-225/+3
2004-05-09[PATCH] Consolidate sys32_readv and sys32_writevAndrew Morton3-148/+4
2004-05-09[PATCH] sched: in_sched_functions() cleanupAndrew Morton1-8/+2
2004-05-09[PATCH] MIPS updateAndrew Morton75-1675/+1721
2004-04-21[PATCH] remove show_trace_task()Andrew Morton1-5/+0
2004-04-19[PATCH] MIPS updateAndrew Morton202-6198/+5629
2004-04-17[PATCH] rmap: flush_dcache revisitedAndrew Morton1-1/+2
2004-04-17[PATCH] Fix mq 32-bit compatibilityAndrew Morton1-2/+2
2004-04-13Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+0
2004-04-12[PATCH] remove concatenation with __FUNCTION__ arch/*Andrew Morton2-17/+17
2004-04-12[PATCH] rmap 3 arches + mapping_mappedAndrew Morton1-6/+3
2004-04-11[PATCH] Non-Exec stack supportAndrew Morton1-1/+1
2004-04-11[PATCH] compat emulation for posix message queuesAndrew Morton1-1/+6
2004-04-11[PATCH] Fix get_wchan() FIXME wrt. order of functionsAndrew Morton3-4/+4
2004-03-30Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+0
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-2/+2
2004-03-29[PATCH] USB: kill off CONFIG_USB_BRLVGER detritus.Dave Jones1-1/+0
2004-03-27[PATCH] remove unused CONFIG_DMA_NONPCIBartlomiej Zolnierkiewicz13-13/+0
2004-03-18[PATCH] doc. updates/typosAndrew Morton1-3/+2
2004-03-16[PATCH] Remove old config options from defconfigs.Andrew Morton1-1/+0
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton3-24/+141
2004-03-06[PATCH] dm: remove v1 ioctl interfaceAndrew Morton1-14/+0
2004-03-02Merge gregkh@kernel.bkbits.net:linux/driver-2.6Greg Kroah-Hartman1-1/+1
2004-03-01[PATCH] remove a few remaining "make dep" referencesAndrew Morton8-29/+1
2004-02-25Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+1
2004-02-24[PATCH] add syscalls.hAndrew Morton6-61/+6
2004-02-23[PATCH] removal of bogus CONFIG_BINFMT_ELF usesAlexander Viro2-18/+0
2004-02-22[PATCH] rename shmat to make it clear it isn't a system call entrypointManfred Spraul3-4/+4
2004-02-20Merge ppc970.osdl.org:/home/torvalds/v2.5/mipsLinus Torvalds533-26120/+32833
2004-02-20[PATCH] MIPS mega-patchAndrew Morton533-26120/+32833
2004-02-19Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman2-19/+1
2004-02-18[PATCH] sys_device_[un]register() are not syscallsRandy Dunlap1-1/+1
2004-02-18[PATCH] add clock_was_set() to all architecturesAndrew Morton1-1/+1
2004-02-18[PATCH] Rename bitmap_snprintf() and cpumask_snprintf() to *_scnprintf()Andrew Morton1-2/+2
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton1-1/+1
2004-02-17[PATCH] move CONFIG_HOTPLUG to init/KconfigBartlomiej Zolnierkiewicz1-18/+0
2004-02-17[PATCH] PCI: Changing 'GALILEO' to 'MARVELL'Mark A. Greer1-1/+1
2004-02-04[PATCH] remove CONFIG_IDEDMA_PCI_WIPBartlomiej Zolnierkiewicz1-1/+0
2004-01-19[PATCH] sort exception tablesPaul Mackerras2-31/+1
2004-01-19[PATCH] Kconfig: use range for NR_CPUSAndrew Morton1-0/+1
2003-12-29[PATCH] Fix 2.6.0's broken documentation referencesAndrew Morton1-3/+3
2003-12-29[PATCH] Check for preemption in kunmap_atomic()Andrew Morton1-0/+3
2003-12-29[PATCH] new /proc/irq cpumask format; consolidate cpumask display and input codeAndrew Morton1-65/+8
2003-12-29[PATCH] seq_file version of /proc/interruptsAndrew Morton1-10/+12
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo12-0/+61
2003-10-06[PATCH] UID16 fixesAndi Kleen1-2/+2
2003-10-01[PATCH] memory writeback/invalidation fixesAndrew Morton1-1/+1
2003-09-25[NET]: Consolidate ax25/isdn/bluetooth Kconfig inclusion.Christoph Hellwig1-6/+0
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-6/+4
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-6/+4
2003-09-23[PATCH] 32-bit dev_t fallout: mips/kernel/sysirix.cAlexander Viro1-1/+1
2003-09-23[PATCH] asm/softirq.h is deadAndrew Morton1-1/+0
2003-09-23[PATCH] add -Wdeclaration-after-statementAndrew Morton1-1/+0
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro1-2/+5
2003-09-22[PATCH] 32-bit dev_t: internal useAlexander Viro1-19/+15
2003-09-22[PATCH] prepare for 32-bit dev_t: stat()Alexander Viro1-2/+2
2003-09-22[PATCH] prepare for 32-bit dev_t: mknod()/ustat()Alexander Viro1-5/+5
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton3-4/+4
2003-09-20[PATCH] Move EISA_busMatthew Wilcox5-13/+3
2003-09-09[PATCH] Fill in ELF OSABI in ELF headersMatthew Wilcox1-0/+1
2003-09-07[PATCH] CONFIG_64BITMatthew Wilcox1-0/+3
2003-08-31[PATCH] compat ioctl_table fixAndrew Morton1-2/+3
2003-08-31[PATCH] kill CONFIG_KCORE_AOUTAndrew Morton1-25/+0
2003-08-31[PATCH] c99 struct initialiser conversionsAndrew Morton5-50/+50
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-2/+2
2003-08-30[PATCH] dev_t handling cleanups (1/12)Alexander Viro1-4/+0
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton6-15/+37
2003-08-17Merge bk://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds2-1/+1
2003-08-06[PATCH] Add do_setitimer prototype to linux/time.hAndrew Morton1-3/+0
2003-08-05kbuild: Move generation of vmlinux.lds.s into arch/.../kernelKai Germaschewski2-1/+1
2003-08-03[PATCH] fix 64-bit architectures for the binprm changeAndrew Morton1-0/+1
2003-08-02[PATCH] ide: kill no longer used CONFIG_BLK_DEV_IDE_MODESBartlomiej Zolnierkiewicz1-1/+0
2003-08-01[PATCH] janitor: convert to pci_name()Randy Dunlap7-16/+16
2003-07-31mergeGreg Kroah-Hartman1-1/+1
2003-07-31[PATCH] MIPS updateRalf Bächle246-9779/+22294
2003-07-31[PATCH] PCI: pci_device_id can not be marked __devinitdata.Greg Kroah-Hartman1-1/+1
2003-07-25[PATCH] usr/: Updated .incbin supportSam Ravnborg1-2/+0
2003-07-17Manual mergeLinus Torvalds2-2/+2
2003-07-17[PATCH] POSIX doesnt guarantee head -2, only head -n 2Alan Cox1-1/+1
2003-07-17[PATCH] another batch of "invalid" not "illegal" fixesAlan Cox1-1/+1
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk9-9/+9
2003-07-10[PATCH] wall_to_monotonic initialization fixes forAndrew Morton1-8/+13
2003-07-02[PATCH] Security hook for vm_enough_memoryAndrew Morton1-3/+2
2003-06-26[PATCH] [KCONFIG] Make cdrom Kconfig selfcontainedMatthew Wilcox1-35/+0
2003-06-25[PATCH] Make SCSI selfcontainedMatthew Wilcox1-25/+0
2003-06-22[PATCH] Remove Nino supportRalf Bächle13-1516/+0
2003-06-22[PATCH] Lasat supportRalf Bächle22-0/+3073
2003-06-22[PATCH] ARC updateRalf Bächle14-255/+370
2003-06-22[PATCH] Momentum updateRalf Bächle24-0/+4081
2003-06-22[PATCH] Add support for SGI IP32Ralf Bächle9-0/+1347
2003-06-22[PATCH] Update Cobalt supportRalf Bächle8-0/+1169
2003-06-22[PATCH] JMR3927 updateRalf Bächle12-0/+2440
2003-06-22[PATCH] NEC VR41xx updateRalf Bächle45-0/+7989
2003-06-22[PATCH] NEC DDB updateRalf Bächle45-4435/+2455
2003-06-22[PATCH] DEC updateRalf Bächle22-1550/+2082
2003-06-22[PATCH] Baget updateRalf Bächle13-3056/+196
2003-06-22[PATCH] TX49xx updateRalf Bächle12-0/+4030
2003-06-22[PATCH] Update for MIPS Inc's eval boards.Ralf Bächle23-1519/+1793
2003-06-22[PATCH] Alchemy updateRalf Bächle29-3650/+6100
2003-06-22[PATCH] Sibyte updatesRalf Bächle26-0/+4900
2003-06-22[PATCH] Code for Galileo boardsRalf Bächle22-0/+4080
2003-06-22[PATCH] 2.7.73 SGI IP27 updateRalf Bächle14-0/+2984
2003-06-22[PATCH] PCI codeRalf Bächle40-0/+11469
2003-06-22[PATCH] SGI IP22 bitsRalf Bächle25-2419/+2535
2003-06-22[PATCH] MIPS merge, generic mips bits.Ralf Bächle149-16664/+16019
2003-06-18DRIVER: add drivers/base/Kconfig to all arch main Kconfig files.Greg Kroah-Hartman1-0/+2
2003-06-17[PATCH] Consolidate Kconfigs for binfmtsMatthew Wilcox1-76/+1
2003-06-14[PATCH] ide: move "config IDE" to drivers/ide/KconfigBartlomiej Zolnierkiewicz1-52/+2
2003-06-13[PATCH] lsm: Early init for security modules (1/4)Chris Wright1-0/+1
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-37/+42
2003-06-11[PATCH] tty_driver refcountingAlexander Viro1-42/+46
2003-06-11[PATCH] tty_driver refcountingAlexander Viro2-24/+0
2003-06-11[PATCH] tty_driver refcountingAlexander Viro2-15/+0
2003-06-11[PATCH] tty_driver refcountingAlexander Viro2-7/+3
2003-06-07[PATCH] all archs: Replace O_TARGET with lib-ySam Ravnborg4-18/+10