aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | | | | | | lxfb: Program panel v/h sync output polarity correctlyDaniel Drake2010-11-17
| * | | | | | | | fbcmap: integer overflow bugDan Carpenter2010-11-17
| * | | | | | | | fbcmap: cleanup white space in fb_alloc_cmap()Dan Carpenter2010-11-17
| * | | | | | | | MAINTAINERS: Add fbdev patchwork entry, tidy up file patterns.Paul Mundt2010-11-16
| * | | | | | | | fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC defineMike Frysinger2010-11-15
| * | | | | | | | fbdev: sh_mobile_lcdcfb: fix bug in reconfig()Arnd Hannemann2010-11-15
* | | | | | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-11-24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2010-11-19
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sh: clkfwk: Build fix for non-legacy CPG changes.Paul Mundt2010-11-19
| * | | | | | | | | | sh: Use GCC __builtin_prefetch() to implement prefetch().Giuseppe CAVALLARO2010-11-18
| * | | | | | | | | | sh: fix vsyscall compilation due to .eh_frame issueGiuseppe CAVALLARO2010-11-17
| * | | | | | | | | | sh: avoid to flush all cache in sys_cacheflushGiuseppe CAVALLARO2010-11-17
| * | | | | | | | | | Merge branch 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2010-11-15
| |\| | | | | | | | | | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | sh: clkfwk: Disable init clk op for non-legacy clocks.Paul Mundt2010-11-15
| | * | | | | | | | sh: clkfwk: Kill off now unused algo_id in set_rate op.Paul Mundt2010-11-15
| | * | | | | | | | sh: clkfwk: Kill off unused clk_set_rate_ex().Paul Mundt2010-11-15
* | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | md: Call blk_queue_flush() to establish flush/fua supportDarrick J. Wong2010-11-24
| * | | | | | | | | | md/raid1: really fix recovery looping when single good device fails.NeilBrown2010-11-24
| * | | | | | | | | | md: fix return value of rdev_size_change()Justin Maggard2010-11-24
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | virtio: fix format of sysfs driver/vendor filesStephen Hemminger2010-11-23
| * | | | | | | | | | Char: virtio_console, fix memory leakJiri Slaby2010-11-23
| * | | | | | | | | | virtio: return correct capacity to usersMichael S. Tsirkin2010-11-23
| * | | | | | | | | | module: Update prototype for ref_module (formerly use_module)Anders Kaseorg2010-11-23
| |/ / / / / / / / /
* | | | | | | | | | arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inlineAndrew Morton2010-11-24
* | | | | | | | | | scripts: fix gfp-translate for recent changes to gfp.hMel Gorman2010-11-24
* | | | | | | | | | reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker2010-11-24
* | | | | | | | | | backlight: grab ops_lock before testing bd->opsUwe Kleine-König2010-11-24
* | | | | | | | | | drivers/misc/isl29020.c: remove incorrect kfree in isl29020_remove()Axel Lin2010-11-24
* | | | | | | | | | pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi2010-11-24
* | | | | | | | | | mm: remove call to find_vma in pagewalk for non-hugetlbfsDavid Sterba2010-11-24
* | | | | | | | | | mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...KAMEZAWA Hiroyuki2010-11-24
* | | | | | | | | | cgroups: make swap accounting default behavior configurableMichal Hocko2010-11-24
* | | | | | | | | | memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura2010-11-24
* | | | | | | | | | drivers/leds/leds-lp5523.c: perform SW reset before detectionSamu Onkalo2010-11-24
* | | | | | | | | | drivers/leds/leds-lp5521.c: perform SW reset before detectionSamu Onkalo2010-11-24
* | | | | | | | | | drivers/leds/leds-lp5523.c: adjust delays and add comments to themSamu Onkalo2010-11-24
* | | | | | | | | | drivers/leds/leds-lp5521.c: adjust delays and add comments to themSamu Onkalo2010-11-24
* | | | | | | | | | drivers/leds/leds-lp5523.c: change some macros to functionsSamu Onkalo2010-11-24
* | | | | | | | | | drivers/leds/leds-lp5521.c: change some macros to functionsSamu Onkalo2010-11-24
* | | | | | | | | | fuse: fix attributes after open(O_TRUNC)Ken Sumrall2010-11-24
* | | | | | | | | | sgi-xpc: XPC fails to discover partitions with all nasids above 128Robin@sgi.com2010-11-24
* | | | | | | | | | memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov2010-11-24
* | | | | | | | | | uml: disable winch irq before freeing handler dataWill Newton2010-11-24
* | | | | | | | | | nommu: yield CPU while disposing VMSteven J. Magnani2010-11-24
* | | | | | | | | | include/linux/fs.h: fix userspace buildLoïc Minier2010-11-24
* | | | | | | | | | leds: fix bug with reading NAS SS4200 dmi codeSteven Rostedt2010-11-24
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-11-23
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-11-23
| |\ \ \ \ \ \ \ \ \ \