Age | Commit message (Expand) | Author |
2009-06-11 | sparc64: Reschedule KGDB capture to a software interrupt. | David S. Miller |
2009-06-11 | sparc64: Fix lost interrupts on sun4u. | David S. Miller |
2009-06-11 | sparc64: Fix crash with /proc/iomem | Mikulas Patocka |
2009-06-11 | sparc64: Fix MM refcount check in smp_flush_tlb_pending(). | David S. Miller |
2009-06-11 | sparc: Fix bus type probing for ESP and LE devices. | David S. Miller |
2009-06-11 | sparc64: Fix smp_callin() locking. | David S. Miller |
2009-03-16 | sparc64: Fix DAX handling via userspace access from kernel. | David S. Miller |
2009-02-17 | sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx() | David S. Miller |
2009-02-17 | sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029) | Christian Borntraeger |
2009-01-18 | Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens |
2008-12-13 | sparc64: Sync FPU state in VIS emulation handler. | Hong H. Pham |
2008-12-13 | sparc64: Fix VIS emulation bugs | Joseph Myers |
2008-12-13 | sparc64: Fix bug in PTRACE_SETFPREGS64 handling. | Chris Torek |
2008-12-13 | sparc64: Fix PCI resource mapping on sparc64 | Max Dmitrichenko |
2008-12-13 | sparc64: Fix offset calculation in compute_size() | David S. Miller |
2008-11-06 | sparc64: Fix race in arch/sparc64/kernel/trampoline.S | Andrea Shepard |
2008-09-22 | sparc64: Fix missing devices due to PCI bridge test in of_create_pci_dev(). | David S. Miller |
2008-09-20 | sparc64: Fix disappearing PCI devices on e3500. | David S. Miller |
2008-09-16 | sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace. | David S. Miller |
2008-09-16 | sparc64: Fix OOPS in psycho_pcierr_intr_other(). | David S. Miller |
2008-09-12 | sparc: Fix user_regset 'n' field values. | David S. Miller |
2008-09-12 | sparc64: Fix PCI error interrupt registry on PSYCHO. | David S. Miller |
2008-09-10 | sparc64: Fix interrupt register calculations on Psycho and Sabre. | David S. Miller |
2008-09-08 | sparc64: Disable timer interrupts in fixup_irqs(). | David S. Miller |
2008-09-03 | sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs | Paul E. McKenney |
2008-09-03 | sparc64: Fix IPI call locking. | David S. Miller |
2008-08-30 | sparc64: setup_valid_addr_bitmap_from_pavail() should be __init | David S. Miller |
2008-08-28 | sparc: Fix resource flags for PCI children in OF device tree. | David S. Miller |
2008-08-24 | sparc64: Make NUMA depend upon SMP. | David S. Miller |
2008-08-14 | sparc64: Fix cmdline_memory_size handling bugs. | David S. Miller |
2008-08-14 | sparc64: Fix overshoot in nid_range(). | David S. Miller |
2008-08-13 | sparc64: Handle stack trace attempts before irqstacks are setup. | David S. Miller |
2008-08-12 | sparc64: Implement IRQ stacks. | David S. Miller |
2008-08-12 | sparc64: Fix recursion in stack overflow detection handling. | David S. Miller |
2008-08-09 | sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code. | David S. Miller |
2008-08-07 | sparc64: Fix end-of-stack checking in save_stack_trace(). | David S. Miller |
2008-08-07 | sparc: don't use asm/of_device.h | Stephen Rothwell |
2008-08-06 | sparc64: Use kernel/uid16.c helpers instead of own copy. | David S. Miller |
2008-08-04 | sparc64: Remove all cpumask_t local variables in xcall dispatch. | David S. Miller |
2008-08-04 | sparc64: Kill error_mask from hypervisor_xcall_deliver(). | David S. Miller |
2008-08-04 | sparc64: Build cpu list and mondo block at top-level xcall_deliver(). | David S. Miller |
2008-08-04 | sparc64: Disable local interrupts around xcall_deliver_impl() invocation. | David S. Miller |
2008-08-04 | sparc64: Make all xcall_deliver's go through common helper function. | David S. Miller |
2008-08-04 | sparc64: Always allocate the send mondo blocks, even on non-sun4v. | David S. Miller |
2008-08-04 | sparc64: Make smp_cross_call_masked() take a cpumask_t pointer. | David S. Miller |
2008-08-04 | sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client. | David S. Miller |
2008-08-04 | sparc64: Call xcall_deliver() directly in some cases. | David S. Miller |
2008-08-04 | sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver. | David S. Miller |
2008-08-04 | sparc64: Use xcall_deliver() consistently. | David S. Miller |
2008-08-04 | sparc64: Use function pointer for cross-call sending. | David S. Miller |