summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Linux 2.6.30-rc2v2.6.30-rc2Linus Torvalds1-1/+1
2009-04-14Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-40/+412
2009-04-14x86 microcode: revert some work_on_cpuHugh Dickins1-22/+11
2009-04-14drm/i915: fix scheduling while holding the new active list spinlockShaohua Li1-1/+12
2009-04-14Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2009-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-3/+5
2009-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds7-213/+197
2009-04-14Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds15-14/+15
2009-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds18-35/+179
2009-04-14Fix lpfc_parse_bg_err()'s use of do_div()David Howells1-1/+1
2009-04-14tty: Update some of the USB kernel docLeandro Dorileo1-2/+5
2009-04-14parport_pc: Fix build failure drivers/parport/parport_pc.c for powerpcTony Breeds1-1/+1
2009-04-14parport: Fix various uses of parport_pcAlan Cox2-3/+5
2009-04-14tty: Fix leak in ti-usbAlan Cox1-12/+14
2009-04-14cdc-acm: Fix long standing abuse of tty->low_latencyAlan Cox1-4/+0
2009-04-14microblaze: Add missing FILE tag to MAINTAINERSMichal Simek1-0/+1
2009-04-14lockdep: warn about lockdep disabling after kernel taint, fixIngo Molnar1-0/+1
2009-04-14microblaze: remove duplicated #include'sHuang Weiyi5-6/+0
2009-04-14microblaze: struct device - replace bus_id with dev_name()Michal Simek1-6/+4
2009-04-14microblaze: Simplify copy_thread()Michal Simek1-2/+1
2009-04-14microblaze: Add TIMESTAMPING constants to socket.hMichal Simek1-0/+3
2009-04-14microblaze: Add missing empty ftrace.h fileMichal Simek1-0/+1
2009-04-14microblaze: Fix problem with removing zero length filesMichal Simek5-0/+5
2009-04-14sh: Add in PCI bus for DMA API debugging.Paul Mundt1-0/+3
2009-04-14sh: Pre-allocate a reasonable number of DMA debug entries.Paul Mundt1-1/+11
2009-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds9-10/+65
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds1-1/+1
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa8-10/+10
2009-04-14tomoyo: add Documentation/tomoyo.txtTetsuo Handa1-0/+55
2009-04-13Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-71/+193
2009-04-14sh: sh7786: modify usb setup timeout judgment bug.Kuninori Morimoto1-7/+7
2009-04-13edac: use to_delayed_work()Jean Delvare3-3/+3
2009-04-13edac: fix local pci_write_bits32Jeff Haran1-2/+10
2009-04-13sgi-xpc: clean up numerous globalsRobin Holt6-295/+254
2009-04-13sgi-xpc: implement opencomplete messagingRobin Holt5-61/+124
2009-04-13sgi-xpc: prevent false heartbeat failuresRobin Holt4-152/+123
2009-04-13sgi-xpc: update SGI XP/XPC/XPNET maintainerRobin Holt1-2/+2
2009-04-13doc: use correct debugfs mountpointShen Feng1-3/+3
2009-04-13memcg: fix documentationBharata B Rao1-23/+32
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang15-36/+36
2009-04-13ext2: fix data corruption for racing writesJan Kara1-11/+33
2009-04-13shmem: respect MAX_LFS_FILESIZEHugh Dickins1-5/+20
2009-04-13shmem: fix division by zeroYuri Tikhonov1-1/+1
2009-04-13intelfb: support i854Stefan Husemann7-0/+16
2009-04-13mm: add documentation describing what tsk->active_mm means vs tsk->mmMichael Ellerman2-0/+85
2009-04-13memcg: remove warning when CONFIG_DEBUG_VM=nKAMEZAWA Hiroyuki1-1/+1
2009-04-13kernel/sys.c: clean up sys_shutdown exit pathAndi Kleen1-15/+9
2009-04-13at25: make input buffers of at25_*write() constGeert Uytterhoeven1-2/+3
2009-04-13at24: make input buffers of at24_*write() constGeert Uytterhoeven1-4/+4
2009-04-13jbd: update locking comentsJan Kara1-5/+19
2009-04-13mm: document get_user_pages_fast()Andy Grover1-0/+16
2009-04-13initramfs: fix initramfs to work with hardlinked initRandy Robertson1-1/+2
2009-04-13ptrace: fix exit_ptrace() vs ptrace_traceme() raceOleg Nesterov1-3/+4
2009-04-13MAINTAINERS: bluesmoke-devel list is moderated for non-subscribersJean Delvare1-10/+10
2009-04-13mm: reformat the Unevictable-LRU documentationDavid Howells1-469/+572
2009-04-13mm: point the UNEVICTABLE_LRU config option at the documentationDavid Howells1-0/+2
2009-04-13sysrq: remove duplicated #includeHuang Weiyi1-1/+0
2009-04-13include/video/cyblafb.h: remove it, it's unusedJoe Perches1-175/+0
2009-04-13res_counter: update documentationAndrea Righi1-6/+21
2009-04-13spi: spi_write_then_read() bugfixesDavid Brownell1-8/+14
2009-04-13asm-generic/siginfo.h: update NSIGTRAP definitionAndi Kleen1-1/+1
2009-04-13cirrusfb: do not allow unsupported pixel depthKrzysztof Helt1-3/+1
2009-04-13filemap: fix kernel-doc warningsRandy Dunlap1-2/+2
2009-04-13include/linux/fiemap.h: include types.h now that it's exportedEric Sandeen1-0/+2
2009-04-13drivers/video/aty/radeon_base.c: fix typo in commentPaul Menzel1-2/+2
2009-04-13sisfb: fix color component length for pseudocolor modesMichal Januszewski1-1/+1
2009-04-13sa1100fb: fix color component length for pseudocolor modesMichal Januszewski2-8/+14
2009-04-13s3fb: fix color component length for pseudocolor modesMichal Januszewski1-3/+3
2009-04-13namespaces: move get_mq() inside #ifdef CONFIG_SYSCTLGeert Uytterhoeven1-1/+1
2009-04-13aio: remove INIT_KIOCTXAlexey Dobriyan1-13/+0
2009-04-13hfs: fix memory leak when unmountingDave Anderson2-0/+5
2009-04-13hwmon: sht15 humidity sensor driverJonathan Cameron4-0/+727
2009-04-13efifb: exit if framebuffer address is invalidMatthew Garrett1-2/+5
2009-04-13uvesafb: fix color component length for pseudocolor modesMichal Januszewski1-25/+10
2009-04-13fbdev: fix color component field length documentationMichal Januszewski3-9/+18
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi4-58/+22
2009-04-13init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=nNikanth Karthikesan1-0/+2
2009-04-13hp_accel: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-13Documentation/sysctl/net.txt: fix a typoLi Zefan1-1/+1
2009-04-13MAINTAINERS: fix Andreas's email addressRandy Dunlap1-1/+1
2009-04-13MAINTAINERS: switch maintainer of the hso driverJan Dumon1-2/+2
2009-04-13mm: move the scan_unevictable_pages sysctl to the vm tablePeter Zijlstra1-10/+10
2009-04-13Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds13-161/+180
2009-04-14MAINTAINERS: Update sh architecture file patterns.Paul Mundt1-0/+2
2009-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt1688-65940/+124031
2009-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds11-18/+116
2009-04-13Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-28/+35
2009-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds28-200/+3062
2009-04-13PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki5-4/+29
2009-04-13Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-3/+12
2009-04-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-19/+57
2009-04-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-29/+45
2009-04-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+18
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton1-15/+9
2009-04-13Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds5-6/+16
2009-04-13add some long-missing capabilities to fs_maskSerge E. Hallyn1-4/+19
2009-04-13Merge branch 'gm_20090410' of git://repo.or.cz/linux-2.6/trivial-modsLinus Torvalds2-187/+1896
2009-04-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-53/+58
2009-04-13Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds1-1/+1
2009-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds7-106/+128
2009-04-13Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds159-2/+15718
2009-04-13i2c: Let new-style drivers implement attach_adapterJean Delvare1-2/+1
2009-04-13i2c: Fix sparse warnings for I2C_BOARD_INFO()Ben Hutchings1-1/+1
2009-04-13i2c-voodoo3: Deprecate in favor of tdfxfbJean Delvare2-2/+13
2009-04-13i2c-algo-pca: Fix use of uninitialized variable in debug messageJean Delvare1-1/+1
2009-04-13sh: ap325: use edge control for ov772x cameraKuninori Morimoto1-0/+1
2009-04-13ata: fix obviously wrong commentVegard Nossum1-3/+1
2009-04-13ahci: force CAP_NCQ for earlier NV MCPsTejun Heo1-24/+33
2009-04-13[libata] sata_via: kill uninit'd var warningJeff Garzik1-1/+1
2009-04-13nilfs2: fix possible mismatch of sufile counters on recoveryRyusuke Konishi3-16/+45
2009-04-13nilfs2: segment usage file cleanupsRyusuke Konishi2-195/+140
2009-04-13nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_errorRyusuke Konishi1-7/+10
2009-04-13nilfs2: simplify handling of active state of segments fixRyusuke Konishi1-1/+1
2009-04-13nilfs2: remove module versionRyusuke Konishi2-6/+0
2009-04-13nilfs2: fix lockdep recursive locking warning on meta data filesRyusuke Konishi1-0/+4
2009-04-13nilfs2: fix lockdep recursive locking warning on bmapRyusuke Konishi1-0/+5
2009-04-13nilfs2: return f_fsid for statfs2Ryusuke Konishi1-1/+5
2009-04-12lockdep: continue lock debugging despite some taintsFrederic Weisbecker1-1/+3
2009-04-12lockdep: warn about lockdep disabling after kernel taintFrederic Weisbecker3-3/+16
2009-04-12x86: add linux kernel support for YMM stateSuresh Siddha4-2/+15
2009-04-12x86: fix wrong section of pat_disable & make it staticMarcin Slusarz1-1/+1
2009-04-12x86: Fix section mismatches in mpparseRakib Mullick1-3/+4
2009-04-12tracing/filters: return proper error code when writing filter fileLi Zefan2-6/+8
2009-04-12tracing/filters: allow user input integer to be oct or hexLi Zefan1-2/+3
2009-04-12tracing/filters: fix NULL pointer dereferenceLi Zefan1-0/+5
2009-04-12tracing/filters: NIL-terminate user input filterLi Zefan1-0/+2
2009-04-11Revert "ACPI battery: fix async boot oops"Linus Torvalds1-1/+1
2009-04-11async: Fix module loading async-work regressionLinus Torvalds1-0/+3
2009-04-11docbook: make cleandocsRandy Dunlap1-3/+8
2009-04-11kbuild: fix spurious initramfs rebuildMaxime Bizon1-1/+1
2009-04-11Documentation: explain the difference between __bitwise and __bitwise__Sam Ravnborg1-0/+8
2009-04-11kbuild: make it possible for the linker to discard local symbols from vmlinuxDavid Howells2-0/+12
2009-04-11kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich1-2/+2
2009-04-11kbuild: fix a few typos in top-level MakefileKirill Smelkov1-2/+2
2009-04-11kbuild: introduce destination-y for exported headersSam Ravnborg2-8/+77
2009-04-11kbuild: use git svn instead of git-svn in setlocalversionPeter Korsgaard1-1/+1
2009-04-11kconfig: fix update-po-config to accect backslash in inputSam Ravnborg1-0/+4
2009-04-11kbuild: fix option processing for -I in headerdepUwe Kleine-König1-1/+1
2009-04-10intel-iommu: Avoid panic() for DRHD at address zero.David Woodhouse1-1/+10
2009-04-11sh: Plug in support for ARCH=sh64 using sh SRCARCH.Paul Mundt2-3/+21
2009-04-10Remove stale include/asm-mn10300/.gitignore fileLinus Torvalds1-2/+0
2009-04-10sh: urquell: Fix up address mapping in board comments.Kuninori Morimoto1-15/+18
2009-04-10MAINTAINERS - Update MN10300 patternsJoe Perches1-1/+0
2009-04-10MAINTAINERS - Update frv arch patternsJoe Perches1-1/+0
2009-04-10scripts/get_maintainer.pl - Allow multiple files on command lineJoe Perches1-44/+41
2009-04-10MAINTAINERS - Update Freescale sound patternsJoe Perches1-2/+2
2009-04-10MAINTAINERS - Add additional patternsJoe Perches1-0/+9
2009-04-10MAINTAINERS - Add missing "/" to some pattern directoriesJoe Perches1-6/+7
2009-04-10MAINTAINERS - Update DRIVER CORE patternsJoe Perches1-1/+1
2009-04-10MAINTAINERS - Update M68K patternsJoe Perches1-0/+2
2009-04-10MAINTAINERS - Coalesce sections "DVB" and "Video for Linux"Joe Perches1-25/+15
2009-04-10MAINTAINERS - Remove cyblafb frame buffer no longer in treeJoe Perches1-6/+0
2009-04-10MAINTAINERS - Remove x86/Voyager no longer in treeJoe Perches1-6/+0
2009-04-10MAINTAINERS - Update FPU Emulator contact address and web pageJoe Perches1-2/+2
2009-04-10MAINTAINERS - i2c_tiny_usb T: should be W:Joe Perches1-1/+1
2009-04-10MAINTAINERS - Add Linus Torvalds' gitJoe Perches1-0/+1
2009-04-10MAINTAINERS - standardize "T: git urls"Joe Perches1-98/+98
2009-04-10MAINTAINERS - Remove HP Fibre Channel HBA no longer in treeJoe Perches1-6/+0
2009-04-10MAINTAINERS - Standardize styleJoe Perches1-54/+73
2009-04-10MAINTAINERS - Add file patternsJoe Perches1-1/+1193
2009-04-10Add scripts/get_maintainer.plJoe Perches1-0/+518
2009-04-10percpu: unbreak alpha percpuTejun Heo2-52/+52
2009-04-10Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds27-26986/+1238
2009-04-10x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu6-18/+24
2009-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds138-65/+31
2009-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frvLinus Torvalds114-3/+3
2009-04-10ftrace: Output REC->var instead of __entry->var for trace formatZhaolei1-2/+2
2009-04-10Make __stringify support variable argument macros tooZhaolei1-2/+2
2009-04-10Separate out the proc- and unit-specific header directories from the generalDavid Howells35-65/+31
2009-04-10Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.David Howells121-14/+14
2009-04-10x86: Document get_user_pages_fast()Andy Grover1-0/+16
2009-04-10x86, intr-remap: fix eoi for interrupt remapping without x2apicWeidong Han1-1/+4
2009-04-10tracing: fix document referencesLi Zefan1-2/+2
2009-04-10tracing: fix splice return too largeLai Jiangshan1-2/+14
2009-04-10tracing: update file->f_pos when splice(2) itLai Jiangshan1-7/+1
2009-04-10tracing: allocate page when neededLai Jiangshan1-8/+8
2009-04-10tracing: disable seeking for trace_pipe_rawLai Jiangshan1-1/+1
2009-04-10FRV: Move to arch/frv/include/asm/David Howells114-0/+0
2009-04-10FRV: Fix indentation errors to keep git-am happy when moving arch header filesDavid Howells1-3/+3
2009-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds26-916/+461
2009-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds18-306/+442
2009-04-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-5/+14
2009-04-09x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu4-6/+7
2009-04-09Merge branch 'master' into for-linusFelix Blyakher13-161/+180
2009-04-09MN10300: Kill MN10300's own profiling KconfigDavid Howells2-25/+0
2009-04-09FRV: Use <asm-generic/pgtable.h> in NOMMU modeDavid Howells1-4/+2
2009-04-09keys: Handle there being no fallback destination keyring for request_key()David Howells1-3/+6
2009-04-09afs: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-04-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-18/+35
2009-04-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-38/+47
2009-04-09Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-34/+178
2009-04-09sh: Add support for DMA API debugging.Paul Mundt4-16/+51
2009-04-09Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds7-24/+36
2009-04-09MN10300: Convert obsolete no_irq_type to no_irq_chipThomas Gleixner1-1/+1
2009-04-09mutex: have non-spinning mutexes on s390 by defaultHeiko Carstens3-1/+6
2009-04-09fuse: fix "direct_io" private mmapMiklos Szeredi1-0/+2
2009-04-09fuse: fix argument type in fuse_get_user_pages()Miklos Szeredi1-3/+3
2009-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds7-87/+218
2009-04-09module: try_then_request_module must waitHerbert Xu1-1/+1
2009-04-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Wim Van Sebroeck111-698/+7675