summaryrefslogtreecommitdiffstats
path: root/kernel/configs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-22HTC_EGPIO is ARM-onlyAl Viro1-1/+1
2008-05-22provide out-of-line strcat() for m68kAl Viro1-0/+6
2008-05-22caiaq endianness fixAl Viro1-2/+2
2008-05-22MODULE_LICENSE expects "GPL v2", not "GPLv2"Al Viro8-8/+8
2008-05-22msnd_* is ISA-onlyAl Viro1-2/+2
2008-05-22missing dependencies on HAS_DMAAl Viro5-5/+5
2008-05-22ocfs2 endianness fixesAl Viro1-2/+2
2008-05-22irda-usb endianness annotations and fixesAl Viro2-3/+3
2008-05-22sbus bpp: instances missed in s/dev_name/bpp_dev_name/Al Viro1-3/+3
2008-05-22ecryptfs fixesAl Viro1-14/+12
2008-05-22misc drivers/net endianness noiseAl Viro6-14/+16
2008-05-22thanks to net/mac80211 we need to pull drivers/leds/Kconfig on umlAl Viro1-0/+2
2008-05-22missing export of csum_partial() on uml/amd64Al Viro1-2/+4
2008-05-22uml: add missing exports for UML_RANDOM=mAl Viro1-0/+5
2008-05-22fix hppfs Makefile breakageAl Viro1-4/+1
2008-05-22fix include order in sys-i386/registers.cAl Viro1-0/+1
2008-05-22missed kmalloc() in pcap_user.cAl Viro1-1/+1
2008-05-21[CIFS] Remove debug statementSteve French1-1/+1
2008-05-21Fix possible access to undefined memory region.Igor Mammedov1-4/+5
2008-05-21pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev1-0/+4
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy4-2/+41
2008-05-20[CIFS] Enable DFS support for Windows query path infoSteve French1-146/+178
2008-05-20drivers/atm/: remove CVS keywordsAdrian Bunk6-17/+1
2008-05-20vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-20net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-05-20net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-05-20ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-05-20USB: CDC WDM driverOliver Neukum4-0/+761
2008-05-20USB: ehci-orion: the Orion EHCI root hub does have a Transaction TranslatorLennert Buytenhek1-0/+2
2008-05-20USB: serial: ch341: New VID/PID for CH341 USB-serialMichael F. Robbins1-0/+1
2008-05-20USB: build fixIngo Molnar1-1/+1
2008-05-20USB: pxa27x_udc - Fix Oopskarl beldan1-1/+2
2008-05-20USB: OPTION: fix name of Onda MSA501HS HSDPA modemArnaldo Carvalho de Melo1-1/+2
2008-05-20USB: add TELIT HDSPA UC864-E modem to option driverGreg Kroah-Hartman1-0/+4
2008-05-20usb-serial: Use ftdi_sio driver for RATOC REX-USB60FAtsushi Nemoto4-2/+7
2008-05-20iop-adma: fixup some kzalloc/memset confusionsChristophe Jaillet1-4/+2
2008-05-20fsldma: update the fsldma driver MAINTAINERS infoZhang Wei1-2/+4
2008-05-20SCSI: fix race in device_createGreg Kroah-Hartman4-16/+17
2008-05-20USB: Core: fix race in device_createGreg Kroah-Hartman1-3/+3
2008-05-20USB: Phidget: fix race in device_createGreg Kroah-Hartman3-10/+9
2008-05-20s390: fix race in device_createGreg Kroah-Hartman1-5/+4
2008-05-20SOUND: fix race in device_createGreg Kroah-Hartman1-5/+3
2008-05-20UIO: fix race in device_createGreg Kroah-Hartman1-4/+3
2008-05-20Power Supply: fix race in device_createGreg Kroah-Hartman1-4/+2
2008-05-20LEDS: fix race in device_createGreg Kroah-Hartman1-4/+2
2008-05-20IB: fix race in device_createGreg Kroah-Hartman2-13/+12
2008-05-20ide: fix race in device_createGreg Kroah-Hartman1-3/+2
2008-05-20fbdev: fix race in device_createGreg Kroah-Hartman1-3/+7
2008-05-20mm: bdi: fix race in bdi_class device creationGreg Kroah-Hartman1-10/+2
2008-05-20Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman2-6/+91