Age | Commit message (Expand) | Author | Files | Lines |
2005-11-29 | [PATCH] sparc: convert IO remapping to VM_PFNMAP | David S. Miller | 1 | -10/+0 |
2005-11-24 | [PATCH] mm: fill arch atomic64 gaps | Hugh Dickins | 1 | -0/+1 |
2005-11-14 | [PATCH] atomic: inc_not_zero | Nick Piggin | 1 | -0/+10 |
2005-11-14 | [PATCH] atomic: cmpxchg | Nick Piggin | 1 | -0/+2 |
2005-11-08 | [SPARC64] mm: simpler tlb_flush_mmu | Hugh Dickins | 1 | -5/+3 |
2005-11-08 | [SPARC]: remove vuid_event.h | Christoph Hellwig | 1 | -40/+0 |
2005-11-08 | [SPARC]: remove kbio.h | Christoph Hellwig | 1 | -56/+0 |
2005-11-08 | [SPARC]: remove audioio.h | Christoph Hellwig | 1 | -234/+0 |
2005-11-08 | [SPARC]: remove duplicate TIOCPKT_ definitions | Stephen Rothwell | 1 | -9/+0 |
2005-11-08 | [SPARC64] mm: Do not flush TLB mm in tlb_finish_mmu() | David S. Miller | 1 | -4/+2 |
2005-11-08 | [SPARC]: More abstractions and cleanups of dma handling in cs4231. | Georg Chini | 1 | -0/+1 |
2005-11-08 | [SPARC64] mm: context switch ptlock | Hugh Dickins | 1 | -22/+24 |
2005-11-07 | [PATCH] Kprobes: Track kprobe on a per_cpu basis - sparc64 changes | Ananth N Mavinakayanahalli | 1 | -0/+20 |
2005-11-07 | [PATCH] consolidate sys_ptrace() | Christoph Hellwig | 1 | -0/+3 |
2005-10-31 | [PATCH] semaphore: Remove __MUTEX_INITIALIZER() | Arthur Othieno | 1 | -3/+0 |
2005-10-31 | [PATCH] vm: remove unused/broken page_pte[_prot] macros | Tejun Heo | 1 | -3/+0 |
2005-10-30 | [PATCH] mm: tlb_finish_mmu forget rss | Hugh Dickins | 1 | -12/+2 |
2005-10-30 | [PATCH] mm: tlb_is_full_mm was obscure | Hugh Dickins | 1 | -9/+4 |
2005-10-30 | [PATCH] mm: tlb_gather_mmu get_cpu_var | Hugh Dickins | 1 | -1/+3 |
2005-10-30 | [PATCH] add sem_is_read/write_locked() | Rik Van Riel | 1 | -0/+5 |
2005-10-28 | [PATCH] gfp_t: dma-mapping (simple cases) | Al Viro | 1 | -1/+1 |
2005-10-14 | [SPARC64]: Eliminate PCI IOMMU dma mapping size limit. | David S. Miller | 1 | -20/+8 |
2005-10-14 | [SPARC64]: Consolidate common PCI IOMMU init code. | David S. Miller | 1 | -1/+1 |
2005-09-30 | [SPARC64]: Kill arch/sparc64/prom/memory.c | David S. Miller | 1 | -14/+0 |
2005-09-30 | [SPARC64]: Rewrite convoluted physical memory probing. | David S. Miller | 1 | -2/+2 |
2005-09-29 | [SPARC64]: Kill all external references to sp_banks[] | David S. Miller | 2 | -17/+1 |
2005-09-29 | [SPARC]: Declare paging_init() in asm/pgtable.h | David S. Miller | 1 | -0/+2 |
2005-09-29 | [SPARC64]: Simplify user fault fixup handling. | David S. Miller | 1 | -3/+3 |
2005-09-29 | [SPARC64]: Fix fault handling in unaligned trap handler. | David S. Miller | 1 | -0/+1 |
2005-09-29 | [SPARC64]: Convert to use generic exception table support. | David S. Miller | 1 | -15/+2 |
2005-09-28 | [SPARC64]: Add missing IDs for newer cpus. | David S. Miller | 1 | -3/+6 |
2005-09-28 | [SPARC64]: Add defines for 32MB/256MB PTE page size on Ultra-IV+. | David S. Miller | 1 | -1/+3 |
2005-09-26 | [SPARC64]: Probe D/I/E-cache config and use. | David S. Miller | 1 | -0/+10 |
2005-09-26 | [SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support. | David S. Miller | 2 | -3/+9 |
2005-09-23 | [SPARC64]: Rewrite bootup sequence. | David S. Miller | 1 | -19/+33 |
2005-09-22 | [PATCH] Remove unused var from asm/futex.h | Paolo 'Blaisorblade' Giarrusso | 1 | -1/+1 |
2005-09-20 | [SPARC64]: Verify vmalloc TLB misses more strictly. | David S. Miller | 1 | -9/+11 |
2005-09-20 | [SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h | David S. Miller | 4 | -7/+9 |
2005-09-10 | [PATCH] spinlock consolidation | Ingo Molnar | 2 | -138/+42 |
2005-09-09 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -0/+2 |
2005-09-09 | [PATCH] Make sparc64 use setup-res.c | David S. Miller | 1 | -0/+2 |
2005-09-09 | [SPARC64]: Inline membar()'s again. | David S. Miller | 1 | -7/+42 |
2005-09-08 | [PATCH] Clean up struct flock definitions | Stephen Rothwell | 1 | -8/+1 |
2005-09-08 | [PATCH] Clean up the fcntl operations | Stephen Rothwell | 1 | -9/+0 |
2005-09-08 | [PATCH] Clean up the open flags | Stephen Rothwell | 1 | -2/+0 |
2005-09-08 | [PATCH] Create asm-generic/fcntl.h | Stephen Rothwell | 1 | -25/+1 |
2005-09-08 | [PATCH] remove verify_area(): remove verify_area() from various uaccess.h hea... | Jesper Juhl | 1 | -6/+0 |
2005-09-08 | [PATCH] remove asm-*/hdreg.h | Christoph Hellwig | 1 | -1/+0 |
2005-09-08 | [PATCH] auxiliary vector cleanups | H. J. Lu | 1 | -0/+4 |
2005-09-08 | [PATCH] compat: be more consistent about [ug]id_t | Stephen Rothwell | 1 | -8/+10 |