summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-28tridentfb: change option mode to mode_optionKrzysztof Helt1-5/+7
2008-04-28pm2fb: change option mode to mode_optionKrzysztof Helt1-7/+7
2008-04-28video/aty/atyfb_base.c: free when fb can't be registeredRoel Kluin1-2/+5
2008-04-28fbmem: fix con2fbmap limit checkPeter Samuelson1-1/+1
2008-04-28PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switchAndres Salomon4-4/+48
2008-04-28gxfb: add power management functionalityAndres Salomon4-2/+396
2008-04-28gxfb: stop sharing code with gx1fbAndres Salomon6-92/+47
2008-04-28gxfb: move MSR bit fields into gxfb.hAndres Salomon5-20/+19
2008-04-28gxfb: clean up register definitionsAndres Salomon5-183/+276
2008-04-28gxfb: create DC/VP/FP-specific handlers rather than using readl/writelAndres Salomon4-43/+97
2008-04-28gxfb: replace FBSIZE config option with a module parameterAndres Salomon4-33/+59
2008-04-28gxfb: use PCI_DEVICE() for gxfb's pci device tableAndres Salomon1-3/+1
2008-04-28gxfb: don't enable the CRT DACs when we are in flatpanel modeJordan Crouse1-15/+17
2008-04-28gxfb: set the right registers to tweak the sync polarityJordan Crouse1-6/+10
2008-04-28x86: GEODE: add Virtual Systems Architecture detectionAndres Salomon1-0/+19
2008-04-28x86: geode: MSR cleanupAndres Salomon8-31/+32
2008-04-28fbcon: replace mono_col macro with static inlineHarvey Harrison1-4/+8
2008-04-28pm2fb: correct error values returned from probe functionKrzysztof Helt1-2/+4
2008-04-28fbdev: use DIV_ROUND_UP or roundupJulia Lawall4-5/+4
2008-04-28powerpc: offb: add support for foreign endiannessAnton Vorontsov1-3/+12
2008-04-28fb: add support for foreign endiannessAnton Vorontsov10-140/+228
2008-04-28fbdev: make the best-fit section of fb_find_mode return the closest matching ...Michal Januszewski1-8/+16
2008-04-28gpiochip_reserve()Anton Vorontsov2-3/+48
2008-04-28gpiolib: dynamic gpio number allocationAnton Vorontsov1-7/+45
2008-04-28gpio: define gpio_is_valid()Guennadi Liakhovetski3-7/+29
2008-04-28gpiolib: i2c/spi drivers: handle rmmod betterGuennadi Liakhovetski3-0/+3
2008-04-28gpiolib: better rmmod infrastructureGuennadi Liakhovetski2-3/+14
2008-04-28i2o: remove static inline forward declarationsIlpo Järvinen1-5/+0
2008-04-28isdn: rename CONFIG_AVMB1_COMPAT to not look like a Kconfig variableRobert P. J. Day1-4/+4
2008-04-28capifs: fix memory leak on remountCyrill Gorcunov1-0/+1
2008-04-28hisax: depend on CONFIG_PNP, not __ISAPNP__Bjorn Helgaas1-4/+6
2008-04-28isdn: fix obvious cut-and-paste error in st5481_usb.cRobert P. J. Day1-1/+1
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison22-51/+51
2008-04-28eicon: fix sparse integer as NULL pointer warningsHarvey Harrison2-7/+7
2008-04-28avm: fix sparse warning using integer as NULL pointerHarvey Harrison8-26/+26
2008-04-28capi: fix sparse warnings using integer as NULL pointerHarvey Harrison6-38/+38
2008-04-28quota: convert stub functions from macros into inlinesAndrew Morton1-8/+37
2008-04-28quota: reiserfs: make reiserfs handle quotaon on remountJan Kara1-5/+8
2008-04-28quota: ext4: make ext4 handle quotaon on remountJan Kara1-7/+8
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara1-9/+10
2008-04-28quota: quota core changes for quotaon on remountJan Kara5-22/+113
2008-04-28quota: various style cleanupsJan Kara4-28/+60
2008-04-28quota: remove superfluous DQUOT_OFF() in fs/namespace.cJan Kara1-2/+0
2008-04-28quota: do not allow setting of quota limits to too high valuesAndrew Perepechko4-5/+25
2008-04-28kprobes: update document about batch registrationMasami Hiramatsu1-4/+47
2008-04-28kprobes: add (un)register_jprobes for batch registrationMasami Hiramatsu2-9/+65
2008-04-28kprobes: add (un)register_kretprobes for batch registrationMasami Hiramatsu2-20/+97
2008-04-28kprobes: add (un)register_kprobes for batch registrationMasami Hiramatsu2-37/+96
2008-04-28list.h: add list_is_singular()Masami Hiramatsu1-0/+9
2008-04-28kprobes: prevent probing of preempt_schedule()Srinivasa Ds2-0/+59