summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-16Linux v2.6.16-rc1v2.6.16-rc1Linus Torvalds1-2/+2
2006-01-16Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-2/+273
2006-01-16[PATCH] Remove unused code from rioctrl.c (Last for this batch of work)Alan Cox1-110/+1
2006-01-16[PATCH] Remove rio_table.c unused codeAlan Cox1-8/+0
2006-01-16[PATCH] Remove unused code from rio_linux.cAlan Cox1-60/+0
2006-01-16[PATCH] Remove unused CHECK code from riocmd.cAlan Cox1-30/+0
2006-01-16[PATCH] Remove unused code from rioroute.hAlan Cox1-24/+0
2006-01-16[PATCH] Remove unused code from rioboot.hAlan Cox1-61/+0
2006-01-16[PATCH] Remove unused code from riobootAlan Cox1-1152/+0
2006-01-16[PATCH] Remove #if 0 and other long dead code from rio_ttyAlan Cox1-583/+0
2006-01-16[PATCH] Remove long dead #if 0 code from rio_paramAlan Cox1-43/+0
2006-01-16[PATCH] Remove old firmware headers from rio driversAlan Cox4-235/+0
2006-01-16[PATCH] Remove rtahw.h from rio driver (unused file)Alan Cox1-75/+0
2006-01-16[PATCH] Remove file riscos.h from rio driver (unused file)Alan Cox1-63/+0
2006-01-16[PATCH] Remove file riowinif.h from rio driver (unused file)Alan Cox1-1329/+0
2006-01-16[PATCH] Remove riotime.h from rio driver (unused file)Alan Cox1-63/+0
2006-01-16[PATCH] Remove file riolocks.h from rio driver (unused file)Alan Cox1-43/+0
2006-01-16[PATCH] Remove proto.h from rio driver (unused file)Alan Cox1-244/+0
2006-01-16[PATCH] Remove poll.h from rio driver (unused file)Alan Cox1-73/+0
2006-01-16[PATCH] Remove mesg.h from rio driver (unused file)Alan Cox1-41/+0
2006-01-16[PATCH] Remove mca.h from rio driver (unused file)Alan Cox1-73/+0
2006-01-16[PATCH] Remove internal firmware building files from rioAlan Cox3-154/+0
2006-01-16[PATCH] Remove hosthw.h from rio (unused file)Alan Cox1-55/+0
2006-01-16[PATCH] Remove formpkt.h from rio (unused file)Alan Cox1-153/+0
2006-01-16[PATCH] Remove enable.h from rio (unused file)Alan Cox1-48/+0
2006-01-16[PATCH] Remove enable.h from rio driver (unused file)Alan Cox1-104/+0
2006-01-16[PATCH] Remove debug.h from rio.h (unused file)Alan Cox1-39/+0
2006-01-16[PATCH] Remove data.h from rio driver (unused file)Alan Cox1-40/+0
2006-01-16[PATCH] Remove chan.h from rio driver (unused file)Alan Cox1-33/+0
2006-01-16[PATCH] Remove cmd.h from rio driver (unused file)Alan Cox1-83/+0
2006-01-16[PATCH] Remove brates.h from rio driver (unused file)Alan Cox1-106/+0
2006-01-16[PATCH] README updatedXose Vazquez Perez1-11/+19
2006-01-16[PATCH] Fix compile warning in bt8xx moduleDmitry Torokhov1-3/+1
2006-01-16[PATCH] kernel/hrtimer.c sparse warning fixIngo Molnar1-1/+2
2006-01-16Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds47-969/+1860
2006-01-16[PATCH] x86_64: Fix VSMP buildRavikiran G Thirumalai1-5/+5
2006-01-16[PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino3-8/+20
2006-01-16[PATCH] x86_64: add x86-64 support for memory hot-addMatt Tolentino2-33/+134
2006-01-16[PATCH] x86_64: Flexmap for 32bit and randomized mappings for 64bitAndi Kleen6-2/+115
2006-01-16[PATCH] x86_64: Remove elf32_map in 32bit ELF loaderAndi Kleen1-17/+0
2006-01-16[PATCH] x86_64: eliminate empty_bad_{page,{pte,pmd}_table}Jan Beulich1-71/+37
2006-01-16[PATCH] x86_64: Update defconfigAndi Kleen1-4/+17
2006-01-16[PATCH] md: Clear clevel whenever level is set.NeilBrown1-0/+1
2006-01-16[PATCH] elevator=as back-compatibilityChuck Ebbert1-0/+7
2006-01-16[PATCH] cs89x0: credit Dmitry PervushinLennert Buytenhek1-0/+3
2006-01-16[PATCH] fuse: fix bitfield raceMiklos Szeredi2-3/+23
2006-01-16[PATCH] fuse: update documentation for sysfsMiklos Szeredi1-0/+63
2006-01-16[PATCH] fuse: use asynchronous READ requests for readpagesMiklos Szeredi1-17/+27
2006-01-16[PATCH] fuse: READ request initializationMiklos Szeredi3-24/+18
2006-01-16[PATCH] fuse: move INIT handling to inode.cMiklos Szeredi3-50/+45
2006-01-16[PATCH] fuse: add asynchronous request supportMiklos Szeredi3-14/+43
2006-01-16[PATCH] fuse: add connection abortingMiklos Szeredi3-6/+88
2006-01-16[PATCH] fuse: add number of waiting requests attributeMiklos Szeredi3-3/+21
2006-01-16[PATCH] fuse: make fuse connection a kobjectMiklos Szeredi3-43/+164
2006-01-16[PATCH] fuse: extend semantics of connected flagMiklos Szeredi3-4/+6
2006-01-16[PATCH] fuse: introduce list for requests under I/OMiklos Szeredi3-6/+10
2006-01-16[PATCH] fuse: introduce unified request stateMiklos Szeredi2-11/+19
2006-01-16[PATCH] fuse: miscellaneous cleanupMiklos Szeredi3-15/+6
2006-01-16[PATCH] fuse: uninline some functionsMiklos Szeredi3-21/+17
2006-01-16[PATCH] fuse: handle error INIT replyMiklos Szeredi1-1/+1
2006-01-16[PATCH] fuse: fix request_end()Miklos Szeredi1-11/+7
2006-01-16[PATCH] fuse: fuse_copy_finish() order fixMiklos Szeredi1-1/+3
2006-01-16[PATCH] add /sys/fsMiklos Szeredi2-0/+8
2006-01-16[PATCH] partitions: Read Rio Karma partition tableBob Copeland5-0/+77
2006-01-16[PATCH] sh: Move CPU subtype configuration to its own KconfigPaul Mundt5-350/+489
2006-01-16[PATCH] sh: Simple timer frameworkPaul Mundt4-0/+329
2006-01-16[PATCH] sh: Simplistic clock frameworkPaul Mundt19-623/+1287
2006-01-16[PATCH] sh: I/O routine cleanups and ioremap() overhaulPaul Mundt6-337/+440
2006-01-16[PATCH] sh: IRQ handler updatesPaul Mundt10-517/+963
2006-01-16[PATCH] sh: kexec() supportkogiidena6-3/+259
2006-01-16[PATCH] sh: DMA updatesPaul Mundt13-120/+291
2006-01-16[PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xxPaul Mundt12-253/+289
2006-01-16[PATCH] fix up sbuslib for new fb_comapt_ioctl prototypeChristoph Hellwig2-13/+11
2006-01-16[PATCH] arm26: s/task_threas_info/task_thread_info/Alexey Dobriyan1-1/+1
2006-01-16[PATCH] mips: add pm_power_offYoichi Yuasa1-0/+6
2006-01-16[PATCH] drivers/char/esp.c spinlock fixIngo Molnar1-1/+1
2006-01-16[PATCH] build kernel/intermodule.c only when requiredAdrian Bunk4-1/+7
2006-01-16[PATCH] no longer mark MTD_OBSOLETE_CHIPS as BROKENAdrian Bunk1-3/+3
2006-01-16[PATCH] arm26: kernel/irq.c: fix compilationAlexey Dobriyan1-1/+2
2006-01-16[PATCH] arm26: add L1_CACHE_SHIFTAlexey Dobriyan1-1/+2
2006-01-16[PATCH] fix arm26 THREAD_SIZEAdrian Bunk1-2/+1
2006-01-16[PATCH] i386: remove gcc version check for CONFIG_REGPARMAdrian Bunk1-4/+1
2006-01-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds31-1756/+2082
2006-01-16[PATCH] hrtimer comment tweakJonathan Corbet1-1/+1
2006-01-16Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds1-1/+1
2006-01-16[PATCH] Fix drivers/block/ps2esdi.c compileJens Axboe1-0/+1
2006-01-16Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjod...Linus Torvalds4-1723/+0
2006-01-16Pull perfmon-montecito into release branchTony Luck3-2/+273
2006-01-16[IA64] Cleanup of arch/ia64/sn and include/asm-ia64/snPrarit Bhargava25-1748/+1758
2006-01-16Actually remove amdtp.[ch], cmp.[ch].Jody McIntyre4-1723/+0
2006-01-16[IA64] pal cache flush patchXu, Anthony1-1/+1
2006-01-16[IA64] Stop multiple pci_claim_resource() call for the same resourceKenji Kaneshige1-5/+14
2006-01-17Make alloc_page_buffers() initialise buffer_heads using init_buffer(),Nathan Scott1-1/+1
2006-01-16[IA64] Simple memory hot-add for ia64.Yasunori Goto1-0/+36
2006-01-16x86-64: fix initrd freeingLinus Torvalds1-1/+1
2006-01-16[PATCH] x86_64: Increase NR_IRQ_VECTORS to 32 * NR_CPUSAndi Kleen1-1/+1
2006-01-16[PATCH] x86_64: Don't try to put kernel page tables beyond ZONE_DMA32.Andi Kleen1-13/+5
2006-01-16[PATCH] x86_64: set do_not_nx as cpuinitdataAndi Kleen1-1/+1
2006-01-16[PATCH] x86_64: lapic resume uses correct base addressShaohua Li1-4/+1
2006-01-16[PATCH] x86_64: Only let user select PM timer support when EMBEDDEDAndi Kleen1-1/+1
2006-01-16[PATCH] x86_64: Allow nesting of int3 by default for kprobesAndi Kleen4-17/+14
2006-01-16[PATCH] x86_64: Mark powernow k8 init functions as __cpuinitAndi Kleen1-2/+2
2006-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds7-26/+41
2006-01-16[IA64] Perfmon for MontecitoStephane Eranian3-2/+273
2006-01-16kbuild: fix 'make all install_modules install'Sam Ravnborg1-1/+1
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg5-14/+15
2006-01-16Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Mauro Carvalho Chehab47-969/+1860
2006-01-16[BLOCK] elevator: if specified scheduler is not found, fall back to defaultJens Axboe1-2/+2
2006-01-16[BLOCK] elevator: Make elevator=as work again for anticipatoryChuck Ebbert1-0/+7
2006-01-16barrier.txt got lost while the new barrier patchset was climbing upTejun Heo1-0/+271
2006-01-15Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds3-20/+10
2006-01-16[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaroundNathan Scott1-3/+0
2006-01-16[XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.Nathan Scott2-12/+2
2006-01-16[XFS] Fix symlink creation too, with respect to initialising SELinuxNathan Scott1-5/+8
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds41-334/+306
2006-01-15Merge branch 'work'Mauro Carvalho Chehab15-88/+212
2006-01-15V4L/DVB (3390): Added remote control support for pinnacle pctvMarkus Rechberger1-0/+77
2006-01-15V4L/DVB (3389): Samsung TBMV30111IN has 6 entriesMichael Krufky1-1/+1
2006-01-15V4L/DVB (3388): tuner_params->tda988x is currently unused, so disableMichael Krufky1-2/+1
2006-01-15V4L/DVB (3387): clean up some commentsMichael Krufky1-1/+2
2006-01-15V4L/DVB (3386): fix some sound quality & distortion problems.Ricardo Cerqueira1-2/+2
2006-01-15V4L/DVB (3385): Return -EINVAL for unknown commands in msp3400 module.Hans Verkuil1-2/+2
2006-01-15V4L/DVB (3384): Separate tv & radio freqs, fix cb/freq transmit order for tun...Hans Verkuil11-82/+129
2006-01-15V4L/DVB (3383): Move tda988x options into tuner_params struct.Michael Krufky1-1/+1
2006-01-15Merge branch 'work'Mauro Carvalho Chehab15-78/+99
2006-01-15Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Mauro Carvalho Chehab936-21168/+47376
2006-01-15Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+2
2006-01-15[PATCH] MAINTAINERS: watchdog device driversWim Van Sebroeck1-0/+6
2006-01-15[WATCHDOG] sa1100_wdt.c sparse cleanupsIan Campbell1-6/+6
2006-01-15kbuild: fix make -jN with multiple targets with O=...Sam Ravnborg1-3/+4
2006-01-15[PATCH] Use atomic64_set for 64-bit case of atomic_long_setKyle McMartin1-1/+1
2006-01-15[PATCH] Fix zoran_card compilation warningJean Delvare1-3/+3
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds48-10477/+2351
2006-01-15[ARM] Fix missing compiler.h includeRussell King1-0/+2
2006-01-15kconfig: get rid of stray a.o, support ncurseswSam Ravnborg2-8/+21
2006-01-15V4L/DVB (3375): git dvb callbacks fixAndrew Morton1-1/+0
2006-01-15powerpc/32: Restore previous version of 32-bit PCI codePaul Mackerras3-2/+1899
2006-01-15V4L/DVB (3381): Fix compilation with AlphaMauro Carvalho Chehab2-26/+26
2006-01-15V4L/DVB (3380): Semaphore to mutex conversion on drivers/mediaIngo Molnar5-43/+45
2006-01-15V4L/DVB (3378): Fix for lack of analog output on some cx88 boardsPanagiotis Christeas1-1/+7
2006-01-15V4L/DVB (3377): make some code staticAdrian Bunk2-2/+2
2006-01-15V4L/DVB (3376): cx88 Kconfig fixes for cx88-alsaMauro Carvalho Chehab1-2/+1
2006-01-15V4L/DVB (3371): Turn frame locked sound on, basic support for FM radio with T...Hartmut Hackmann2-3/+14
2006-01-15V4L/DVB (3365): i2c ids for upd64031a saa717x upd64083 wm8739Tyler Trafford1-0/+4
2006-01-15powerpc: Make ARCH=powerpc the default for 32-bit ppcPaul Mackerras1-1/+1
2006-01-15[PATCH] ppc: Remove powermac support from ARCH=ppcPaul Mackerras35-10286/+206
2006-01-14x86: Work around compiler code generation bug with -OsLinus Torvalds1-3/+3
2006-01-15[PATCH] powerpc: Kconfig changes for CRASH_DUMPHaren Myneni1-11/+10
2006-01-15[PATCH] powerpc: Update pmac32_defconfigBenjamin Herrenschmidt1-45/+60
2006-01-14Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds5-47/+57
2006-01-14Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-2/+3
2006-01-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds123-289/+930
2006-01-14[PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inliningIngo Molnar3-0/+32
2006-01-14[PATCH] pktcdvd: un-inline some functionsPeter Osterlund1-2/+2
2006-01-14[PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven1-4/+4
2006-01-14[PATCH] mark several functions __always_inlineIngo Molnar7-15/+15
2006-01-14[PATCH] enable unit-at-a-time optimisations for gcc4Ingo Molnar1-3/+3
2006-01-14[PATCH] Make __always_inline actually force always inliningIngo Molnar2-1/+2
2006-01-14[PATCH] fbdev: Update maintainers listAntonino A. Daplas1-5/+17
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig22-39/+35
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig27-109/+67
2006-01-14[PATCH] gx1fb: (try to) play nicer with various BIOSesDavid Vrabel2-7/+20
2006-01-14[PATCH] neofb: take existing display configuration as defaultChristian Trefzer1-1/+1
2006-01-14[PATCH] Update kernel-parameters.txt IOSCHED to spell out 'anticipatory'Randy Dunlap1-1/+1
2006-01-14[PATCH] nlm kernel-parameters updateRandy Dunlap1-2/+10
2006-01-14[PATCH] cs89x0: add ixdp2351 supportDeepak Saxena2-6/+25
2006-01-14[PATCH] cs89x0: use u16 for device register dataLennert Buytenhek1-19/+19
2006-01-14[PATCH] cs89x0: use #elif instead of #else/#if/#endifLennert Buytenhek1-3/+1
2006-01-14[PATCH] cs89x0: credit Dmitry PervushinLennert Buytenhek1-0/+3
2006-01-14[PATCH] dell_rbu: fix Bug 5854Abhay Salunke1-22/+4
2006-01-14[PATCH] smbfs: remove kmalloc wrapperPekka Enberg4-81/+12
2006-01-14[PATCH] ncpfs: remove kmalloc wrapperPekka Enberg3-54/+13
2006-01-14[PATCH] abandon gcc 295x main.c tidyCoywolf Qi Hunt1-9/+7
2006-01-14[PATCH] quota: make useless quota error message informativeValdis.Kletnieks@vt.edu1-1/+2
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg1-5/+1
2006-01-14[PATCH] isofs: remove d_splice_alias NULL check from isofs_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson3-5/+37
2006-01-14[PATCH] s390: fix blk_queue_ordered call in dasd.c fixupHeiko Carstens1-1/+1
2006-01-14[PATCH] s390: email-address changeCornelia Huck18-35/+36
2006-01-14[PATCH] s390: chps[] array too shortCornelia Huck1-1/+1
2006-01-14[PATCH] s390: cputime misaccountingMartin Schwidefsky4-8/+30
2006-01-14[PATCH] s390: fix blk_queue_ordered call in dasdcMartin Schwidefsky1-1/+1
2006-01-14[PATCH] s390: add dummy pm_power_offMartin Schwidefsky1-0/+5
2006-01-14[PATCH] s390: spinlock fixesMartin Schwidefsky3-9/+3
2006-01-14[PATCH] s390: fix cpcmd calls on UPAlexey Dobriyan1-3/+3
2006-01-14[PATCH] s390: sigcontext.h vs __userMartin Schwidefsky1-0/+2
2006-01-14[PATCH] s390: show_task oopsHeiko Carstens1-3/+11
2006-01-14[PATCH] s390: sha256 crypto code fixJan Glauber1-7/+22
2006-01-14[PATCH] s390: aes crypto code fixesJan Glauber1-16/+44
2006-01-14[PATCH] s390: des crypto code speedupJan Glauber1-7/+210
2006-01-14[PATCH] s390: des crypto code cleanupJan Glauber1-88/+67
2006-01-14[PATCH] i386: fix stack dump loglevelChuck Ebbert1-18/+39
2006-01-14[PATCH] i386: put HOTPLUG_CPU under Processor type, not Bus optionsRandy Dunlap1-9/+9
2006-01-14[PATCH] powerpc: Add support for the MPC83xx watchdogKumar Gala3-0/+234
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt6-15/+75
2006-01-14[PATCH] Fix for CONFIG_NUMA without CONFIG_SWAPChristoph Lameter1-0/+5
2006-01-14[PATCH] Watchdog: Winsystems EPX-C3 SBCCalin A. Culianu3-0/+239
2006-01-14[PATCH] uml: fix symbol for mktimeMiklos Szeredi1-1/+2