summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-01-26avr32: add missing include causing undefined pgtable_page_* referencesHans-Christian Egtvedt
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner
2011-01-26Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie
2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet
2011-01-26x86: Remove left over system_64.hYinghai Lu
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-01-26mmc: bfin_sdh: fix alloc size for private dataSonic Zhang
2011-01-26mmc: sdhci-s3c: add platform_8bit_width() hookJaehoon Chung
2011-01-25NFS construct consistent co_ownerid for v4.1Andy Adamson
2011-01-25mmc: jz4740: don't treat NULL clk as an errorJamie Iles
2011-01-25mmc: mmci: don't read command response when invalidRussell King - ARM Linux
2011-01-25mmc: ushc: Remove duplicate include of usb.hJesper Juhl
2011-01-25Input: wacom - pass touch resolution to clients through input_absinfoPing Cheng
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher
2011-01-26radix_tree: radix_tree_gang_lookup_tag_slot() may never returnToshiyuki Okajima
2011-01-26drivers/clocksource/tcb_clksrc.c: fix init sequenceVoss, Nikolaus
2011-01-26memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki
2011-01-26memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki
2011-01-26memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki
2011-01-26mm: migration: clarify migrate_pages() commentMinchan Kim
2011-01-26mm: compaction: don't depend on HUGETLB_PAGEAndrea Arcangeli
2011-01-26mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl
2011-01-26mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocatorDavid Rientjes
2011-01-26mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes
2011-01-26pps: claim parallel port exclusivelyAlexander Gordeev
2011-01-26pps ktimer: remove noisy messageRodolfo Giometti
2011-01-26parport: make lockdep happy with waitlist_lockAlexander Gordeev
2011-01-26langwell_gpio: modify EOI handling following change of kernel irq subsystemFeng Tang
2011-01-26leds: leds-pwm: return proper error if pwm_request failedAxel Lin
2011-01-26mm/pgtable-generic.c: fix CONFIG_SWAP=n buildAndrew Morton
2011-01-26thp: fix PARAVIRT x86 32bit noPAEAndrea Arcangeli
2011-01-26Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2011-01-26Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-01-26Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-01-26Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-01-26KEYS: Fix __key_link_end() quota fixup on errorDavid Howells
2011-01-26intel_scu_ipcutils: Fix the license tagAlan Cox
2011-01-26Documentation: Fix kernel parameter orderingAlan Cox
2011-01-26intel_scu_ipc: fix signedness bugAxel Lin
2011-01-25bonding: update documentation - alternate configuration.Nicolas de Pesloüan
2011-01-25TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu
2011-01-25MAINTAINERS: remove Reinette Chatre as iwlwifi maintainerReinette Chatre
2011-01-25rt2x00: add device id for windy31 usb deviceGreg Kroah-Hartman
2011-01-25mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau
2011-01-25Merge branch 'mmci' into fixesRussell King