summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-09Fix fixpoint divide exception in acct_update_integralsHeiko Carstens1-1/+5
2009-03-09lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell2-7/+15
2009-03-09lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>'Rusty Russell1-0/+5
2009-03-08x86-32: make sure virt_addr_valid() returns false for fixmap addressesJeremy Fitzhardinge1-0/+2
2009-03-08x86 mmiotrace: fix remove_kmmio_fault_pages()Stuart Bennett1-7/+8
2009-03-08x86: fix warning about nodeidYinghai Lu1-9/+14
2009-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds1-6/+9
2009-03-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2009-03-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-42/+49
2009-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds4-100/+72
2009-03-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-3/+5
2009-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds73-1601/+607
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds13-50/+86
2009-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds15-7/+598
2009-03-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-23/+30
2009-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds6-9/+20
2009-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-50/+57
2009-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2009-03-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-4/+3
2009-03-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-23/+15
2009-03-08Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-2/+4
2009-03-08MIPS: compat: Implement is_compat_task.Ralf Baechle1-0/+7
2009-03-08x86: don't define __this_fixmap_does_not_exist()Wang Chen1-8/+11
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu3-78/+77
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter1-6/+9
2009-03-08x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman1-2/+0
2009-03-08Input: serio - fix protocol number for TouchIT213Dmitry Torokhov1-1/+1
2009-03-07percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo1-37/+124
2009-03-06p54: fix race condition in memory managementChristian Lamparter1-3/+6
2009-03-06cfg80211: test before subtraction on unsignedRoel Kluin1-1/+2
2009-03-06[IA64] fix PCI DMA flag propagation on SN (Altix) with PICsJeremy Higdon1-4/+3
2009-03-06x86: linkage.h - guard assembler specifics by __ASSEMBLY__Cyrill Gorcunov1-6/+10
2009-03-06percpu: move fully free chunk reclamation into a workTejun Heo1-10/+38
2009-03-06percpu: move chunk area map extension out of area allocationTejun Heo1-48/+60
2009-03-06percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo1-43/+42
2009-03-06x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs()Markus Metzger1-1/+1
2009-03-06x86, bts: remove bad warningMarkus Metzger1-1/+0
2009-03-06x86: rename do_not_nx to disable_nx in mm/init_64.cPekka Enberg1-4/+4
2009-03-06x86: fix uninitialized variable in init_memory_mapping()Pekka Enberg1-1/+1
2009-03-06x86: make "memtest" like "memtest=17"Yinghai Lu1-0/+3
2009-03-06ALSA: hda - Fix headphone-detect regression with multiple HP jacksTakashi Iwai1-0/+2
2009-03-06ALSA: hda - Fix typos in slave controls in patch_sigmatel.cTakashi Iwai1-2/+2
2009-03-06block: fix missing bio back/front segment size setting in blk_recount_segments()Jens Axboe1-16/+9
2009-03-06x86, percpu: setup reserved percpu area for x86_64Tejun Heo2-32/+40
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo4-29/+144
2009-03-06percpu: add an indirection ptr for chunk page map accessTejun Heo1-1/+4
2009-03-06x86: make embedding percpu allocator return excessive free spaceTejun Heo1-16/+28
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsTejun Heo3-24/+29
2009-03-06percpu: improve first chunk initial area map handlingTejun Heo1-26/+27
2009-03-06percpu: cosmetic renames in pcpu_setup_first_chunk()Tejun Heo2-30/+30