summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-30dynamic_debug: init with early_initcall, not arch_initcallJim Cromie1-2/+2
2012-04-30dynamic_debug: update Documentation/*, Kconfig.debugJim Cromie3-70/+138
2012-04-30dynamic_debug: add modname arg to exec_query callchainJim Cromie1-8/+13
2012-04-30dynamic_debug: print ram usage by ddebug tables if verboseJim Cromie1-1/+11
2012-04-30dynamic_debug: simplify dynamic_debug_init error exitJim Cromie1-11/+8
2012-04-30dynamic_debug: combine parse_args callbacks togetherJim Cromie1-16/+20
2012-04-30dynamic_debug: deprecate ddebug_query, suggest dyndbg insteadJim Cromie2-1/+10
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie3-1/+67
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie3-28/+39
2012-04-30dynamic_debug: fix leading spaces in dynamic_debug.hJim Cromie1-2/+2
2012-04-30dynamic_debug: replace if (verbose) pr_info with macro vpr_infoJim Cromie1-46/+35
2012-04-29Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman4-473/+0
2012-04-29Extcon: Notify changed state for only one cable to notifeeChanwoo Choi1-1/+8
2012-04-29Linux 3.4-rc5v3.4-rc5Linus Torvalds1-1/+1
2012-04-29Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-24/+41
2012-04-29autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds3-2/+13
2012-04-29PM / Freezer / Docs: Update documentation about freezing of tasksMarcos Paulo de Souza1-18/+19
2012-04-29pipes: add a "packetized pipe" mode for writingLinus Torvalds2-2/+30