summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] srcu-3: RCU variant permitting read-side blockingPaul E. McKenney2006-10-041-0/+49
* [PATCH] htirq: tidy up the htirq codeEric W. Biederman2006-10-042-11/+15
* [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-042-67/+49
* [PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2006-10-041-0/+7
* [PATCH] Initial generic hypertransport interrupt supportEric W. Biederman2006-10-041-0/+17
* [PATCH] Add Hypertransport capability definesEric W. Biederman2006-10-041-0/+21
* [PATCH] genirq: irq: generalize the check for HARDIRQ_BITSEric W. Biederman2006-10-041-1/+6
* [PATCH] genirq: irq: remove msi hacksEric W. Biederman2006-10-041-36/+0
* [PATCH] genirq: irq: add a dynamic irq creation APIEric W. Biederman2006-10-041-1/+8
* [PATCH] genirq: msi: refactor the msi_opsEric W. Biederman2006-10-041-0/+62
* [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman2006-10-041-0/+6
* [PATCH] genirq: irq: add moved_masked_irqEric W. Biederman2006-10-041-0/+6
* [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bitEric W. Biederman2006-10-041-2/+1
* [PATCH] Fix linux/nfsd/const.h for make headers_checkCedric Le Goater2006-10-041-1/+2
* [PATCH] knfsd: nfsd4: actually use all the pieces to implement referralsJ.Bruce Fields2006-10-041-0/+1
* [PATCH] knfsd: nfsd4: xdr encoding for fs_locationsJ.Bruce Fields2006-10-041-2/+1
* [PATCH] knfsd: nfsd4: fslocations data structuresManoj Naik2006-10-041-0/+20
* [PATCH] knfsd: nfsd: store export path in exportJ.Bruce Fields2006-10-041-0/+1
* [PATCH] Convert lockd to use the newer mutex instead of the older semaphoreNeil Brown2006-10-041-1/+1
* [PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch2006-10-041-0/+3
* [PATCH] knfsd: export nsm_local_state to user space via sysctlOlaf Kirch2006-10-041-1/+1
* [PATCH] knfsd: match GRANTED_RES replies using cookiesOlaf Kirch2006-10-041-1/+1
* [PATCH] knfsd: make nlmclnt_next_cookie SMP safeOlaf Kirch2006-10-041-0/+1
* [PATCH] knfsd: lockd: optionally use hostnames for identifying peersOlaf Kirch2006-10-042-0/+3
* [PATCH] knfsd: simplify nlmsvc_invalidate_allNeilBrown2006-10-041-3/+1
* [PATCH] knfsd: lockd: make nlm_traverse_* more flexibleOlaf Kirch2006-10-042-9/+9
* [PATCH] knfsd: change nlm_file to use a hlistOlaf Kirch2006-10-041-2/+1
* [PATCH] knfsd: lockd: Change list of blocked list to list_nodeOlaf Kirch2006-10-041-4/+3
* [PATCH] knfsd: lockd: make the hash chains use a hlist_nodeOlaf Kirch2006-10-041-1/+1
* [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handleOlaf Kirch2006-10-041-1/+0
* [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch2006-10-041-2/+2
* [PATCH] knfsd: lockd: introduce nsm_handleOlaf Kirch2006-10-041-3/+14
* [PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch2006-10-041-3/+3
* [PATCH] knfsd: consolidate common code for statd->lockd notificationOlaf Kirch2006-10-041-2/+3
* [PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks2006-10-043-0/+15
* [PATCH] knfsd: Allow max size of NFSd payload to be configuredNeilBrown2006-10-042-2/+3
* [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks2006-10-045-12/+77
* [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown2006-10-044-6/+2
* [PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown2006-10-041-59/+10
* [PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov2006-10-041-0/+158
* [PATCH] scx200_hrt: fix precedence bug manifesting as 27x clock in 1 MHz modeJim Cromie2006-10-041-1/+1
* [PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig2006-10-041-8/+18
* [PATCH] ipc: headers_check fixCedric Le Goater2006-10-043-8/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-10-0314-14/+14
|\
| * fix file specification in commentsUwe Zeisberger2006-10-0314-14/+14
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-032-68/+3
|\ \
| * | [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.Yoichi Yuasa2006-10-032-68/+0
| * | [MIPS] BCM1250: TRDY timeout tweaks for Broadcom SiByte systemsMaciej W. Rozycki2006-10-031-0/+3
| |/
* | V4L/DVB (4673): Mark the two newer ioctls as experimentalMauro Carvalho Chehab2006-10-031-0/+5
* | V4L/DVB (4672): Frame format enumeration (1/2)Laurent Pinchart2006-10-031-0/+75
|/
OpenPOWER on IntegriCloud