summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-28synclink drivers bool conversionJoe Perches5-327/+319
2008-04-28serial: silence section mismatch warnings in 8250_pciSam Ravnborg1-1/+1
2008-04-28ncpfs: fix sparse warning in ncpsign_kernel.cHarvey Harrison1-1/+1
2008-04-28ncpfs: fix sparse warnings in ioctl.cHarvey Harrison1-9/+8
2008-04-28ncpfs: add prototypes to ncp_fs.hHarvey Harrison2-6/+7
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong1-195/+190
2008-04-28arch/um/os-Linux/sys-i386/task_size.c: improve a bitWANG Cong1-4/+8
2008-04-28uml: make several things staticWANG Cong3-7/+7
2008-04-28uml: make three functions staticWANG Cong3-3/+3
2008-04-28uml: remove a useless functionWANG Cong2-14/+0
2008-04-28uml: make a function staticWANG Cong2-2/+1
2008-04-28arch/um/os-Linux/start_up.c: various improvements.WANG Cong1-8/+6
2008-04-28uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28arch/um/kernel/um_arch.c: some small improvementsWANG Cong1-3/+4
2008-04-28cris: add constfy to pgd_offset()KOSAKI Motohiro1-1/+1
2008-04-28cris: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-28crisv10: prepare for BKL push downAlan Cox1-0/+7
2008-04-28m68k: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-8/+8
2008-04-28m68k: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-28alpha: teach the compiler that BUG doesn't returnAndrew Morton1-3/+13
2008-04-28arch/alpha/kernel/traps.c: use time_* macrosS.Caglar Onur1-2/+3
2008-04-28alpha: replace __inline with inlineHarvey Harrison1-1/+1
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison12-84/+72
2008-04-28alpha: handle kcalloc failureJim Meyering1-0/+6
2008-04-28smack: use cap_task_prctlSerge E. Hallyn1-0/+1
2008-04-28smack: make smk_cipso_doi() and smk_unlbl_ambient()Casey Schaufler1-2/+2
2008-04-28root_plug: use cap_task_prctlSerge E. Hallyn1-0/+1
2008-04-28smack: fix integer as NULL pointer warning in smack_lsm.cHarvey Harrison1-1/+1
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan12-60/+141
2008-04-28mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich1-1/+5
2008-04-28vmstats: add cond_resched() to refresh_cpu_vm_stats()Dimitri Sivanich1-0/+1
2008-04-28mm: fix broken gfp_zone with __GFP_THISNODEKAMEZAWA Hiroyuki1-12/+5
2008-04-28mm/page_alloc.c: remove hand-coded get_order()Pavel Machek1-3/+1
2008-04-28oom_kill: remove unused parameter in badness()Li Zefan1-3/+2
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto4-7/+60
2008-04-28memory hotplug: allocate usemap on the section with pgdatYasunori Goto1-2/+13
2008-04-28memory hotplug: make alloc_bootmem_section()Yasunori Goto2-0/+33
2008-04-28memory hotplug: align memmap to page sizeYasunori Goto1-2/+2
2008-04-28memory hotplug: register section/node id to freeYasunori Goto5-3/+128
2008-04-28hugetlbfs: common code update for s390Gerald Schaefer6-15/+206
2008-04-28hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer6-0/+26
2008-04-28hugetlbfs: architecture header cleanupGerald Schaefer9-60/+215
2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn5-95/+134
2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn1-8/+17
2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn3-107/+136
2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn1-6/+11
2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn3-31/+28
2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn1-10/+18
2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn2-62/+60
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn6-77/+195