Age | Commit message (Expand) | Author | Files | Lines |
2006-10-04 | [PATCH] genirq: x86_64 irq: Remove the msi assumption that irq == vector | Eric W. Biederman | 3 | -46/+0 |
2006-10-04 | [PATCH] genirq: i386 irq: Move msi message composition into io_apic.c | Eric W. Biederman | 2 | -5/+49 |
2006-10-04 | [PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.c | Eric W. Biederman | 2 | -5/+49 |
2006-10-04 | [PATCH] genirq: irq: add a dynamic irq creation API | Eric W. Biederman | 1 | -1/+8 |
2006-10-04 | [PATCH] genirq: msi: refactor the msi_ops | Eric W. Biederman | 1 | -0/+62 |
2006-10-04 | [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msg | Eric W. Biederman | 1 | -0/+6 |
2006-10-04 | [PATCH] genirq: irq: add moved_masked_irq | Eric W. Biederman | 1 | -0/+6 |
2006-10-04 | [PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit | Eric W. Biederman | 1 | -2/+1 |
2006-10-04 | [PATCH] genirq: convert the i386 architecture to irq-chips | Ingo Molnar | 1 | -2/+0 |
2006-10-04 | [PATCH] genirq: convert the x86_64 architecture to irq-chips | Ingo Molnar | 1 | -2/+0 |
2006-10-04 | [PATCH] Fix linux/nfsd/const.h for make headers_check | Cedric Le Goater | 1 | -1/+2 |
2006-10-04 | [PATCH] knfsd: nfsd4: actually use all the pieces to implement referrals | J.Bruce Fields | 1 | -0/+1 |
2006-10-04 | [PATCH] knfsd: nfsd4: xdr encoding for fs_locations | J.Bruce Fields | 1 | -2/+1 |
2006-10-04 | [PATCH] knfsd: nfsd4: fslocations data structures | Manoj Naik | 1 | -0/+20 |
2006-10-04 | [PATCH] knfsd: nfsd: store export path in export | J.Bruce Fields | 1 | -0/+1 |
2006-10-04 | [PATCH] Convert lockd to use the newer mutex instead of the older semaphore | Neil Brown | 1 | -1/+1 |
2006-10-04 | [PATCH] knfsd: register all RPC programs with portmapper by default | Olaf Kirch | 1 | -0/+3 |
2006-10-04 | [PATCH] knfsd: export nsm_local_state to user space via sysctl | Olaf Kirch | 1 | -1/+1 |
2006-10-04 | [PATCH] knfsd: match GRANTED_RES replies using cookies | Olaf Kirch | 1 | -1/+1 |
2006-10-04 | [PATCH] knfsd: make nlmclnt_next_cookie SMP safe | Olaf Kirch | 1 | -0/+1 |
2006-10-04 | [PATCH] knfsd: lockd: optionally use hostnames for identifying peers | Olaf Kirch | 2 | -0/+3 |
2006-10-04 | [PATCH] knfsd: simplify nlmsvc_invalidate_all | NeilBrown | 1 | -3/+1 |
2006-10-04 | [PATCH] knfsd: lockd: make nlm_traverse_* more flexible | Olaf Kirch | 2 | -9/+9 |
2006-10-04 | [PATCH] knfsd: change nlm_file to use a hlist | Olaf Kirch | 1 | -2/+1 |
2006-10-04 | [PATCH] knfsd: lockd: Change list of blocked list to list_node | Olaf Kirch | 1 | -4/+3 |
2006-10-04 | [PATCH] knfsd: lockd: make the hash chains use a hlist_node | Olaf Kirch | 1 | -1/+1 |
2006-10-04 | [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle | Olaf Kirch | 1 | -1/+0 |
2006-10-04 | [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle | Olaf Kirch | 1 | -2/+2 |
2006-10-04 | [PATCH] knfsd: lockd: introduce nsm_handle | Olaf Kirch | 1 | -3/+14 |
2006-10-04 | [PATCH] knfsd: when looking up a lockd host, pass hostname & length | Olaf Kirch | 1 | -3/+3 |
2006-10-04 | [PATCH] knfsd: consolidate common code for statd->lockd notification | Olaf Kirch | 1 | -2/+3 |
2006-10-04 | [PATCH] knfsd: knfsd: cache ipmap per TCP socket | Greg Banks | 3 | -0/+15 |
2006-10-04 | [PATCH] knfsd: Allow max size of NFSd payload to be configured | NeilBrown | 2 | -2/+3 |
2006-10-04 | [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP | Greg Banks | 5 | -12/+77 |
2006-10-04 | [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom | NeilBrown | 4 | -6/+2 |
2006-10-04 | [PATCH] knfsd: Replace two page lists in struct svc_rqst with one | NeilBrown | 1 | -59/+10 |
2006-10-04 | [PATCH] mmc: driver for TI FlashMedia card reader - source | Alex Dubov | 1 | -0/+158 |
2006-10-04 | [PATCH] scx200_hrt: fix precedence bug manifesting as 27x clock in 1 MHz mode | Jim Cromie | 1 | -1/+1 |
2006-10-04 | [PATCH] slab: clean up leak tracking ifdefs a little bit | Christoph Hellwig | 1 | -8/+18 |
2006-10-04 | [PATCH] ipc: headers_check fix | Cedric Le Goater | 3 | -8/+14 |
2006-10-04 | [PATCH] i383 numa: fix numaq/summit apicid conflict | Keith Mannthey | 1 | -1/+1 |
2006-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 86 | -86/+86 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 86 | -86/+86 |
2006-10-04 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 11 | -922/+4 |
2006-10-03 | V4L/DVB (4673): Mark the two newer ioctls as experimental | Mauro Carvalho Chehab | 1 | -0/+5 |
2006-10-03 | V4L/DVB (4672): Frame format enumeration (1/2) | Laurent Pinchart | 1 | -0/+75 |
2006-10-03 | V4L/DVB (4666): Ensure the WM8775 driver is loaded generically for any board. | Steven Toth | 1 | -1/+3 |
2006-10-03 | [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support. | Yoichi Yuasa | 10 | -920/+0 |
2006-10-03 | [MIPS] BCM1250: TRDY timeout tweaks for Broadcom SiByte systems | Maciej W. Rozycki | 1 | -0/+3 |
2006-10-03 | [MIPS] Let gcc align 'struct pt_regs' on 8 bytes boundary | Franck Bui-Huu | 1 | -2/+1 |