summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* comment typo fix: sybsystem -> subsystemJean Delvare2009-12-042-2/+2
* ipc: fix unused variable warningFelipe Contreras2009-12-041-1/+1
* mm: fix comments for invalidate_inode_pages2()Peng Tao2009-12-041-1/+1
* sdio_uart: coding style fixesThadeu Lima de Souza Cascardo2009-12-041-19/+21
* tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-0410-16/+16
* ehci-hcd: Fix typo in an error messageOzan Çağlayan2009-12-041-1/+1
* move stk17ta8's probe function to .devinit.textUwe Kleine-König2009-11-091-1/+1
* atmel_lcdfb.c: fix printk() type mismatchClaudio Scordino2009-11-091-1/+1
* media/video: add __init/__exit macros to various driversPeter Huewe2009-11-097-14/+14
* qnx4fs: add missing KERN_xxx to printk() callsAnders Larsen2009-11-094-20/+20
* ataflop: remove buggy/commented-out IRQ disable from do_fd_request()Jiri Kosina2009-11-091-3/+0Star
* CRIS: remove code that has been commented out for many yearsJiri Kosina2009-11-091-22/+0Star
* CIRS: turn local_save_flags() + local_irq_disable()into local_irq_save()Jiri Kosina2009-11-091-2/+1Star
* tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-0910-12/+12
* docs: Describe the 'C' taint flag in oops-tracing.txtNick Bowler2009-11-091-0/+2
* tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König2009-11-099-9/+9
* Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-0931-91/+0Star
* docs: fix core_pipe_limit infoRandy Dunlap2009-11-091-3/+3
* pata_cs5535: fix comment header typoOtavio Salvador2009-11-091-1/+1
* add __init/__exit macros to omap video driversPeter Huewe2009-11-092-4/+4
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-0915-16/+16
* fix my email address.Andrew Sharp2009-11-092-4/+4
* fix URL in hpet.txtAmerigo Wang2009-11-091-1/+1
* Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-11-051-2/+2
|\
| * KVM: get_tss_base_addr() should return a gpa_tGleb Natapov2009-11-041-1/+1
| * KVM: x86: Catch potential overrun in MCE setupJan Kiszka2009-11-041-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-11-052-3/+6
|\ \
| * | fuse: invalidate target of renameMiklos Szeredi2009-11-041-1/+3
| * | fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe2009-11-041-1/+1
| * | fuse: prevent fuse_put_request on invalid pointerAnand V. Avati2009-11-041-1/+2
* | | Merge git://git.infradead.org/users/dwmw2/mtd-2.6.32Linus Torvalds2009-11-053-3/+9
|\ \ \
| * | | mtd/maps: gpio-addr-flash: depend on GPIO arch supportMike Frysinger2009-09-241-0/+1
| * | | mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/Mike Frysinger2009-09-241-3/+2Star
| * | | mtd: nand: fix htmldocs warningsJaswinder Singh Rajput2009-09-241-0/+6
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-11-057-6/+34
|\ \ \ \
| * | | | powerpc/kvm: Remove problematic BUILD_BUG_ON statementBenjamin Herrenschmidt2009-11-051-0/+4
| * | | | powerpc/pci: Fix regression in powerpc MSI-XAndre Detsch2009-11-052-2/+9
| * | | | powerpc: Avoid giving out RTC dates below EPOCHBenjamin Herrenschmidt2009-11-051-1/+14
| * | | | powerpc/mm: Remove debug context clamping from nohash codeBenjamin Herrenschmidt2009-11-051-2/+2
| * | | | powerpc: Cleanup Kconfig selection of hugetlbfs supportBenjamin Herrenschmidt2009-10-302-1/+5
* | | | | x86: Make sure get_user_desc() doesn't sign extend.Chris Lalancette2009-11-051-1/+1
* | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-11-052-2/+34
|\ \ \ \ \
| * | | | | xen: mask extended topology info in cpuidJeremy Fitzhardinge2009-11-031-1/+10
| * | | | | xen/hvc: make sure console output is always emitted, with explicit pollingJeremy Fitzhardinge2009-11-031-1/+24
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-11-051-0/+4
|\ \ \ \ \ \
| * | | | | | sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman2009-11-041-0/+4
* | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-11-054-54/+84
|\ \ \ \ \ \ \
| * | | | | | | sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-032-23/+32
| * | | | | | | sched: Disable SD_PREFER_LOCAL at node levelMike Galbraith2009-11-031-1/+1
| * | | | | | | sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell2009-11-021-3/+3