aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* module_param: make bool parameters really bool (arch)Rusty Russell2012-01-12
* module_param: make bool parameters really bool (core code)Rusty Russell2012-01-12
* kernel/async: remove redundant declaration.Rusty Russell2012-01-12
* printk: fix unnecessary module_param_name.Rusty Russell2012-01-12
* lirc_parallel: fix module parameter description.Rusty Russell2012-01-12
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-12
* module_param: check type correctness for module_param_arrayRusty Russell2012-01-12
* modpost: use linker section to generate table.Rusty Russell2012-01-12
* modpost: use a table rather than a giant if/else statement.Rusty Russell2012-01-12
* modules: sysfs - export: taint, coresize, initsizeKay Sievers2012-01-12
* kernel/params: replace DEBUGP with pr_debugJim Cromie2012-01-12
* module: replace DEBUGP with pr_debugJim Cromie2012-01-12
* module: struct module_ref should contains long fieldsEric Dumazet2012-01-12
* module: Fix performance regression on modules with large symbol tablesKevin Cernekee2012-01-12
* module: Add comments describing how the "strmap" logic worksKevin Cernekee2012-01-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-12
|\
| * Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen2012-01-11
| * Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov2012-01-11
| * Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov2012-01-11
| * Input: serio_raw - remove stray semicolonChe-Liang Chiou2012-01-11
| * Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-12
|\ \
| * | FUSE: Notifying the kernel of deletion.John Muir2011-12-13
| * | fuse: support ioctl on directoriesMiklos Szeredi2011-12-13
| * | fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-13
| * | fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi2011-12-13
* | | Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-12
|\ \ \
| * | | lguest: Make sure interrupt is allocated ok by lguest_setup_irqStratos Psomadakis2012-01-12
| * | | lguest: move the lguest tool to the tools directoryDavidlohr Bueso2012-01-12
| * | | lguest: switch segment-voodoo-numbers to readable symbolsJacek Galowicz2012-01-12
| * | | virtio: balloon: Add freeze, restore handlers to support S4Amit Shah2012-01-12
| * | | virtio: balloon: Move vq initialization into separate functionAmit Shah2012-01-12
| * | | virtio: net: Add freeze, restore handlers to support S4Amit Shah2012-01-12
| * | | virtio: net: Move vq and vq buf removal into separate functionAmit Shah2012-01-12
| * | | virtio: net: Move vq initialization into separate functionAmit Shah2012-01-12
| * | | virtio: blk: Add freeze, restore handlers to support S4Amit Shah2012-01-12
| * | | virtio: blk: Move vq initialization to separate functionAmit Shah2012-01-12
| * | | virtio: console: Disable callbacks for virtqueues at start of S4 freezeAmit Shah2012-01-12
| * | | virtio: console: Add freeze and restore handlers to support S4Amit Shah2012-01-12
| * | | virtio: console: Move vq and vq buf removal into separate functionsAmit Shah2012-01-12
| * | | virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah2012-01-12
| * | | virtio: pci: switch to new PM APIAmit Shah2012-01-12
| * | | virtio_blk: fix config handler raceMichael S. Tsirkin2012-01-12
| * | | virtio: add debugging if driver doesn't kick.Rusty Russell2012-01-12
| * | | virtio: expose added descriptors immediately.Rusty Russell2012-01-12
| * | | virtio: avoid modulus operation.Rusty Russell2012-01-12
| * | | virtio: support unlocked queue kickRusty Russell2012-01-12
| * | | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-12
| * | | virtio: document functions better.Rusty Russell2012-01-12