summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-07Linux 2.6.30-rc1v2.6.30-rc1Linus Torvalds1-2/+2
2009-04-07Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-114/+283
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-16/+44
2009-04-07Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-26/+320
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust1-2/+0
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds10-15/+88
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-149/+1624
2009-04-07Fix build errors due to CONFIG_BRANCH_TRACER=yLinus Torvalds1-1/+3
2009-04-07Merge branch 'for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-4/+6
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds24-235/+1133
2009-04-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-216/+344
2009-04-07Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds16-126/+1504
2009-04-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds6-69/+1070
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox4-31/+60
2009-04-07tty: jsm cleanupsBreno Leitao2-21/+12
2009-04-07Adjust path to gpio headersMike Frysinger1-8/+8
2009-04-07KGDB_SERIAL_CONSOLE check for moduleMike Frysinger1-1/+1
2009-04-07Change KCONFIG nameMike Frysinger1-1/+1
2009-04-07tty: Blackin CTS/RTSSonic Zhang9-116/+209
2009-04-07Change hardware flow control from poll to interrupt drivenSonic Zhang6-187/+82
2009-04-07Add support for the MAX3100 SPI UART.Christian Pellegrin3-0/+11
2009-04-07lanana: assign a device name and numbering for MAX3100Alan Cox1-0/+4
2009-04-07serqt: initial clean up pass for tty sideAlan Cox1-286/+163
2009-04-07tty: Use the generic RS485 ioctl on CRISClaudio Scordino5-29/+66
2009-04-07tty: Correct inline types for tty_driver_kref_get()Adrian Bunk1-1/+2
2009-04-07splice: fix deadlock in splicing to fileMiklos Szeredi2-7/+26
2009-04-07nilfs2: support nanosecond timestampRyusuke Konishi5-13/+13
2009-04-07nilfs2: introduce secondary super blockRyusuke Konishi8-175/+274
2009-04-07nilfs2: simplify handling of active state of segmentsRyusuke Konishi8-208/+29
2009-04-07nilfs2: mark minor flag for checkpoint created by internal operationRyusuke Konishi3-0/+15
2009-04-07nilfs2: clean up sketch fileRyusuke Konishi5-93/+3
2009-04-07nilfs2: super block operations fix endian bugRyusuke Konishi1-3/+3
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi13-160/+144
2009-04-07nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi7-75/+41
2009-04-07nilfs2: use unlocked_ioctlRyusuke Konishi4-5/+5
2009-04-07nilfs2: remove compat ioctl codeRyusuke Konishi5-272/+2
2009-04-07nilfs2: use fixed sized types for ioctl structuresRyusuke Konishi2-15/+19
2009-04-07nilfs2: remove timedwait ioctl commandRyusuke Konishi5-127/+2
2009-04-07nilfs2: fix buggy behavior seen in enumerating checkpointsRyusuke Konishi1-4/+7
2009-04-07nilfs2: clean up indirect function calling conventionsPekka Enberg4-69/+69
2009-04-07nilfs2: fix improper return values of nilfs_get_cpinfo ioctlRyusuke Konishi1-12/+18
2009-04-07nilfs2: fix gc failure on volumes keeping numerous snapshotsRyusuke Konishi3-26/+38
2009-04-07nilfs2: add maintainerRyusuke Konishi1-0/+7
2009-04-07nilfs2: insert explanations in gcinode fileRyusuke Konishi1-1/+20
2009-04-07nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi7-75/+135
2009-04-07nilfs2: cleanup nilfs_clear_inodeRyusuke Konishi1-10/+1
2009-04-07nilfs2: fix problems of memory allocation in ioctlRyusuke Konishi1-12/+8
2009-04-07nilfs2: update makefile and KconfigRyusuke Konishi3-1/+32
2009-04-07nilfs2: ioctl operationsKoji Sato1-0/+941
2009-04-07nilfs2: block cache for garbage collectionRyusuke Konishi1-0/+270
2009-04-07nilfs2: another dat for garbage collectionRyusuke Konishi1-0/+84
2009-04-07nilfs2: recovery functionsRyusuke Konishi1-0/+941
2009-04-07nilfs2: fix missed-sync issue for do_sync_mapping_range()Ryusuke Konishi4-81/+93
2009-04-07nilfs2: segment constructorRyusuke Konishi4-3/+3577
2009-04-07nilfs2: segment bufferRyusuke Konishi2-0/+664
2009-04-07nilfs2: super block operationsRyusuke Konishi1-0/+1366
2009-04-07nilfs2: operations for the_nilfs core objectRyusuke Konishi1-0/+524
2009-04-07nilfs2: pathname operationsRyusuke Konishi1-0/+446
2009-04-07nilfs2: directory entry operationsYoshiji Amagai1-0/+711
2009-04-07nilfs2: file operationsRyusuke Konishi1-0/+125
2009-04-07nilfs2: inode operationsRyusuke Konishi1-0/+819
2009-04-07nilfs2: segment usage fileKoji Sato3-1/+682
2009-04-07nilfs2: checkpoint fileKoji Sato2-0/+953
2009-04-07nilfs2: inode map fileRyusuke Konishi2-0/+203
2009-04-07nilfs2: disk address translatorKoji Sato2-0/+481
2009-04-07nilfs2: persistent object allocatorRyusuke Konishi2-0/+576
2009-04-07nilfs2: meta data fileRyusuke Konishi2-0/+687
2009-04-07nilfs2: buffer and page operationsRyusuke Konishi2-0/+618
2009-04-07nilfs2: B-tree node cacheRyusuke Konishi2-0/+374
2009-04-07nilfs2: direct block mappingKoji Sato2-0/+507
2009-04-07nilfs2: B-tree based block mappingKoji Sato2-0/+2393
2009-04-07nilfs2: integrated block mappingKoji Sato3-0/+1069
2009-04-07nilfs2: add inode and other major structuresRyusuke Konishi3-0/+715
2009-04-07nilfs2: disk format and userland interfaceKoji Sato1-0/+854
2009-04-07nilfs2: add documentRyusuke Konishi2-0/+204
2009-04-07dma-mapping: update the old macro DMA_nBIT_MASK related documentationsYang Hongyang2-13/+13
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang10-15/+15
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang6-12/+12
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang5-16/+16
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang4-7/+7
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang173-313/+309
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang3-8/+8
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang7-10/+10
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang79-143/+140
2009-04-07fs/romfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn5-64/+138
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn5-52/+131
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn7-71/+145
2009-04-07namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn2-0/+43
2009-04-07uvesafb: documentation updateMichal Januszewski1-3/+4
2009-04-07fbdev: i.MX31: fix panning, error handling, clean upGuennadi Liakhovetski1-25/+31
2009-04-07tdfxfb: make use of DDC information about connected monitorKrzysztof Helt1-4/+63
2009-04-07tdfxfb: move I2C functionality into the tdfxfbKrzysztof Helt3-1/+234
2009-04-07kprobes: support kretprobe and jprobe per-probe disablingMasami Hiramatsu2-6/+27
2009-04-07kprobes: support per-kprobe disablingMasami Hiramatsu3-33/+191
2009-04-07kprobes: rename kprobe_enabled to kprobes_all_disarmedMasami Hiramatsu1-17/+17
2009-04-07kprobes: cleanup comment style in kprobes.hMasami Hiramatsu1-4/+8
2009-04-07kprobes: move EXPORT_SYMBOL_GPL just after function definitionsMasami Hiramatsu1-12/+18
2009-04-07kprobes: cleanup aggr_kprobe related codeMasami Hiramatsu1-30/+30
2009-04-07spi_imx: set spi_master.dma_alignment = 4Mike Rapoport1-0/+2
2009-04-07pxa2xx_spi: set spi_master.dma_alignment = 8Mike Rapoport1-0/+2
2009-04-07SPI: add dma_alignment field to spi_masterMike Rapoport1-0/+6
2009-04-07spi_bfin5xx: remove unused IS_DMA_ALIGNED macroMike Rapoport1-2/+0
2009-04-07spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common casesEric Miao2-18/+79
2009-04-07spi: limit reaches -1, tested 0Roel Kluin1-1/+2
2009-04-07Blackfin SPI Driver: Make mmc_spi driver work on BlackfinWolfgang Muees2-142/+110
2009-04-07Blackfin SPI Driver: Add GPIO controlled SPI Slave Select supportMichael Hennerich2-8/+33
2009-04-07Blackfin SPI Driver: fix NULL pointer crashMike Frysinger1-0/+3
2009-04-07Blackfin SPI Driver: use bfin_spi_ prefix on all functionsMike Frysinger1-111/+112
2009-04-07Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_changeYi Li1-9/+8
2009-04-07Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert...Yi Li1-3/+2
2009-04-07Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54xMike Frysinger1-1/+2
2009-04-07Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handlerMike Frysinger1-1/+11
2009-04-07Blackfin SPI Driver: get dma working for SPI flashesMike Frysinger1-10/+16
2009-04-07Blackfin SPI Driver: SPI slave select code cleanupMike Frysinger1-3/+1
2009-04-07Blackfin SPI Driver: use the properl BIT_CTL_xxx definesMike Frysinger1-3/+3
2009-04-07Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag anyMike Frysinger1-1/+1
2009-04-07Blackfin SPI Driver: add a few more DMA debug messagesMike Frysinger1-2/+10
2009-04-07Blackfin SPI Driver: drop bogus cast and touchup dma labelMike Frysinger1-2/+2
2009-04-07Blackfin SPI Driver: unify duplicated code in dma read/write pathsMike Frysinger1-26/+21
2009-04-07Blackfin SPI Driver: pass DMA overflow error to the higher levelMike Frysinger1-5/+11
2009-04-07Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes ...Mike Frysinger1-3/+3
2009-04-07Blackfin SPI Driver: remove useless <asm/cplbinit.h>Mike Frysinger1-3/+0
2009-04-07Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculationMichael Hennerich2-0/+5
2009-04-07Blackfin SPI Driver: ensure cache coherency before doing DMAVitja Makarov1-3/+20
2009-04-07hwmon: add support for GMT G760A fan speed PWM controllerHerbert Valerio Riedel4-0/+319
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2-2/+6
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale4-12/+72
2009-04-07mm: fix pdflush thread creation upper boundPeter W Morreale1-6/+24
2009-04-07esp: fix section mismatch warningRandy Dunlap1-1/+1
2009-04-07branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=yLinus Torvalds1-1/+3
2009-04-07branch tracer: Fix for enabling branch profiling makes sparse unusableBart Van Assche1-1/+2
2009-04-07PCI: Fix oops in pci_vpd_truncateAnton Vorontsov1-1/+2
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-100/+5
2009-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds1-3/+0
2009-04-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds36-123/+235
2009-04-07ramfs: fix double freeing s_fs_info on failed mountIngo Molnar1-8/+11
2009-04-07hwmon: Add Asus ATK0110 supportLuca Tettamanti5-4/+1023
2009-04-07hwmon: (lm95241) Convert to new-style i2c driverJean Delvare1-65/+47
2009-04-07ftrace: Correct a text align for event format outputZhaolei1-1/+1
2009-04-07Update /debug/tracing/READMENikanth Karthikesan1-2/+2
2009-04-07tracing/ftrace: alloc the started cpumask for the trace fileFrederic Weisbecker1-1/+12
2009-04-07tracing, x86: remove duplicated #includeHuang Weiyi1-1/+0
2009-04-07ftrace: Add check of sched_stopped for probe_sched_wakeupZhaolei1-0/+3
2009-04-07function-graph: add proper initialization for init taskSteven Rostedt2-2/+8
2009-04-07tracing/ftrace: fix missing include string.hFrederic Weisbecker1-0/+1
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan3-4/+3
2009-04-07tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt1-1/+7
2009-04-07loop: mutex already unlocked in loop_clr_fd()Alexander Beregalov1-2/+5
2009-04-07Merge branch 'tracing/blktrace-fixes' into tracing/urgentIngo Molnar2-3/+5
2009-04-07ASoC: TWL4030: Compillation error fixPeter Ujfalusi1-4/+6
2009-04-07cfq-iosched: don't let idling interfere with pluggingJens Axboe1-8/+17
2009-04-07i2c: imx: Make disable_delay a per-device variableWolfram Sang1-4/+3
2009-04-07i2c: xtensa s6000 i2c driverOskar Schirmer5-0/+507
2009-04-07powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates boardWolfgang Grandegger1-4/+4
2009-04-07i2c: i2c-mpc: make I2C bus speed configurableWolfgang Grandegger1-20/+242
2009-04-07i2c: i2c-mpc: use dev based printout functionWolfgang Grandegger1-14/+17
2009-04-07i2c: i2c-mpc: various coding style fixesWolfgang Grandegger1-17/+18
2009-04-07i2c: imx: Add missing request_mem_region in probe()Darius Augulis1-5/+13
2009-04-07i2c: i2c-s3c2410: Initialise Samsung I2C controller earlyMark Brown1-2/+1
2009-04-07i2c-s3c2410: Simplify bus frequency calculationDaniel Silverstone7-65/+37
2009-04-07i2c-s3c2410: sda_delay should be in ns, not clock ticksBen Dooks3-7/+21
2009-04-07i2c: iMX/MXC supportDarius Augulis4-0/+653
2009-04-07Merge branch 'linus' into core/softlockupIngo Molnar8557-359622/+934152
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell1-3/+0
2009-04-07block: remove unused REQ_UNPLUGJens Axboe2-4/+0
2009-04-07cfq-iosched: kill two unused cfqq flagsJens Axboe1-14/+1
2009-04-07softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUPIngo Molnar1-1/+1
2009-04-07cfq-iosched: change dispatch logic to deal with single requests at the timeJens Axboe1-76/+90
2009-04-07mflash: initial supportunsik Kim6-0/+1315
2009-04-07cciss: change to discover first memory BARMike Miller1-5/+14
2009-04-07cciss: kernel scan thread for MSA2012Mike Miller3-2/+111
2009-04-07cciss: fix residual count for block pc requestsJens Axboe1-1/+9
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand6-26/+33
2009-04-07block: elevator quiescing helpersJens Axboe2-13/+31
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa3-100/+5
2009-04-07powerpc: Fix oops when loading modulesPaul Mackerras1-2/+4
2009-04-07powerpc: Wire up preadv and pwritevStephen Rothwell2-1/+6
2009-04-07powerpc/ftrace: Fix printf format warningMichael Ellerman1-1/+1
2009-04-07powerpc/ftrace: Fix #if that should be #ifdefMichael Ellerman1-1/+1
2009-04-07powerpc: Fix ptrace compat wrapper for FPU register accessMichael Neuling1-4/+11
2009-04-07powerpc: Print information about mapping hw irqs to virtual irqsMichael Ellerman1-1/+3
2009-04-07powerpc: Correct dependency of KEXECGeert Uytterhoeven1-1/+1
2009-04-07powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling2-0/+13
2009-04-07powerpc/pseries: Enable relay in pseries_defconfigAnton Blanchard1-1/+1
2009-04-07powerpc/pseries: Fix ibm,client-architecture commentAnton Blanchard1-1/+1
2009-04-07powerpc/pseries: Scan for all events in rtasdAnton Blanchard1-1/+2
2009-04-07powerpc/pseries: Add dispatch dispersion statisticsAnton Blanchard2-1/+17
2009-04-07powerpc: Clean up some prom printoutsAnton Blanchard1-4/+4
2009-04-07powerpc: Print progress of ibm,client-architecture methodAnton Blanchard1-3/+5
2009-04-07powerpc: Remove duplicated #include'sHuang Weiyi2-2/+0
2009-04-07powerpc/pmac: Fix internal modem IRQ on Wallstreet PowerBookBenjamin Herrenschmidt1-0/+15
2009-04-07powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_bufMark Nelson1-2/+11
2009-04-07Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras19-97/+139
2009-04-07Merge branch 'topic/misc' into for-linusTakashi Iwai1-0/+8
2009-04-07Merge branch 'topic/hda' into for-linusTakashi Iwai2-1/+19
2009-04-07ALSA: hda - Add VREF powerdown sequence for another boardMatthew Ranostay1-0/+18
2009-04-07ALSA: oss - volume control for CSWITCH and CROUTEDeepika Makhija1-0/+8
2009-04-07ALSA: hda - add missing comma in ad1884_slave_volsAkinobu Mita1-1/+1