Age | Commit message (Expand) | Author | Files | Lines |
2009-07-27 | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 2 | -7/+7 |
2009-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -1/+6 |
2009-07-13 | sparc: remove driver-core BUS_ID_SIZE | Kay Sievers | 1 | -1/+6 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 4 | -4/+0 |
2009-07-11 | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2 | -6/+2 |
2009-06-26 | sparc32: Fix makefile not generating required files | Julian Calaby | 1 | -2/+2 |
2009-06-26 | sparc32: Fix tftpboot.img Makefile | Julian Calaby | 1 | -2/+2 |
2009-06-26 | sparc: fix tftpboot.img build | Sam Ravnborg | 1 | -1/+1 |
2009-06-26 | sparc32: Fix obvious build issues for tftpboot.img build. | Robert Reif | 2 | -2/+2 |
2009-06-26 | sparc64: Fix build warnings in piggyback_64.c | Julian Calaby | 1 | -0/+1 |
2009-06-26 | sparc64: Don't use alloc_bootmem() in init_IRQ() code paths. | David S. Miller | 1 | -26/+19 |
2009-06-22 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2 | -3/+3 |
2009-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 1 | -0/+6 |
2009-06-19 | sparc64: Fix UP bootup regression. | David S. Miller | 1 | -0/+6 |
2009-06-18 | Delete pcibios_select_root | Matthew Wilcox | 2 | -15/+0 |
2009-06-17 | Merge branch 'akpm' | Linus Torvalds | 2 | -19/+1 |
2009-06-17 | kmap_types: make most arches use generic header file | Randy Dunlap | 1 | -16/+1 |
2009-06-17 | mm: consolidate init_mm definition | Alexey Dobriyan | 1 | -3/+0 |
2009-06-16 | sparc64: Update defconfig. | David S. Miller | 1 | -18/+45 |
2009-06-16 | sparc: Wire up sys_rt_tgsigqueueinfo(). | David S. Miller | 3 | -4/+9 |
2009-06-16 | sparc: replace uses of CPU_MASK_ALL_PTR | Stephen Rothwell | 2 | -2/+2 |
2009-06-16 | sparc64: Add proper dynamic ftrace support. | David S. Miller | 3 | -15/+45 |
2009-06-16 | sparc: Simplify code using is_power_of_2() routine. | Robert P. J. Day | 1 | -1/+2 |
2009-06-16 | sparc: move of_device common code to of_device_common | Robert Reif | 5 | -378/+216 |
2009-06-16 | sparc: remove dma-mapping_{32|64}.h | FUJITA Tomonori | 4 | -238/+172 |
2009-06-16 | sparc: use dma_map_page instead of dma_map_single | FUJITA Tomonori | 3 | -25/+28 |
2009-06-16 | sparc: add sync_single_for_device and sync_sg_for_device to struct dma_ops | FUJITA Tomonori | 1 | -0/+6 |
2009-06-16 | sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.h | FUJITA Tomonori | 4 | -88/+42 |
2009-06-16 | sparc64: fix and optimize irq distribution | Hong H. Pham | 5 | -25/+456 |
2009-06-16 | sparc64: Use new dynamic per-cpu allocator. | David S. Miller | 2 | -9/+159 |
2009-06-16 | sparc64: Only allocate per-cpu areas for possible cpus. | David S. Miller | 1 | -16/+6 |
2009-06-16 | sparc64: Get rid of real_setup_per_cpu_areas(). | David S. Miller | 3 | -17/+5 |
2009-06-16 | sparc64: Defer cpu_data() setup until end of per-cpu data initialization. | David S. Miller | 5 | -10/+9 |
2009-06-16 | sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer. | David S. Miller | 4 | -6/+6 |
2009-06-16 | sparc: Call OF and MD cpu scanning explicitly from paging_init() | David S. Miller | 6 | -8/+6 |
2009-06-16 | sparc64: Refactor MDESC cpu scanning code using an iterator. | David S. Miller | 2 | -57/+90 |
2009-06-16 | sparc64: Refactor OBP cpu scanning code using an iterator. | David S. Miller | 2 | -109/+125 |
2009-06-16 | sparc64: Use BUILD_BUG_ON() in trap_init(). | David S. Miller | 1 | -80/+91 |
2009-06-16 | sparc64: Store per-cpu offset in trap_block[] | David S. Miller | 5 | -44/+21 |
2009-06-16 | sparc64: Move trap_block[] definitions into a new header file. | David S. Miller | 2 | -196/+208 |
2009-06-16 | sparc64: Reclaim trap_block[]->hdesc | David S. Miller | 2 | -9/+7 |
2009-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 17 | -22/+68 |
2009-06-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 9 | -11/+20 |
2009-06-12 | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 1 | -2/+0 |
2009-06-12 | module: trim exception table on init free. | Rusty Russell | 2 | -0/+32 |
2009-06-12 | asm-generic: merge branch 'master' of torvalds/linux-2.6 | Arnd Bergmann | 2 | -5/+11 |
2009-06-11 | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 3 | -3/+3 |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2 | -2/+2 |
2009-06-11 | asm-generic: introduce asm/bitsperlong.h | Arnd Bergmann | 2 | -4/+13 |
2009-06-11 | asm-generic: rename termios.h, signal.h and mman.h | Arnd Bergmann | 2 | -2/+2 |