aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston1-1/+1
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new()Andrey Vagin1-1/+1
2011-03-22aio: wake all waiters when destroying ctxRoland Dreier1-2/+2
2011-03-22pps: remove unreachable codeAlexander Gordeev1-5/+0
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales6-26/+99
2011-03-22adfs: improve timestamp precisionStuart Swales1-21/+19
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales2-21/+84
2011-03-22Documentation/vm/page-types.c: auto debugfs mount for hwpoison operationChen Gong1-4/+101
2011-03-22Documentation/Changes: minor correctionsChristian Kujau1-4/+4
2011-03-22Documentation/CodingStyle: flesh out if-else examplesHarry Wei1-0/+7
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick1-7/+1
2011-03-22x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes2-4/+12
2011-03-22x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-1/+1
2011-03-22x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-1/+2
2011-03-22pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes3-6/+10
2011-03-22rtc: add real-time clock driver for NVIDIA TegraAndrew Chew3-0/+499
2011-03-22drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram fileVasiliy Kulikov1-1/+1
2011-03-22drivers/rtc/rtc-isl1208.c: add alarm supportRyan Mallon1-5/+171
2011-03-22rtc: convert DS1374 to dev_pm_opsMark Brown1-6/+13
2011-03-22init: return proper error code in do_mounts_rd()Davidlohr Bueso1-1/+1
2011-03-22binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney1-1/+1
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer1-5/+28
2011-03-22epoll: move ready event check into proper inlineDavide Libenzi1-3/+16
2011-03-22crc32: add missed brackets in macroKonstantin Khlebnikov1-1/+1
2011-03-22checkpatch: warn about memset with swapped argumentsDave Jones1-0/+5
2011-03-22scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger1-0/+1
2011-03-22drivers/mmc/host/omap_hsmmc.c: use resource_size()Chris Ball1-4/+3
2011-03-22drivers/mmc/host/omap.c: use resource_size()Chris Ball1-3/+3
2011-03-22sigma-firmware: loader for Analog Devices' SigmaStudioMike Frysinger4-0/+188
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan8-150/+1039
2011-03-22MAINTAINERS: add drivers/platform/msm to MSM subsystemKenneth Heitke1-0/+1
2011-03-22MAINTAINERS: update WINBOND CIR patternJoe Perches1-1/+1
2011-03-22MAINTAINERS: uSB SE401 moved to staging, update patternJoe Perches1-3/+2
2011-03-22MAINTAINERS: update SFI patternJoe Perches1-1/+1
2011-03-22MAINTAINERS: remove SHARP LH7A40X sectionJoe Perches1-11/+0
2011-03-22MAINTAINERS: update SCX200 file patternJoe Perches1-1/+1
2011-03-22MAINTAINERS: remove unused TIMEKEEPING timekeeping.hJoe Perches1-1/+0
2011-03-22MAINTAINERS: remove IEEE1394 entryJoe Perches1-9/+0
2011-03-22MAINTAINERS: update media pathJoe Perches1-2/+1
2011-03-22MAINTAINERS: update clkdev locationJoe Perches1-1/+1
2011-03-22MAINTAINERS: remove unnecessary linux-kernel@vger.kernel.org entriesJoe Perches1-5/+0
2011-03-22MAINTAINERS: add missing : after HR Timers F tagJoe Perches1-1/+1
2011-03-22MAINTAINERS: remove ASOC CODEC DRIVERS files not in treeJoe Perches1-2/+0
2011-03-22MAINTAINERS: change web links from wiki-analog to wiki.analogJoe Perches1-10/+10
2011-03-22MAINTAINERS: update ADP5520 patternJoe Perches1-1/+1
2011-03-22MAINTAINERS: quote non-alphanumeric email addressesJoe Perches1-5/+5
2011-03-22MAINTAINERS: add topgit for T:Harry Wei1-1/+1
2011-03-22get_maintainer.pl: allow "K:" pattern tests to match non-patch textJoe Perches1-1/+10
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines2-1/+12
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook3-9/+7