summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-28microblaze: Fix unaligned issue on MMU system with BS=0 DIV=1Michal Simek1-4/+0
2011-01-28microblaze: Fix DTB passing from bootloaderMichal Simek1-2/+12
2011-01-28Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-13/+13
2011-01-28Export the augmented rbtree helper functionsAndreas Gruenbacher1-0/+3
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-14/+54
2011-01-28Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds20-45/+132
2011-01-28Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie1-5/+0
2011-01-28drm/nv50: fix regression on IGPsBen Skeggs1-5/+0
2011-01-28drm/radeon/kms: re-emit full context state for evergreen blitsAlex Deucher1-6/+33
2011-01-28drm/radeon/kms: release CMASK access in preclose_kmsMarek Olšák1-0/+2
2011-01-27Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+5
2011-01-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-35/+13
2011-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds5-9/+45
2011-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds67-384/+2650
2011-01-27Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+24
2011-01-27Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+6
2011-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-0/+1
2011-01-27xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini1-0/+1
2011-01-27xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini1-1/+6
2011-01-27xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.Stefan Bader1-12/+6
2011-01-27drm/radeon/kms: fix r6xx+ scanout on BE systemsAlex Deucher2-1/+22
2011-01-27drm/radeon/kms: clean up some magic numbersAlex Deucher7-21/+29
2011-01-27drm/radeon/kms: only enable HDMI mode if radeon audio is enabledAlex Deucher1-3/+3
2011-01-27radeon/kms: fix dp displayport mode validationJerome Glisse1-2/+2
2011-01-27bnx2: Eliminate AER error messages on systems not supporting itMichael Chan2-8/+10
2011-01-27cnic: Fix big endian bugMichael Chan1-6/+6
2011-01-27xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller1-0/+6
2011-01-27tg3: Use new VLAN codeMatt Carlson2-88/+10
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller17-132/+105
2011-01-26avr32: add missing include causing undefined pgtable_page_* referencesHans-Christian Egtvedt1-0/+1
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner1-1/+1
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner1-4/+1
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner1-3/+3
2011-01-26Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie6-7/+41
2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet1-12/+12
2011-01-26x86: Remove left over system_64.hYinghai Lu1-22/+0
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds16-25/+901
2011-01-26mmc: bfin_sdh: fix alloc size for private dataSonic Zhang1-1/+1
2011-01-26mmc: sdhci-s3c: add platform_8bit_width() hookJaehoon Chung1-0/+36
2011-01-26mmc: jz4740: don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-26mmc: mmci: don't read command response when invalidRussell King - ARM Linux1-5/+5
2011-01-26mmc: ushc: Remove duplicate include of usb.hJesper Juhl1-1/+0
2011-01-26Input: wacom - pass touch resolution to clients through input_absinfoPing Cheng1-2/+19
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn44-328/+336
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher3-12/+8
2011-01-26radix_tree: radix_tree_gang_lookup_tag_slot() may never returnToshiyuki Okajima1-3/+4
2011-01-26drivers/clocksource/tcb_clksrc.c: fix init sequenceVoss, Nikolaus1-2/+2
2011-01-26memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki1-9/+16
2011-01-26memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki1-0/+2
2011-01-26memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki1-0/+1