| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] DECstation: Optimised early printk() | Maciej W. Rozycki | 2007-07-10 | 3 | -7/+29 |
* | [MIPS] No I/O ports on the DECstation | Maciej W. Rozycki | 2007-07-10 | 1 | -0/+4 |
* | [MIPS] Remove unused watchpoint support and arch/mips/lib-{32,64} | Atsushi Nemoto | 2007-07-10 | 8 | -166/+0 |
* | [MIPS] update cobalt_defconfig | Yoichi Yuasa | 2007-07-10 | 1 | -270/+228 |
* | [MIPS] Fix PHYS_OFFSET for 64-bits kernels with 32-bits symbols | Franck Bui-Huu | 2007-07-10 | 1 | -4/+8 |
* | [MIPS] Move PHY_OFFSET definition in spaces.h | Franck Bui-Huu | 2007-07-10 | 2 | -9/+9 |
* | [MIPS] Make PAGE_OFFSET aware of PHYS_OFFSET | Franck Bui-Huu | 2007-07-10 | 1 | -1/+1 |
* | [MIPS] Clean up asm-mips/mach-generic/spaces.h | Franck Bui-Huu | 2007-07-10 | 1 | -38/+27 |
* | [MIPS] Allow generic spaces.h to be included by platform specific ones | Franck Bui-Huu | 2007-07-10 | 4 | -73/+23 |
* | [MIPS] Remove unused dump_tlb functions | Atsushi Nemoto | 2007-07-10 | 3 | -265/+2 |
* | [MIPS] Unify dump_tlb | Atsushi Nemoto | 2007-07-10 | 6 | -294/+60 |
* | [MIPS] MIPSsim: Move code away from the other MIPS Inc. BSP code. | Ralf Baechle | 2007-07-10 | 13 | -33/+125 |
* | [MIPS] Hook for platforms to define cachability of /dev/mem regions | Ralf Baechle | 2007-07-10 | 2 | -0/+17 |
* | [MIPS] Cleanup TO_PHYS_MASK definition | Ralf Baechle | 2007-07-10 | 1 | -23/+6 |
* | [MIPS] Transform old-style macros to newer "__noreturn" | Robert P. J. Day | 2007-07-10 | 7 | -16/+16 |
* | [MIPS] SMTC: Use current_cpu_data instead of cpu_data[smp_processor_id] | Ralf Baechle | 2007-07-10 | 1 | -1/+1 |
* | [MIPS] Add generic GPIO to Au1x00 | Florian Fainelli | 2007-07-10 | 4 | -63/+151 |
* | [MIPS] Create fallback gpio.h | Atsushi Nemoto | 2007-07-10 | 1 | -0/+15 |
* | [MIPS] Add generic GPIO support | Yoichi Yuasa | 2007-07-10 | 2 | -0/+9 |
* | [MIPS] Remove unused cpu_callout_map and num_booting_cpus() | Adrian Bunk | 2007-07-10 | 1 | -7/+0 |
* | [MIPS] "extern inline" -> "static inline" | Adrian Bunk | 2007-07-10 | 1 | -1/+1 |
* | [MIPS] Simplify missing-syscalls for N32 and O32 | Atsushi Nemoto | 2007-07-10 | 1 | -22/+10 |
* | [MIPS] Remove unused config entries | Yoichi Yuasa | 2007-07-10 | 1 | -11/+0 |
* | [MIPS] remove unused definitions for Cobalt | Yoichi Yuasa | 2007-07-10 | 1 | -5/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2007-07-09 | 33 | -883/+745 |
|\ |
|
| * | firewire: fw-sbp2: fix DMA mapping of management ORBs | Stefan Richter | 2007-07-10 | 1 | -12/+9 |
| * | firewire: fw-sbp2: fix DMA mapping of command ORBs | Stefan Richter | 2007-07-10 | 1 | -9/+6 |
| * | firewire: fw-sbp2: fix DMA mapping of S/G tables | Stefan Richter | 2007-07-10 | 1 | -11/+8 |
| * | firewire: fw-sbp2: add a boundary check | Stefan Richter | 2007-07-10 | 1 | -0/+5 |
| * | firewire: fw-sbp2: correctly align page tables | Stefan Richter | 2007-07-10 | 1 | -1/+1 |
| * | firewire: fw-sbp2: memset wants string.h | Stefan Richter | 2007-07-10 | 1 | -0/+1 |
| * | firewire: fw-sbp2: use correct speed in sbp2_agent_reset | Stefan Richter | 2007-07-10 | 1 | -1/+1 |
| * | firewire: fw-sbp2: correctly dereference by container_of | Jay Fenlason | 2007-07-10 | 1 | -2/+3 |
| * | firewire: Document userspace ioctl interface. | Kristian Høgsberg | 2007-07-10 | 1 | -33/+264 |
| * | firewire: fw-sbp2: implement nonexclusive login | Stefan Richter | 2007-07-10 | 1 | -7/+15 |
| * | firewire: fw-sbp2: let SCSI shutdown commands through before logout | Stefan Richter | 2007-07-10 | 1 | -4/+2 |
| * | firewire: fw-sbp2: implement max sectors limit for some old bridges | Stefan Richter | 2007-07-10 | 1 | -1/+3 |
| * | firewire: simplify a struct type | Stefan Richter | 2007-07-10 | 2 | -30/+24 |
| * | firewire: support S100B...S400B and link slower than PHY | Stefan Richter | 2007-07-10 | 5 | -16/+45 |
| * | firewire: optimize gap count with 1394b leaf nodes | Stefan Richter | 2007-07-10 | 4 | -17/+14 |
| * | firewire: remove unused macro | Stefan Richter | 2007-07-10 | 1 | -1/+0 |
| * | firewire: missing newline in printk | Stefan Richter | 2007-07-10 | 3 | -5/+5 |
| * | firewire: fw-sbp2: remove unused struct member | Stefan Richter | 2007-07-10 | 1 | -6/+0 |
| * | ieee1394: remove old isochronous ABI | Stefan Richter | 2007-07-10 | 15 | -528/+48 |
| * | ieee1394: sbp2: change some module parameters from int to bool | Stefan Richter | 2007-07-10 | 2 | -9/+8 |
| * | ieee1394: first minimal NUMA awareness | Stefan Richter | 2007-07-10 | 1 | -0/+1 |
| * | ieee1394: eth1394: revert parent device to that in 2.6.20 | Stefan Richter | 2007-07-10 | 1 | -3/+1 |
| * | ieee1394: nodemgr: parallelize between several hosts | Stefan Richter | 2007-07-10 | 1 | -26/+43 |
| * | ieee1394: convert ieee1394 from "struct class_device" to "struct device" | Kay Sievers | 2007-07-10 | 7 | -84/+86 |
| * | ieee1394: raw1394: fix a 32/64-bits compat fix | Stefan Richter | 2007-07-10 | 1 | -1/+5 |