summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-04iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori2-4/+9
2008-03-04hisax_fcpcipnp: move request_irq later in probeKyle McMartin1-17/+17
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow1-26/+76
2008-03-04cris: correct syscall numbers in unistd.h for timerfd_settime and timerfd_get...Jesper Nilsson1-3/+3
2008-03-04cris: correct usage of __user for copy to and from user space in lib/usercopy...Jesper Nilsson3-46/+11
2008-03-04ACPI: thinkpad-acpi: fix hotkey_get_tablet_modeHenrique de Moraes Holschuh1-1/+2
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04drivers/serial/m32r_sio.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04drivers/isdn: correct use of ! and &Julia Lawall2-4/+5
2008-03-04drivers/char/isicom.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04memcg: fix oops on NULL lru listHugh Dickins1-8/+9
2008-03-04memcg: simplify force_empty and move_listsHirokazu Takahashi1-49/+13
2008-03-04memcg: fix mem_cgroup_move_lists lockingHugh Dickins1-6/+43
2008-03-04memcg: css_put after remove_listHugh Dickins1-6/+6
2008-03-04memcg: remove clear_page_cgroup and atomicsHugh Dickins1-63/+43
2008-03-04memcg: memcontrol uninlined and staticHugh Dickins1-17/+11
2008-03-04memcg: memcontrol whitespace cleanupsHugh Dickins1-66/+28
2008-03-04memcg: remove mem_cgroup_unchargeHugh Dickins2-28/+15
2008-03-04memcg: mem_cgroup_charge never NULLHugh Dickins2-43/+27
2008-03-04memcg: bad page if page_cgroup when freeHugh Dickins3-25/+28
2008-03-04memcg: fix VM_BUG_ON from page migrationHugh Dickins1-5/+14
2008-03-04memcg: when do_swap's do_wp_page failsHugh Dickins1-6/+3
2008-03-04memcg: page_cache_release not __free_pageHugh Dickins1-2/+2
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins4-7/+9
2008-03-04memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins3-5/+5
2008-03-04markers: add an if(0) to __mark_check_format()Mathieu Desnoyers1-1/+7
2008-03-04markers: don't risk NULL deref in markerJesper Juhl1-4/+5
2008-03-04.gitignore: ignore emacs backup and temporary files.Chris Dearman1-0/+2
2008-03-04alpha: remove unused DEBUG_FORCEDAC define in IOMMUFUJITA Tomonori1-1/+0
2008-03-04alpha: make IOMMU respect the segment boundary limitsFUJITA Tomonori1-6/+34
2008-03-04alpha: IOMMU had better access to the free space bitmap at only one placeFUJITA Tomonori1-13/+15
2008-03-04alpha: convert IOMMU to use ALIGN()FUJITA Tomonori1-3/+3
2008-03-04include falloc.h in header-yEric Sandeen1-0/+1
2008-03-04CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4Jesper Nilsson2-317/+345
2008-03-04ipwireless: fix potential tty == NULL dereferenceDavid Sterba1-1/+4
2008-03-04sm501: add support for the SM502 programmable PLLVille Syrjala3-36/+133
2008-03-04sm501: remove a duplicated tableVille Syrjala1-32/+13
2008-03-04sm501fb: fix timing limitsVille Syrjala1-2/+4
2008-03-04sm501fb: set transp.offset to 0 in 8bpp and 16bpp modesVille Syrjala1-0/+2
2008-03-04sm501fb: RGB offsets are reversed in 16bpp modesVille Syrjala1-4/+4
2008-03-04sm501fb: direct color visual does not workVille Syrjala1-1/+3
2008-03-04ndelay(): switch to C function to avoid 64-bit divisionAndrew Morton1-1/+7
2008-03-04ds1wm: report bus reset errorAnton Vorontsov1-9/+9
2008-03-04ds1wm: should check for IS_ERR(clk) instead of NULLAnton Vorontsov1-2/+3
2008-03-04powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driverGrant Likely1-3/+8
2008-03-04pktcdvd: reduce stack consumptionPeter Osterlund1-8/+13
2008-03-04add noinline_for_stackAndrew Morton1-0/+6
2008-03-04tridentfb: resource management fixes in probe functionKrzysztof Helt1-17/+48
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh8-26/+30
2008-03-04Kprobes: move kprobe examples to samples/Ananth N Mavinakayanahalli7-239/+287