summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-14memory: tegra{20,30}-mc: Use dev_err_ratelimited()Hiroshi DOYU2-4/+6
2012-05-14driver core: Add dev_*_ratelimited() familyHiroshi DOYU1-0/+27
2012-05-14Driver Core: don't oops with unregistered driver in driver_find_device()Hiroshi DOYU1-1/+1
2012-05-14printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers1-51/+76
2012-05-11printk: add stub for prepend_timestamp()Randy Dunlap1-0/+4
2012-05-11ARM: tegra30: Make MC optional in KconfigHiroshi DOYU2-3/+7
2012-05-11ARM: tegra20: Make MC optional in KconfigHiroshi DOYU2-3/+7
2012-05-11ARM: tegra30: MC: Remove unnecessary BUG*()Hiroshi DOYU1-12/+8
2012-05-11ARM: tegra20: MC: Remove unnecessary BUG*()Hiroshi DOYU1-6/+6
2012-05-10printk: 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-09printk() - restore timestamp printing at console outputKay Sievers2-23/+36
2012-05-09printk() - do not merge continuation lines of different threadsKay Sievers1-9/+10
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers2-19/+24
2012-05-09misc: MAX8997: Remove max8997-muic driverChanwoo Choi4-527/+0
2012-05-09Extcon: 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-07Fix a mistake sentence in the file 'Documentation/zh_CN/magic-number.txt'harryxiyou1-1/+1
2012-05-07driver-core: extend dev_printk() to pass structured dataKay Sievers1-3/+49
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers3-60/+316
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers3-441/+639
2012-05-07powerpc: fix compile fail in hugetlb cmdline parsingPaul Gortmaker1-1/+2
2012-05-07kobject: fix the uncorrect commentZhi Yong Wu1-1/+1
2012-05-07Revert "dynamic_debug: remove unneeded includes"Greg Kroah-Hartman1-0/+10
2012-05-04params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie1-21/+12
2012-05-04dynamic_debug: remove unneeded includesJim Cromie1-10/+0
2012-05-04params.c: fix Smack complaint about parse_argsJim Cromie1-1/+1
2012-05-04gpiolib: Convert to devres_release()Mark Brown1-2/+1
2012-05-04devres: Add devres_release()Mark Brown2-0/+33
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown1-0/+4
2012-05-04driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson1-1/+1
2012-05-04w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten1-2/+0
2012-05-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown2-0/+2
2012-05-04memory: emif: Add Kconfig dependency for TI EMIF controllerSantosh Shilimkar1-0/+1
2012-05-02Extcon: 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-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman811-5437/+7629
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
2012-05-02memory: emif: add register definitions for EMIFAneesh V1-0/+454
2012-05-02ddr: add LPDDR2 data from JESD209-2Aneesh V4-0/+320
2012-05-01dynamic_debug: use printk(KERN_WARNING..) in stub functionJim Cromie1-1/+2