summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-21percpu: Introduce a read-mostly percpu APIShaohua Li2-0/+13
2010-10-20x86, mm: Fix incorrect data type in vmalloc_sync_all()Borislav Petkov1-1/+1
2010-10-20x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge4-4/+36
2010-10-20x86, mm: Fix bogus whitespace in sync_global_pgds()Jeremy Fitzhardinge1-22/+22
2010-10-08x86-32: Fix sparse warning for the __PHYSICAL_MASK calculationNamhyung Kim1-1/+1
2010-10-06x86, mm: Add RESERVE_BRK_ARRAY() helperJeremy Fitzhardinge1-0/+5
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman3-0/+11
2010-09-09x86, kdump: Change copy_oldmem_page() to use cached addressingCliff Wickman1-1/+1
2010-09-03x86, mm: fix uninitialized addr in kernel_physical_mapping_init()Wu Fengguang1-0/+1
2010-08-30x86, kmemcheck: Remove double testJulia Lawall1-1/+1
2010-08-27x86, mm: Make spurious_fault check explicitly check the PRESENT bitShaohua Li1-1/+7
2010-08-27x86-64, mem: Update all PGDs for direct mapping and vmemmap mapping changesHaicheng Li1-1/+8
2010-08-27x86, mm: Separate x86_64 vmalloc_sync_all() into separate functionsHaicheng Li3-23/+33
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li3-1/+7
2010-08-23Linux 2.6.36-rc2Linus Torvalds1-1/+1
2010-08-22Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+5
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds28-2417/+2663
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-3/+3
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+3
2010-08-22drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang3-0/+4
2010-08-22drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang1-1/+6
2010-08-22agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang1-9/+15
2010-08-22drm/i915: Remove the conflicting BUG_ON()Chris Wilson1-2/+0
2010-08-22drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/Chris Wilson1-37/+37
2010-08-22drm/i915/suspend: Flush register writes before busy-waiting.Chris Wilson1-9/+18
2010-08-22i915: disable DAC on Ironlake also when doing CRT load detection.Dave Airlie1-11/+12
2010-08-22drm/i915: wait for actual vblank, not just 20msJesse Barnes7-30/+69
2010-08-22workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven2-0/+71
2010-08-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-8/+5
2010-08-21Replace Configure with Enable in description of MAXSMPSamuel Thibault1-2/+2
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds4-9/+28
2010-08-21mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck1-0/+1
2010-08-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-22/+72
2010-08-20Documentation: fix ozlabs.org mailing list addressStephen Rothwell1-1/+1
2010-08-20MAINTAINERS: Fix ozlabs.org mailing list addressesStephen Rothwell1-28/+28
2010-08-20Documentation: kernel-locking: mutex_trylock cannot be used in interrupt contextStefan Richter1-2/+5
2010-08-20drivers/scsi/qla4xxx: fix buildAndrew Morton2-2/+2
2010-08-20uml: fix compile error in dma_get_cache_alignment()Miklos Szeredi1-7/+0
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro1-1/+1
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro1-3/+6
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro1-3/+2
2010-08-20drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park1-3/+3
2010-08-20sdhci: add no hi-speed bit quirk supportKyungmin Park2-1/+4
2010-08-20s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park1-1/+1
2010-08-20s5pc110: SDHCI-s3c can override host capabilitiesKyungmin Park3-0/+6
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara2-2/+6
2010-08-20revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton3-82/+11
2010-08-20kfifo: add explicit error checking in all the examplesAndrea Righi4-51/+144