aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov3-3/+11
2011-03-22mm: notifier_from_errno() cleanupPrarit Bhargava2-7/+2
2011-03-22oom: suppress nodes that are not allowed from meminfo on page alloc failureDavid Rientjes1-3/+16
2011-03-22oom: suppress show_mem() for many nodes in irq context on page alloc failureDavid Rientjes1-1/+16
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes4-4/+49
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet4-6/+16
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet4-11/+38
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet19-64/+70
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet5-9/+19
2011-03-22mm/compaction: check migrate_pages's return value instead of list_empty()Minchan Kim1-2/+3
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli3-45/+6
2011-03-22mm: vmap area cacheNick Piggin1-52/+104
2011-03-22pwm_backlight: add check_fb() hookRobert Morell2-0/+14
2011-03-22drivers/video/backlight/jornada720_*.c: make needlessly global symbols staticAxel Lin2-4/+4
2011-03-22backlight: apple_bl depends on ACPIRandy Dunlap1-2/+2
2011-03-22mbp_nvidia_bl: rename to apple_blMatthew Garrett3-34/+35
2011-03-22mbp_nvidia_bl: check that the backlight control functionsMatthew Garrett1-0/+13
2011-03-22mbp_nvidia_bl: remove DMI dependencyMatthew Garrett3-275/+101
2011-03-22acpi: tie ACPI backlight devices to PCI devices if possibleMatthew Garrett1-1/+14
2011-03-22nouveau: change the backlight parent device to the connector, not the PCI devMatthew Garrett4-20/+27
2011-03-22radeon: expose backlight class device for legacy LVDS encoderMichel Dänzer4-6/+273
2011-03-22backlight: add backlight typeMatthew Garrett59-2/+111
2011-03-22drivers/leds/leds-lp5523.c: world-writable engine* sysfs filesVasiliy Kulikov1-10/+10
2011-03-22drivers/leds/leds-lp5521.c: world-writable sysfs engine* filesVasiliy Kulikov1-7/+7
2011-03-22drivers/vidfeo/backlight: ld9040 amoled driver supportDonghwa Lee4-0/+1028
2011-03-22leds: make *struct gpio_led_platform_data.leds constUwe Kleine-König2-3/+3
2011-03-22leds: add driver for LM3530 ALSShreshtha Kumar Sahu4-0/+496
2011-03-22leds: convert bd2802 driver to dev_pm_opsMark Brown1-19/+28
2011-03-22cgroups: if you list_empty() a head then don't list_del() itPhil Carmody1-8/+6
2011-03-22oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes1-15/+25
2011-03-22oom: skip zombies when iterating tasklistAndrey Vagin1-1/+3
2011-03-22oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes1-4/+4
2011-03-22mm: swap: unlock swapfile inode mutex before closing file on bad swapfilesMel Gorman1-1/+6
2011-03-22include/asm-generic/unistd.h: fix syncfs syscall numberAndrew Morton1-1/+1
2011-03-22tty: stop using "delayed_work" in the tty layerLinus Torvalds4-16/+16
2011-03-22[net/9p]: Introduce basic flow-control for VirtIO transport.Venkateswararao Jujjuri (JV)1-1/+22
2011-03-229p: use the updated offset given by generic_write_checksM. Mohan Kumar1-2/+5
2011-03-22[net/9p] Don't re-pin pages on retrying virtqueue_add_buf().Venkateswararao Jujjuri (JV)1-2/+2
2011-03-22[net/9p] Set the condition just before waking up.Venkateswararao Jujjuri (JV)1-22/+22
2011-03-22[net/9p] unconditional wake_up to proc waiting for space on VirtIO ringVenkateswararao Jujjuri (JV)1-4/+3
2011-03-22fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V6-11/+16
2011-03-22fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V3-3/+6
2011-03-22fs/9p: Open writeback fid in O_SYNC modeAneesh Kumar K.V1-2/+13
2011-03-22fs/9p: Use truncate_setsize instead of vmtruncateAneesh Kumar K.V2-13/+15
2011-03-22net/9p: Fix compile warningAneesh Kumar K.V1-5/+5
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V5-13/+13
2011-03-22fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V4-0/+11
2011-03-22slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter2-1/+3
2011-03-22slub: Add missing irq restore for the OOM pathChristoph Lameter1-0/+3
2011-03-22rbd: use watch/notify for changes in rbd headerYehuda Sadeh1-26/+335