summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-1936-210/+434
|\
| * MODSIGN: Fix kbuild output when using default extra_certificatesMichal Marek2012-12-141-1/+5
| * MODSIGN: Avoid using .incbin in C sourceTakashi Iwai2012-12-143-8/+21
| * modules: don't hand 0 to vmalloc.Rusty Russell2012-12-146-28/+18
| * module: Remove a extra null character at the top of module->strtab.Satoru Takeuchi2012-12-141-5/+1
| * ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells2012-12-141-4/+4
| * ASN.1: Define indefinite length marker constantDavid Howells2012-12-141-0/+2
| * moduleparam: use __UNIQUE_ID()Rusty Russell2012-12-141-4/+2
| * __UNIQUE_ID()Rusty Russell2012-12-142-0/+11
| * MODSIGN: Add modules_sign make targetJosh Boyer2012-12-142-0/+38
| * powerpc: add finit_module syscall.Rusty Russell2012-12-143-1/+3
| * ima: support new kernel module syscallMimi Zohar2012-12-147-5/+41
| * add finit_module syscall to asm-genericKees Cook2012-12-141-1/+3
| * ARM: add finit_module syscall to ARMKees Cook2012-12-142-0/+2
| * security: introduce kernel_module_from_file hookKees Cook2012-12-144-0/+35
| * module: add flags arg to sys_finit_module()Rusty Russell2012-12-143-15/+35
| * module: add syscall to load module from fdKees Cook2012-12-145-148/+223
* | Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Linus Torvalds2012-12-194-3/+45
|\ \
| * | byteorder: allow arch to opt to use GCC intrinsics for byteswappingDavid Woodhouse2012-12-064-3/+45
* | | blk: avoid divide-by-zero with zero discard granularityLinus Torvalds2012-12-191-4/+15
* | | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-12-1827-359/+1480
|\ \ \
| * | | i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flagShubhrajyoti D2012-11-285-13/+6
| * | | i2c: at91: add dma supportLudovic Desroches2012-11-241-8/+298
| * | | i2c: at91: change struct members indentationLudovic Desroches2012-11-241-15/+15
| * | | i2c: at91: fix compilation warningLudovic Desroches2012-11-241-1/+1
| * | | i2c: mxs: Do not disable the I2C SMBus quick modeMarek Vasut2012-11-221-1/+1
| * | | i2c: mxs: Handle i2c DMA failure properlyMarek Vasut2012-11-221-0/+2
| * | | i2c: s3c2410: Remove recently introduced performance overheadsMark Brown2012-11-221-4/+16
| * | | i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF blockAndreas Larsson2012-11-221-34/+34
| * | | i2c: s3c2410: Add fix for i2c suspend/resumeAbhilash Kesavan2012-11-191-7/+9
| * | | i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan2012-11-191-0/+1
| * | | i2c: i2c-cbus-gpio: introduce driverAaro Koskinen2012-11-196-0/+407
| * | | i2c: ocores: Add support for the GRLIB port of the controller and use functio...Andreas Larsson2012-11-162-19/+121
| * | | i2c: ocores: Add irq support for sparcAndreas Larsson2012-11-161-5/+6
| * | | i2c: omap: Move the remove constraintShubhrajyoti D2012-11-161-3/+4
| * | | ARM: dts: cfa10049: Add the i2c muxer buses to the CFA-10049Maxime Ripard2012-11-161-0/+24
| * | | i2c: s3c2410: do not special case HDMIPHY stuck bus detectionDaniel Kurtz2012-11-161-16/+0
| * | | i2c: s3c2410: use exponential back off while polling for bus idleDaniel Kurtz2012-11-161-20/+47
| * | | i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHYDaniel Kurtz2012-11-161-2/+45
| * | | i2c: s3c2410: grab adapter lock while changing i2c clockDaniel Kurtz2012-11-161-8/+2
| * | | i2c: s3c2410: Add support for pinctrlTomasz Figa2012-11-162-8/+24
| * | | i2c: s3c2410: Convert to devm_request_and_ioremap()Mark Brown2012-11-161-28/+7
| * | | i2c: s3c2410: Refactor ifdefs for PM_SLEEPMark Brown2012-11-161-1/+5
| * | | i2c: mux: Add dt support to i2c-mux-gpio driverMaxime Ripard2012-11-162-31/+195
| * | | i2c: i2c-sh_mobile: fix spurious transfer request timed outShinya Kuribayashi2012-11-161-0/+3
| * | | i2c: i2c-sh_mobile: support I2C hardware block with a faster operating clockShinya Kuribayashi2012-11-162-0/+6
| * | | i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speedShinya Kuribayashi2012-11-161-49/+77
| * | | i2c: i2c-sh_mobile: calculate clock parameters at driver probing timeShinya Kuribayashi2012-11-161-5/+13
| * | | i2c: omap: don't save a value only needed for read-clearingWolfram Sang2012-11-141-2/+1
| * | | i2c: omap: cleanup the sysc writeShubhrajyoti D2012-11-141-15/+5