safe/jmp/linux-2.6
2006-03-20 David S. Miller[SPARC64]: Simplify sun4v TLB handling using macros.
2006-03-20 David S. Miller[SPARC64]: Use ASI_SCRATCHPAD address 0x0 properly.
2006-03-20 David S. Miller[SPARC64]: First cut at SUN4V PCI IOMMU handling.
2006-03-20 David S. Miller[SPARC64]: Fix hypervisor call arg passing.
2006-03-20 David S. Miller[SPARC64]: Add HV_PCI_TSBID() macro.
2006-03-20 David S. Miller[SPARC64]: Implement SUN4V PCI config space access.
2006-03-20 David S. Miller[SPARC64]: More SUN4V PCI controller work.
2006-03-20 David S. Miller[SPARC64]: Beginnings of SUN4V PCI controller support.
2006-03-20 David S. Miller[SPARC64]: Fetch cpu mid properly on sun4v.
2006-03-20 David S. Miller[SPARC]: Clean up idprom header files.
2006-03-20 David S. Miller[SPARC64]: SUN4V memory exception trap handlers.
2006-03-20 David S. Miller[SPARC64]: Hypervisor TSB context switching.
2006-03-20 David S. Miller[SPARC64]: Implement sun4v TSB miss handlers.
2006-03-20 David S. Miller[SPARC64]: kernel/cpu.c needs asm/spitfire.h
2006-03-20 David S. Miller[SPARC64]: Print ARCH as SUN4V when tlb_type is hypervisor.
2006-03-20 David S. Miller[SPARC64]: Detect sun4v early in boot process.
2006-03-20 David S. Miller[SPARC64]: Sun4v cross-call sending support.
2006-03-20 David S. Miller[SPARC64]: Sun4v interrupt handling.
2006-03-20 David S. Miller[SPARC64]: Allocate and register the 4 sun4v mondo...
2006-03-20 David S. Miller[SPARC64]: Verify all trap_per_cpu assembler offsets...
2006-03-20 David S. Miller[SPARC64]: Add sun4v mondo queue bases to struct trap_p...
2006-03-20 David S. Miller[SPARC64]: Fix some comment typos in asm/hypervisor.h
2006-03-20 David S. Miller[SPARC64]: Patch up mmu context register writes for...
2006-03-20 David S. Miller[SPARC64]: Register per-cpu fault status area with...
2006-03-20 David S. Miller[SPARC64]: asm/cpudata.h needs asm/asi.h
2006-03-20 David S. Miller[SPARC64]: Niagara copy/clear page.
2006-03-20 David S. Miller[SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2...
2006-03-20 David S. Miller[SPARC64]: Initial sun4v TLB miss handling infrastructure.
2006-03-20 David S. Miller[SPARC64]: Add missing memory barriers to instruction...
2006-03-20 David S. Miller[SPARC64]: Sanitize %pstate writes for sun4v.
2006-03-20 David S. Miller[SPARC64]: Kill all %pstate changes in context switch...
2006-03-20 David S. Miller[SPARC64]: Add initial code to twiddle %gl on trap...
2006-03-20 David S. Miller[SPARC64]: Fill dead cycles on trap entry with real...
2006-03-20 David S. Miller[SPARC64]: Add define for "GL" field of sun4v %tstate...
2006-03-20 David S. Miller[SPARC64]: Add sun4v case to __GET_CPUID() patch tables.
2006-03-20 David S. Miller[SPARC64]: Sun4v interrupt queue register definitions.
2006-03-20 David S. Miller[SPARC64]: Sun4v scratchpad register layout.
2006-03-20 David S. Miller[SPARC64]: Sun4v specific ASI defines.
2006-03-20 David S. Miller[SPARC64]: Niagara optimized memcpy() and copy_{to...
2006-03-20 David S. Miller[SPARC64]: Add Niagara init-store twin-load ASI defines.
2006-03-20 David S. Miller[SPARC64]: Add some hypervisor tlb_type checks.
2006-03-20 David S. Miller[SPARC64]: Add 'hypervisor' to ultra_tlb_type enumeration.
2006-03-20 David S. Miller[SPARC64]: SUN4V hypervisor TLB flush support code.
2006-03-20 David S. Miller[SPARC64]: SUN4V hypervisor interface defines.
2006-03-20 David S. Miller[SPARC64]: Refine register window trap handling.
2006-03-20 David S. Miller[SPARC64]: Add explicit register args to trap state...
2006-03-20 David S. Miller[SPARC64]: Refine code sequences to get the cpu id.
2006-03-20 David S. Miller[SPARC64]: Turn off TSB growing for now.
2006-03-20 David S. Miller[SPARC64]: Correctable ECC errors cannot occur at trap...
2006-03-20 David S. Miller[SPARC64]: Access TSB with physical addresses when...
2006-03-20 David S. Miller[SPARC64]: Kill out-of-date commentary in asm-sparc64...
2006-03-20 David S. Miller[SPARC64]: Don't clobber alt-global %g4 on window fixups.
2006-03-20 David S. Miller[SPARC64]: Fix race in LOAD_PER_CPU_BASE()
2006-03-20 David S. Miller[SPARC64]: Kill swapper_pgd_zero, totally unused.
2006-03-20 David S. Miller[SPARC64]: Fix too early reference to %g6
2006-03-20 David S. Miller[SPARC64]: Kill hard-coded %pstate setting in sparc_exit.
2006-03-20 David S. Miller[SPARC64]: Increase swapper_tsb size to 32K.
2006-03-20 David S. Miller[SPARC64]: Kill sole argument passed to setup_tba().
2006-03-20 David S. Miller[SPARC64]: Kill PROM locked TLB entry preservation...
2006-03-20 David S. Miller[SPARC64]: Use sparc64_highest_unlocked_tlb_ent in...
2006-03-20 David S. Miller[SPARC64]: Fix bogus flush instruction usage.
2006-03-20 David S. Miller[SPARC64]: Fix incorrect TSB lock bit handling.
2006-03-20 David S. Miller[SPARC64]: Kill {save,restore}_alternate_globals()
2006-03-20 David S. Miller[SPARC64]: Preload TSB entries from update_mmu_cache().
2006-03-20 David S. Miller[SPARC64]: Dynamically grow TSB in response to RSS...
2006-03-20 David S. Miller[SPARC64]: Add infrastructure for dynamic TSB sizing.
2006-03-20 David S. Miller[SPARC64]: TSB refinements.
2006-03-20 David S. Miller[SPARC64]: Elminate all usage of hard-coded trap globals.
2006-03-20 David S. Miller[SPARC64]: Kill pgtable quicklists and use SLAB.
2006-03-20 David S. Miller[SPARC64]: No need to D-cache color page tables any...
2006-03-20 David S. Miller[SPARC64]: Move away from virtual page tables, part 1.
2006-03-20 Eric Sesterhenn[SPARC]: BUG_ON() Conversion in arch/sparc/kernel/ioport.c
2006-03-20 Bernhard R... [SPARC64]: fix sparc_floppy_irq's auxio_register reseting
2006-03-20 Linus TorvaldsLinux 2.6.16 v2.6.16
2006-03-20 Andrea Arcangeli[PATCH] Remove obsolete CREDITS address
2006-03-20 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2006-03-19 Michael Chan[TG3]: 40-bit DMA workaround part 2
2006-03-19 Ralf Baechle... [AX.25]: Fix potencial memory hole.
2006-03-18 Michael Krufky[PATCH] Kconfig: swap VIDEO_CX88_ALSA and VIDEO_CX88_DVB
2006-03-18 Markus Rechberger[PATCH] Fixed em28xx based system lockup
2006-03-18 Oleg Nesterov[PATCH] disable unshare(CLONE_VM) for now
2006-03-18 Ralf Baechle[MIPS] SB1: Check for -mno-sched-prolog if building...
2006-03-18 Ralf Baechle[MIPS] Sibyte: Fix race in sb1250_gettimeoffset().
2006-03-18 Ralf Baechle[MIPS] Sibyte: Fix interrupt timer off by one bug.
2006-03-18 Ralf Baechle[MIPS] Sibyte: Fix M_SCD_TIMER_INIT and M_SCD_TIMER_CNT...
2006-03-18 Ralf Baechle[MIPS] Protect more of timer_interrupt() by xtime_lock.
2006-03-18 Ralf Baechle[MIPS] Work around bad code generation for <asm/io.h>.
2006-03-18 Matej Kupljen[MIPS] Simple patch to power off DBAU1200
2006-03-18 Sergei Shtylylov[MIPS] Fix DBAu1550 software power off.
2006-03-18 Atsushi Nemoto[MIPS] local_r4k_flush_cache_page fix
2006-03-18 Ralf Baechle[MIPS] SB1: Fix interrupt disable hazard.
2006-03-18 Ralf Baechle[MIPS] Get rid of the IP22-specific code in arclib.
2006-03-18 Ralf BaechleUpdate MAINTAINERS entry for MIPS.
2006-03-18 Alexey Kuznetsov[NET]: Fix race condition in sk_wait_event().
2006-03-17 Hugh Dickins[PATCH] fix free swap cache latency
2006-03-17 Sam Ravnborg[PATCH] kbuild: fix buffer overflow in modpost
2006-03-17 Peter Staubach[PATCH] nfsservctl(): remove user-triggerable printk
2006-03-17 Christoph Lameter[PATCH] fix race in pagevec_strip?
2006-03-17 Kevin Corry[PATCH] dm stripe: Fix bounds
2006-03-17 Srivatsa Vaddagiri[PATCH] x86: check for online cpus before bringing...
next