summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-13phylib: introduce mdiobus_alloc_size()Timur Tabi2-6/+25
2012-01-13module_param: check that bool parameters really are bool.Rusty Russell1-8/+2
2012-01-13intelfbdrv.c: bailearly is an int module_paramRusty Russell1-1/+1
2012-01-13paride/pcd: fix bool verbose module parameter.Rusty Russell1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell283-465/+471
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell8-25/+25
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell5-8/+9
2012-01-13kernel/async: remove redundant declaration.Rusty Russell1-2/+0
2012-01-13printk: fix unnecessary module_param_name.Rusty Russell1-1/+1
2012-01-13lirc_parallel: fix module parameter description.Rusty Russell1-1/+1
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell7-6/+36
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell5-5/+8
2012-01-13modpost: use linker section to generate table.Rusty Russell1-45/+61
2012-01-13modpost: use a table rather than a giant if/else statement.Rusty Russell1-119/+73
2012-01-13modules: sysfs - export: taint, coresize, initsizeKay Sievers2-29/+80
2012-01-13kernel/params: replace DEBUGP with pr_debugJim Cromie1-10/+4
2012-01-13module: replace DEBUGP with pr_debugJim Cromie1-26/+20
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet3-10/+21
2012-01-13module: Fix performance regression on modules with large symbol tablesKevin Cernekee1-44/+21
2012-01-13module: Add comments describing how the "strmap" logic worksKevin Cernekee1-0/+9
2012-01-13pnfsblock: alloc short extent before submit bioPeng Tao3-37/+131
2012-01-13pnfsblock: remove rpc_call_ops from struct parallel_ioPeng Tao1-13/+0
2012-01-13pnfsblock: move find lock page logic out of bl_write_pagelistPeng Tao1-24/+54
2012-01-13pnfsblock: cleanup bl_mark_sectors_initPeng Tao3-77/+8
2012-01-13pnfsblock: limit bio page countPeng Tao1-6/+11
2012-01-13pnfsblock: don't spinlock when freeing block_devPeng Tao1-7/+4
2012-01-13pnfsblock: clean up _add_entryPeng Tao1-7/+1
2012-01-13pnfsblock: set read/write tk_status to pnfs_errorPeng Tao1-1/+2
2012-01-13pnfsblock: acquire im_lock in _preload_rangePeng Tao1-5/+6
2012-01-13NFS4: fix compile warnings in nfs4proc.cPeng Tao1-1/+1
2012-01-13nfs: check for integer overflow in decode_devicenotify_args()Dan Carpenter1-0/+4
2012-01-13NFS: cleanup endian type in decode_ds_addr()Dan Carpenter1-1/+1
2012-01-13NFS: add an endian notationDan Carpenter1-1/+1
2012-01-13Merge branch 'drm-intel-next-fixes' into drm-intel-fixesKeith Packard6-138/+50
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds10-14/+109
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-50/+149
2012-01-13Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds23-247/+757
2012-01-13drm/i915: Add Clientron E830 to the ignore LVDS listJoel Sass1-0/+8
2012-01-13CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGBDuncan Laurie1-0/+23
2012-01-13net: decrement memcg jump label when limit, not usage, is changedGlauber Costa1-1/+1
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet32-63/+61
2012-01-13brcmsmac: fix reading of PCI sprom contentsLinus Torvalds1-11/+20
2012-01-13mmc: fix a deadlock between system suspend and MMC block IOGuennadi Liakhovetski1-3/+6
2012-01-13mmc: sdhci: restore the enabled dma when do reset allShaohui Xie1-0/+5
2012-01-13mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operationJaehoon Chung1-1/+1
2012-01-13mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S3-15/+44
2012-01-13mmc: core: HS200 mode support for eMMC 4.5Girish K S8-14/+241
2012-01-13mmc: dw_mmc: fixed wrong bit operation for SDMMC_GET_FCNT()Jaehoon Chung1-1/+1
2012-01-13mmc: core: Separate the timeout value for cache-ctrlSeungwon Jeon2-11/+23
2012-01-13mmc: sdhci-spear: Fix compilation errorViresh Kumar1-2/+1