| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc64: Implement a real set_perf_counter_pending(). | David S. Miller | 2009-09-10 | 2 | -2/+14 |
* | sparc64: Use nmi_enter() and nmi_exit(), as needed. | David S. Miller | 2009-09-10 | 1 | -0/+5 |
* | sparc64: Provide extern decls for sparc_??u_type strings. | David S. Miller | 2009-09-10 | 1 | -0/+4 |
* | sparc64: Make touch_nmi_watchdog() actually work. | David S. Miller | 2009-09-09 | 1 | -2/+1 |
* | sparc64: Kill unnecessary cast in profile_timer_exceptions_notify(). | David S. Miller | 2009-09-09 | 1 | -1/+1 |
* | sparc64: Manage NMI watchdog enabling like x86. | David S. Miller | 2009-09-09 | 3 | -19/+45 |
* | sparc: add basic support for 'perf' | Jens Axboe | 2009-09-04 | 5 | -4/+15 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-09-04 | 13 | -142/+169 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-08-26 | 12 | -140/+167 |
| |\ |
|
| | * | sparc64: Validate linear D-TLB misses. | David S. Miller | 2009-08-26 | 4 | -28/+76 |
| | * | sparc64: Update defconfig. | David S. Miller | 2009-08-19 | 1 | -25/+34 |
| | * | sparc32: Update defconfig. | David S. Miller | 2009-08-19 | 1 | -30/+44 |
| | * | sparc32: Kill trap table freeing code. | David S. Miller | 2009-08-19 | 2 | -48/+0 |
| | * | sparc: sys32.S incorrect compat-layer splice() system call | Mathieu Desnoyers | 2009-08-19 | 1 | -1/+1 |
| | * | sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM. | David S. Miller | 2009-08-03 | 2 | -6/+8 |
| | * | sparc64: Sign extend length arg to truncate syscalls when compat. | David S. Miller | 2009-07-28 | 2 | -2/+4 |
| * | | percpu, sparc64: fix sparse possible cpu map handling | Tejun Heo | 2009-08-14 | 1 | -2/+2 |
* | | | sparc: convert /proc/io_map, /proc/dvma_map to seq_file | Alexey Dobriyan | 2009-09-02 | 1 | -12/+20 |
* | | | sparc, leon: sparc-leon specific SRMMU initialization and bootup fixes. | Konrad Eisele | 2009-08-18 | 1 | -1/+52 |
* | | | sparc,leon: Added support for AMBAPP bus. | Konrad Eisele | 2009-08-18 | 3 | -2/+81 |
* | | | sparc,leon: Introduce the sparc-leon CPU type. | Konrad Eisele | 2009-08-18 | 13 | -1/+43 |
* | | | sparc,leon: Redefine MMU register access asi if CONFIG_LEON | Konrad Eisele | 2009-08-18 | 1 | -0/+4 |
* | | | sparc,leon: CONFIG_SPARC_LEON option and leon specific files. | Konrad Eisele | 2009-08-18 | 5 | -0/+1099 |
* | | | sparc64: cheaper asm/uaccess.h inclusion | Alexey Dobriyan | 2009-08-17 | 2 | -1/+2 |
* | | | SPARC: fix duplicate declaration | Jaswinder Singh Rajput | 2009-08-17 | 1 | -20/+7 |
* | | | sparc64: build compressed image (zImage) by default | Jurij Smakov | 2009-08-17 | 2 | -6/+9 |
|/ / |
|
* | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 2009-07-27 | 2 | -7/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-07-13 | 1 | -1/+6 |
|\ \ |
|
| * | | sparc: remove driver-core BUS_ID_SIZE | Kay Sievers | 2009-07-12 | 1 | -1/+6 |
* | | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 4 | -4/+0 |
|/ / |
|
* / | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 2009-07-10 | 2 | -6/+2 |
|/ |
|
* | sparc32: Fix makefile not generating required files | Julian Calaby | 2009-06-26 | 1 | -2/+2 |
* | sparc32: Fix tftpboot.img Makefile | Julian Calaby | 2009-06-26 | 1 | -2/+2 |
* | sparc: fix tftpboot.img build | Sam Ravnborg | 2009-06-26 | 1 | -1/+1 |
* | sparc32: Fix obvious build issues for tftpboot.img build. | Robert Reif | 2009-06-26 | 2 | -2/+2 |
* | sparc64: Fix build warnings in piggyback_64.c | Julian Calaby | 2009-06-26 | 1 | -0/+1 |
* | sparc64: Don't use alloc_bootmem() in init_IRQ() code paths. | David S. Miller | 2009-06-26 | 1 | -26/+19 |
* | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 2 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2009-06-20 | 1 | -0/+6 |
|\ |
|
| * | sparc64: Fix UP bootup regression. | David S. Miller | 2009-06-19 | 1 | -0/+6 |
* | | Delete pcibios_select_root | Matthew Wilcox | 2009-06-17 | 2 | -15/+0 |
* | | Merge branch 'akpm' | Linus Torvalds | 2009-06-17 | 2 | -19/+1 |
|\ \
| |/
|/| |
|
| * | kmap_types: make most arches use generic header file | Randy Dunlap | 2009-06-17 | 1 | -16/+1 |
| * | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-17 | 1 | -3/+0 |
* | | sparc64: Update defconfig. | David S. Miller | 2009-06-16 | 1 | -18/+45 |
* | | sparc: Wire up sys_rt_tgsigqueueinfo(). | David S. Miller | 2009-06-16 | 3 | -4/+9 |
* | | sparc: replace uses of CPU_MASK_ALL_PTR | Stephen Rothwell | 2009-06-16 | 2 | -2/+2 |
* | | sparc64: Add proper dynamic ftrace support. | David S. Miller | 2009-06-16 | 3 | -15/+45 |
* | | sparc: Simplify code using is_power_of_2() routine. | Robert P. J. Day | 2009-06-16 | 1 | -1/+2 |
* | | sparc: move of_device common code to of_device_common | Robert Reif | 2009-06-16 | 5 | -378/+216 |