summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-11Linux 2.6.26-rc2v2.6.26-rc2Linus Torvalds1-1/+1
2008-05-11Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds13-104/+189
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds3-4/+6
2008-05-11i2c: Convert some more new-style drivers to use module aliasingJean Delvare5-1/+29
2008-05-11i2c: Match dummy devices by typeJean Delvare3-8/+10
2008-05-11i2c-sibyte: Mark i2c_sibyte_add_bus() as staticMaciej W. Rozycki1-1/+1
2008-05-11i2c-sibyte: Correct a comment about frequencyMaciej W. Rozycki1-2/+2
2008-05-11i2c: Improve the functionality documentationJean Delvare1-43/+52
2008-05-11i2c: Improve smbus-protocol documentationDavid Brownell1-35/+46
2008-05-11i2c-piix4: Blacklist two mainboardsJean Delvare1-2/+30
2008-05-11i2c-piix4: Increase the intitial delay for the ServerWorks CSB5David Milburn1-3/+12
2008-05-11i2c-mpc: Compare to NO_IRQ instead of zeroJon Smirl1-9/+7
2008-05-11usb-serial: Add ThinkOptics WavITBernhard Beck1-0/+1
2008-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds30-159/+149
2008-05-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+3
2008-05-11sparc: Fix debugger syscall restart interactions.David S. Miller17-119/+115
2008-05-11sparc: Fix ptrace() detach.David S. Miller4-0/+8
2008-05-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds23-226/+289
2008-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds15-110/+136
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds4-81/+95
2008-05-10Revert "semaphore: fix"Linus Torvalds1-30/+34
2008-05-10Make <asm-x86/spinlock.h> use ACCESS_ONCE()Linus Torvalds1-14/+4
2008-05-10Move ACCESS_ONCE() to <linux/compiler.h>Linus Torvalds2-12/+12
2008-05-10x86: rdc: leds build/config fixIngo Molnar1-0/+1
2008-05-10x86: sysfs cpu?/topology is empty in 2.6.25 (32-bit Intel system)Vaidyanathan Srinivasan1-8/+10
2008-05-10x86: revert commit 709f744 ("x86: bitops asm constraint fixes")Simon Holm Thøgersen1-20/+17
2008-05-10x86: restrict keyboard io ports reservation to make ipmi driver workHelge Wagner2-2/+9
2008-05-10x86: fix fpu restore from sig returnSuresh Siddha2-3/+19
2008-05-10x86: remove spew print out about bus to node mappingYinghai Lu1-8/+0
2008-05-10x86: revert printk format warning change which is for linux-nextThomas Gleixner1-1/+1
2008-05-10sparc32: Don't twiddle PT_DTRACE in exec.David S. Miller1-5/+0
2008-05-09Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/...Russell King323-3407/+5589
2008-05-09[ARM] 5033/1: Unbreak corgi_ssp by registering ssp drivers earlier.Dmitry Baryshkov1-5/+7
2008-05-09[libata] revert new check-ready Status register logicJeff Garzik1-6/+3
2008-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds39-229/+817
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds22-345/+340
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds63-1793/+498
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+23
2008-05-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds22-145/+399
2008-05-09m32r: use generic sys_pipeChristoph Hellwig1-23/+0
2008-05-09cris: kill sys_pipe implementationChristoph Hellwig1-22/+0
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+6
2008-05-09module: don't ignore vermagic string if module doesn't have modversionsRusty Russell2-9/+13
2008-05-09module: be more picky about allowing missing module versionsRusty Russell1-2/+7
2008-05-09module: put modversions in vermagicRusty Russell1-1/+7
2008-05-09[ARM] Orion: clean up addr-map.c after window setting code purgeLennert Buytenhek1-16/+3
2008-05-09[ARM] Orion: pass proper t_clk into mv643xx_ethLennert Buytenhek1-0/+1
2008-05-09[ARM] Orion: use mv643xx_eth driver mbus window handlingLennert Buytenhek3-49/+7
2008-05-09SH: catch negative denormal_subf1() retval in denormal_add()Roel Kluin1-2/+2
2008-05-09[POWERPC] Remove leftover printk in isa-bridge.cNate Case1-3/+0
2008-05-09[POWERPC] Remove duplicate #includeHuang Weiyi1-1/+0
2008-05-09[POWERPC] Initialize lockdep earlierBenjamin Herrenschmidt1-3/+3
2008-05-09[POWERPC] Document when printk is useableBenjamin Herrenschmidt1-0/+4
2008-05-09[POWERPC] Fix bogus paca->_current initializationBenjamin Herrenschmidt1-4/+0
2008-05-09[POWERPC] Fix of_i2c include for module compilationJochen Friedrich1-4/+0
2008-05-09[POWERPC] Make default cputable entries reflect selected CPU familyBenjamin Herrenschmidt1-10/+43
2008-05-09Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2197-35267/+82090
2008-05-09sh: Fix DMAC base address for SH7709SSteve Glendinning1-5/+5
2008-05-08sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller1-1/+1
2008-05-09sh: update smc91x platform data for se7206.Paul Mundt1-3/+14
2008-05-08tipc: Increase buffer header to support worst-case deviceAllan Stephens1-6/+5
2008-05-08sparc video: remove open boot prom codeRobert Reif12-35/+26
2008-05-09[CIFS] fix build warningSteve French1-1/+1
2008-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds40-413/+1242
2008-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-8/+51
2008-05-08Revert "PCI: remove default PCI expansion ROM memory allocation"Linus Torvalds1-17/+0
2008-05-08[CIFS] Fixed build warning in is_ipIgor Mammedov3-32/+5
2008-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2-37/+38
2008-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-11/+20
2008-05-08Remove duplicated include in net/sunrpc/svc.cHuang Weiyi1-1/+0
2008-05-08fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi1-2/+0
2008-05-08Fix drivers/media build for modular buildsIngo Molnar1-0/+2
2008-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds19-316/+458
2008-05-08MN10300: Make cpu_relax() invoke barrier()David Howells1-1/+1
2008-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds14-73/+103
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-6/+166
2008-05-08Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds27-387/+408
2008-05-08drivers/scsi/dpt_i2o.c: fix build on alphaAndrew Morton2-55/+36
2008-05-08Fix cpuset sched_relax_domain_level control filePaul Menage1-12/+40
2008-05-08slub: fix atomic usage in any_slab_objects()Benjamin Herrenschmidt1-1/+1
2008-05-08sys_pipe(): fix file descriptor leaksUlrich Drepper3-3/+13
2008-05-08vt: fix canonical input in UTF-8 modeSamuel Thibault1-0/+6
2008-05-08usb/asix: add Buffalo LUA-U2-GT 10/100/1000Mattia Dongili1-0/+4
2008-05-08sx.c: fix printk warnings on sparc32Andrew Morton1-3/+6
2008-05-08uml: fix inconsistence due to tty_operation changeWANG Cong2-3/+3
2008-05-08misc: fix integer as NULL pointer warningsHarvey Harrison3-3/+3
2008-05-08fix irq flags for iuu_phoenix.cSteven Rostedt1-3/+3
2008-05-08fix irq flags in rtc-ds1511Steven Rostedt1-2/+2
2008-05-08fix irq flags in saa7134Steven Rostedt1-1/+1
2008-05-08fix irq flags in mac80211 codeSteven Rostedt1-2/+2
2008-05-08serial: access after NULL check in uart_flush_buffer()Tetsuo Handa1-1/+2
2008-05-08Kconfig: improved help for CONFIG_ACCESSIBILITYSamuel Thibault1-1/+11
2008-05-08[ARM] pxa: Fix RCSR handlingRussell King9-17/+8
2008-05-08sched: fix weight calculationsMike Galbraith1-3/+8
2008-05-08semaphore: fixIngo Molnar1-34/+30
2008-05-08x86: cleanup PAT cpu validationThomas Gleixner5-60/+55
2008-05-08x86: geode: define geode_has_vsa2() even if CONFIG_MGEODE_LX is not setAndres Salomon1-0/+7
2008-05-08x86: GEODE: cache results from geode_has_vsa2() and uninlineAndres Salomon2-10/+20
2008-05-08x86: revert geode config dependencyThomas Gleixner1-1/+0
2008-05-08Revert "relay: fix splice problem"Jens Axboe2-2/+2
2008-05-08[ALSA] soc at91 minor bug fixesPatrik Sevallius2-2/+2
2008-05-08[ALSA] soc - at91-pcm - Fix line wrappingMark Brown1-4/+7
2008-05-08[ARM] lubbock: fix compilationAlexey Dobriyan1-1/+1
2008-05-08net: Added ASSERT_RTNL() to dev_open() and dev_close().Ben Hutchings1-0/+4
2008-05-08can: Fix can_send() handling on dev_queue_xmit() failuresOliver Hartkopp1-4/+12
2008-05-08Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller32-390/+1193
2008-05-08netns: Fix arbitrary net_device-s corruptions on net_ns stop.Pavel Emelyanov1-3/+5
2008-05-08netfilter: Kconfig: default DCCP/SCTP conntrack support to the protocol confi...Patrick McHardy1-0/+4
2008-05-08netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last re...Patrick McHardy2-9/+14
2008-05-08macvlan: Fix memleak on device removal/crash on module removalPatrick McHardy1-1/+1
2008-05-08net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)1-1/+1
2008-05-08tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen1-5/+8
2008-05-08[POWERPC] spufs: lockdep annotations for spufs_dir_closeChristoph Hellwig1-1/+1
2008-05-08[POWERPC] spufs: don't requeue victim contex in find_victim if it's not in sp...Christoph Hellwig1-1/+2
2008-05-08sh: Stub in cpu_to_node() and friends for NUMA build.Paul Mundt1-0/+11
2008-05-08sh: intc register modify fixMagnus Damm1-0/+9
2008-05-08sh: no high level trigger on some sh3 cpusMagnus Damm1-0/+5
2008-05-08sh: clean up sh7710 and sh7720 intc tablesMagnus Damm2-8/+1
2008-05-08sh: add interrupt ack code to sh3Magnus Damm3-7/+103
2008-05-08sh: unify external irq pin code for sh3Magnus Damm7-94/+78
2008-05-08sh-sci: avoid writing to nonexistent registersMagnus Damm1-1/+1
2008-05-08sh-sci: sh7722 lacks scsptr registersMagnus Damm1-0/+4
2008-05-08sh-sci: improve sh7722 supportMagnus Damm2-16/+27
2008-05-08sh: reset hardware from early printkMagnus Damm1-3/+3
2008-05-08sh: drain and wait for early printkMagnus Damm1-0/+6
2008-05-08sh: use sci_out() for early printkMagnus Damm1-11/+13
2008-05-08sh: add memory resources to /proc/iomemMagnus Damm3-2/+40
2008-05-08sh: add kernel bss resourceMagnus Damm1-0/+7
2008-05-08sh: fix sh7705 interrupt vector typoMagnus Damm1-1/+1
2008-05-08sh: update smc91x platform data for se7722Magnus Damm1-0/+6
2008-05-08sh: update smc91x platform data for MigoRMagnus Damm1-1/+10
2008-05-08sh: remove -traditional.Mathieu Desnoyers2-2/+0
2008-05-08rtc: rtc-sh: Fixup for 64-bit resources.Paul Mundt1-5/+9
2008-05-08sh: r7780rp: Kill off unneded ifdefs for irq setup.Paul Mundt5-27/+7
2008-05-08sh: rts7751r2d: Kill off unneeded ifdefs.Paul Mundt1-5/+2
2008-05-08sh: intc_sh5 depends on cayman board for IRQ priority table.Paul Mundt1-35/+38
2008-05-08input: i8042: sh64 IRQ definitions depend on cayman board.Paul Mundt1-1/+1
2008-05-08sh: Enable use of the clk fwk on SH-5.Paul Mundt1-6/+4
2008-05-08sh64: export onchip_remap/unmap() too.Paul Mundt1-0/+2
2008-05-08sh64: Some symbol exports to make the allmodconfig happier.Paul Mundt4-2/+28
2008-05-08mtd: solutionengine flash map depends on solution engine mach group.Paul Mundt1-1/+1
2008-05-08sh: remove the broken SH_MPC1211 supportAdrian Bunk18-1547/+2
2008-05-08sh64: Setup I/D-TLB defaults in SH-5 probe path.Paul Mundt1-0/+4
2008-05-08sh: kexec and kdump depend on SUPERH32.Paul Mundt1-2/+2
2008-05-08sh64: Fix up compile warning in event tracer.Paul Mundt1-1/+1
2008-05-08sh64: Fixup the nommu build.Paul Mundt7-10/+55
2008-05-08sh64: fixups for xtime_lock seqlock conversion.Paul Mundt1-2/+2
2008-05-08sh: sh-bios depends on SUPERH32.Paul Mundt1-0/+1
2008-05-07sparc: Fix SA_ONSTACK signal handling.David S. Miller3-8/+51
2008-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-11/+34
2008-05-07sparc: Fix fork/clone/vfork system call restart.David S. Miller2-7/+31
2008-05-07[MAINTAINERS] New maintainer for Intel ethernet adaptersAuke Kok1-4/+2
2008-05-07Merge branch 'irq-fix' of git://www.modarm9.com/gitsrc/pub/people/ukleinek/li...Russell King1-7/+15
2008-05-07[ARM] 5032/1: Added cpufreq support for pxa27x CPURobert Jarzmik1-80/+186
2008-05-07[ARM] 5031/1: Indentation correction in cpu-pxa.c.Robert Jarzmik1-47/+51
2008-05-07[ARM] 5028/1: pxafb: fix broken "backward compatibility way" in framebufferGuennadi Liakhovetski1-4/+4
2008-05-07[ARM] 4882/2: Correction for S3C2410 clkout generationDavide Rizzo1-2/+2
2008-05-07IB/ehca: Wait for async events to finish before destroying QPStefan Roscher3-0/+11
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor2-10/+29
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson8-202/+224
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh1-1/+1
2008-05-07IB/ipath: Return the correct opcode for RDMA WRITE with immediateRalph Campbell1-1/+5
2008-05-07IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson1-2/+6
2008-05-07IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell1-1/+1
2008-05-07IB/ipath: Only warn about prototype chip during initMichael Albaugh1-2/+3
2008-05-07docbook: fix bio missing parameterRandy Dunlap1-0/+1
2008-05-07[CRYPTO] hmac: Avoid calling virt_to_page on keyHerbert Xu1-2/+23
2008-05-07block: use unitialized_var() in bio_alloc_bioset()Jens Axboe1-1/+1
2008-05-07pcspkr: fix dependanciesStas Sergeev4-6/+12
2008-05-07sparc: Fix mmap VA span checking.David S. Miller2-4/+3
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe3-29/+34
2008-05-07cfq-iosched: make io priorities inherit CPU scheduling class as well as niceJens Axboe2-2/+16
2008-05-07udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara1-2/+3
2008-05-07udf: Make udf exportableRasmus Rohde4-2/+161
2008-05-07block: optimize generic_unplug_device()Jens Axboe1-3/+5
2008-05-07block: get rid of likely/unlikely predictions in merge logicJens Axboe1-6/+6
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi3-18/+14
2008-05-07cfq-iosched: fix RCU race in the cfq io_context destructor handlingJens Axboe2-7/+14
2008-05-07block: adjust tagging function queue bit lockingJens Axboe1-3/+6
2008-05-07[S390] guest page hinting lightMartin Schwidefsky6-0/+107
2008-05-07[S390] tty3270: fix put_char fail/success conversion.Heiko Carstens1-9/+6
2008-05-07[S390] compat ptrace cleanupRoland McGrath3-95/+9
2008-05-07[S390] s390mach compile warningMartin Schwidefsky1-1/+2
2008-05-07[S390] cio: Fix parsing mechanism for blacklisted devices.Michael Ernst1-154/+170
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Michael Ernst10-94/+54
2008-05-07[S390] s390-kvm: leave sie context on work. Removes preemption requirementChristian Borntraeger5-6/+34
2008-05-07[S390] s390: Optimize user and work TIF checkMartin Schwidefsky2-30/+28
2008-05-07block: sysfs store function needs to grab queue_lock and use queue_flag_*()Jens Axboe1-2/+4
2008-05-07Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger6-33/+22
2008-05-07Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger5-54/+12
2008-05-10[Blackfin] arch: remove useless IRQ_SW_INT definesMichael Hennerich3-34/+28
2008-05-10[Blackfin] arch: protect linux/usb/musb.h include until the driver gets mainl...Mike Frysinger1-0/+2
2008-05-10[Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets ma...Mike Frysinger3-0/+6
2008-05-07[Blackfin] arch: add EBIU supporting for BF54x EZKIT SMSC LAN911x/LAN921x fam...Michael Hennerich1-0/+1
2008-05-07[Blackfin] arch: Set spi flash partition on bf527 as like bf548.Grace Pan1-5/+1
2008-05-07[Blackfin] arch: fix bug - Remove module will not free L1 memory usedMeihui Fan1-15/+22
2008-05-07[Blackfin] arch: fix wrong header name in commentMike Frysinger1-1/+1
2008-05-07[Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mountMichael Hennerich1-1/+1
2008-05-07[Blackfin] arch: add twi_lcd and twi_keypad i2c board info to bf527-ezkitBryan Wu1-0/+25
2008-05-07[Blackfin] arch: Add physmap partition for BF527-EZkitMichael Hennerich1-0/+45