summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-2517-1281/+285
|\
| * sisfb: delete osdef.hAaro Koskinen2010-11-245-65/+0
| * sisfb: move the CONFIG warning to sis_main.cAaro Koskinen2010-11-242-5/+5
| * sisfb: replace SiS_SetMemory with memset_ioAaro Koskinen2010-11-242-4/+2
| * sisfb: remove InPort/OutPort wrappersAaro Koskinen2010-11-242-40/+10
| * sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315HAaro Koskinen2010-11-246-201/+193
| * sisfb: delete redudant #define SIS_LINUX_KERNELAaro Koskinen2010-11-247-116/+0
| * sisfb: delete dead SIS_XORG_XF86 codeAaro Koskinen2010-11-247-788/+0
| * sisfb: delete fallback code for pci_map_rom()Aaro Koskinen2010-11-241-17/+0
| * sisfb: delete obsolete PCI ROM bug workaroundAaro Koskinen2010-11-241-8/+0
| * fbdev: Update documentation index file.Vicente Jimenez Aguilar2010-11-181-7/+25
| * lxfb: Program panel v/h sync output polarity correctlyDaniel Drake2010-11-171-2/+2
| * fbcmap: integer overflow bugDan Carpenter2010-11-172-8/+21
| * fbcmap: cleanup white space in fb_alloc_cmap()Dan Carpenter2010-11-171-24/+30
| * MAINTAINERS: Add fbdev patchwork entry, tidy up file patterns.Paul Mundt2010-11-171-1/+3
| * fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC defineMike Frysinger2010-11-161-1/+0
| * fbdev: sh_mobile_lcdcfb: fix bug in reconfig()Arnd Hannemann2010-11-161-2/+2
* | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-11-2510-90/+22
|\ \
| * \ Merge branch 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2010-11-192-1/+4
| |\ \
| | * | sh: clkfwk: Build fix for non-legacy CPG changes.Paul Mundt2010-11-192-1/+4
| * | | sh: Use GCC __builtin_prefetch() to implement prefetch().Giuseppe CAVALLARO2010-11-181-2/+5
| * | | sh: fix vsyscall compilation due to .eh_frame issueGiuseppe CAVALLARO2010-11-171-1/+1
| * | | sh: avoid to flush all cache in sys_cacheflushGiuseppe CAVALLARO2010-11-171-1/+1
| * | | Merge branch 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2010-11-167-85/+11
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * sh: clkfwk: Disable init clk op for non-legacy clocks.Paul Mundt2010-11-151-0/+2
| | * sh: clkfwk: Kill off now unused algo_id in set_rate op.Paul Mundt2010-11-155-12/+8
| | * sh: clkfwk: Kill off unused clk_set_rate_ex().Paul Mundt2010-11-154-75/+3
* | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-11-252-2/+5
|\ \ \
| * | | md: Call blk_queue_flush() to establish flush/fua supportDarrick J. Wong2010-11-241-0/+2
| * | | md/raid1: really fix recovery looping when single good device fails.NeilBrown2010-11-241-0/+1
| * | | md: fix return value of rdev_size_change()Justin Maggard2010-11-241-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-11-254-35/+13
|\ \ \ \
| * | | | virtio: fix format of sysfs driver/vendor filesStephen Hemminger2010-11-241-3/+3
| * | | | Char: virtio_console, fix memory leakJiri Slaby2010-11-241-28/+9
| * | | | virtio: return correct capacity to usersMichael S. Tsirkin2010-11-241-3/+0
| * | | | module: Update prototype for ref_module (formerly use_module)Anders Kaseorg2010-11-241-1/+1
| |/ / /
* | | | arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inlineAndrew Morton2010-11-251-2/+2
* | | | scripts: fix gfp-translate for recent changes to gfp.hMel Gorman2010-11-251-1/+6
* | | | reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker2010-11-251-4/+3
* | | | backlight: grab ops_lock before testing bd->opsUwe Kleine-König2010-11-251-6/+6
* | | | drivers/misc/isl29020.c: remove incorrect kfree in isl29020_remove()Axel Lin2010-11-251-3/+1
* | | | pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi2010-11-251-1/+2
* | | | mm: remove call to find_vma in pagewalk for non-hugetlbfsDavid Sterba2010-11-251-2/+3
* | | | mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...KAMEZAWA Hiroyuki2010-11-251-9/+5
* | | | cgroups: make swap accounting default behavior configurableMichal Hocko2010-11-253-2/+37
* | | | memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura2010-11-251-17/+26
* | | | drivers/leds/leds-lp5523.c: perform SW reset before detectionSamu Onkalo2010-11-251-7/+5
* | | | drivers/leds/leds-lp5521.c: perform SW reset before detectionSamu Onkalo2010-11-251-7/+5
* | | | drivers/leds/leds-lp5523.c: adjust delays and add comments to themSamu Onkalo2010-11-251-14/+17
* | | | drivers/leds/leds-lp5521.c: adjust delays and add comments to themSamu Onkalo2010-11-251-9/+16
OpenPOWER on IntegriCloud