summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk30-509/+509
2008-10-20cris: use bcd2bin/bin2bcdAdrian Bunk4-45/+45
2008-10-20alpha: use bcd2bin/bin2bcdAdrian Bunk2-11/+11
2008-10-20acpi: use bcd2bin/bin2bcdAdrian Bunk1-9/+9
2008-10-20make mm/rmap.c:anon_vma_cachep staticAdrian Bunk2-13/+11
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison4-2/+4
2008-10-20byteorder: provide swabb.h generically in asm/byteorder.hHarvey Harrison3-0/+3
2008-10-20byteorder: use generic C version for value byteswappingHarvey Harrison1-10/+0
2008-10-20byteorder: add new headers for make headers-installHarvey Harrison1-0/+2
2008-10-20edac cell: fix incorrect edac_modeBenjamin Herrenschmidt1-1/+1
2008-10-20pc8736x_gpio: add support for PC87365 chipsAndre Haupt1-3/+8
2008-10-20message queues: increase range limitsJoe Korty1-6/+14
2008-10-20kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.Ken'ichi Ohmichi1-0/+2
2008-10-20always reserve elfcore header memory in crash kernelSimon Horman2-4/+2
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman3-3/+27
2008-10-20kdump: use is_kdump_kernel() in sba_init()Simon Horman1-3/+2
2008-10-20kdump: update elfcorehdr documentation to reflect supported architecturesSimon Horman1-1/+1
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal9-11/+46
2008-10-20kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)Oleg Nesterov1-3/+2
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSRoland McGrath2-1/+29
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedOleg Nesterov1-4/+3
2008-10-20make ptrace_untrace() staticAdrian Bunk2-2/+1
2008-10-20bitmask: remove bitmap_scnprintf_len()Lai Jiangshan2-12/+0
2008-10-20cpuset: use seq_*mask_* to print masksLai Jiangshan1-8/+4
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan2-0/+29
2008-10-20seq_file: don't call bitmap_scnprintf_len()Lai Jiangshan1-7/+8
2008-10-20cpuset.c: remove extra variableRakib Mullick1-3/+2
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki8-194/+438
2008-10-20memcg: atomic ops for page_cgroup->flagsKAMEZAWA Hiroyuki1-40/+82
2008-10-20memcg: optimize per-cpu statisticsKAMEZAWA Hiroyuki1-8/+10
2008-10-20memcg: avoid accounting special pagesKAMEZAWA Hiroyuki3-24/+29
2008-10-20memcg: make page->mapping NULL before unchargeKAMEZAWA Hiroyuki3-3/+9
2008-10-20memcg: move charge swapin under lockKAMEZAWA Hiroyuki1-5/+6
2008-10-20devcgroup: remove spin_lock()Lai Jiangshan1-29/+5
2008-10-20devcgroup: remove unused variableLi Zefan1-2/+1
2008-10-20devcgroup: use kmemdup()Li Zefan1-7/+2
2008-10-20cgroups: fix declaration of cgroup_mm_owner_callbacksPaul Menage1-9/+6
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage2-83/+149
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan3-27/+23
2008-10-20hfsplus: fix possible deadlock when handling corrupted extentsEric Sesterhenn1-0/+3
2008-10-20hfsplus: missing O_LARGEFILE checkAlan Cox1-0/+2
2008-10-20ext3: avoid printk floods in the face of directory corruptionEric Sandeen1-3/+7
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginAneesh Kumar K.V1-0/+7
2008-10-20ext3: fix ext3_dx_readdir hash collision handlingEugene Dashevsky1-5/+15
2008-10-20jbd: ordered data integrity fixHidehiro Kawai1-3/+13
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai5-0/+28
2008-10-20ext3: fix ext3 block reservation early ENOSPC issueMingming Cao1-1/+2
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftJosef Bacik1-1/+2
2008-10-20jbd: don't dirty original metadata buffer on abortHidehiro Kawai1-1/+4
2008-10-20jbd: abort when failed to log metadata buffersHidehiro Kawai1-0/+3