summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+5
2010-11-12Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds65-795/+3755
2010-11-12Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-99/+188
2010-11-12Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-30/+94
2010-11-12Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-15/+30
2010-11-12Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-9/+11
2010-11-12drivers/ata/pata_octeon_cf.c: delete double assignmentJulia Lawall1-2/+0
2010-11-12pata_legacy: fix CONFIG_PATA_WINBOND_VLB_MODULE testTejun Heo1-1/+1
2010-11-12libata: fix NULL sdev dereference race in atapi_qc_complete()Tejun Heo1-1/+4
2010-11-12Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-71/+168
2010-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-92/+196
2010-11-12Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+11
2010-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds34-519/+367
2010-11-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-155/+119
2010-11-12Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds21-104/+271
2010-11-12Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds42-275/+577
2010-11-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-25/+33
2010-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-3/+5
2010-11-12Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-20/+33
2010-11-12crypto: pcrypt - Fix use after free on padata_freeSteffen Klassert1-1/+0
2010-11-12backlight: MacBookAir3,1(3,2) mbp-nvidia-bl supportEdgar (gimli) Hucek1-0/+18
2010-11-12drivers/video/backlight/adp8860_bl.c: check strict_strtoul() return valueMichael Hennerich1-1/+3
2010-11-12drivers/video/backlight/adp8860_bl.c: fix ambient light zone overwrite handlingMichael Hennerich1-2/+2
2010-11-12backlight: add low threshold to pwm backlightArun Murthy2-1/+7
2010-11-12drivers/video/backlight/s6e63m0.c: fix section mismatchAxel Lin1-1/+1
2010-11-12drivers/video/backlight/s6e63m0.c: unregister backlight device and remove sys...Axel Lin1-0/+3
2010-11-12backlight: fix blanking for L4F00242T03 LCDMarek Vasut1-1/+1
2010-11-12backlight: fix blanking for LMS283GF05 LCDMarek Vasut1-1/+1
2010-11-12drivers/video/backlight/s6e63m0.c: set permissions on gamma_table file to 0444Axel Lin1-1/+1
2010-11-12drivers/leds/leds-gpio.c: properly initialize return valueDavidlohr Bueso1-1/+1
2010-11-12Documentation: led drivers lp5521 and lp5523Samu Onkalo2-0/+171
2010-11-12leds: update LP552x support Kconfig and MakefileSamu Onkalo2-0/+20
2010-11-12leds: driver for National Semiconductors LP5523 chipSamu Onkalo2-0/+1112
2010-11-12leds: driver for National Semiconductor LP5521 chipSamu Onkalo2-0/+868
2010-11-12led-class: always implement blinkingJohannes Berg7-133/+171
2010-11-12hugetlbfs: lessen the impact of a deprecation warningDave Jones1-2/+1
2010-11-12radix-tree: fix RCU bugNick Piggin3-57/+91
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg6-0/+44
2010-11-12oom: document obsolete oom_adj tunableDavid Rientjes1-0/+22
2010-11-12vmscan: avoid setting zone congested if no page dirtyShaohua Li1-1/+1
2010-11-12latencytop: fix per task accumulatorKen Chen1-9/+8
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-11-12kernel/range.c: fix clean_sort_range() for the case of full arrayAlexey Khoroshilov1-1/+1
2010-11-12drivers/misc/bh1770glc.c: error handling in bh1770_power_state_store()Dan Carpenter1-2/+6
2010-11-12memcg: null dereference on allocation failureDan Carpenter1-7/+9
2010-11-12drivers/misc/apds9802als.c: fix signedness bugVasiliy Kulikov1-1/+1
2010-11-12misc/isl29020: signedness bug in als_sensing_range_store()Dan Carpenter1-1/+3
2010-11-12include/linux/highmem.h needs hardirq.hCatalin Marinas1-0/+1
2010-11-12atomic: add atomic_inc_not_zero_hint()Eric Dumazet1-0/+37
2010-11-12include/linux/resource.h needs types.hJean Delvare1-0/+1