aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-06[PATCH] Hugetlb: Copy on Write supportDavid Gibson2-22/+108
2006-01-06[PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COWAdam Litke1-9/+25
2006-01-06[PATCH] Hugetlb: Rename find_lock_page to find_or_alloc_huge_pageAdam Litke1-3/+3
2006-01-06[PATCH] Hugetlb: Remove duplicate i_size checkAdam Litke1-7/+0
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty25-9/+105
2006-01-06[PATCH] reiser4: vfs: add truncate_inode_pages_range()Hans Reiser2-7/+39
2006-01-06[PATCH] memhotplug: register_memory should be globalAndy Whitcroft1-2/+1
2006-01-06[PATCH] memhotplug: register_ and unregister_memory_notifier should be globalAndy Whitcroft1-2/+2
2006-01-06[PATCH] memhotplug: __add_section remove unused pgdat definitionAndy Whitcroft1-1/+0
2006-01-06[PATCH] mm: fix __alloc_pages cpuset ALLOC_* flagsPaul Jackson1-3/+2
2006-01-06[PATCH] swsusp: resume_store() retval fixAndrew Morton1-18/+16
2006-01-06[PATCH] alpha: dma_map_page() fixAndrew Morton1-1/+1
2006-01-06[PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian mach...NeilBrown1-1/+13
2006-01-06[PATCH] nbd: fix TX/RX race conditionHerbert Xu2-62/+68
2006-01-06[PATCH] hfsplus oops fixJoshua Kwan1-1/+1
2006-01-05[PATCH] i386: PTRACE_POKEUSR: allow changing RF bit in EFLAGS register.Chuck Ebbert1-3/+6
2006-01-05Merge http://oss.oracle.com/git/ocfs2Linus Torvalds119-56/+46657
2006-01-05Update MAINTAINERS - Jody is no longer at Steamballoon.Jody McIntyre1-3/+3
2006-01-05Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre128-5709/+5045
2006-01-05[NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn6-9/+15
2006-01-05[IPVS]: Another file needs linux/interrupt.hAndrew Morton1-0/+1
2006-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds76-5351/+2534
2006-01-06[PATCH] pcmcia: add some IDs for ide-cs and dtl1_csRichard Purdie2-0/+5
2006-01-06[PATCH] pcmcia: cleanup cs.c, reduce sizeDaniel Ritz1-49/+39
2006-01-06[PATCH] drivers/pcmcia/cistpl.c: fix endian warningsAlexey Dobriyan1-15/+15
2006-01-06[PATCH] pcmcia: kzalloc conversionDominik Brodowski9-28/+13
2006-01-06[PATCH] pcmcia: no probing of ioports on PARISCDominik Brodowski1-1/+1
2006-01-06[PATCH] pcmcia: export stored values in sysfsDominik Brodowski1-17/+10
2006-01-06[PATCH] 8xx PCMCIA: support for MPC885ADS and MPC866ADSVitaly Bordug1-6/+91
2006-01-06[PATCH] m8xx_pcmcia: support MAP_AUTOSZ required for CF cardsVitaly Bordug1-2/+1
2006-01-06[PATCH] pcmcia: properly handle static mem, but dynamic io socketsDominik Brodowski3-2/+107
2006-01-06[PATCH] pcmcia: fix sound driversDominik Brodowski2-194/+115
2006-01-06[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski48-2233/+472
2006-01-06[PATCH] pcmcia: remove dev_list from driversDominik Brodowski38-651/+78
2006-01-06[PATCH] pcmcia: remove old detach mechanismDominik Brodowski3-62/+17
2006-01-06[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski47-896/+373
2006-01-06[PATCH] pcmcia: merge suspend into device modelDominik Brodowski4-11/+100
2006-01-05[PATCH] pcmcia: new suspend coreDominik Brodowski45-991/+1431
2006-01-05[PATCH] yenta: make bridge specific init code configurableDaniel Ritz3-2/+66
2006-01-05[PATCH] pcmcia: validate_mem fixAndrew Morton1-2/+6
2006-01-05[PATCH] pcmcia: validate_mem shouldn't be voidDominik Brodowski5-62/+75
2006-01-05[PATCH] pcmcia: remove get_socket callbackDominik Brodowski15-607/+0
2006-01-05[PATCH] pcmcia: remove socket register_callbackDominik Brodowski1-1/+0
2006-01-05[PATCH] yenta: optimize interrupt handlerDaniel Ritz1-4/+4
2006-01-05[PATCH] pcmcia: avoid macro usage in cistplPavel Machek1-3/+3
2006-01-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2-2/+2
2006-01-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2006-01-05[IA64] Fix compile warnings in setup.cTony Luck1-1/+1
2006-01-05[ATYFB]: Fix onboard video on SPARC Blade 100 for 2.6.{13,14,15}Luis F. Ortiz1-1/+1
2006-01-05[NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECTYasuyuki Kozakai1-1/+1
2006-01-05[NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.hPatrick McHardy1-0/+1
2006-01-05[NETFILTER]: Export ip6_masked_addrcmp, don't pass IPv6 addresses on stackPatrick McHardy2-8/+14
2006-01-05[NETFILTER]: make ipv6_find_hdr() find transport protocol headerPatrick McHardy8-75/+49
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy5-84/+16
2006-01-05[NETFILTER]: Remove okfn usage in ip_vs_core.cPatrick McHardy1-4/+1
2006-01-05[NETFILTER]: ctnetlink: Fix dumping of helper namePatrick McHardy2-3/+1
2006-01-05[NETFILTER]: Fix module_param types and permissionsPatrick McHardy7-26/+22
2006-01-05[NETFILTER]: Filter dumped entries based on the layer 3 protocol numberPablo Neira Ayuso1-6/+17
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso16-63/+2289
2006-01-05[NETFILTER]: ctnetlink: remove unused variablePablo Neira Ayuso1-2/+0
2006-01-05[NETFILTER]: ctnetlink: fix conntrack mark racePablo Neira Ayuso1-5/+5
2006-01-05[NETFILTER]: ctnetlink: ctnetlink_event cleanupPablo Neira Ayuso1-11/+4
2006-01-05[NETFILTER]: ctnetlink: use u_int32_t instead of unsigned intPablo Neira Ayuso1-1/+1
2006-01-05[NETFILTER]: ctnetlink: propagate ctnetlink_dump_tuples_proto return value backPablo Neira Ayuso1-2/+3
2006-01-05[NETFILTER]: ctnetlink: Add sanity checkings for ICMPYasuyuki Kozakai1-19/+24
2006-01-05[NETFILTER]: ctnetlink: remove bogus checks in ICMP protocol at dumpingPablo Neira Ayuso1-4/+0
2006-01-05[NETFILTER]: Decrease number of pointer derefs in nf_conntrack_core.cJesper Juhl1-3/+4
2006-01-05[NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.cJesper Juhl1-35/+44
2006-01-05[IPVS]: Fix compilationAdrian Bunk2-0/+2
2006-01-05Auto-update from upstreamTony Luck1256-44627/+87735
2006-01-05Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre1256-44627/+87735
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds64-814/+869
2006-01-04[PATCH] i386: "invalid operand" -> "invalid opcode"Chuck Ebbert1-1/+1
2006-01-04[PATCH] Fix IXP4xx watchdog errata workaroundDeepak Saxena1-2/+2
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds457-27716/+39420
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds54-3888/+4485
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds41-137/+34
2006-01-04Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds15-252/+412
2006-01-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds67-2390/+11404
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds95-4471/+17446
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds263-2857/+6860
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds198-2028/+6554
2006-01-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds15-59/+220
2006-01-04Relax the rw_verify_area() error checking.Linus Torvalds3-12/+28
2006-01-04[PATCH] net: swich device attribute creation to default attrsKay Sievers1-47/+21
2006-01-04[PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state()Adrian Bunk1-0/+2
2006-01-04[PATCH] sysfs: handle failures in sysfs_make_direntSteven Rostedt1-1/+5
2006-01-04[PATCH] Driver core: Make block devices create the proper symlink nameGreg Kroah-Hartman1-2/+25
2006-01-04[PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabledGreg Kroah-Hartman1-4/+22
2006-01-04[PATCH] Driver Core: Rearrange exports in platform.cDmitry Torokhov1-11/+10
2006-01-04[PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov2-15/+31
2006-01-04[PATCH] Input: fix add modalias support build errorRusty Russell1-1/+1
2006-01-04[PATCH] Input: add modalias supportRusty Russell3-39/+141
2006-01-04[PATCH] ide: MODALIAS support for autoloading of ide-cd, ide-disk, ...Kay Sievers5-0/+64
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org3-4/+5
2006-01-04[PATCH] Allow overlapping resources for platform devicesKumar Gala1-1/+1
2006-01-04[PATCH] klist: Fix broken kref counting in find functionsFrank Pavlic1-0/+2
2006-01-04[PATCH] Hold the device's parent's lock during probe and removeAlan Stern2-2/+28
2006-01-04[PATCH] driver kill hotplug word from sn and others fixPaul Jackson4-9/+9
2006-01-04[PATCH] HOTPLUG: always enable the .config option, unless EMBEDDEDGreg Kroah-Hartman1-8/+9
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers40-378/+372
2006-01-04[PATCH] merge kobject_uevent and kobject_hotplugKay Sievers3-206/+102
2006-01-04[PATCH] remove mount/umount uevents from superblock handlingKay Sievers3-22/+3
2006-01-04[PATCH] add uevent_helper control in /sys/kernel/Kay Sievers1-3/+22
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers8-107/+40
2006-01-04[PATCH] keep pnpbios usermod_helper away from hotplug_path[]Kay Sievers1-5/+3
2006-01-04[TCP] tcp_vegas: Fix slow startThomas Young1-0/+4
2006-01-04[NET]: More instruction checks fornet/core/filter.cKris Katterjohn1-32/+80
2006-01-04[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki3-4/+4
2006-01-04[IPV6]: Use macro for rwlock_t initialization.YOSHIFUJI Hideaki1-1/+1
2006-01-04[ECONET]: Use macro for spinlock_t definition.YOSHIFUJI Hideaki1-1/+1
2006-01-04[PATCH] Fix pragma packing in ip2 driverDavid Howells1-1/+1
2006-01-04[PATCH] USB: fix usb-skeleton limit resource usage patch.Sam Bishop1-2/+5
2006-01-04[PATCH] USB: fix buffer size limiting in skeleton driverOlav Kongas1-1/+1
2006-01-04[PATCH] USB: fix usb_find_interface for ppc64Pete Zaitcev1-10/+13
2006-01-04[PATCH] USB: Export IEEE-1284 device id in sysfs for usblp devicesDavid Woodhouse1-9/+26
2006-01-04[PATCH] USB: ioctl compat for usblp.cPete Zaitcev1-2/+3
2006-01-04[PATCH] USB: zd1201: make sysfs device symlinkNathan Lynch1-0/+2
2006-01-04[PATCH] USB: Limiting of resource use in skeleton driverOliver Neukum1-7/+18
2006-01-04[PATCH] USB: replace __setup("nousb") with __module_param_callPete Zaitcev1-12/+1
2006-01-04[PATCH] USB: asix.c - Add Linksys USB200M Rev 2 idsDavid Hollis1-0/+4
2006-01-04[PATCH] USB Storage: Fix unusual_devs.h orderPhil Dibowitz1-7/+7
2006-01-04[PATCH] USB: ub 02 Removed unused variableDaniel Marjamaki1-4/+1
2006-01-04[PATCH] USB: ub 01 renamePete Zaitcev1-3/+3
2006-01-04[PATCH] USB: ub 00 implement retries and resetsPete Zaitcev1-117/+287
2006-01-04[PATCH] USB: isp116x-hcd.c: Removed unused variableDaniel Marjamäki1-2/+0
2006-01-04[PATCH] USB: Remove unneeded kmalloc() return value castsJesper Juhl4-7/+7
2006-01-04[PATCH] USB: ftdi_sio: new IDs for Teratronik devicesIan Abbott2-0/+9
2006-01-04[PATCH] USB: Support for Posiflex PP-7000 retail printer in LinuxPavel Fedin2-0/+7
2006-01-04[PATCH] USB: add driver for ATI/Philips USB RF remotesVille Syrjälä3-0/+492
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser11-35/+24
2006-01-04[PATCH] USB: fix local variable clashAlan Stern1-3/+3
2006-01-04[PATCH] USB: usb-storage: add debug entry for REPORT LUNSPaul Walmsley1-0/+1
2006-01-04[PATCH] USB Storage: update MAINTAINERSMatthew Dharm1-1/+1
2006-01-04[PATCH] USB Storage: add alauda supportMatthew Dharm7-0/+1258
2006-01-04[PATCH] USB Storage: more sddr09 cleanupsMatthew Dharm1-10/+23
2006-01-04[PATCH] USB Storage: sddr09 cleanupsMatthew Dharm1-53/+50
2006-01-04[PATCH] USB Storage: cleanups of sddr09Matthew Dharm5-63/+64
2006-01-04[PATCH] USB Storage: make OneTouch PM-awareMatthew Dharm3-1/+39
2006-01-04[PATCH] USB: Let usbmon collect less garbagePete Zaitcev1-13/+6
2006-01-04[PATCH] USB: UHCI: edit some commentsAlan Stern4-35/+36
2006-01-04[PATCH] USB: UHCI: change uhci_explen macroAlan Stern3-11/+11
2006-01-04[PATCH] USB: ati_remote: use time_before() and friendsMarcelo Feitoza Parisi1-8/+9
2006-01-04[PATCH] USB: pl2303_update_line_status data length fixHorst Schirmeier1-1/+1
2006-01-04[PATCH] USB Storage: add unusual_devs entry for NIKON Coolpix 2000fabien COSSE1-0/+8
2006-01-04[PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusionRichard Purdie1-4/+7
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven23-43/+43
2006-01-04[PATCH] USB: drivers/usb/misc/sisusbvga/sisusb.c: remove dead codeAdrian Bunk1-6/+0
2006-01-04[PATCH] USB: Don't assume root-hub resume succeedsAlan Stern1-0/+2
2006-01-04[PATCH] USB Gadget: dummy_hcd: updates to hcd->stateAlan Stern1-12/+31
2006-01-04[PATCH] USB Gadget: file_storage: remove "volatile" declarationsAlan Stern1-21/+38
2006-01-04[PATCH] USB: don't allocate dma pools for PIO HCDsChris Humbert1-0/+3
2006-01-04[PATCH] USB: input/touchkitusb: handle multiple packetsDaniel Ritz1-22/+126
2006-01-04[PATCH] USB: usbserial: race-condition fix.Luiz Fernando Capitulino2-1/+17
2006-01-04[PATCH] USB: usbserial: Adds missing checks and bug fix.Luiz Fernando Capitulino1-0/+32
2006-01-04[PATCH] USB: isp116x-hcd: minor cleanupOlav Kongas1-2/+0
2006-01-04[PATCH] USB: Cleanups for usb gadget mass-storagePavel Machek1-2/+2
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern3-61/+20
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern5-81/+164
2006-01-04[PATCH] USB: One potential problem in gadget/serial.cFengwei Yin1-0/+2
2006-01-04[PATCH] USB: small cleanupsAdrian Bunk2-3/+3
2006-01-04[PATCH] USB: Fix locking for USB suspend/resumeAlan Stern1-15/+39
2006-01-04[PATCH] USB: Disconnect children during hub unbindAlan Stern1-63/+31
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern9-154/+37
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman125-128/+0
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman2-5/+10
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman32-0/+52
2006-01-04[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman2-50/+176
2006-01-04[PATCH] USB: reorg some functions out of the main usb.c fileGreg Kroah-Hartman5-312/+343
2006-01-04[PATCH] USB: make bias writeable in libusualPete Zaitcev1-26/+27
2006-01-04[PATCH] USB: drivers/usb/storage/libusualPete Zaitcev12-167/+486
2006-01-04[PATCH] USB: central handling for host controllers that were reset during sus...Alan Stern6-15/+42
2006-01-04[PATCH] USB: dummy_hcd: rename variablesAlan Stern1-25/+25
2006-01-04[PATCH] USB: usb-net: new device ID passed through module parameterA.YOSHIYAMA1-0/+38
2006-01-04[PATCH] USB: usb-net: removes redundant returnPetko Manolov1-55/+51
2006-01-04[PATCH] USB: file-storage gadget: Add reference count for childrenAlan Stern1-13/+17
2006-01-04[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell7-34/+7
2006-01-04[PATCH] USB: wakeup flag updates (3/3) isp116x-hcdDavid Brownell1-2/+3
2006-01-04[PATCH] USB: wakeup flag updates (2/3) uhci-hcdDavid Brownell1-2/+0
2006-01-04[PATCH] USB: wakeup flag updates (1/3) sl811-hcdDavid Brownell1-2/+4
2006-01-04[PATCH] USB: ehci fix driver model wakeup flagsDavid Brownell1-1/+1
2006-01-04[PATCH] USB: EHCI updates (4/4) driver model wakeup flagsDavid Brownell3-4/+13
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem driver fixmatthieu castet1-10/+18
2006-01-04[PATCH] USB: Eagle and ADI 930 usb adsl modem drivermatthieu castet3-0/+1827
2006-01-04[PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0Alan Stern1-7/+7
2006-01-04[PATCH] USB: isp116x-hcd: cleanupOlav Kongas3-288/+230
2006-01-04[PATCH] USB: isp116x-hcd: support reiniting HC on resumeOlav Kongas1-8/+18
2006-01-04[PATCH] USB: Converting cdc acm to a ring queueDavid Kubicek2-76/+184
2006-01-04[PATCH] USB: Add pxa27x OHCI PM functionsRichard Purdie1-6/+27
2006-01-04[PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie4-42/+88
2006-01-04Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre277-2482/+2612
2006-01-04[ALSA] ad1889 - remove CVS ID from the driver identificationJaroslav Kysela1-1/+1
2006-01-04[ALSA] opl3 - Fix the unreleased resourcesTakashi Iwai1-3/+3
2006-01-04[ALSA] Revert the nested-device patchTakashi Iwai3-11/+3
2006-01-04[ALSA] dummy driver - added CA0106 emulation definesJaroslav Kysela1-1/+17
2006-01-04[ALSA] version 1.0.11rc2Jaroslav Kysela1-2/+2
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo1-0/+1
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo1-0/+2
2006-01-04[DCCP] ackvec: use u8 for the buf offsetsArnaldo Carvalho de Melo2-16/+23
2006-01-04[DCCP] ackvec: Fix spelling of "throw"Andrea Bittau1-3/+3