aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds10-14/+109
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-50/+149
2012-01-12Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds23-247/+757
2012-01-12brcmsmac: fix reading of PCI sprom contentsLinus Torvalds1-11/+20
2012-01-12x86: Get rid of 'dubious one-bit signed bitfield' sprase warningAnton Vorontsov1-2/+2
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds510-16533/+17099
2012-01-12x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=yBjorn Helgaas1-1/+2
2012-01-12Merge branch 'topic/hda' into for-linusTakashi Iwai25-4723/+1625
2012-01-12Merge branch 'topic/misc' into for-linusTakashi Iwai172-913/+2775
2012-01-12Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asocTakashi Iwai18-63/+58
2012-01-11Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds28-92/+9572
2012-01-11Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds51-1651/+897
2012-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+7
2012-01-12lguest: Make sure interrupt is allocated ok by lguest_setup_irqStratos Psomadakis2-11/+20
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso6-2/+2
2012-01-12lguest: switch segment-voodoo-numbers to readable symbolsJacek Galowicz1-11/+17
2012-01-12virtio: balloon: Add freeze, restore handlers to support S4Amit Shah1-0/+47
2012-01-12virtio: balloon: Move vq initialization into separate functionAmit Shah1-18/+30
2012-01-12virtio: net: Add freeze, restore handlers to support S4Amit Shah1-0/+46
2012-01-12virtio: net: Move vq and vq buf removal into separate functionAmit Shah1-8/+12
2012-01-12virtio: net: Move vq initialization into separate functionAmit Shah1-19/+28
2012-01-12virtio: blk: Add freeze, restore handlers to support S4Amit Shah1-0/+44
2012-01-12virtio: blk: Move vq initialization to separate functionAmit Shah1-5/+14
2012-01-12virtio: console: Disable callbacks for virtqueues at start of S4 freezeAmit Shah1-0/+8
2012-01-12virtio: console: Add freeze and restore handlers to support S4Amit Shah1-0/+58
2012-01-12virtio: console: Move vq and vq buf removal into separate functionsAmit Shah1-28/+40
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah2-2/+97
2012-01-12virtio: pci: switch to new PM APIAmit Shah1-4/+12
2012-01-12virtio_blk: fix config handler raceMichael S. Tsirkin1-1/+21
2012-01-12virtio: add debugging if driver doesn't kick.Rusty Russell1-0/+31
2012-01-12virtio: expose added descriptors immediately.Rusty Russell1-6/+14
2012-01-12virtio: avoid modulus operation.Rusty Russell1-4/+6
2012-01-12virtio: support unlocked queue kickRusty Russell2-12/+52
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell10-58/+44