aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-10-28Merge branch 'master'Jeff Garzik91-522/+1221
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2-41/+113
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds13-179/+684
2005-10-28Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-6/+4
2005-10-28Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...Linus Torvalds2-13/+31
2005-10-28Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.15Linus Torvalds2-2/+2
2005-10-28[PATCH] gfp_t: the restAl Viro2-4/+5
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro2-3/+3
2005-10-28[PATCH] gfp_t: remaining bits of arch/*Al Viro1-1/+1
2005-10-28[PATCH] gfp_t: soundAl Viro1-1/+1
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro2-2/+2
2005-10-28[PATCH] gfp_t: kernel/*Al Viro2-3/+3
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro2-10/+10
2005-10-28[PATCH] gfp_t: dma-mapping (simple cases)Al Viro6-6/+6
2005-10-28[PATCH] gfp_t: dma-mapping (xtensa)Al Viro1-1/+1
2005-10-28[PATCH] gfp_t: dma-mapping (amd64)Al Viro1-1/+1
2005-10-28[PATCH] gfp_t: dma-mapping (sh)Al Viro2-3/+3
2005-10-28[PATCH] gfp_t: dma-mapping (ppc)Al Viro1-1/+1
2005-10-28[PATCH] gfp_t: dma-mapping (parisc)Al Viro1-4/+4
2005-10-28[PATCH] gfp_t: dma-mapping (mips)Al Viro1-2/+2
2005-10-28[PATCH] gfp_t: dma-mapping (frv)Al Viro2-2/+2
2005-10-28[PATCH] gfp_t: dma-mapping (cris)Al Viro1-2/+2
2005-10-28[PATCH] gfp_t: dma-mapping (alpha)Al Viro1-1/+1
2005-10-28[PATCH] gfp_t: dma-mapping (ia64)Al Viro2-2/+2
2005-10-28[PATCH] gfp_t: dma-mapping (arm)Al Viro1-2/+2
2005-10-28[PATCH] gfp_t: block layer coreAl Viro2-9/+9
2005-10-28[PATCH] gfp_t: fs/*Al Viro6-7/+7
2005-10-28[PATCH] gfp_t: net/*Al Viro2-2/+2
2005-10-28[PATCH] gfp_t: lib/*Al Viro4-5/+5
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro4-7/+7
2005-10-28[PATCH] gfp_t: infrastructureAl Viro2-21/+27
2005-10-28[BLOCK] elevator switch fixes/cleanupJens Axboe1-1/+1
2005-10-28[BLOCK] Reimplement elevator switchTejun Heo1-6/+4
2005-10-28[BLOCK] kill generic max_back_kb handlingTejun Heo1-1/+0
2005-10-28[PATCH] 03/05 move last_merge handlin into generic elevator codeTejun Heo1-0/+3
2005-10-28[PATCH] generic dispatch fixesJens Axboe2-2/+15
2005-10-28[PATCH] 01/05 Implement generic dispatch queueTejun Heo2-15/+18
2005-10-28[patch] remove gendisk->stamp_idle fieldChen, Kenneth W1-1/+1
2005-10-27Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust1-3/+3
2005-10-27NFSv4: Add post-op attributes to NFSv4 write and commit callbacks.Trond Myklebust1-0/+2
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_remove()Trond Myklebust1-0/+7
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_rename()Trond Myklebust1-0/+4
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_link()Trond Myklebust1-0/+9
2005-10-27NFS: Add optional post-op getattr instruction to the NFSv4 file close.Trond Myklebust1-0/+3
2005-10-27NFSv4: Add directory post-op attributes to the CREATE operations.Trond Myklebust1-0/+2
2005-10-27NFS: Don't let nfs_end_data_update() clobber attribute update informationTrond Myklebust1-5/+10
2005-10-27NFS: Optimise inode attribute cache updatesTrond Myklebust2-1/+3
2005-10-27NFS: Convert cache_change_attribute into a jiffy-based valueTrond Myklebust1-1/+1
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust1-0/+5
2005-10-27Merge branch 'master'Jeff Garzik3-4/+5
2005-10-27Merge branch 'master'Jeff Garzik3-4/+5
2005-10-27Revert "x86-64: Avoid unnecessary double bouncing for swiotlb"Linus Torvalds1-3/+3
2005-10-27Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust10-54/+72
2005-10-26Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+2
2005-10-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2005-10-26[ARM] 3032/1: sparse: complains about generic_fls() prototype in asm-arm/bito...Ian Campbell1-1/+0
2005-10-26Merge branch 'master'Jeff Garzik8-53/+70
2005-10-26Merge branch 'master'Jeff Garzik8-53/+70
2005-10-26[SK_BUFF] kernel-doc: fix skbuff warningsRandy Dunlap1-1/+2
2005-10-26[IPSEC]: Kill obsolete get_mss functionHerbert Xu1-1/+0
2005-10-25[LLC]: Strip RIF flag from source MAC addressJochen Friedrich1-1/+3
2005-10-25[PATCH] alpha: atomic dependency fixAndrew Morton3-30/+37
2005-10-24[SERIAL] new hp diva console portJustin Chen1-0/+1
2005-10-24[SERIAL] support the Exsys EX-4055 4S four-port cardBjorn Helgaas1-0/+1
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton1-0/+1
2005-10-22[PATCH] alpha: additional smp barriersIvan Kokshaysky1-4/+8
2005-10-22[AX.25]: Fix signed char bugRalf Baechle1-1/+1
2005-10-22libata: const-ification bombing runJeff Garzik2-19/+19
2005-10-22libata: turn on block layer clusteringJeff Garzik1-1/+1
2005-10-21Merge branch 'upstream'Jeff Garzik8-14/+100
2005-10-21Add ide-timing functionality to libata.Alan Cox1-0/+39
2005-10-21libata: handle early device PIO modes correctlyAlan Cox1-4/+9
2005-10-21Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+17
2005-10-21Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik1-1/+1
2005-10-21Update version ieee80211 stamp to 1.1.6James Ketrenos1-1/+1
2005-10-20[ARM] 3028/1: S3C2410 - add DCLK mask definitionsBen Dooks1-0/+6
2005-10-20[ARM] 3026/1: S3C2410 - avoid possible overflow in pll calculationsBen Dooks1-4/+11
2005-10-20Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust3-3/+44
2005-10-20[PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins1-13/+3
2005-10-20Merge branch 'master'Jeff Garzik6-10/+52
2005-10-20Merge branch 'master'Jeff Garzik6-10/+52
2005-10-19Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2005-10-19[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto1-2/+30
2005-10-19[PATCH] Handle spurious page fault for hugetlb regionSeth, Rohit1-0/+13
2005-10-18RPCSEC_GSS: krb5 cleanupJ. Bruce Fields1-8/+4
2005-10-18RPCSEC_GSS remove all qop parametersJ. Bruce Fields4-27/+8
2005-10-18RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields1-1/+17
2005-10-18RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields1-3/+2
2005-10-18RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields1-1/+6
2005-10-18SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields1-1/+4
2005-10-18SUNRPC: Add support for privacy to generic gss-api code.J. Bruce Fields1-0/+22
2005-10-18Merge branch 'upstream'Jeff Garzik79-317/+326
2005-10-18[PATCH] sgiseeq: Configure PIO and DMA timing requests.Ralf Baechle1-20/+20
2005-10-18Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust3-7/+8
2005-10-18NFSv4: Eliminate nfsv4 open race...Trond Myklebust1-1/+1
2005-10-18VFS: Allow the filesystem to return a full file pointer on open intentTrond Myklebust1-0/+8
2005-10-18NFSv4: Fix up handling of open_to_lock sequence idsTrond Myklebust1-15/+4
2005-10-18NFSv4: Make NFS clean up byte range locks asynchronouslyTrond Myklebust1-1/+1
2005-10-18NFSv4: Fix a potential CLOSE raceTrond Myklebust1-1/+1
2005-10-18NFSv4: Add functions to order RPC callsTrond Myklebust1-7/+8
2005-10-18RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust1-0/+1
2005-10-18[PATCH] libata CHS: calculate read/write commands and protocol on the fly (re...Albert Lee2-4/+6
2005-10-18Merge branch 'master'Jeff Garzik8-66/+90
2005-10-18Merge branch 'master'Jeff Garzik8-66/+90
2005-10-18Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust153-756/+1034
2005-10-18[ARM] 3023/1: pxa-regs: Typo in ARM pxa register definitions.Paul Schulz1-1/+1
2005-10-18[ARM] 3021/1: Interrupt 0 bug fix for ixp4xxKenneth Tan1-4/+5
2005-10-18[ARM] 3020/1: Fixes typo error CONFIG_CPU_IXP465, which should be CONFIG_CPU_...Kenneth Tan1-1/+1
2005-10-18[ARM] 3019/1: fix wrong commentsNicolas Pitre1-2/+2
2005-10-17[PATCH] aio: revert lock_kiocb()Zach Brown1-1/+6
2005-10-17[PATCH] rcu: keep rcu callback event counterEric Dumazet1-0/+1
2005-10-17[PATCH] list: add missing rcu_dereference on first elementHerbert Xu1-17/+22
2005-10-16[PATCH]: highest_possible_processor_id() has to be a macroAl Viro1-9/+7
2005-10-14Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-21/+9
2005-10-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-16/+43
2005-10-14[PATCH] Fix copy-and-paste error in BSD accountingTim Schmielau1-2/+2
2005-10-14[ARM] 3011/1: pxafb: Add ability to set device parent + fix spitz compile errorRichard Purdie1-0/+1
2005-10-14[ARM] 3009/1: S3C2410 - io.h offsets too large for LDRH/STRHBen Dooks1-16/+42
2005-10-13[SPARC64]: Eliminate PCI IOMMU dma mapping size limit.David S. Miller1-20/+8
2005-10-13[SPARC64]: Consolidate common PCI IOMMU init code.David S. Miller1-1/+1
2005-10-13Merge branch 'master'Jeff Garzik13-18/+60
2005-10-13Merge branch 'master'Jeff Garzik73-271/+260
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller1-0/+12
2005-10-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-3/+11
2005-10-13[ARM] 3005/1: S3C2440 - add definition for s3c2440_set_dsc() call in hardware.hBen Dooks1-0/+7
2005-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-14/+35
2005-10-12[NETPOLL]: wrong return for null netpoll_poll_lock()Ben Dooks1-1/+1
2005-10-12[ARM] 3003/1: SSP channel map register updates for pxa2xxLiam Girdwood1-3/+4
2005-10-12[PATCH] ppc32: Tell userland about lack of standard TBBenjamin Herrenschmidt1-0/+1
2005-10-12[PATCH] ppc32: Fix timekeepingBenjamin Herrenschmidt1-1/+1
2005-10-11Merge branch 'master'Jeff Garzik57-238/+179
2005-10-10[TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo1-0/+3
2005-10-10[NETFILTER] ctnetlink: allow userspace to change TCP statePablo Neira Ayuso1-0/+3
2005-10-10[NETFILTER]: Use only 32bit counters for CONNTRACK_ACCTHarald Welte2-4/+10
2005-10-10[NETFILTER] ctnetlink: add one nesting level for TCP statePablo Neira Ayuso1-1/+8
2005-10-10[NETFILTER]: Add missing include to ip_conntrack_tuple.hHarald Welte1-0/+2
2005-10-10[NETFILTER] nat: remove bogus structure memberHarald Welte1-4/+0
2005-10-10[NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte1-4/+8
2005-10-10[PATCH] x86_64: Allocate cpu local data for all possible CPUsAndi Kleen1-0/+1
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte1-0/+1
2005-10-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-1/+3
2005-10-10[PATCH] x86_64: Set up safe page tables during resumeRafael J. Wysocki1-0/+2
2005-10-10[ARM] 2962/1: scoop: Allow GPIO pin suspend state to be specifiedRichard Purdie1-0/+2
2005-10-10[ARM] 2958/1: fix definition in imx-regs.hSascha Hauer1-1/+1
2005-10-09Merge branch 'upstream'Jeff Garzik2-14/+40
2005-10-09Merge branch 'master'Jeff Garzik40-213/+225
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro48-138/+133
2005-10-08Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2-1/+3
2005-10-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-12/+31
2005-10-08[PATCH] Keys: Split key permissions checking into a .c fileDavid Howells1-86/+5
2005-10-08Merge branch 'master'Jeff Garzik49-267/+297
2005-10-07[ALSA] emu10k1 - Fix loading of SBLive Game boardTakashi Iwai1-1/+1
2005-10-07[ALSA] remove redundent assignment to the ac97 device structureNicolas Pitre1-0/+2
2005-10-06[ATM]: add support for LECS addresses learned from networkEric Kinzie1-0/+10
2005-10-06[SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels.Sridhar Samudrala1-5/+5
2005-10-06[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.Ivan Skytte Jørgensen1-7/+16
2005-10-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-13/+19
2005-10-05[IPSEC]: Document that policy direction is derived from the index.Herbert Xu1-0/+5
2005-10-05[PATCH] fix the breakage in sparc headersAl Viro2-14/+14
2005-10-05libata: add ata_ratelimit(), use it in AHCI driver irq handlerJeff Garzik1-0/+2
2005-10-05Merge branch 'master'Jeff Garzik30-186/+192
2005-10-04[XFRM]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-10-04[TEXTSEARCH]: fix sparse gfp nocast warningsRandy Dunlap1-1/+2
2005-10-04[RPC]: fix sparse gfp nocast warningsRandy Dunlap2-2/+2
2005-10-04[IPVS]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-10-04[DECNET]: fix sparse gfp nocast warningsRandy Dunlap2-5/+5
2005-10-04[CONNECTOR]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-10-04[ATM]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-10-04[PATCH] Fix broken IXP4xx GPIO macroDeepak Saxena1-1/+1
2005-10-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-15/+39
2005-10-04[INET]: Shrink struct inet_ehash_bucket on 32 bits UPEric Dumazet1-1/+1
2005-10-04[ARM] 2950/1: i.MX gpio setup functionSascha Hauer1-12/+34
2005-10-04[ARM] 2949/1: Hynix h720x Run modeSascha Hauer1-3/+5
2005-10-04[PATCH] uml: Fix sysrq-r support for skas modeAllan Graves3-35/+17
2005-10-04[PATCH] bfs endianness annotationsAlexey Dobriyan1-21/+21
2005-10-04Merge /spare/repo/linux-2.6/Jeff Garzik55-258/+515
2005-10-04Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik2-4/+32
2005-10-04libata: bitmask based pci init functions for one or two portsAlan Cox1-1/+5
2005-10-03Merge branch 'upstream-fixes'Jeff Garzik71-396/+993
2005-10-03[SPARC]: "extern inline" doesn't make much sense.Adrian Bunk23-114/+114
2005-10-03Merge branch 'master'Jeff Garzik46-204/+443
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-2/+10
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet6-43/+56
2005-10-03[NET]: Fix packet timestamping.Herbert Xu1-9/+3
2005-10-03Lindent and trailing whitespace script executed ieee80211 subsystemJames Ketrenos1-3/+3
2005-10-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds2-0/+3
2005-10-03This will move the ieee80211_is_ofdm_rate function to the ieee80211.hIvo van Doorn1-0/+28
2005-10-01[PATCH] trivial #if -> #ifdefDiego Calleja1-1/+1
2005-09-30[PATCH] x86: hw_irq.h warning fixAndrew Morton1-0/+2
2005-09-30[PATCH] aio: remove unlocked task_list test and resulting raceZach Brown1-0/+34
2005-09-30[PATCH] x86_64: Add missing () around arguments of pte_index macroKirill Korotaev1-1/+1
2005-09-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-51/+13
2005-09-30[PATCH] missing qualifiers in readb() et.al. on ppcAl Viro1-10/+10
2005-09-30[PATCH] uml get_user() NULL noise removalAl Viro1-1/+1
2005-09-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2005-09-29[SPARC64]: Kill arch/sparc64/prom/memory.cDavid S. Miller1-14/+0
2005-09-29[SPARC64]: Rewrite convoluted physical memory probing.David S. Miller1-2/+2
2005-09-30[ARM] 2941/1: Fix running legacy binaries from a soft-float root filesystem w...Daniel Jacobowitz1-0/+2
2005-09-29[PATCH] Fix up TLB flush filter disablingAndi Kleen1-0/+1