| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | svc: Remove sk_lastrecv | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Change svc_sock_received to svc_xprt_received and export it | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Make svc_send transport neutral | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Move sk_reserved to svc_xprt | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Make close transport independent | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Move sk_server and sk_pool to svc_xprt | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Move sk_flags to the svc_xprt structure | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Change sk_inuse to a kref | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Change services to use new svc_create_xprt service | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add a generic transport svc_create_xprt function | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add xpo_accept transport function | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add a transport function that checks for write space | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add xpo_prep_reply_hdr | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add per-transport delete functions | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add transport specific xpo_release function | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Move sk_sendto and sk_recvfrom to svc_xprt_class | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add a max payload value to the transport | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Change the svc_sock in the rqstp structure to a transport | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Make svc_sock the tcp/udp transport | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | svc: Add an svc transport class | Tom Tucker | 2008-02-01 | |
| | * | | | | | | | | | | | | nfsd: Allow AIX client to read dir containing mountpoints | Frank Filz | 2008-02-01 | |
| | * | | | | | | | | | | | | nfsd: move nfsd/auth.h into fs/nfsd | J. Bruce Fields | 2008-02-01 | |
| | * | | | | | | | | | | | | knfsd: allow cache_register to return error on failure | J. Bruce Fields | 2008-02-01 | |
| | * | | | | | | | | | | | | knfsd: cache unregistration needn't return error | J. Bruce Fields | 2008-02-01 | |
| | * | | | | | | | | | | | | nfsd: fail module init on reply cache init failure | J. Bruce Fields | 2008-02-01 | |
| | * | | | | | | | | | | | | NFSD: Path name length signage in nfsd request argument structures | Chuck Lever | 2008-02-01 | |
| | * | | | | | | | | | | | | NFSD: Adjust filename length argument of nfsd_lookup | Chuck Lever | 2008-02-01 | |
| | * | | | | | | | | | | | | NFSD: File name length signage in nfsd request argument structures | Chuck Lever | 2008-02-01 | |
| | * | | | | | | | | | | | | NLM: Fix sign of length of NLM variable length strings | Chuck Lever | 2008-02-01 | |
| | * | | | | | | | | | | | | SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace | Chuck Lever | 2008-02-01 | |
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Hibernation: Introduce begin() and end() callbacks | Rafael J. Wysocki | 2008-02-01 | |
| | * | | | | | | | | | | | | Suspend: Introduce begin() and end() callbacks | Rafael J. Wysocki | 2008-02-01 | |
| | * | | | | | | | | | | | | PM: Convert PM notifiers to out-of-line code | Alan Stern | 2008-02-01 | |
| | * | | | | | | | | | | | | Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2) | Alan Stern | 2008-02-01 | |
| | * | | | | | | | | | | | | Hibernation: Introduce exportable suspend ioctls header (rev. 2) | Rafael J. Wysocki | 2008-02-01 | |
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-02-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | PCI: make pci_bus a struct device | Greg Kroah-Hartman | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: fix codingstyle issues in include/linux/pci.h | Greg Kroah-Hartman | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: PCIE ASPM support | Shaohua Li | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI ACPI: Added a function to register _OSC with only PCIe devices. | Andrew Patterson | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: Remove pci_enable_device_bars() | Benjamin Herrenschmidt | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: Add pci_enable_device_{io,mem} intefaces | Benjamin Herrenschmidt | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: Fix bus resource assignment on 32 bits with 64b resources | Benjamin Herrenschmidt | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: export pci_restore_msi_state() | Linas Vepstas | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: get rid of pci_dev::{vendor,device}_compatible fields | Lennert Buytenhek | 2008-02-01 | |
| | * | | | | | | | | | | | | pcie: utilize pcie transaction pending bit | Shaohua Li | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: drivers/pci/rom.c: #if 0 two functions | Adrian Bunk | 2008-02-01 | |
| | * | | | | | | | | | | | | PCI: make pci_restore_bars() static | Adrian Bunk | 2008-02-01 | |
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2008-02-02 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||
