summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-23x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes
2011-03-23pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes
2011-03-23rtc: add real-time clock driver for NVIDIA TegraAndrew Chew
2011-03-23drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram fileVasiliy Kulikov
2011-03-23drivers/rtc/rtc-isl1208.c: add alarm supportRyan Mallon
2011-03-23rtc: convert DS1374 to dev_pm_opsMark Brown
2011-03-23init: return proper error code in do_mounts_rd()Davidlohr Bueso
2011-03-23binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney
2011-03-23epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer
2011-03-23epoll: move ready event check into proper inlineDavide Libenzi
2011-03-23crc32: add missed brackets in macroKonstantin Khlebnikov
2011-03-23checkpatch: warn about memset with swapped argumentsDave Jones
2011-03-23scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger
2011-03-23drivers/mmc/host/omap_hsmmc.c: use resource_size()Chris Ball
2011-03-23drivers/mmc/host/omap.c: use resource_size()Chris Ball
2011-03-23sigma-firmware: loader for Analog Devices' SigmaStudioMike Frysinger
2011-03-23kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan
2011-03-23MAINTAINERS: add drivers/platform/msm to MSM subsystemKenneth Heitke
2011-03-23MAINTAINERS: update WINBOND CIR patternJoe Perches
2011-03-23MAINTAINERS: uSB SE401 moved to staging, update patternJoe Perches
2011-03-23MAINTAINERS: update SFI patternJoe Perches
2011-03-23MAINTAINERS: remove SHARP LH7A40X sectionJoe Perches
2011-03-23MAINTAINERS: update SCX200 file patternJoe Perches
2011-03-23MAINTAINERS: remove unused TIMEKEEPING timekeeping.hJoe Perches
2011-03-23MAINTAINERS: remove IEEE1394 entryJoe Perches
2011-03-23MAINTAINERS: update media pathJoe Perches
2011-03-23MAINTAINERS: update clkdev locationJoe Perches
2011-03-23MAINTAINERS: remove unnecessary linux-kernel@vger.kernel.org entriesJoe Perches
2011-03-23MAINTAINERS: add missing : after HR Timers F tagJoe Perches
2011-03-23MAINTAINERS: remove ASOC CODEC DRIVERS files not in treeJoe Perches
2011-03-23MAINTAINERS: change web links from wiki-analog to wiki.analogJoe Perches
2011-03-23MAINTAINERS: update ADP5520 patternJoe Perches
2011-03-23MAINTAINERS: quote non-alphanumeric email addressesJoe Perches
2011-03-23MAINTAINERS: add topgit for T:Harry Wei
2011-03-23get_maintainer.pl: allow "K:" pattern tests to match non-patch textJoe Perches
2011-03-23printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines
2011-03-23printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook
2011-03-23console: prevent registered consoles from dumping old kernel message over againFeng Tang
2011-03-23console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto
2011-03-23vsprintf: neaten %pK kptr_restrict, save a bit of code spaceJoe Perches
2011-03-23drivers/dca/dca-core.c: use list_move() instead of list_del()/list_add() comb...Kirill A. Shutemov
2011-03-23kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus
2011-03-23kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus
2011-03-23calibrate: retry with wider bounds when converge seems to failPhil Carmody
2011-03-23calibrate: home in on correct lpj value more quicklyPhil Carmody
2011-03-23calibrate: extract fall-back calculation into own helperPhil Carmody
2011-03-23sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov
2011-03-23kernel/cpu.c: fix many errors related to style.Michael Rodriguez
2011-03-23smp: move smp setup functions to kernel/smp.cAmerigo Wang
2011-03-23include/linux/err.h: add a function to cast error-pointers to a return valueUwe Kleine-König