Age | Commit message (Expand) | Author | Files | Lines |
2005-11-07 | [PATCH] uml: maintain own LDT entries | Bodo Stroesser | 13 | -141/+724 |
2005-11-07 | [PATCH] uml: switch_mm fix | Ben Lahaise | 1 | -1/+2 |
2005-11-07 | [PATCH] uml: separate libc-dependent helper code | Jeff Dike | 19 | -56/+23 |
2005-11-07 | [PATCH] uml: separate libc-dependent early initialization | Jeff Dike | 3 | -36/+25 |
2005-11-07 | [PATCH] uml: separate libc-dependent uaccess code | Gennady Sharapov | 8 | -71/+72 |
2005-11-07 | [PATCH] uml: fix UML network driver endianness bugs | Bodo Stroesser | 2 | -32/+8 |
2005-11-07 | [PATCH] uml: fix syscall stubs | Paolo 'Blaisorblade' Giarrusso | 2 | -33/+92 |
2005-11-07 | [PATCH] uml: improve stub debugging | Jeff Dike | 1 | -0/+11 |
2005-11-07 | [PATCH] cris: "extern inline" -> "static inline" | Adrian Bunk | 38 | -136/+136 |
2005-11-07 | [PATCH] cris: printk() duplicate declaration | Arthur Othieno | 1 | -2/+0 |
2005-11-07 | [PATCH] x86: add MCE resume | Shaohua Li | 9 | -12/+16 |
2005-11-07 | [PATCH] swsusp: remove unused variable | Pavel Machek | 1 | -8/+1 |
2005-11-07 | [PATCH] swsusp cleanups | Pavel Machek | 2 | -28/+27 |
2005-11-07 | [PATCH] suspend-to-ram: update docs | Pavel Machek | 1 | -5/+12 |
2005-11-07 | [PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible code | Heiko Carstens | 4 | -4/+7 |
2005-11-07 | [PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h> | Adrian Bunk | 1 | -0/+1 |
2005-11-07 | [PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h> | Adrian Bunk | 1 | -0/+1 |
2005-11-07 | [PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h> | Adrian Bunk | 1 | -0/+1 |
2005-11-07 | [PATCH] i386: LVT entries remaining unmasked on reboot | Zwane Mwaikambo | 1 | -2/+8 |
2005-11-07 | [PATCH] arch/i386: Use ARRAY_SIZE macro | Tobias Klauser | 5 | -7/+6 |
2005-11-07 | [PATCH] sh: Use pfn_valid() for lazy dcache write-back on SH7705 | Paul Mundt | 1 | -7/+12 |
2005-11-07 | [PATCH] sh: Drop hp690 discontig support | Paul Mundt | 5 | -116/+9 |
2005-11-07 | [PATCH] sh: pte_mkhuge() compile fix for !CONFIG_HUGETLB_PAGE | Paul Mundt | 1 | -0/+2 |
2005-11-07 | [PATCH] sh: SuperHyway support for SH4-202 | Paul Mundt | 3 | -2/+180 |
2005-11-07 | [PATCH] superhyway: multiple block support and VCR rework | Paul Mundt | 3 | -26/+89 |
2005-11-07 | [PATCH] sh: Drop deprecated support for custom ramdisk embedding | Paul Mundt | 4 | -55/+0 |
2005-11-07 | [PATCH] sh: Re-add sh to drivers/Makefile | Paul Mundt | 1 | -0/+1 |
2005-11-07 | [PATCH] ppc32: Add CPM1 config option | Pantelis Antoniou | 1 | -0/+10 |
2005-11-07 | [PATCH] ppc32: Add missing initrd header on ppc440 | Matt Porter | 1 | -0/+1 |
2005-11-07 | [PATCH] ppc32: Remove internal PCI arbiter check on PPC40x | Matt Porter | 1 | -7/+0 |
2005-11-07 | [PATCH] ppc32: cleanup AMCC PPC40x eval boards to support U-Boot | Matt Porter | 13 | -146/+237 |
2005-11-07 | [PATCH] ppc32: Add Yucca (440SPe eval board) platform | Roland Dreier | 7 | -2/+527 |
2005-11-07 | [PATCH] ppc32: Add 440SPe support | Roland Dreier | 12 | -19/+904 |
2005-11-07 | [PATCH] ppc32: Dump error status for both PLB segments on 440SP | Roland Dreier | 2 | -0/+29 |
2005-11-07 | [PATCH] ppc32: Allow ERPN for early serial to depend on CPU type | Roland Dreier | 2 | -3/+8 |
2005-11-07 | [PATCH] ppc32: add watchdog & RTC support for Marvell EV64360BP board | Lee Nicks | 3 | -20/+66 |
2005-11-07 | [PATCH] 3c59x: don't enable scatter/gather w/o checksum support | Stephen Hemminger | 1 | -2/+1 |
2005-11-07 | [PATCH] 3c59x: enable use of memory-mapped PCI I/O | John W. Linville | 1 | -3/+26 |
2005-11-07 | [PATCH] 3c59x: correct rx_dropped counting | John W. Linville | 1 | -1/+1 |
2005-11-07 | [PATCH] 3c59x: support ETHTOOL_GPERMADDR | John W. Linville | 1 | -0/+2 |
2005-11-07 | [PATCH] 3c59x: fix some grammar in module parameter descriptions | John W. Linville | 1 | -2/+2 |
2005-11-07 | [PATCH] 3c59x: cleanup init of module parameter arrays | John W. Linville | 1 | -5/+5 |
2005-11-07 | [PATCH] 3c59x: bounds checking for hw_checksums | John W. Linville | 1 | -7/+9 |
2005-11-07 | [PATCH] 3c59x: avoid blindly reading link status twice | Tommy Christensen | 1 | -1/+4 |
2005-11-07 | [PATCH] 3c59x: cleanup of mdio_read routines to use MII_* macros | Neil Horman | 1 | -8/+8 |
2005-11-07 | [PATCH] 3c59x: convert to use of pci_iomap API | John W. Linville | 1 | -247/+260 |
2005-11-07 | [PATCH] slab: Use same schedule timeout for all cpus in cache_reap | Manfred Spraul | 1 | -2/+2 |
2005-11-07 | [PATCH] mm: rename kmem_cache_s to kmem_cache | Pekka J Enberg | 7 | -12/+12 |
2005-11-07 | [PATCH] slab: don't BUG on duplicated cache | Andrew Morton | 1 | -33/+34 |
2005-11-07 | [PATCH] posix-timers `unlikely' rejig | Andrew Morton | 1 | -3/+3 |