aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-10-30[ARM] fix bogus cast in IXP2000 I/O macroDeepak Saxena1-1/+1
2005-10-29Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+13
2005-10-29[PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen3-0/+130
2005-10-29[PATCH] memory hotplug locking: zone span seqlockDave Hansen2-2/+52
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen2-0/+46
2005-10-29[PATCH] memory hotplug prep: __section_nr helperDave Hansen1-0/+1
2005-10-29[PATCH] memory hotplug prep: kill local_mapnrDave Hansen4-21/+0
2005-10-29[PATCH] mm: update comments to pte lockHugh Dickins2-3/+2
2005-10-29[PATCH] mm: fix rss and mmlist lockingHugh Dickins1-4/+38
2005-10-29[PATCH] mm: split page table lockHugh Dickins2-11/+41
2005-10-29[PATCH] mm: parisc pte atomicityHugh Dickins1-16/+19
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins1-8/+12
2005-10-29[PATCH] mm: kill check_user_page_readableHugh Dickins1-1/+0
2005-10-29[PATCH] mm: rmap with inner ptlockHugh Dickins1-2/+2
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins2-3/+1
2005-10-29[PATCH] mm: flush_tlb_range outside ptlockHugh Dickins1-1/+2
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins2-2/+3
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins1-0/+18
2005-10-29[PATCH] mm: ptd_alloc inline and outHugh Dickins2-27/+22
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-1/+1
2005-10-29[PATCH] mm: ia64 use expand_upwardsHugh Dickins1-1/+2
2005-10-29[PATCH] mm: mm_struct hiwaters movedHugh Dickins1-10/+9
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins2-3/+10
2005-10-29[PATCH] core remove PageReservedNick Piggin1-2/+3
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins1-1/+3
2005-10-29[PATCH] mm: tlb_finish_mmu forget rssHugh Dickins5-66/+16
2005-10-29[PATCH] mm: tlb_is_full_mm was obscureHugh Dickins5-33/+4
2005-10-29[PATCH] mm: tlb_gather_mmu get_cpu_varHugh Dickins5-13/+19
2005-10-29[PATCH] mm: page fault handlers tidyupHugh Dickins1-1/+3
2005-10-29[PATCH] mm: unlink_file_vma, remove_vmaHugh Dickins1-0/+1
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins1-14/+2
2005-10-29[PATCH] Convert mempolicies to nodemask_tAndi Kleen1-2/+2
2005-10-29[PATCH] add sem_is_read/write_locked()Rik Van Riel10-0/+50
2005-10-29[PATCH] fix alpha breakageIvan Kokshaysky1-0/+2
2005-10-29[PATCH] vmalloc_nodeChristoph Lameter1-1/+7
2005-10-30[PATCH] Introduce sg_set_bufHerbert Xu1-4/+13
2005-10-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-87/+130
2005-10-29[ARM] 3061/1: cleanup the XIP link address messNicolas Pitre1-0/+7
2005-10-29[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm codeNicolas Pitre22-34/+44
2005-10-29Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds155-1353/+10016
2005-10-29BCM1480 HT supportAndrew Isaacson1-0/+5
2005-10-29Support for BigSur board.Andrew Isaacson2-0/+53
2005-10-29Add support for SB1A CPU.Andrew Isaacson2-2/+4
2005-10-29Sibyte header cleanupAndrew Isaacson14-30/+7
2005-10-29BCM1480 headersAndrew Isaacson17-98/+3236
2005-10-29Make UL what should be UL.Ralf Baechle2-9/+9
2005-10-29Don't print file name and line in die and die_if_kernel.Ralf Baechle1-9/+7
2005-10-29Define EOWNERDEAD and ENOTRECOVERABLE.Ralf Baechle1-0/+4
2005-10-29More configcheck fixes.Ralf Baechle3-3/+5
2005-10-292.6.14-rc1 updates for MIPS compat types.Ralf Baechle1-6/+6
2005-10-29Complete the fcntl.h cleanup.Ralf Baechle1-10/+7
2005-10-29Cleanup Sibyte Kconfig a bit further.Ralf Baechle1-14/+0
2005-10-29Fix weirdness in <asm/bug.h>Ralf Baechle1-3/+2
2005-10-29Fixup a few lose ends in explicit support for MIPS R1/R2.Ralf Baechle6-38/+37
2005-10-29Provide 64-bit address space definitions for the Sibyte SB1 CPU core.Ralf Baechle1-0/+10
2005-10-29Cleanup the mess in cpu_cache_init.Ralf Baechle6-27/+40
2005-10-29Use R4000 TLB routines for SB1 also.Ralf Baechle1-2/+4
2005-10-29Fix ARCH_KMALLOC_MINALIGN values on MIPSRalf Baechle4-2/+34
2005-10-29Support for MIPSsim, the cycle accurate MIPS simulator.Ralf Baechle3-0/+140
2005-10-29Revise MIPS 64-bit ptrace interfaceDaniel Jacobowitz1-4/+11
2005-10-29Glue again after removal of BUILD_BUG().Ralf Baechle1-25/+32
2005-10-29SMP on Malta needs to define ARCH_HAS_IRQ_PER_CPU since 2.6.14-rc1.Ralf Baechle1-0/+14
2005-10-29Add SOCK_DCCP definition for MIPS also.Ralf Baechle1-0/+1
2005-10-29The type of sum in csum_tcpudp_nofold is "unsigned int", so when we assignRalf Baechle1-1/+1
2005-10-29Kernel gpio/2 routines that will be used by some drivers.Pete Popov1-0/+20
2005-10-29Updated pcmcia driver with pb1200 and db1200 support.Pete Popov2-0/+18
2005-10-29Reorder & reformat a bit.Ralf Baechle1-15/+16
2005-10-29The values for SO_SNDBUFFORCE / SO_RCVBUFFORCE were already taken ...Ralf Baechle1-2/+2
2005-10-29Futexes for MIPS, for the time being only the R10000_LLSC_WAR version.Ralf Baechle1-0/+50
2005-10-29Define pcibus_to_node() for IP27.Ralf Baechle1-0/+3
2005-10-29Cleaned up AMD Au1200 IDE driver:Pete Popov4-1/+350
2005-10-29Delete the SABLE_RTL case.Ralf Baechle1-5/+0
2005-10-29Provide MODULE_ARCH_VERMAGIC for MIPS.Ralf Baechle1-0/+50
2005-10-29Move MIPS Technologies processor IDs to where they belong.Maciej W. Rozycki1-2/+7
2005-10-29Move genrtc.c's functions into <asm/rtc.h>Ralf Baechle1-5/+48
2005-10-29Define some more common ip22 CPU features.Thiemo Seufer1-0/+6
2005-10-29Typo fix.Thiemo Seufer1-1/+1
2005-10-29More .set push/pop encapsulation, more eyefriendly code formatting.Thiemo Seufer1-36/+36
2005-10-29Fix MAP_BASE for 64bit ip22.Thiemo Seufer1-1/+1
2005-10-29Sprinkle a few more .set mipsX over xchg to make sure we dont' end up withRalf Baechle1-0/+4
2005-10-29Remove workaround for binutils 2.15 assembler bug; this version is notRalf Baechle1-8/+0
2005-10-29Drop might_sleep() calls from get_user() & co. This should fix the issueRalf Baechle1-2/+0
2005-10-29Virtual SMP support for the 34K.Ralf Baechle2-2/+2
2005-10-29On CONFIG_64BIT_PHYS_ADDR, pfn always fits in 'unsigned long', butRalf Baechle1-1/+1
2005-10-29Fix parenthesis in macros.Ralf Baechle1-3/+3
2005-10-29Define cpu_icache_snoops_remote_store. This is slight abuse of somethingRalf Baechle1-0/+2
2005-10-29Add missing space.Ralf Baechle1-1/+1
2005-10-29Support for CoreFPGA-3.Ralf Baechle1-0/+1
2005-10-29Support for Toshiba's RBHMA4500 eval board for the TX4938.Ralf Baechle5-0/+1042
2005-10-29Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it.Pete Popov13-2/+984
2005-10-29More AP / SP bits for the 34K, the Malta bits and things. Still wantsRalf Baechle4-2/+119
2005-10-29Cleanups.Ralf Baechle1-10/+12
2005-10-29Move Origin crapola into a machine-specific header file.Ralf Baechle2-0/+77
2005-10-29Detect the MIPS R2 vectored interrupt, external interrupt controllerRalf Baechle4-48/+99
2005-10-29Macros to access the register of processors using the new MIPSRalf Baechle2-0/+369
2005-10-29Fix the fixup_bigphys_addr compile problem.Pete Popov2-2/+4
2005-10-29Removed __ilog2 since it's no longer needed and conflicts with thePete Popov1-23/+0
2005-10-29A few more macros to access MIPS R2 architecture registers.Ralf Baechle1-0/+28
2005-10-29Add EF_MIPS_ARCH_32R2 and EF_MIPS_ARCH_64R2 for tagging of R2 binaries.Ralf Baechle1-0/+2
2005-10-29Add a few more SHN_MIPS_* symbols from glibc.Ralf Baechle1-1/+7
2005-10-29Add inotify syscalls for MIPS.Ralf Baechle1-3/+13
2005-10-29MIPS R2 instruction hazard handling.Ralf Baechle1-0/+16
2005-10-29Detect the 34K.Ralf Baechle1-1/+3
2005-10-29Use ei / di MIPS32 R2 instructions if available.Ralf Baechle1-53/+85
2005-10-29Use clz / dclz on MIPS32 / MIPS64 processors.Ralf Baechle1-22/+115
2005-10-29Define kmap_atomic_pfn() for MIPS.Ralf Baechle1-0/+2
2005-10-29Fix endianess bugs.Ralf Baechle1-0/+25
2005-10-29Protect noat assembly with .set push/pop and make it somewhat readable.Thiemo Seufer1-76/+78
2005-10-29Fix get_saved_sp for 64bit address space. Simplify set_save_sp.Thiemo Seufer1-5/+9
2005-10-29IP30 Identification.Thiemo Seufer1-0/+1
2005-10-29Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.Ralf Baechle6-13/+13
2005-10-29Use physical addresses at the interface level, letting drivers remapMaciej W. Rozycki9-68/+40
2005-10-29Prevent 64-bit constants from being cropped to 32 bits when used in C code.Maciej W. Rozycki1-38/+42
2005-10-29Inline ioremap() calls for constant addresses that map to KSEG1.Maciej W. Rozycki3-2/+82
2005-10-29More .set to keep 32-bit processors happy.Ralf Baechle1-0/+4
2005-10-29Always use ".set mips3" rather than select between "mips2" or "mips3"Maciej W. Rozycki3-29/+27
2005-10-29System-specific handling of bus errors for DECstation variationsMaciej W. Rozycki5-51/+92
2005-10-29Get the thing to compile again ...Ralf Baechle1-1/+1
2005-10-29Use macros for the RM7k cp0.config bits instead of magic numbers.Maciej W. Rozycki1-2/+7
2005-10-29Mark __die() "noreturn" for real.Maciej W. Rozycki1-1/+1
2005-10-29GCC 4.0.0 broke `attribute(("alias"))' -- resort to an assembly variant.Maciej W. Rozycki1-13/+15
2005-10-29Deal with the bloody KSEG vs CKSEG horror...Maciej W. Rozycki5-12/+12
2005-10-29Redo RM9000 workaround which along with other DSP ASE changes wasRalf Baechle5-29/+14
2005-10-29Enable a suitable ISA for the assembler around ll/sc so that codeMaciej W. Rozycki3-28/+110
2005-10-29Remove dead code which was causing warnings.Ralf Baechle1-3/+0
2005-10-29Fix build with CONFIG_PRINTK disabled.Ralf Baechle1-0/+4
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle20-57/+568
2005-10-29Fix build for CONFIG_BUG=n. Yes, bugs are now a compile time option ;-)Ralf Baechle1-2/+2
2005-10-29Bugs are now a configuration option.Ralf Baechle1-0/+6
2005-10-29On MIPS the struct sigev preamble is only 8 bytes.Ralf Baechle1-0/+1
2005-10-29Now that a struct is the only member left in structRalf Baechle1-10/+8
2005-10-29Get rid of the eir struct mips_fpu_emulator_private member. It'sRalf Baechle1-1/+0
2005-10-29__compute_return_epc() uses CFC1 instruction which might result in aRalf Baechle1-2/+7
2005-10-29Cleanup decoding of MIPSxx config registers.Ralf Baechle4-5/+70
2005-10-29Better interface to run uncached cache setup code.Thiemo Seufer2-0/+6
2005-10-29* use 'unsigned long' as address supplied to au_write[bwl]()Pete Popov1-95/+32
2005-10-29Fix D-cache aliasing problem in the PIO IDE driver potencially resultingRalf Baechle1-8/+65
2005-10-29Fix a few build warnings.Ralf Baechle1-2/+2
2005-10-29Need to include smp.h for the definition of smp_processor_id().Ralf Baechle1-1/+1
2005-10-29Move sync into the delay slot here also.Ralf Baechle1-6/+3
2005-10-29NPTL, round one.Ralf Baechle3-7/+11
2005-10-29Build fix for certain configurations.Ralf Baechle1-0/+1
2005-10-29Fix BogoMIPS display on UP and some minor cosmetical things.Ralf Baechle2-6/+5
2005-10-29Use fixed up pfn.Thiemo Seufer1-1/+1
2005-10-29Au1100 FB driver uplift for 2.6.Pete Popov1-0/+7
2005-10-29Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMPThiemo Seufer3-12/+12
2005-10-29HUB interrupts are allocated per node, not per slice. MakeRalf Baechle1-1/+1
2005-10-29SECCOMP for MIPS.Ralf Baechle1-4/+6
2005-10-29Reformat; cosmetic cleanups.Ralf Baechle1-13/+18
2005-10-29Reformatting, remove debugging code.Ralf Baechle1-2/+6
2005-10-29Multithreaded core dumps.Ralf Baechle1-0/+2
2005-10-29Gcc 4.0 fixes.Ralf Baechle1-4/+4
2005-10-29Use new txx9 serial driver.Ralf Baechle2-26/+0
2005-10-29One definition of back_to_back_c0_hazard too much.Ralf Baechle1-6/+1
2005-10-29Sparseify MIPS.Ralf Baechle6-97/+91
2005-10-29New hazard handling function back_to_back_c0_hazard() to handle back toRalf Baechle1-0/+21
2005-10-29ISOify.Ralf Baechle2-8/+8
2005-10-29Moved irq_tab_alchemy to the board specific irqmap.c files.Pete Popov1-0/+13
2005-10-29Base Au1200 2.6 support.Pete Popov6-77/+1066
2005-10-29Cleanup fpuemuprivate declarations.Ralf Baechle1-0/+2
2005-10-29Switch SiByte drivers back to __raw_*() functions.Maciej W. Rozycki1-1/+1
2005-10-29Define mem_*() I/O accessory functions that preserve byte addresses.Maciej W. Rozycki1-19/+27
2005-10-29Define MAP_BASE for IP27Ralf Baechle1-0/+1
2005-10-29Resurrect Cobalt support for 2.6.Ralf Baechle3-24/+40
2005-10-29Enable/disable irq's only if needed.Thiemo Seufer1-2/+4
2005-10-29Fix compilation, and bring 32/64 bit variants more in line.Thiemo Seufer2-10/+8
2005-10-29Improved modules loader, more robust and works on 64bit kernels.Thiemo Seufer1-9/+31
2005-10-29Until I figure out why NFS filesystems are having problems withSteven J. Hill1-3/+0
2005-10-29Allocate break code 513 to KDB.Ralf Baechle1-0/+1
2005-10-29Rewrite to avoid the use of $at. Unfortunately binutils 2.15 and CVSRalf Baechle1-1/+6
2005-10-29Update MIPS to use the 4-level pagetable code thereby getting rid ofRalf Baechle5-68/+101
2005-10-29Fix ptrace aliasing issue in copy_from_user_page / copy_to_user_page.Ralf Baechle1-1/+7
2005-10-29Add a few more PrId vendor IDs.Ralf Baechle1-6/+11
2005-10-29Delete duplicate copy of fixrange_init.Ralf Baechle1-0/+7
2005-10-29Provide functions to access cop0 config4-7 registersRalf Baechle1-0/+8
2005-10-29Define __raw_read_can_lock / __raw_write_can_lock.Ralf Baechle1-0/+12
2005-10-29Fix compilation; by Manish Lachwani.Maciej W. Rozycki1-0/+2
2005-10-29Fixes for system controllers for Atlas/Malta core cards.Maciej W. Rozycki1-120/+121
2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle1-0/+6
2005-10-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2005-10-29Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+140
2005-10-29[ARM] 3022/1: Missing peripheral devices memory mapping definition for IXP46X...Kenneth Tan1-26/+49
2005-10-29[ARM] 3053/1: introduce ixp2000_reg_wrb (ixp2000_reg_write plus readback)Lennert Buytenhek1-0/+25
2005-10-29[ARM] 3051/1: turn ixp2000_reg_read into an inline functionLennert Buytenhek1-1/+5
2005-10-29[ARM] 3050/1: remove ixp2000_reg_write erratum #66 workaroundLennert Buytenhek1-29/+0
2005-10-29[ARM] Allow MTD device name to be passed via platform dataRussell King1-0/+2
2005-10-29[ARM] Fix buggy __phys_to_pfn / __pfn_to_physRussell King1-2/+2
2005-10-29[ARM] Ensure machine information structures aren't optimised awayRussell King1-0/+1
2005-10-29Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Arnaldo Carvalho de Melo24-158/+306
2005-10-29[ETH]: ether address compareStephen Hemminger1-0/+16
2005-10-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds18-94/+167
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds6-64/+139
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6Arnaldo Carvalho de Melo1-4/+4
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton1-0/+13
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern1-4/+6
2005-10-28[PATCH] usbcore: Wrap lines before column 80Alan Stern1-46/+86
2005-10-28[PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern1-4/+1
2005-10-28[PATCH] USB: Always do usb-handoffAlan Stern2-3/+3
2005-10-28[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev1-0/+7
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman1-0/+8