| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2011-05-23 | 55 | -1684/+1553 |
|\ |
|
| * | sparc32: fix build, fix missing cpu_relax declaration | Sam Ravnborg | 2011-05-23 | 1 | -0/+1 |
| * | SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPI | Daniel Hellstrom | 2011-05-20 | 2 | -6/+1 |
| * | Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8' | David S. Miller | 2011-05-20 | 39 | -377/+501 |
| |\ |
|
| * \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 2011-05-20 | 6 | -9/+32 |
| |\ \ |
|
| | * | | sparc: add {read,write}*_be routines | Jan Andersson | 2011-05-12 | 1 | -0/+13 |
| * | | | sparc32,leon: Remove unnecessary page_address calls in LEON DMA API. | Kristoffer Glembo | 2011-05-16 | 1 | -26/+16 |
| * | | | sparc: convert old cpumask API into new one | KOSAKI Motohiro | 2011-05-16 | 16 | -105/+115 |
| * | | | sparc32, sun4d: Implemented SMP IPIs support for SUN4D machines | Daniel Hellstrom | 2011-05-16 | 3 | -0/+94 |
| * | | | sparc32, sun4m: Implemented SMP IPIs support for SUN4M machines | Daniel Hellstrom | 2011-05-16 | 3 | -9/+54 |
| * | | | sparc32,leon: Implemented SMP IPIs for LEON CPU | Daniel Hellstrom | 2011-05-16 | 3 | -3/+126 |
| * | | | sparc32: implement SMP IPIs using the generic functions | Daniel Hellstrom | 2011-05-16 | 5 | -16/+71 |
| * | | | sparc32,leon: SMP power down implementation | Daniel Hellstrom | 2011-05-16 | 1 | -2/+10 |
| * | | | sparc32,leon: added some SMP comments | Daniel Hellstrom | 2011-05-16 | 2 | -0/+14 |
| * | | | sparc32,leon: don't rely on bootloader to mask IRQs | Daniel Hellstrom | 2011-04-22 | 2 | -0/+7 |
| * | | | sparc32,leon: operate on boot-cpu IRQ controller registers | Daniel Hellstrom | 2011-04-22 | 3 | -25/+21 |
| * | | | sparc32: always define boot_cpu_id | Daniel Hellstrom | 2011-04-22 | 5 | -14/+35 |
| * | | | sparc32: removed unused code, implemented by generic code | Daniel Hellstrom | 2011-04-22 | 2 | -205/+0 |
| * | | | sparc32: avoid build warning at mm/percpu.c:1647 | Sam Ravnborg | 2011-04-22 | 1 | -2/+4 |
| * | | | sparc32: always register a PROM based early console | Sam Ravnborg | 2011-04-22 | 3 | -8/+9 |
| * | | | sparc32: probe for cpu info only during startup | Sam Ravnborg | 2011-04-22 | 6 | -13/+8 |
| * | | | sparc: consolidate show_cpuinfo in cpu.c | Sam Ravnborg | 2011-04-22 | 8 | -157/+133 |
| * | | | sparc32,leon: implement genirq CPU affinity | Daniel Hellstrom | 2011-04-22 | 1 | -10/+54 |
| * | | | sparc32, leon: code cleanup of timer/IRQ controller initialization | Daniel Hellstrom | 2011-04-22 | 1 | -84/+72 |
| * | | | sparc32,leon: cleaned away code from the LEON2 days | Daniel Hellstrom | 2011-04-22 | 2 | -24/+1 |
| * | | | sparc32,leon: per-cpu ticker use genirq per-cpu handler | Daniel Hellstrom | 2011-04-22 | 4 | -51/+22 |
| * | | | sparc32,leon: add support for extended interrupt controller | Daniel Hellstrom | 2011-04-22 | 2 | -28/+74 |
| * | | | sparc32, leon: must protect IRQ controller register with spinlock | Daniel Hellstrom | 2011-04-22 | 1 | -7/+7 |
| * | | | sparc32: genirq support | Sam Ravnborg | 2011-04-20 | 14 | -935/+636 |
| * | | | sparc32: cleanup code for pci init | Sam Ravnborg | 2011-04-20 | 3 | -16/+15 |
| * | | | sparc32,sun4d: rename sbus_tid to board_to_cpu in irq support | Sam Ravnborg | 2011-04-20 | 1 | -5/+9 |
* | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2011-05-23 | 8 | -534/+535 |
|\ \ \ \ |
|
| * | | | | md: allow resync_start to be set while an array is active. | NeilBrown | 2011-05-11 | 3 | -3/+4 |
| * | | | | md/raid10: reformat some loops with less indenting. | NeilBrown | 2011-05-11 | 1 | -108/+120 |
| * | | | | md/raid10: remove unused variable. | NeilBrown | 2011-05-11 | 1 | -3/+0 |
| * | | | | md/raid10: make more use of 'slot' in raid10d. | NeilBrown | 2011-05-11 | 1 | -4/+5 |
| * | | | | md/raid10: some tidying up in fix_read_error | NeilBrown | 2011-05-11 | 1 | -40/+34 |
| * | | | | md/raid1: improve handling of pages allocated for write-behind. | NeilBrown | 2011-05-11 | 2 | -30/+29 |
| * | | | | md/raid1: try fix_sync_read_error before process_checks. | NeilBrown | 2011-05-11 | 1 | -14/+5 |
| * | | | | md/raid1: tidy up new functions: process_checks and fix_sync_read_error. | NeilBrown | 2011-05-11 | 1 | -89/+95 |
| * | | | | md/raid1: split out two sub-functions from sync_request_write | NeilBrown | 2011-05-11 | 1 | -173/+192 |
| * | | | | md: make error_handler functions more uniform and correct. | NeilBrown | 2011-05-11 | 2 | -38/+40 |
| * | | | | md/multipath: discard ->working_disks in favour of ->degraded | NeilBrown | 2011-05-11 | 2 | -12/+11 |
| * | | | | md/raid1: clean up read_balance. | NeilBrown | 2011-05-11 | 1 | -49/+34 |
| * | | | | md: simplify raid10 read_balance | NeilBrown | 2011-05-11 | 1 | -66/+44 |
| * | | | | md/bitmap: fix saving of events_cleared and other state. | NeilBrown | 2011-05-11 | 1 | -4/+6 |
| * | | | | md: reject a re-add request that cannot be honoured. | NeilBrown | 2011-05-11 | 1 | -0/+10 |
| * | | | | md: Fix race when creating a new md device. | NeilBrown | 2011-05-11 | 1 | -3/+8 |
* | | | | | wireless: fix fatal kernel-doc error + warning in mac80211.h | Randy Dunlap | 2011-05-23 | 1 | -1/+2 |
* | | | | | x86: setup_smep needs to be __cpuinit | Linus Torvalds | 2011-05-23 | 1 | -2/+2 |