summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
* | | | | | | | | drivers/leds/leds-lp5523.c: change some macros to functionsSamu Onkalo2010-11-251-3/+6
* | | | | | | | | drivers/leds/leds-lp5521.c: change some macros to functionsSamu Onkalo2010-11-251-5/+16
* | | | | | | | | fuse: fix attributes after open(O_TRUNC)Ken Sumrall2010-11-251-0/+10
* | | | | | | | | sgi-xpc: XPC fails to discover partitions with all nasids above 128Robin@sgi.com2010-11-251-10/+15
* | | | | | | | | memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov2010-11-252-3/+6
* | | | | | | | | uml: disable winch irq before freeing handler dataWill Newton2010-11-251-2/+3
* | | | | | | | | nommu: yield CPU while disposing VMSteven J. Magnani2010-11-251-0/+1
* | | | | | | | | include/linux/fs.h: fix userspace buildLoïc Minier2010-11-251-3/+3
* | | | | | | | | leds: fix bug with reading NAS SS4200 dmi codeSteven Rostedt2010-11-251-0/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-11-2448-259/+375
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-11-2332-210/+276
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'for-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-11-231-0/+8
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ASoC: OMAP: fix OMAP1 compilation problemJanusz Krzysztofik2010-11-031-0/+8
OpenPOWER on IntegriCloud