aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Taskstats fix the structure members alignment issueBalbir Singh2007-04-241-5/+8
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-04-205-21/+11
|\
| * [MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPSDave Johnson2007-04-201-1/+1
| * [MIPS] Fix BUG(), BUG_ON() handlingAtsushi Nemoto2007-04-201-1/+2
| * [MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto2007-04-201-2/+7
| * [MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto2007-04-202-17/+0
| * [MIPS] Add missing silicon revisions for BCM112xMark Mason2007-04-201-0/+1
* | NFS: clean up the unstable write codeTrond Myklebust2007-04-201-30/+0
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-171-3/+7
|\
| * [NET]: Set a separate lockdep class for neighbour table's proxy_queuePavel Emelianov2007-04-171-0/+7
| * [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-171-3/+0
* | Provide dummy devm_ioport_* if !HAS_IOPORTRussell King2007-04-171-0/+13
* | alpha: build fixes - force architectureIvan Kokshaysky2007-04-171-12/+35
* | alpha: fixes for specific machine typesIvan Kokshaysky2007-04-172-0/+3
* | kernel-doc: fix plist.h commentsRandy Dunlap2007-04-171-31/+23
* | allow vmsplice to work in 32-bit mode on ppc64Don Zickus2007-04-171-1/+1
|/
* NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-141-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-04-101-0/+2
|\
| * ide: correctly prevent IDE timer expiry function to run if request was alread...Suleiman Souhlal2007-04-101-0/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-04-101-2/+3
|\ \ | |/ |/|
| * [IA64] SGI Altix : fix pcibr_dmamap_ate32() bugMike Habeck2007-04-061-2/+3
* | [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden2007-04-082-0/+5
* | [PATCH] high-res timers: resume fixIngo Molnar2007-04-071-0/+3
|/
* [PATCH] ia64: desc_empty thinko/typo fixMaciej Zenczykowski2007-04-041-1/+1
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-041-2/+0
* [PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown2007-04-041-0/+1
* libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee2007-04-041-0/+1
* libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee2007-04-042-0/+2
* libata: reorder HSM_ST_FIRST for easier decoding (take 3)Albert Lee2007-04-041-2/+2
* [SPARC]: Add unsigned to unused bit field in a.out.hRobert Reif2007-04-022-2/+2
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-04-022-0/+3
|\
| * [PATCH] x86-64: Disable local APIC timer use on AMD systems with C1EAndi Kleen2007-04-022-0/+3
* | [PATCH] Fix microcode-related suspend problemRafael J. Wysocki2007-04-021-0/+4
* | [PATCH] driver core: fix built-in drivers sysfs linksKay Sievers2007-04-021-0/+1
* | [PATCH] uml: fix unreasonably long udelayPaolo 'Blaisorblade' Giarrusso2007-04-021-3/+14
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-04-013-34/+19
|\
| * [ARM] 4298/1: fix memory barriers for DMA coherent and SMP platformsLennert Buytenhek2007-04-011-16/+18
| * [ARM] Fix __NR_kexec_loadRussell King2007-04-011-1/+1
| * [ARM] 4296/1: ixp4xx: compile fixVladimir Barinov2007-03-301-17/+0
* | [PATCH] uml: fix static linking for realPaolo 'Blaisorblade' Giarrusso2007-03-301-1/+1
* | [MIPS] SMTC: Fix recursion in instant IPI replay code.Ralf Baechle2007-03-292-35/+36
* | [MIPS] MV64340: Add missing prototype for mv64340_irq_init().Ralf Baechle2007-03-291-0/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-292-4/+8
|\ \
| * | [IFB]: Fix crash on input device removalPatrick McHardy2007-03-292-4/+8
| |/
* | [POWERPC] qe: ucc_slow.guemr is in the wrong placeTimur Tabi2007-03-291-1/+2
* | [PATCH] uml: fix pte bit collisionMiklos Szeredi2007-03-291-4/+4
* | [PATCH] x86_64 irq: Fix comments after changing IRQ0_VECTOR from 0x20 to 0x30Yinghai Lu2007-03-291-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-03-282-2/+2
|\
| * [SPARC]: sparc64 gcc-4.2.0 20070317 -Werror failureMikael Pettersson2007-03-272-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-03-282-3/+4
|\ \