summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-21UIO: uio_pdrv: fix memory leakUwe Kleine-König1-0/+2
2008-08-21block: drop references taken by class_find_device()Kay Sievers1-6/+16
2008-08-21block: fix partial read() of /proc/{partitions,diskstats}Kay Sievers1-6/+8
2008-08-21PM: Remove WARN_ON from device_pm_addRafael J. Wysocki1-4/+2
2008-08-21driver core: add init_name to struct deviceGreg Kroah-Hartman2-7/+14
2008-08-21PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...Alan Stern3-15/+16
2008-08-21driver model: anti-oopsing medicineDavid Brownell1-0/+11
2008-08-21dev_printk(): constify the `dev' argumentJean Delvare2-3/+3
2008-08-21drivers/base/driver.c: remove unused to_dev() macroJoe Perches1-3/+0
2008-08-21Documentation: HOWTO-ja_JP-sync patchTsugikazu Shibata1-20/+47
2008-08-21Japanese translation of Documentation/SubmitChecklistTakenori Nagano1-0/+111
2008-08-21kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Ingo Oeser1-2/+1
2008-08-21Linux v2.6.27-rc4v2.6.27-rc4Linus Torvalds1-1/+1
2008-08-21cramfs: fix named-pipe handlingAl Viro1-46/+38
2008-08-21fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell3-0/+26
2008-08-21rtc: rtc-ds1374: fix 'no irq' case handlingAnton Vorontsov1-5/+5
2008-08-21mm: xip/ext2 fix block allocation raceNick Piggin1-1/+4
2008-08-21mm: xip fix fault vs sparse page invalidate raceNick Piggin1-14/+46
2008-08-21mm: dirty page tracking race fixNick Piggin3-7/+11
2008-08-21fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen3-8/+17
2008-08-21Video/Framebuffer: add fuctional power management support to Blackfin BF54x L...Michael Hennerich1-3/+12
2008-08-21bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner1-6/+29
2008-08-21drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton1-5/+3
2008-08-21pm2fb: free cmap memory on module removeKrzysztof Helt1-0/+1
2008-08-21rtc: fix double lock on UIE emulationAtsushi Nemoto1-1/+4
2008-08-21binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersPavel Emelyanov1-2/+2
2008-08-21brd: fix name argument of unregister_blkdev()Akinobu Mita1-1/+1
2008-08-21nbd: fix memory leak of nbd_dev arraySven Wegener1-4/+6
2008-08-21mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz1-1/+1
2008-08-21mm: show free swap as signedHugh Dickins1-1/+1
2008-08-21mm: page_remove_rmap comments on PageAnonHugh Dickins1-9/+16
2008-08-21Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...Mike Frysinger1-0/+8
2008-08-21Blackfin RTC Driver: BF561 not have on-chip RTCGraf Yang1-1/+1
2008-08-21Blackfin RTC Driver: do all initialization before we register the rtc and mak...Mike Frysinger1-2/+1
2008-08-21Blackfin RTC Driver: move irq request/free out of open/release and into probe...Mike Frysinger1-31/+20
2008-08-21/proc/self/maps doesn't display the real file offsetClement Calmels2-4/+4
2008-08-21documentation: describe bootmem_debug kernel parameterAndreas Herrmann1-0/+2
2008-08-21eeepc-laptop: fix use after freeMatthew Garrett1-1/+1
2008-08-21FRV: Provide ioremap_wc() for FRVDavid Howells1-0/+2
2008-08-21MN10300: Supply ioremap_wc() for MN10300David Howells1-0/+2
2008-08-21Reserve NFS fileid values for btrfsDavid Woodhouse1-0/+21
2008-08-21Reduce brokenness of CRIS headers_installDavid Woodhouse1-1/+0
2008-08-20Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-28/+271
2008-08-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds6-31/+50
2008-08-20Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...Linus Torvalds1-2/+3
2008-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds15-43/+214
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds1-7/+3
2008-08-20tracehook: fix SA_NOCLDWAITRoland McGrath1-2/+3
2008-08-20powerpc: Fix vio_bus_probe oops on probe errorBrian King1-1/+1
2008-08-20powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devicesJoachim Fenkes2-12/+10