summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu2008-03-041-17/+26
* input: add I2C to config since the driver makes several i2c*() callsRandy Dunlap2008-03-041-3/+3
* ext3: fix mount option parsingJosef Bacik2008-03-041-1/+1
* hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan2008-03-041-4/+22
* hugetlb: close a difficult to trigger reservation raceAdam Litke2008-03-041-4/+13
* md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka2008-03-041-0/+2
* md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2008-03-042-4/+18
* md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen2008-03-041-3/+9
* md: lock access to rdev attributes properlyNeilBrown2008-03-041-9/+26
* md: make sure a reshape is started when device switches to read-writeNeilBrown2008-03-041-0/+1
* md: clean up irregularity with raid autodetectNeilBrown2008-03-042-1/+4
* md: guard against possible bad array geometry in v1 metadataNeilBrown2008-03-041-2/+6
* md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-042-2/+19
* md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-042-43/+81
* iommu: parisc: make the IOMMUs respect the segment boundary limitsFUJITA Tomonori2008-03-043-18/+58
* iommu: parisc: pass struct device to iommu_alloc_rangeFUJITA Tomonori2008-03-043-7/+7
* iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori2008-03-042-4/+9
* hisax_fcpcipnp: move request_irq later in probeKyle McMartin2008-03-041-17/+17
* eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow2008-03-041-26/+76
* cris: correct syscall numbers in unistd.h for timerfd_settime and timerfd_get...Jesper Nilsson2008-03-041-3/+3
* cris: correct usage of __user for copy to and from user space in lib/usercopy...Jesper Nilsson2008-03-043-46/+11
* ACPI: thinkpad-acpi: fix hotkey_get_tablet_modeHenrique de Moraes Holschuh2008-03-041-1/+2
* fs/reiserfs/super.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* drivers/serial/m32r_sio.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* drivers/isdn: correct use of ! and &Julia Lawall2008-03-042-4/+5
* drivers/char/isicom.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* memcg: fix oops on NULL lru listHugh Dickins2008-03-041-8/+9
* memcg: simplify force_empty and move_listsHirokazu Takahashi2008-03-041-49/+13
* memcg: fix mem_cgroup_move_lists lockingHugh Dickins2008-03-041-6/+43
* memcg: css_put after remove_listHugh Dickins2008-03-041-6/+6
* memcg: remove clear_page_cgroup and atomicsHugh Dickins2008-03-041-63/+43
* memcg: memcontrol uninlined and staticHugh Dickins2008-03-041-17/+11
* memcg: memcontrol whitespace cleanupsHugh Dickins2008-03-041-66/+28
* memcg: remove mem_cgroup_unchargeHugh Dickins2008-03-042-28/+15
* memcg: mem_cgroup_charge never NULLHugh Dickins2008-03-042-43/+27
* memcg: bad page if page_cgroup when freeHugh Dickins2008-03-043-25/+28
* memcg: fix VM_BUG_ON from page migrationHugh Dickins2008-03-041-5/+14
* memcg: when do_swap's do_wp_page failsHugh Dickins2008-03-041-6/+3
* memcg: page_cache_release not __free_pageHugh Dickins2008-03-041-2/+2
* memcg: move_lists on page not page_cgroupHugh Dickins2008-03-044-7/+9
* memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins2008-03-043-5/+5
* markers: add an if(0) to __mark_check_format()Mathieu Desnoyers2008-03-041-1/+7
* markers: don't risk NULL deref in markerJesper Juhl2008-03-041-4/+5
* .gitignore: ignore emacs backup and temporary files.Chris Dearman2008-03-041-0/+2
* alpha: remove unused DEBUG_FORCEDAC define in IOMMUFUJITA Tomonori2008-03-041-1/+0
* alpha: make IOMMU respect the segment boundary limitsFUJITA Tomonori2008-03-041-6/+34
* alpha: IOMMU had better access to the free space bitmap at only one placeFUJITA Tomonori2008-03-041-13/+15
* alpha: convert IOMMU to use ALIGN()FUJITA Tomonori2008-03-041-3/+3
* include falloc.h in header-yEric Sandeen2008-03-041-0/+1
* CRIS: Import string.c (memcpy) from newlib: fixes compile error with gcc 4Jesper Nilsson2008-03-042-317/+345