summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-11printk: correctly align __log_bufStephen Warren1-7/+6
2012-05-10ARM: tegra30: Add Tegra Memory Controller(MC) driverHiroshi DOYU5-0/+416
2012-05-10ARM: tegra20: Add Tegra Memory Controller(MC) driverHiroshi DOYU5-0/+285
2012-05-10printk() - restore timestamp printing at console outputKay Sievers2-23/+36
2012-05-10printk() - do not merge continuation lines of different threadsKay Sievers1-9/+10
2012-05-10printk - fix compilation for CONFIG_PRINTK=nKay Sievers2-19/+24
2012-05-10misc: MAX8997: Remove max8997-muic driverChanwoo Choi4-527/+0
2012-05-10Extcon: add MAX8997 extcon driverChanwoo Choi3-0/+546
2012-05-08kmsg - add Documentation/ABI/testing/dev-kmsgKay Sievers2-1/+92
2012-05-08mm: use KERN_CONT in printk() continuation linesKay Sievers1-3/+3
2012-05-08acpi: use KERN_CONT in printk() continuation linesKay Sievers2-10/+10
2012-05-08parport: use KERN_CONT in printk() continuation linesKay Sievers1-8/+8
2012-05-08kmsg: use do_div() to divide 64bit integerKay Sievers1-1/+4
2012-05-08Fix a mistake sentence in the file 'Documentation/zh_CN/magic-number.txt'harryxiyou1-1/+1
2012-05-08driver-core: extend dev_printk() to pass structured dataKay Sievers1-3/+49
2012-05-08kmsg: export printk records to the /dev/kmsg interfaceKay Sievers3-60/+316
2012-05-08printk: convert byte-buffer to variable-length record bufferKay Sievers3-441/+639
2012-05-08powerpc: fix compile fail in hugetlb cmdline parsingPaul Gortmaker1-1/+2
2012-05-08kobject: fix the uncorrect commentZhi Yong Wu1-1/+1
2012-05-08Revert "dynamic_debug: remove unneeded includes"Greg Kroah-Hartman1-0/+10
2012-05-05params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie1-21/+12
2012-05-05dynamic_debug: remove unneeded includesJim Cromie1-10/+0
2012-05-05params.c: fix Smack complaint about parse_argsJim Cromie1-1/+1
2012-05-05gpiolib: Convert to devres_release()Mark Brown1-2/+1
2012-05-05devres: Add devres_release()Mark Brown2-0/+33
2012-05-05devres: Clarify documentation for devres_destroy()Mark Brown1-0/+4
2012-05-05driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson1-1/+1
2012-05-05w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten1-2/+0
2012-05-05extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown2-0/+2
2012-05-05memory: emif: Add Kconfig dependency for TI EMIF controllerSantosh Shilimkar1-0/+1
2012-05-03Extcon: fix section mismatch in extcon_gpio.cH Hartley Sweeten1-2/+2
2012-05-02sysfs: Removed dup_name entirely in sysfs_renameSasikantha babu1-4/+2
2012-05-02memory: emif: add debugfs entries for emifAneesh V1-0/+138
2012-05-02memory: emif: add one-time settingsAneesh V1-0/+148
2012-05-02memory: emif: add interrupt and temperature handlingAneesh V1-2/+209
2012-05-02memory: emif: handle frequency and voltage change eventsAneesh V2-4/+1020
2012-05-02memory: emif: add basic infrastructure for EMIF driverAneesh V8-0/+511