| Commit message (Expand) | Author | Age | Files | Lines |
* | kill DECLARE_MUTEX_LOCKED | Christoph Hellwig | 2007-10-17 | 1 | -1/+0 |
* | x86: optimize page faults like all other achitectures and kill notifier cruft | Christoph Hellwig | 2007-10-16 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2007-10-13 | 33 | -270/+705 |
|\ |
|
| * | sh: Fix SH-4 DMAC CHCR masking. | Adrian McMenamin | 2007-10-08 | 1 | -1/+1 |
| * | sh: Make kgdb i-cache flushing less inept. | Paul Mundt | 2007-10-03 | 1 | -12/+0 |
| * | sh: kgdb section mismatches and tidying. | Paul Mundt | 2007-10-03 | 1 | -10/+2 |
| * | sh: Use boot_cpu_data for CPU probe. | Paul Mundt | 2007-09-27 | 1 | -1/+0 |
| * | sh: processor.h needs smp.h | Paul Mundt | 2007-09-27 | 1 | -0/+1 |
| * | sh: Define _ebss for uClinux MTD map driver. | Paul Mundt | 2007-09-24 | 1 | -0/+1 |
| * | sh: Bring SMP support back from the dead. | Paul Mundt | 2007-09-21 | 2 | -11/+24 |
| * | sh: intc - initial SMP support. | Magnus Damm | 2007-09-21 | 1 | -0/+12 |
| * | sh: Kill off special boot_cpu_data. | Paul Mundt | 2007-09-21 | 1 | -7/+2 |
| * | sh: Add maple bus support for the SEGA Dreamcast. | Adrian McMenamin | 2007-09-21 | 1 | -0/+37 |
| * | sh: Fix up extended mode TLB for SH-X2+ cores. | Paul Mundt | 2007-09-21 | 3 | -55/+75 |
| * | sh: Magic Panel R2 board support. | Markus Brunner | 2007-09-21 | 1 | -0/+67 |
| * | sh: dma: Fix CONFIG_SYSFS=n build. | Paul Mundt | 2007-09-21 | 1 | -5/+0 |
| * | sh: dma: Fix up build for SH7709 support. | Kristoffer Ericson | 2007-09-21 | 1 | -1/+1 |
| * | sh: Fix OFFCHIP_IRQ_BASE compile error. | Kristoffer Ericson | 2007-09-21 | 1 | -0/+1 |
| * | sh: add writesb(), readsb(), writesw() and readsw() to io.h | Magnus Damm | 2007-09-21 | 1 | -0/+26 |
| * | sh: intc - rework higlander irq code for r7780mp and r7785rp | Magnus Damm | 2007-09-21 | 1 | -19/+14 |
| * | sh: intc - irl mode update for sh7780 and sh7785 | Magnus Damm | 2007-09-21 | 1 | -0/+1 |
| * | sh: Overhaul spinlocks and rwlocks for SH-4A SMP. | Paul Mundt | 2007-09-21 | 2 | -46/+146 |
| * | sh: heartbeat driver update. | Paul Mundt | 2007-09-21 | 1 | -0/+17 |
| * | sh: intc - primary priority masking fixes | Magnus Damm | 2007-09-21 | 1 | -0/+1 |
| * | sh: intc - mark data structures as __initdata | Magnus Damm | 2007-09-21 | 1 | -3/+3 |
| * | sh: intc - convert board specific r2d code | Magnus Damm | 2007-09-21 | 1 | -35/+30 |
| * | sh: intc - rework core code | Magnus Damm | 2007-09-21 | 1 | -2/+2 |
| * | sh: intc - add a clear register to struct intc_prio_reg | Magnus Damm | 2007-09-21 | 1 | -1/+1 |
| * | sh: Add SH7720 CPU support. | Markus Brunner | 2007-09-21 | 6 | -10/+30 |
| * | sh: Add gpio.h stubs for PFC definitions. | Markus Brunner | 2007-09-21 | 2 | -0/+85 |
| * | sh: x3proto: ILSEL IRQ support. | Paul Mundt | 2007-09-21 | 1 | -0/+45 |
| * | sh: remove intc2 code | Magnus Damm | 2007-09-21 | 1 | -18/+0 |
| * | sh: intc - convert voyagergx code | Magnus Damm | 2007-09-21 | 1 | -7/+32 |
| * | sh: intc - add single bitmap register support | Magnus Damm | 2007-09-21 | 1 | -0/+1 |
| * | sh: intc - remove redundant irq code for sh03, snapgear and titan | Magnus Damm | 2007-09-21 | 3 | -22/+4 |
| * | rtc: rtc-sh: Support 4-digit year on SH7705/SH7710/SH7712. | Paul Mundt | 2007-09-21 | 1 | -0/+6 |
| * | sh: intc - add support for SH7785 | Magnus Damm | 2007-09-21 | 1 | -1/+2 |
| * | sh: Support explicit L1 cache disabling. | Paul Mundt | 2007-09-21 | 3 | -5/+37 |
* | | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | 2007-10-11 | 1 | -1/+1 |
* | | Binfmt_flat: Add minimum support for the Blackfin relocations | Bernd Schmidt | 2007-10-03 | 1 | -1/+2 |
|/ |
|
* | sh: Add missing dma_sync_single_range_for_*(). | Paul Mundt | 2007-08-10 | 1 | -0/+19 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23 | Linus Torvalds | 2007-08-03 | 1 | -1/+1 |
|\ |
|
| * | sh: fix cf support on r2d boards | Magnus Damm | 2007-08-03 | 1 | -1/+1 |
* | | Fix WARN_ON() on bitfield ops for all other archs | Heiko Carstens | 2007-08-01 | 1 | -1/+1 |
|/ |
|
* | remove unused TIF_NOTIFY_RESUME flag | Stephane Eranian | 2007-07-31 | 1 | -6/+4 |
* | sh: remove support for sh7300 and solution engine 7300 | Magnus Damm | 2007-07-26 | 7 | -75/+4 |
* | sh: Kill off virt_to_bus()/bus_to_virt(). | Paul Mundt | 2007-07-26 | 3 | -10/+6 |
* | sh: Kill the rest of the SE73180 cruft. | Paul Mundt | 2007-07-26 | 1 | -66/+0 |
* | sh: remove support for sh73180 and solution engine 73180 | Magnus Damm | 2007-07-25 | 3 | -3/+3 |
* | sh: Reclaim beginning of P3 space for vmalloc area. | Paul Mundt | 2007-07-25 | 1 | -5/+1 |