| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Kprobes: preempt_disable/enable() simplification | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -8/+13 |
* | [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changes | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -12/+2 |
* | [PATCH] Kprobes: Track kprobe on a per_cpu basis - sparc64 changes | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -64/+67 |
* | [PATCH] Kprobes: rearrange preempt_disable/enable() calls | Ananth N Mavinakayanahalli | 2005-11-07 | 1 | -12/+13 |
* | [PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menu | Prasanna S Panchamukhi | 2005-11-07 | 3 | -16/+13 |
* | [PATCH] jiffies_64 cleanup | Thomas Gleixner | 2005-10-30 | 1 | -4/+0 |
* | [PATCH] TIOC* compat ioctl handling | Christoph Hellwig | 2005-10-30 | 1 | -3/+0 |
* | [PATCH] mm: arches skip ptlock | Hugh Dickins | 2005-10-29 | 1 | -4/+2 |
* | [PATCH] core remove PageReserved | Nick Piggin | 2005-10-29 | 1 | -0/+3 |
* | [PATCH] mm: mm_init set_mm_counters | Hugh Dickins | 2005-10-29 | 1 | -1/+0 |
* | [PATCH] mm: tlb_finish_mmu forget rss | Hugh Dickins | 2005-10-29 | 1 | -2/+1 |
* | [PATCH] mm: tlb_is_full_mm was obscure | Hugh Dickins | 2005-10-29 | 1 | -2/+2 |
* | [PATCH] gfp_t: remaining bits of arch/* | Al Viro | 2005-10-28 | 2 | -2/+2 |
* | [SPARC64]: Fix powering off on SMP. | David S. Miller | 2005-10-14 | 3 | -35/+0 |
* | [SPARC64]: Eliminate PCI IOMMU dma mapping size limit. | David S. Miller | 2005-10-13 | 1 | -228/+137 |
* | [SPARC64]: Consolidate common PCI IOMMU init code. | David S. Miller | 2005-10-13 | 4 | -132/+62 |
* | [SPARC64]: Fix boot failures on SunBlade-150 | David S. Miller | 2005-10-12 | 6 | -226/+166 |
* | [SPARC64]: Fix net booting on Ultra5 | David S. Miller | 2005-10-11 | 1 | -2/+6 |
* | [SPARC64]: Fix Ultra5, Ultra60, et al. boot failures. | David S. Miller | 2005-10-10 | 1 | -36/+91 |
* | [SPARC64]: Fix compile error in irq.c | Sven Hartge | 2005-10-08 | 1 | -0/+1 |
* | [SPARC64]: Fix userland FPU state corruption. | David S. Miller | 2005-10-07 | 3 | -24/+30 |
* | [SPARC64]: Probe for power device on ISA bus too. | David S. Miller | 2005-10-06 | 1 | -13/+51 |
* | [SPARC64]: Fix initrd when net booting. | David S. Miller | 2005-10-05 | 1 | -100/+56 |
* | [SPARC64]: Replace cheetah+ code patching with variables. | David S. Miller | 2005-10-04 | 8 | -185/+47 |
* | [SPARC64]: Fix several bugs in flush_ptrace_access(). | David S. Miller | 2005-09-29 | 1 | -3/+11 |
* | [SPARC64]: Kill arch/sparc64/prom/memory.c | David S. Miller | 2005-09-29 | 3 | -156/+1 |
* | [SPARC64]: Rewrite convoluted physical memory probing. | David S. Miller | 2005-09-29 | 2 | -192/+112 |
* | [SPARC64]: Solidify check in cheetah_check_main_memory(). | David S. Miller | 2005-09-28 | 1 | -0/+3 |
* | [SPARC64]: Kill all external references to sp_banks[] | David S. Miller | 2005-09-28 | 3 | -30/+28 |
* | [SPARC64]: Move phys_base, kern_{base,size}, and sp_banks[] init to paging_init | David S. Miller | 2005-09-28 | 3 | -67/+61 |
* | [SPARC]: Declare paging_init() in asm/pgtable.h | David S. Miller | 2005-09-28 | 1 | -2/+0 |
* | [SPARC64]: Simplify user fault fixup handling. | David S. Miller | 2005-09-28 | 2 | -42/+31 |
* | [SPARC64]: Fix fault handling in unaligned trap handler. | David S. Miller | 2005-09-28 | 5 | -87/+94 |
* | [SPARC64]: Convert to use generic exception table support. | David S. Miller | 2005-09-28 | 6 | -171/+99 |
* | [SPARC64]: Fix bug in unaligned load endianness swapping | David S. Miller | 2005-09-28 | 1 | -5/+5 |
* | [SPARC64]: Add missing IDs for newer cpus. | David S. Miller | 2005-09-27 | 2 | -1/+8 |
* | [SPARC64]: Do not do TLB pre-filling any more. | David S. Miller | 2005-09-26 | 2 | -35/+0 |
* | [SPARC64]: Simplify Spitfire D-cache page flush. | David S. Miller | 2005-09-26 | 1 | -46/+23 |
* | [SPARC64]: Probe D/I/E-cache config and use. | David S. Miller | 2005-09-26 | 5 | -23/+96 |
* | [SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support. | David S. Miller | 2005-09-25 | 5 | -12/+147 |
* | [SPARC64]: Fix mask formation in tomatillo_wsync_handler() | David S. Miller | 2005-09-24 | 1 | -1/+1 |
* | [SPARC64]: Mark functions called by paging_init() as __init. | David S. Miller | 2005-09-23 | 1 | -6/+6 |
* | [SPARC64]: Kill unused variable in setup_arch() | David S. Miller | 2005-09-23 | 1 | -7/+0 |
* | [SPARC64]: Fix comment typo in head.S | David S. Miller | 2005-09-22 | 1 | -1/+1 |
* | [SPARC64]: Rewrite bootup sequence. | David S. Miller | 2005-09-22 | 13 | -625/+221 |
* | [SPARC64]: Kill readjust_prom_translations() | David S. Miller | 2005-09-22 | 1 | -35/+0 |
* | [SPARC64]: Remove unnecessary paging_init() cruft. | David S. Miller | 2005-09-22 | 1 | -99/+15 |
* | [SPARC64]: Do not allocate OBP page tables using bootmem | David S. Miller | 2005-09-22 | 1 | -47/+100 |
* | [SPARC64]: Break up inherit_prom_mappings() into it's constituent parts. | David S. Miller | 2005-09-22 | 1 | -141/+160 |
* | [SPARC64]: Do not allocate prom translations using bootmem. | David S. Miller | 2005-09-21 | 1 | -28/+26 |