aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-25um: allow SUBARCH=x86Al Viro1-2/+2
2012-03-25um: most of the SUBARCH uses can be killedAl Viro3-7/+3
2012-03-25um: deadlock in line_write_interrupt()Al Viro1-0/+1
2012-03-25um: don't bother trying to rebuild CHECKFLAGS for USER_OBJSAl Viro1-4/+3
2012-03-25um: use the right ifdef around exports in user_syms.cAl Viro2-3/+1
2012-03-25um: a bunch of headers can be killed by using generic-yAl Viro7-124/+1
2012-03-25um: ptrace-generic.h doesn't need user.hAl Viro1-1/+0
2012-03-25um: kill HOST_TASK_PIDAl Viro4-8/+4
2012-03-25um: remove pointless include of asm/fixmap.h from asm/pgtable.hAl Viro1-2/+1
2012-03-25um: asm-offsets.h might as well come from underlying arch...Al Viro1-1/+0
2012-03-25um: merge processor_{32,64}.h a bit...Al Viro3-20/+10
2012-03-25um: switch close_chan() to struct lineAl Viro3-9/+11
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro3-18/+15
2012-03-25um: line->have_irq is never checked...Al Viro2-2/+0
2012-03-25um: chan_init_pri is dead nowAl Viro1-2/+0
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro5-128/+88
2012-03-25um: sorting out the chan mess, part 1Al Viro2-0/+5
2012-03-25um: finally kill ->init_str leaksAl Viro1-1/+3
2012-03-25um: get rid of lines_init()Al Viro4-46/+33
2012-03-25um: switch line.c tty drivers to dynamic device creationAl Viro4-42/+40
2012-03-25um: fix races between line_open() and line_config()Al Viro2-28/+29
2012-03-25um: convert count_lock to mutex, fix a race in line_open()Al Viro4-20/+12
2012-03-25um: get rid of the init_prio messAl Viro4-74/+68
2012-03-25um: switch line_config() to setup_one_line()Al Viro1-6/+16
2012-03-25um: switch line_remove() to setup_one_line()Al Viro1-8/+5
2012-03-25um: auxvec.h is never usedAl Viro1-4/+0
2012-03-25um: clean up the includes in ubdAl Viro3-34/+18
2012-03-25uml/hostfs: Propagate dirent.d_type to filldir()Geert Uytterhoeven3-4/+8
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang9-13/+13
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel1-1/+2
2012-03-24xen/acpi: Fix Kconfig dependency on CPU_FREQKonrad Rzeszutek Wilk1-1/+1
2012-03-24USB: sa1111: add hcd .reset methodRussell King1-9/+11
2012-03-24USB: sa1111: add OHCI shutdown methodsRussell King1-0/+12
2012-03-24USB: sa1111: reorganize ohci-sa1111.cRussell King1-134/+93
2012-03-24USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__)Russell King1-4/+2
2012-03-24USB: sa1111: sparse and checkpatch cleanupsRussell King1-16/+17
2012-03-24ARM: sa11x0: don't static map sa1111Russell King3-15/+0
2012-03-24ARM: sa1111: use dev_err() rather than printk()Russell King1-1/+1
2012-03-24ARM: sa1111: cleanup sub-device registration and unregistrationRussell King1-11/+16
2012-03-24ARM: sa1111: only setup DMA for DMA capable devicesRussell King1-3/+6
2012-03-24ARM: sa1111: register sa1111 devices with dmabounce in bus notifierRussell King1-55/+74
2012-03-24ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King2-30/+25
2012-03-24ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.cRussell King2-48/+41
2012-03-24ARM: sa1111: move PS/2 interface register definitions to sa1111p2.cRussell King2-54/+37
2012-03-24ARM: sa1111: delete unused physical GPIO register definitionsRussell King1-16/+0
2012-03-24ARM: sa1111: provide a generic way to prevent devices from registeringRussell King6-5/+7
2012-03-24ARM: ecard: get rid of NO_IRQ madnessRussell King4-10/+6
2012-03-24ARM: riscpc: use DEFINE_RES_xxx()Russell King1-29/+7
2012-03-24ARM: riscpc: remove expansion card irq mask registerRussell King1-101/+2
2012-03-24ARM: riscpc: convert ecard to use irq_alloc_descs()Russell King1-9/+13