| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] Fix rdhwr_op definition. | Atsushi Nemoto | 2006-07-13 | 1 | -1/+1 |
* | [MIPS] Do not count pages in holes with sparsemem | Atsushi Nemoto | 2006-07-13 | 1 | -25/+40 |
* | [MIPS] Sparsemem fixes | Atsushi Nemoto | 2006-07-13 | 2 | -8/+5 |
* | [MIPS] IP32: Fix wreckage caused by recent SA_* constant replacement. | Thiemo Seufer | 2006-07-13 | 1 | -4/+4 |
* | [MIPS] VR41xx: Set VR41_CONF_BP only for PrId 0x0c80. | Yoichi Yuasa | 2006-07-13 | 2 | -1/+4 |
* | [MIPS] MIPS MT: Fix build error. | Yoichi Yuasa | 2006-07-13 | 1 | -0/+1 |
* | [MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler. | Thiemo Seufer | 2006-07-13 | 1 | -1/+1 |
* | [MIPS] Sibyte: Improve interrupt latency again for sb1250/bcm1480 | Thiemo Seufer | 2006-07-13 | 2 | -8/+9 |
* | [MIPS] Use the proper technical term for naming some of the cache macros. | Ralf Baechle | 2006-07-13 | 12 | -18/+18 |
* | [MIPS] IP22: Remove SYS_SUPPORTS_SMP test code. | Ralf Baechle | 2006-07-13 | 1 | -1/+0 |
* | [MIPS] Panic on fp exception in kernel mode. | Chris Dearman | 2006-07-13 | 1 | -0/+2 |
* | [MIPS] Malta: Fix build of certain configs. | Ralf Baechle | 2006-07-13 | 1 | -24/+26 |
* | [MIPS] au1xxx: Support both YAMON and U-Boot | Domen Puncer | 2006-07-13 | 1 | -12/+14 |
* | [MIPS] Save 2k text size in cpu-probe | Thiemo Seufer | 2006-07-13 | 1 | -1/+1 |
* | [MIPS] Uses MIPS_CONF_AR instead of magic constants. | Thiemo Seufer | 2006-07-13 | 1 | -2/+2 |
* | [MIPS] Make SPARSEMEM selectable on QEMU. | Atsushi Nemoto | 2006-07-13 | 1 | -0/+4 |
* | [MIPS] Make SPARSEMEM selectable on QEMU. | Atsushi Nemoto | 2006-07-13 | 1 | -0/+4 |
* | [MIPS] Au1000: Remove au1000 code. | Yoichi Yuasa | 2006-07-13 | 8 | -609/+0 |
* | [MIPS] vr41xx: Removed unused definitions for NEC CMBVR4133. | Yoichi Yuasa | 2006-07-13 | 1 | -3/+0 |
* | [MIPS] Wire up vmsplice(2) and move_pages(2). | Ralf Baechle | 2006-07-13 | 5 | -6/+20 |
* | [MIPS] Eleminate interrupt migration helper use. | Ralf Baechle | 2006-07-13 | 39 | -95/+95 |
* | [MIPS] Don't include obsolete <linux/config.h>. | Ralf Baechle | 2006-07-13 | 21 | -21/+0 |
* | [MIPS] Default cpu_has_mipsmt to a runtime check | Chris Dearman | 2006-07-13 | 1 | -5/+1 |
* | [MIPS] Use KERN_DEBUG to log the SDBBP messages | Chris Dearman | 2006-07-13 | 1 | -3/+3 |
* | [MIPS] Less noise on multithreading exceptions. | Chris Dearman | 2006-07-13 | 2 | -10/+8 |
* | [MIPS] Update defconfigs to 2.6.18-rc1. | Ralf Baechle | 2006-07-13 | 48 | -877/+2360 |
* | [MIPS] IP27: Don't destroy interrupt routing information on shutdown irq. | Ralf Baechle | 2006-07-13 | 1 | -2/+0 |
* | [MIPS] Avoid interprocessor function calls. | Ralf Baechle | 2006-07-13 | 1 | -5/+30 |
* | [PATCH] lockdep: annotate mm/slab.c | Arjan van de Ven | 2006-07-13 | 1 | -0/+32 |
* | [PATCH] lockdep: undo mm/slab.c annotation | Ingo Molnar | 2006-07-13 | 1 | -23/+10 |
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 of HEAD | Linus Torvalds | 2006-07-13 | 6 | -231/+383 |
|\ |
|
| * | [SPARC]: Fix OF register translations under sub-PCI busses. | David S. Miller | 2006-07-13 | 2 | -204/+271 |
| * | [SPARC64]: Refine Sabre wsync logic. | David S. Miller | 2006-07-13 | 1 | -8/+27 |
| * | [SERIAL] sunsu: Handle keyboard and mouse ports directly. | David S. Miller | 2006-07-13 | 1 | -9/+26 |
| * | [SPARC64]: Fix 2 bugs in sabre_irq_build() | David S. Miller | 2006-07-13 | 1 | -4/+26 |
| * | [SPARC64]: Update defconfig. | David S. Miller | 2006-07-13 | 1 | -8/+31 |
| * | [SPARC64]: Fix make headers_install | David Woodhouse | 2006-07-13 | 1 | -1/+1 |
| * | [SPARC64]: of_device_register() error checking fix | Andrew Morton | 2006-07-13 | 2 | -4/+8 |
* | | [PATCH] m68knommu: fix result type in get_user() macro | Greg Ungerer | 2006-07-13 | 1 | -6/+6 |
* | | [PATCH] i386: system.h: remove extra semicolons and fix order | Chuck Ebbert | 2006-07-13 | 1 | -11/+10 |
|/ |
|
* | Merge commit master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 of HEAD | Linus Torvalds | 2006-07-12 | 32 | -158/+206 |
|\ |
|
| * | [NET]: fix __sk_stream_mem_reclaim | Ian McDonald | 2006-07-12 | 1 | -9/+7 |
| * | [Bluetooth] Fix deadlock in the L2CAP layer | Marcel Holtmann | 2006-07-12 | 1 | -9/+9 |
| * | [Bluetooth] Let BT_HIDP depend on INPUT | Marcel Holtmann | 2006-07-12 | 1 | -2/+1 |
| * | [Bluetooth] Avoid NULL pointer dereference with tty->driver | Marcel Holtmann | 2006-07-12 | 1 | -2/+2 |
| * | [Bluetooth] Remaining transitions to use kzalloc() | Marcel Holtmann | 2006-07-12 | 7 | -25/+16 |
| * | [WAN]: converting generic HDLC to use netif_dormant*() | Krzysztof Halasa | 2006-07-12 | 7 | -70/+82 |
| * | [IPV4]: Fix error handling for fib_insert_node call | Herbert Xu | 2006-07-12 | 1 | -1/+1 |
| * | [NETROM] lockdep: fix false positive | Ralf Baechle | 2006-07-12 | 1 | -0/+9 |
| * | [ROSE] lockdep: fix false positive | Ralf Baechle | 2006-07-12 | 1 | -0/+9 |