summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-06Linux v2.6.12-rc4v2.6.12-rc4Linus Torvalds1-1/+1
2005-05-06[PATCH] uml: x86_64 fixesJeff Dike5-5/+9
2005-05-06[PATCH] uml: Fix process exit raceBodo Stroesser5-16/+11
2005-05-06[PATCH] uml: S390 preparation, arch_align_stackBodo Stroesser1-0/+9
2005-05-06[PATCH] uml: Use CONFIG variable for address space sizeBodo Stroesser1-7/+1
2005-05-06[PATCH] uml: Turn literal numbers into symbolic constantsJeff Dike1-13/+22
2005-05-06[PATCH] uml: Makefile cleanupJeff Dike1-5/+1
2005-05-06[PATCH] uml: Eliminate unusable functionJeff Dike1-10/+0
2005-05-06[PATCH] uml: S390 preparation, save an extra registerBodo Stroesser1-0/+4
2005-05-06[PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarchBodo Stroesser4-50/+153
2005-05-06[PATCH] uml: command line handling cleanupJeff Dike3-5/+6
2005-05-06[PATCH] uml: Remove include/asm-um/elf.hJeff Dike1-196/+0
2005-05-06[PATCH] uml: __deprecated makes build unnecessarily noisyJeff Dike2-4/+4
2005-05-06[PATCH] video/tuner: add VIDEO_G_FREQUENCY and freq range to VIDIOC_G_TUNERJiri Benc1-0/+11
2005-05-06[PATCH] video/tuner: fix tuner->freq updatingJiri Benc1-2/+1
2005-05-06[PATCH] ppc32: Fix POWER3/POWER4 compiler errorKumar Gala1-0/+2
2005-05-06[PATCH] ppc64: enable CONFIG_RTAS_PROC by defaultPaul Mackerras1-0/+1
2005-05-06[PATCH] revert msdos partitioning fixAndrew Morton1-5/+0
2005-05-06[PATCH] drivers/block/rd.c: rd_size shouldn't be staticAdrian Bunk1-1/+1
2005-05-06Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6.gitLinus Torvalds12-39/+48
2005-05-06Merge of master.kernel.org:/home/rmk/linux-2.6-serial.gitLinus Torvalds1-0/+2
2005-05-06Fix acpi_find_rsdp() - acpi_scan_rsdp takes length, not endLinus Torvalds1-1/+1
2005-05-06[SCSI] correct the sym2 period setting routinesJames Bottomley1-2/+3
2005-05-06[PATCH] fix alsa via82xx resumeJens Axboe1-1/+1
2005-05-06[PATCH] ppc64: global interrupt queue cleanupPaul Mackerras3-14/+12
2005-05-06[PATCH] 8250_pci.c: add comment about enum sorting orderRussell King1-0/+2
2005-05-05[PATCH] ppc64: remove explicit contig_page_data referencePaul Mackerras1-1/+1
2005-05-05[PATCH] ppc64: remove unused arch/ppc64/boot/start.cPaul Mackerras1-654/+0
2005-05-05[PATCH] ppc64: remove asm/bootinfo.h includePaul Mackerras1-1/+0
2005-05-05[PATCH] ppc64: fix reloc_offset commentPaul Mackerras1-1/+1
2005-05-05[PATCH] ppc64: fix prom.c compile warningPaul Mackerras1-1/+1
2005-05-05[PATCH] arch/ppc64: Replace custom MIN macroTobias Klauser1-5/+1
2005-05-05[PATCH] drivers/scsi/sym53c416.c: fix a wrong checkAdrian Bunk1-1/+1
2005-05-05[PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk1-1/+1
2005-05-05[PATCH] documentation for strncpy()walter harms1-0/+4
2005-05-05[PATCH] correctly name the Shell sortDomen Puncer1-1/+1
2005-05-05[PATCH] fix lib/sort regression testDomen Puncer1-1/+1
2005-05-05[PATCH] fix NCR53C9x.c compile warningAdrian Bunk1-1/+4
2005-05-05[PATCH] x86: geode support fixesKianusch Sayah Karadji3-16/+14
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl39-42/+41
2005-05-05[PATCH] CodingStyle: trivial whitespace fixupsDomen Puncer3-12/+12
2005-05-05[PATCH] Spelling cleanups in shrinker codeDomen Puncer1-2/+2
2005-05-05[PATCH] ixj* - compile warning cleanupDomen Puncer3-13/+9
2005-05-05[PATCH] fix up a comment still refering to verify_areaJesper Juhl1-1/+1
2005-05-05[PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso2-3/+8
2005-05-05[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap1-1/+1
2005-05-05[PATCH] cyrix: eliminate bad section referencesmaximilian attems1-2/+2
2005-05-05[PATCH] make some things staticAdrian Bunk38-86/+93
2005-05-05[PATCH] device-mapper: Some missing staticsAlasdair G Kergon4-5/+5
2005-05-05[PATCH] device-mapper dm-emc: Fix a memsetAlasdair G Kergon1-3/+3
2005-05-05[PATCH] device-mapper multipath: Use private workqueueAlasdair G Kergon1-10/+22
2005-05-05[PATCH] device-mapper: tidy dm_suspendAlasdair G Kergon1-20/+23
2005-05-05[PATCH] device-mapper: handle __lock_fs errorAlasdair G Kergon1-8/+14
2005-05-05[PATCH] device-mapper: let freeze_bdev return errorAlasdair G Kergon1-1/+17
2005-05-05[PATCH] device-mapper: __unlock_fs voidAlasdair G Kergon1-4/+2
2005-05-05[PATCH] device-mapper: store bdev while frozenAlasdair G Kergon1-15/+8
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton3-60/+1
2005-05-05[PATCH] orinoco MAINTAINERS updatePavel Roskin1-1/+3
2005-05-05[PATCH] bttv: fix dst i2c read/write timeout failure.Manu Abraham1-8/+6
2005-05-05[PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig5-22/+9
2005-05-05[PATCH] remove outdated comments from filemap.cChristoph Hellwig1-5/+0
2005-05-05[PATCH] DAC960: add support for Mylex AcceleRAID 4/5/600Christoph Hellwig3-1/+449
2005-05-05[PATCH] pcmcia: yenta TI: align irq of func1 to func0 if INTRTIE is setDaniel Ritz1-10/+30
2005-05-05[PATCH] pcmcia: enable 32-bit memory windows on pd6729Dominik Brodowski1-1/+1
2005-05-05[PATCH] saa6752hs: resolutions handlingFrederic CAND2-19/+90
2005-05-05[PATCH] Update dontdiffMatt Porter1-0/+3
2005-05-05[PATCH] remove BK documentationAdrian Bunk12-612/+3
2005-05-05[PATCH] uninline tty_paranoia_check()Andrew Morton1-1/+1
2005-05-05[PATCH] drivers/ide/pci/sis5513.c: section fixesAdrian Bunk1-3/+3
2005-05-05[PATCH] setitimer timer expires too earlyPaulo Marques1-1/+5
2005-05-05[PATCH] __block_write_full_page() simplificationAndrew Morton1-9/+1
2005-05-05[PATCH] __block_write_full_page speedupAndrew Morton1-5/+1
2005-05-05[PATCH] __block_write_full_page race fixNick Piggin1-5/+13
2005-05-05[PATCH] fix race in __block_prepare_writeNick Piggin1-4/+6
2005-05-05[PATCH] 3c59x: only put the device into D3 when we're actually using WOLDaniel Ritz1-3/+6
2005-05-05[PATCH] patch-kernel: support non-incremental 2.6.x.y 'stable' patchesRandy.Dunlap1-30/+101
2005-05-05[PATCH] kprobes: Allow multiple kprobes at the same addressAnanth N Mavinakayanahalli2-13/+134
2005-05-05[PATCH] Kprobes: Oops! in unregister_kprobe()Prasanna S Panchamukhi1-1/+5
2005-05-05[PATCH] Kprobes: Incorrect handling of probes on ret/lret instructionPrasanna S Panchamukhi2-0/+14
2005-05-05[PATCH] uml: header and code cleanupBodo Stroesser2-18/+2
2005-05-05[PATCH] uml: remove a dangling symlinkBodo Stroesser2-25/+1
2005-05-05[PATCH] uml: s390 preparation, sighandler interface abstractionBodo Stroesser3-2/+6
2005-05-05[PATCH] uml: s390 preparation, delay moved to archBodo Stroesser6-21/+43
2005-05-05[PATCH] uml: s390 preparation, checksumming done in arch codeBodo Stroesser5-59/+27
2005-05-05[PATCH] uml: s390 preparation, linkage.h inherited from hostBodo Stroesser1-4/+3
2005-05-05[PATCH] uml: s390 preparation, elf.hBodo Stroesser9-215/+451
2005-05-05[PATCH] uml: hostfs failed mount handlingJeff Dike1-3/+7
2005-05-05[PATCH] uml: inclusion cleanupJeff Dike1-1/+0
2005-05-05[PATCH] uml: tidy Makefile.rulesJeff Dike1-4/+5
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike8-7/+55
2005-05-05[PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser24-115/+279
2005-05-05[PATCH] uml: fix a ptrace callJeff Dike1-2/+3
2005-05-05[PATCH] uml: finish cross-build supportAl Viro1-0/+30
2005-05-05[PATCH] uml: fix missing subdir in x86_64Al Viro1-0/+2
2005-05-05[PATCH] uml: cross-build support : mk_task and mk_constantsAl Viro7-88/+44
2005-05-05[PATCH] uml: cross-build support : mk_threadAl Viro10-114/+46
2005-05-05[PATCH] uml: cross-build support : kernel_offsetsAl Viro4-0/+76
2005-05-05[PATCH] uml: cross-build support: mk_scAl Viro6-85/+75
2005-05-05[PATCH] uml: cross-build support : mk_ptregsAl Viro4-56/+53
2005-05-05[PATCH] uml: start cross-build support : mk_user_constantsAl Viro5-9/+158
2005-05-05[PATCH] uml: use variables rather than symlinks in dependenciesAl Viro1-3/+3
2005-05-05[PATCH] uml: include the linker script rather than symlink itAl Viro3-15/+8
2005-05-05[PATCH] uml kbuild: avoid useless rebuildsPaolo 'Blaisorblade' Giarrusso6-28/+21
2005-05-05[PATCH] x86_64: make string func definition work as intendedPaolo 'Blaisorblade' Giarrusso4-20/+4
2005-05-05[PATCH] uml: kludgy compilation fixes for x86-64 subarch modules supportPaolo 'Blaisorblade' Giarrusso5-1/+79
2005-05-05[PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixesPaolo 'Blaisorblade' Giarrusso5-8/+10
2005-05-05[PATCH] ppc64: pgtable.h and other header cleanupsDavid Gibson11-239/+219
2005-05-05[PATCH] ppc64: add missing Kconfig help textJesper Juhl1-0/+3
2005-05-05[PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.cAnton Blanchard4-1/+13
2005-05-05[PATCH] ppc32: Simplified PPC core revision reportKumar Gala1-19/+18
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse4-9/+28
2005-05-05[PATCH] Add CXT48 to modem black list in ac97Herbert Xu1-0/+1
2005-05-05[PATCH] include/linux/soundcard.h: endianness fixStuart Brady3-10/+75
2005-05-05[PATCH] interwave needs isa pnpAndrew Morton1-0/+1
2005-05-05[PATCH] intel8x0: fix for Intel AC'97 audio driverJason Gaston1-3/+3
2005-05-05[PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2-2/+2
2005-05-05[PATCH] x86 stack initialisation fixAlexander Nyberg1-6/+7
2005-05-05Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds5-18/+4
2005-05-05Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds9-60/+77
2005-05-05Automatic merge of master.kernel.org:/home/rmk/linux-2.6-rmk.gitLinus Torvalds14-53/+116
2005-05-05[PATCH] ARM: 2665/1: kill warnings in entry-armv.SNicolas Pitre1-2/+2
2005-05-05[PATCH] ARM: 2663/1: straightify TLS register emulation a bit moreNicolas Pitre3-20/+25
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo10-124/+395
2005-05-05[SPARC]: Remove legacy stuff from cpu_idle().Coywolf Qi Hunt2-9/+0
2005-05-05[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-05-05[TG3]: Ignore tg3_stop_block() errors.Michael Chan1-10/+3
2005-05-05[TG3]: Elide tg3_stop_block messages when such events are normal.David S. Miller1-36/+36
2005-05-05[IPV4]: multipath_wrandom.c GPF fixesPatrick McHardy1-3/+3
2005-05-05[SPARC64]: Kill useless __pte_alloc_one_kernel indirectionChristoph Hellwig3-9/+4
2005-05-05[ATALK]: Add alloc_ltalkdev().Christoph Hellwig4-6/+24
2005-05-05[SCSI] fix command retries in spi_transport classJames Bottomley1-15/+34
2005-05-05[IPV6]: Fix OOPS when using IPV6_ADDRFORMArnaldo Carvalho de Melo2-4/+10
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott4-19/+19
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott4-46/+56
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott1-5/+3
2005-05-05[XFS] remove noisy printk at vnode trace allocationEric Sandeen1-1/+0
2005-05-05[XFS] stop background sync from waiting for in-use inodesDaniel Moore1-1/+4
2005-05-05[XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott2-2/+44
2005-05-05[XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott1-2/+9
2005-05-05[XFS] Fix up warningsEric Sandeen2-4/+4
2005-05-05[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2-25/+48
2005-05-05[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich2-2/+10
2005-05-05[XFS] Enable XFS_VNODE_TRACEEric Sandeen2-2/+3
2005-05-05[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Nathan Scott6-7/+8
2005-05-05[XFS] Block mount attempts for filesystems with version 1 directories.Nathan Scott1-0/+9
2005-05-05[XFS] Move the XFS inode to the front of its hash list on a cache hitNathan Scott1-1/+50
2005-05-05[DECNET]: Fix build after C99 netlink initializer change.Rafael J. Wysocki1-1/+1
2005-05-05[PATCH] ARM: select PCI, ISA and ISA_DMARussell King4-8/+28
2005-05-05ARM: Add missed imxfb include fileRussell King1-0/+35
2005-05-05Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse225-3313/+9938
2005-05-05[PATCH] ARM: Fix kernel stack offset calculationsRussell King7-23/+26
2005-05-04[PATCH] drivers/base/bus.c: fix iteration in driver_detach()Roman Kagan1-3/+2
2005-05-04[PATCH] Hotplug: Make dev->bus checking consistentAlexander Nyberg1-1/+1
2005-05-04Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/lin...Linus Torvalds44-2040/+8697
2005-05-04Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/shaggy/j...Linus Torvalds1-3/+3
2005-05-04[IA64-SGI] convert some sn SAL_CALLs to ia64_sal_oemcall callsDean Nelson1-19/+46
2005-05-04[IA64-SGI] move nodepda pointer out of pdaDean Nelson4-28/+22
2005-05-04[PATCH] i810fb: fix __initdata accessDenis Vlasenko1-2/+4
2005-05-04[PATCH] ipmi iomem annotations and fixesAl Viro2-17/+17
2005-05-04[PATCH] asm/signal.h unificationAl Viro22-242/+46
2005-05-04[PATCH] sonypi trivial user annotationsAl Viro1-3/+3
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 4 (irda)Al Viro2-5/+7
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 3Al Viro8-21/+21
2005-05-04[PATCH] ISA_DMA Kconfig fixes - part 2 (parport_pc)Al Viro3-11/+31
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 1Al Viro11-0/+45
2005-05-04[PATCH] mbcs trivial user annotationsAl Viro2-4/+4
2005-05-04[PATCH] sparc NULL noise removalAl Viro3-16/+16
2005-05-04JFS: Endian errorsDave Kleikamp1-3/+3
2005-05-04Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/u...Linus Torvalds32-178/+329
2005-05-04Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/aoe-2.6.git/Linus Torvalds6-17/+70
2005-05-04Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/Linus Torvalds18-103/+113
2005-05-04Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.gitLinus Torvalds1-1/+2
2005-05-03[PATCH] PCI: drivers/pci/pci.c: remove pci_dac_set_dma_maskAdrian Bunk3-24/+0
2005-05-03[PATCH] PCI Hotplug: fix pciehp regressionDely Sy1-5/+18
2005-05-03[PATCH] PCI: Spelling fixes for drivers/pci.Steven Cole6-10/+10
2005-05-03[PATCH] PCI: Rapid Hance quirkR.Marek@sh.cvut.cz1-0/+1
2005-05-03[PATCH] PCI Hotplug ibmphp_pci.c: Fix masking out needed information too earlyRolf Eike Beer1-2/+5
2005-05-03[PATCH] PCI: Add pci shutdown abilityGreg KH2-0/+10
2005-05-03[PATCH] PCI: fix up word-aligned 16-bit PCI config access through sysfsssant@in.ibm.com1-24/+58
2005-05-03[PATCH] PCI: Clean up a lot of sparse "Should it be static?" warnings.Greg KH5-1/+5
2005-05-03[PATCH] PCI: fix stale PCI pm docsPavel Machek1-33/+2
2005-05-03[PATCH] PCI: update PCI documentation for pci_get_slot() depreciationMatthew Wilcox1-0/+1
2005-05-03[PATCH] PCI: 'is_enabled' flag should be set/cleared when the device is actua...Kenji Kaneshige1-4/+3
2005-05-03[PATCH] aoe: update version number to 10Ed L Cashin1-1/+1
2005-05-03[PATCH] aoe: add firmware version to info in sysfsEd L Cashin1-0/+13
2005-05-03[PATCH] aoe: allow multiple aoe devices to have the same macEd L Cashin1-7/+4
2005-05-03[PATCH] aoe: update the documentation to mention aoetoolsEd L Cashin1-10/+19
2005-05-03[PATCH] aoe: aoe-stat should work for built-in as well as moduleEd L Cashin1-4/+0
2005-05-03[PATCH] aoe: improve allowed interfaces configurationEd L Cashin2-1/+39
2005-05-03[PATCH] USB cypress_m8: update kernel driver with current sourceLonnie Mendez1-97/+88
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole24-34/+34
2005-05-03[PATCH] USB: unusual_devs entry for Minolta Dimage Z10Phil Dibowitz1-0/+7
2005-05-03[PATCH] USB: unusual_devs.h: atmel snd1 storageVivian Bregier1-0/+8
2005-05-03[PATCH] USB: ftdi_sio redundant macro removalIan Abbott2-6/+2
2005-05-03[PATCH] USB: VID/PID updates for ftdi_sio driverIan Abbott2-11/+57
2005-05-03[PATCH] USB: new usbnet device idAndrea Arcangeli1-0/+3
2005-05-03[PATCH] USB: add a driver for the AirPrime CDMA Wireless PC card.Greg KH3-0/+73
2005-05-03[PATCH] USB: ehci power fixesDavid Brownell3-30/+56
2005-05-03[PATCH] USB Storage: fix compile errorMatthew Dharm1-0/+1
2005-05-03[IPV6]: net/addrconf.h needs to include linux/in6.h earlierPatrick McHardy1-1/+2