summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | [ARM] Ensure linux/hardirqs.h is included where requiredRussell King2008-12-152-0/+2
| | | * | | [ARM] fix kernel-doc syntaxRandy Dunlap2008-12-141-3/+2Star
| | | * | | [ARM] arch/arm/common/sa1111.c: Correct error handling codeJulia Lawall2008-12-141-1/+1
| | | * | | [ARM] 5341/2: there is no copy_page on nommu ARMNicolas Pitre2008-12-111-2/+2
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-1611-156/+164
| | |\ \ \ \
| | | * | | | Phonet: keep TX queue disabled when the device is offRĂ©mi Denis-Courmont2008-12-151-5/+22
| | | * | | | SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer2008-12-151-3/+0Star
| | | * | | | netfilter: update rwlock initialization for nat_tableSteven Rostedt2008-12-151-1/+1
| | | * | | | netlabel: Compiler warning and NULL pointer dereference fixPaul Moore2008-12-121-18/+20
| | | * | | | e1000e: fix double release of mutexJeff Kirsher2008-12-121-2/+7
| | | * | | | IA64: HP_SIMETH needs to depend upon NETAlexander Beregalov2008-12-111-0/+1
| | | * | | | netpoll: fix race on poll_list resulting in garbage entryNeil Horman2008-12-102-0/+9
| | | * | | | ipv6: silence log messages for locally generated multicastJan Sembera2008-12-101-1/+6
| | | * | | | sungem: improve ethtool output with internal pcs and serdesHermann Lauer2008-12-101-0/+15
| | | * | | | tcp: tcp_vegas cong avoid fix Doug Leith2008-12-091-70/+10Star
| | | * | | | sungem: Make PCS PHY support partially work again.David S. Miller2008-12-091-56/+73
| | * | | | | Define smp_call_function_many for UPRusty Russell2008-12-161-0/+2
| | * | | | | cgroups: fix a race between rmdir and remountPaul Menage2008-12-161-1/+1
| | * | | | | ACPI toshiba: only register rfkill if bt is enabledFrederik Deweerdt2008-12-161-25/+29
| | * | | | | eCryptfs: Update maintainersMichael Halcrow2008-12-161-4/+4
| | * | | | | slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas2008-12-161-1/+1
| | * | | | | pcmcia: blackfin: fix bug - add missing ; to MODULE macroMike Frysinger2008-12-161-1/+1
| | | |_|/ / | | |/| | |
| | * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-151-0/+3
| | |\ \ \ \
| | | * | | | powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala2008-12-141-0/+3
| | * | | | | x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-154-15/+23
| | * | | | | Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds2008-12-151-3/+3
| | * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer...Linus Torvalds2008-12-131-0/+1
| | |\ \ \ \ \
| | | * | | | | powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadiaJosh Boyer2008-12-111-0/+1
| | | |/ / / /
| | * | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-12-132-3/+3
| | |\ \ \ \ \
| | | * | | | | i2c-highlander: Trivial endian casting fixesHarvey Harrison2008-12-111-2/+2
| | | * | | | | i2c-pmcmsp: Fix endianness misannotationHarvey Harrison2008-12-111-1/+1
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-12-132-10/+18
| | |\ \ \ \ \ \
| | | * | | | | | Commands needing to be retried require a complete re-initialization.Alan D. Brunelle2008-12-122-10/+18
| | | |/ / / / /
| | * | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-12-134-437/+638
| | |\ \ \ \ \ \
| | | * | | | | | MIPS: IP32: Update defconfigDavid Daney2008-12-121-436/+624
| | | * | | | | | MIPS: Add missing calls to plat_unmap_dma_mem.David Daney2008-12-121-0/+3
| | | * | | | | | MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev2008-12-121-1/+1
| | | * | | | | | MIPS: Use EI/DI for MIPS R2.David Daney2008-12-121-0/+10
| | | |/ / / / /
| | * | | | | | console ASCII glyph 1:1 mappingIngo Brueckl2008-12-131-1/+1
| | * | | | | | unicode table for cp437Ingo Brueckl2008-12-131-6/+6
| | |/ / / / /
| | * | | | / Revert "radeonfb: accelerate imageblit and other improvements"Linus Torvalds2008-12-116-280/+127Star
| | | |_|_|/ | | |/| | |
| | * | | | Linux 2.6.28-rc8Linus Torvalds2008-12-111-1/+1
| | * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-101-0/+2
| | |\ \ \ \
| | | * | | | sched: CPU remove deadlock fixBrian King2008-12-091-0/+2
| | * | | | | fix mapping_writably_mapped()Hugh Dickins2008-12-101-6/+9
| | * | | | | Merge branch 'to-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/frob...Linus Torvalds2008-12-101-1/+9
| | |\ \ \ \ \
| | | * | | | | tracehook: exec double-reporting fixRoland McGrath2008-12-101-1/+9
| | | | |_|_|/ | | | |/| | |
| | * | | | | lib/idr.c: Fix bug introduced by RCU fixManfred Spraul2008-12-101-1/+7
| | * | | | | MN10300: Give correct size when reserving interrupt vector tableAkira Takeuchi2008-12-101-1/+1
| | * | | | | MN10300: Fix __put_user_asm8()Akira Takeuchi2008-12-101-1/+1