summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Fix packet timestamping.Herbert Xu2005-10-031-9/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds2005-10-032-0/+3
|\
| * [SCSI] MegaRAID SAS RAID: new driverBagalkote, Sreenivas2005-09-261-0/+2
| * [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3James Bottomley2005-09-251-0/+1
* | [PATCH] trivial #if -> #ifdefDiego Calleja2005-10-011-1/+1
* | [PATCH] x86: hw_irq.h warning fixAndrew Morton2005-09-301-0/+2
* | [PATCH] aio: remove unlocked task_list test and resulting raceZach Brown2005-09-301-0/+34
* | [PATCH] x86_64: Add missing () around arguments of pte_index macroKirill Korotaev2005-09-301-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-306-51/+13
|\ \
| * | [SPARC64]: Kill arch/sparc64/prom/memory.cDavid S. Miller2005-09-291-14/+0
| * | [SPARC64]: Rewrite convoluted physical memory probing.David S. Miller2005-09-291-2/+2
| * | [SPARC64]: Kill all external references to sp_banks[]David S. Miller2005-09-282-17/+1
| * | [SPARC]: Declare paging_init() in asm/pgtable.hDavid S. Miller2005-09-282-0/+4
| * | [SPARC64]: Simplify user fault fixup handling.David S. Miller2005-09-281-3/+3
| * | [SPARC64]: Fix fault handling in unaligned trap handler.David S. Miller2005-09-281-0/+1
| * | [SPARC64]: Convert to use generic exception table support.David S. Miller2005-09-281-15/+2
* | | [PATCH] missing qualifiers in readb() et.al. on ppcAl Viro2005-09-301-10/+10
* | | [PATCH] uml get_user() NULL noise removalAl Viro2005-09-301-1/+1
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-09-301-0/+2
|\ \ \
| * | | [ARM] 2941/1: Fix running legacy binaries from a soft-float root filesystem w...Daniel Jacobowitz2005-09-301-0/+2
* | | | [PATCH] Fix up TLB flush filter disablingAndi Kleen2005-09-291-0/+1
* | | | Revert task flag re-ordering, add commentsLinus Torvalds2005-09-291-5/+17
* | | | [PATCH] fix TASK_STOPPED vs TASK_NONINTERACTIVE interactionOleg Nesterov2005-09-291-5/+5
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-09-293-34/+59
|\ \ \ \
| * | | | [NET]: Fix GCC4 compile error: sysctl in linux/if_ether.hBen Dooks2005-09-271-0/+2
| * | | | [NET]: Add Sun Cassini driver.David S. Miller2005-09-271-0/+2
| * | | | [NET]: Reorder some hot fields of struct net_deviceEric Dumazet2005-09-271-34/+55
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-292-4/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | [SPARC64]: Add missing IDs for newer cpus.David S. Miller2005-09-271-3/+6
| * | | | [SPARC64]: Add defines for 32MB/256MB PTE page size on Ultra-IV+.David S. Miller2005-09-271-1/+3
| |/ / /
* | | | [PATCH] mv64x60 iomem annotationsAl Viro2005-09-291-2/+2
* | | | [PATCH] ppc64 get_user annotationsAl Viro2005-09-291-2/+4
* | | | [PATCH] s390 signal annotationsAl Viro2005-09-292-2/+2
* | | | [PATCH] ia64 basic __user annotationsAl Viro2005-09-291-6/+6
* | | | [PATCH] arm/rpc iomem annotationsAl Viro2005-09-291-2/+2
* | | | [PATCH] arm/versatile iomem annotationsAl Viro2005-09-291-1/+5
| |/ / |/| |
* | | [PATCH] Keys: Add possessor permissions to keys [try #3]David Howells2005-09-282-24/+82
* | | Merge branch 'for-linus' from master.kernel.org:/pub/scm/linux/kernel/git/rol...Linus Torvalds2005-09-281-1/+0
|\ \ \
| * | | [IB] uverbs: Close some exploitable racesRoland Dreier2005-09-261-1/+0
* | | | [PATCH] ppc64: More hugepage fixesBenjamin Herrenschmidt2005-09-281-0/+1
* | | | [PATCH] mm: move_pte to remap ZERO_PAGENick Piggin2005-09-282-0/+15
| |/ / |/| |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-274-22/+52
|\ \ \
| * | | [SPARC64]: Probe D/I/E-cache config and use.David S. Miller2005-09-261-0/+10
| * | | [SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support.David S. Miller2005-09-252-3/+9
| * | | [SPARC64]: Rewrite bootup sequence.David S. Miller2005-09-221-19/+33
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-09-266-23/+89
|\ \ \ \
| * \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6David S. Miller2005-09-264-10/+69
| |\ \ \ \
| | * | | | [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo2005-09-221-0/+1
| | * | | | [LLC]: Fix the accept pathArnaldo Carvalho de Melo2005-09-221-1/+2
| | * | | | [LLC]: Fix sparse warningsArnaldo Carvalho de Melo2005-09-222-3/+13