summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-20phonedev: remove BKLRichard Holden1-2/+0
2008-10-20fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt2-19/+21
2008-10-20fb: push down the BKL in the ioctl handlerAlan Cox1-55/+86
2008-10-20gpiolib: fix oops in gpio_get_value_cansleep()David Brownell1-1/+1
2008-10-20gpio: modify sysfs gpio export so that "value" displays as 0 or 1Steven A. Falco1-1/+1
2008-10-20rtc-cmos: export second NVRAM bankDavid Brownell1-7/+63
2008-10-20Altix serial: fixroel kluin1-1/+1
2008-10-20make probe_serial_gsc() staticAdrian Bunk1-1/+1
2008-10-20Char: sx, remove bogus iomapJiri Slaby1-3/+3
2008-10-20hwmon: applesmc: lighter wait mechanism, drastic improvementHenrik Rydberg1-10/+12
2008-10-20hwmon: applesmc: Add support for Macbook Pro 3Henrik Rydberg1-0/+9
2008-10-20hwmon: applesmc: Add support for Macbook Pro 4Henrik Rydberg1-0/+9
2008-10-20drivers/hwmon/applesmc.c: remove unneeded castsAndrew Morton1-8/+8
2008-10-20hwmon: applesmc: add support for Macbook AirHenrik Rydberg1-0/+9
2008-10-20hwmon: applesmc: allow for variable ALV0 and ALV1 package lengthHenrik Rydberg1-5/+15
2008-10-20hwmon: applesmc: prolong status waitHenrik Rydberg1-2/+2
2008-10-20hwmon: applesmc: fix the 'wait status failed: c != 8' problemHenrik Rydberg1-8/+24
2008-10-20hwmon: applesmc: specified number of bytes to read should match actualHenrik Rydberg1-1/+1
2008-10-20hwmon/pc87360 separate alarm files: add therm-min/max/crit-alarmsJim Cromie1-1/+57
2008-10-20hwmon/pc87360 separate alarm files: add dev_dbg helpJim Cromie1-4/+12
2008-10-20hwmon/pc87360 separate alarm files: define LDNI_MAX constJim Cromie1-2/+3
2008-10-20hwmon/pc87360 separate alarm files: add temp-min/max/crit/fault-alarmsJim Cromie1-4/+80
2008-10-20hwmon/pc87360 separate alarm files: add in-min/max-alarmsJim Cromie1-1/+51
2008-10-20hwmon/pc87360 separate alarm files: define some constantsJim Cromie1-11/+22
2008-10-20intel-iommu: typo fix and correct word in the commentAmeya Palande1-2/+2
2008-10-20kernel/configs.c: remove useless commentsWANG Cong1-9/+0
2008-10-20HP-WMI: additional keycode (or typo)Eric Piel1-0/+1
2008-10-20Fix documentation of sysrq-qAndi Kleen2-2/+3
2008-10-20uml: fix a compile errorWANG Cong1-1/+2
2008-10-20arch/m68k/bvme6000/rtc.c: remove duplicated includeHuang Weiyi1-1/+0
2008-10-20container freezer: document the cgroup freezer subsystem.Matt Helsley3-1/+100
2008-10-20container freezer: rename check_if_frozen()Matt Helsley1-4/+8
2008-10-20container freezer: make freezer state names less genericMatt Helsley1-28/+28
2008-10-20container freezer: prevent frozen tasks or cgroups from changingMatt Helsley1-17/+26
2008-10-20container freezer: skip frozen cgroups during power management resumeMatt Helsley1-0/+3
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley30-22/+465
2008-10-20container freezer: make refrigerator always availableMatt Helsley5-119/+137
2008-10-20container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley12-0/+22
2008-10-20mm: extract do_pages_move() out of sys_move_pages()Brice Goglin1-66/+86
2008-10-20mm: don't vmalloc a huge page_to_node array for do_pages_stat()Brice Goglin1-15/+25
2008-10-20mm: stop returning -ENOENT from sys_move_pages() if nothing got migratedBrice Goglin1-2/+1
2008-10-20memory hotplug: release memory regions in PAGES_PER_SECTION chunksNathan Fontenot1-2/+2
2008-10-20documentation: clarify dirty_ratio and dirty_background_ratio descriptionAndrea Righi1-5/+8
2008-10-20memory_probe: fix wrong sysfs file attributeShaohua Li1-1/+3
2008-10-20setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lockGerald Schaefer1-2/+2
2008-10-20hugepage: support ZERO_PAGE()KOSAKI Motohiro1-3/+19
2008-10-20coredump_filter: add hugepage dumpingKOSAKI Motohiro3-9/+25
2008-10-20mm: print out meminit for memmapYinghai Lu1-4/+3
2008-10-20mm: hugetlb.c make functions static, use NULL rather than 0Harvey Harrison1-7/+5
2008-10-20mm: rewrite vmap layerNick Piggin6-134/+862