summaryrefslogtreecommitdiffstats
path: root/drivers/pci (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-17USB: fix autosuspend race in skeleton driverOliver Neukum1-4/+6
2007-02-17USB: asix - Fix endian issues in asix_tx_fixup()David Hollis1-0/+2
2007-02-17USB: fix concurrent buffer access in the hub driverAlan Stern1-0/+6
2007-02-17USB: Fix error cleanup path in airprimePete Zaitcev1-27/+8
2007-02-17USB: descriptor structures have to be packedInaky Perez-Gonzalez1-10/+10
2007-02-17EHCI: add debugging message to ehci_bus_suspendAlan Stern1-0/+2
2007-02-17usbcore: small changes to hub driver's suspend methodAlan Stern1-15/+10
2007-02-17USB: Fix apparent typo CONFIG_USB_CDCETHER.Robert P. J. Day1-1/+1
2007-02-17USB: add flow control to usb-serial generic driver.Joris van Rantwijk2-18/+90
2007-02-17USB: unusual_devs update for Sony P990i phoneAlan Stern1-2/+3
2007-02-17USB: Teac HD-35PU patch to unusual_devs.hThomas Bächler1-0/+10
2007-02-17USB: PL2303: Willcom WS002IN Support.YOSHIFUJI Hideaki2-0/+6
2007-02-17USB: fix needless failure under certain conditionsOliver Neukum1-4/+5
2007-02-17USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett1-1/+1
2007-02-17USB: Driver to charge USB blackberry devicesGreg Kroah-Hartman4-0/+153
2007-02-17EHCI: turn off remote wakeup during shutdownAlan Stern1-0/+17
2007-02-16[PATCH] s3c2410fb: fix un-initialised dev fieldBen Dooks1-0/+2
2007-02-16[PATCH] ecryptfs: fix forgotten format specifierThomas Hisch1-1/+2
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow3-8/+24
2007-02-16[PATCH] knfsd: stop NFSD writes from being broken into lots of little writes ...NeilBrown1-13/+19
2007-02-16[PATCH] knfsd: nfsd4: fix handling of directories without default ACLsJ. Bruce Fields1-1/+20
2007-02-16[PATCH] knfsd: nfsd4: acls: avoid unnecessary deniesJ. Bruce Fields1-45/+145
2007-02-16[PATCH] knfsd: nfsd4: acls: don't return explicit maskJ. Bruce Fields1-18/+7
2007-02-16[PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields2-2/+5
2007-02-16[PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savememJ. Bruce Fields1-6/+4
2007-02-16[PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked listJ. Bruce Fields4-136/+66
2007-02-16[PATCH] knfsd: nfsd4: simplify nfsv4->posix translationJ. Bruce Fields1-95/+38
2007-02-16[PATCH] knfsd: nfsd4: relax checking of ACL inheritance bitsJ. Bruce Fields1-10/+13
2007-02-16[PATCH] knfsd: nfsd4: fix non-terminated stringJ. Bruce Fields1-1/+6
2007-02-16[PATCH] small irq management simplificationJan Beulich1-4/+2
2007-02-16[PATCH] IRQ kernel-doc fixesRandy Dunlap2-1/+2
2007-02-16[PATCH] genirq: remove IRQ_DISABLEDIngo Molnar5-14/+6
2007-02-16[PATCH] genirq: do not mask interrupts by defaultIngo Molnar3-7/+12
2007-02-16[PATCH] posix timers: RCU optimization for clock_gettime()Paul E. McKenney1-5/+10
2007-02-16[PATCH] time: x86_64: re-enable vsyscall support for x86_64john stultz9-99/+105
2007-02-16[PATCH] time: x86_64: convert x86_64 to use GENERIC_TIMEjohn stultz10-415/+126
2007-02-16[PATCH] time: x86_64: split x86_64/kernel/time.c upjohn stultz7-663/+687
2007-02-16[PATCH] time: x86_64: hpet_address cleanupjohn stultz4-34/+26
2007-02-16[PATCH] generic: vsyscall-gtod support for GENERIC_TIMEjohn stultz2-0/+11
2007-02-16[PATCH] Add SysRq-Q to print timer_list debug infoIngo Molnar2-1/+16
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar6-1/+333
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar9-4/+650
2007-02-16[PATCH] hrtimers: prevent possible itimer DoSThomas Gleixner2-25/+47
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner8-58/+650
2007-02-16[PATCH] i386: enable dynticks in kconfigIngo Molnar1-0/+2
2007-02-16[PATCH] i386 prepare nmi watchdog for dynticksThomas Gleixner1-2/+7
2007-02-16[PATCH] i386 prepare for dyntickIngo Molnar1-0/+3
2007-02-16[PATCH] i386 rework local apic timer calibrationThomas Gleixner2-152/+215
2007-02-16[PATCH] clockevents: i386 driversThomas Gleixner17-847/+811
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner15-17/+1049