summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* serial: silence section mismatch warnings in 8250_pciSam Ravnborg2008-04-281-1/+1
* ncpfs: fix sparse warning in ncpsign_kernel.cHarvey Harrison2008-04-281-1/+1
* ncpfs: fix sparse warnings in ioctl.cHarvey Harrison2008-04-281-9/+8Star
* ncpfs: add prototypes to ncp_fs.hHarvey Harrison2008-04-282-6/+7
* uml: clean up arch/um/drivers/ubd_kern.cWANG Cong2008-04-281-195/+190Star
* arch/um/os-Linux/sys-i386/task_size.c: improve a bitWANG Cong2008-04-281-4/+8
* uml: make several things staticWANG Cong2008-04-283-7/+7
* uml: make three functions staticWANG Cong2008-04-283-3/+3
* uml: remove a useless functionWANG Cong2008-04-282-14/+0Star
* uml: make a function staticWANG Cong2008-04-282-2/+1Star
* arch/um/os-Linux/start_up.c: various improvements.WANG Cong2008-04-281-8/+6Star
* uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* arch/um/kernel/um_arch.c: some small improvementsWANG Cong2008-04-281-3/+4
* cris: add constfy to pgd_offset()KOSAKI Motohiro2008-04-281-1/+1
* cris: remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-281-1/+0Star
* crisv10: prepare for BKL push downAlan Cox2008-04-281-0/+7
* m68k: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-283-8/+8
* m68k: remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-281-1/+0Star
* alpha: teach the compiler that BUG doesn't returnAndrew Morton2008-04-281-3/+13
* arch/alpha/kernel/traps.c: use time_* macrosS.Caglar Onur2008-04-281-2/+3
* alpha: replace __inline with inlineHarvey Harrison2008-04-281-1/+1
* alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-2812-84/+72Star
* alpha: handle kcalloc failureJim Meyering2008-04-281-0/+6
* smack: use cap_task_prctlSerge E. Hallyn2008-04-281-0/+1
* smack: make smk_cipso_doi() and smk_unlbl_ambient()Casey Schaufler2008-04-281-2/+2
* root_plug: use cap_task_prctlSerge E. Hallyn2008-04-281-0/+1
* smack: fix integer as NULL pointer warning in smack_lsm.cHarvey Harrison2008-04-281-1/+1
* capabilities: implement per-process securebitsAndrew G. Morgan2008-04-2812-60/+141
* mm/nommu.c: return 0 from kobjsize with invalid objectsMichael Hennerich2008-04-281-1/+5
* vmstats: add cond_resched() to refresh_cpu_vm_stats()Dimitri Sivanich2008-04-281-0/+1
* mm: fix broken gfp_zone with __GFP_THISNODEKAMEZAWA Hiroyuki2008-04-281-12/+5Star
* mm/page_alloc.c: remove hand-coded get_order()Pavel Machek2008-04-281-3/+1Star
* oom_kill: remove unused parameter in badness()Li Zefan2008-04-281-3/+2Star
* memory hotplug: free memmaps allocated by bootmemYasunori Goto2008-04-284-7/+60
* memory hotplug: allocate usemap on the section with pgdatYasunori Goto2008-04-281-2/+13
* memory hotplug: make alloc_bootmem_section()Yasunori Goto2008-04-282-0/+33
* memory hotplug: align memmap to page sizeYasunori Goto2008-04-281-2/+2
* memory hotplug: register section/node id to freeYasunori Goto2008-04-285-3/+128
* hugetlbfs: common code update for s390Gerald Schaefer2008-04-286-15/+206
* hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer2008-04-286-0/+26
* hugetlbfs: architecture header cleanupGerald Schaefer2008-04-289-60/+215
* mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn2008-04-285-95/+134
* mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn2008-04-281-8/+17
* mempolicy: rework shmem mpol parsing and displayLee Schermerhorn2008-04-283-107/+136
* mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn2008-04-281-6/+11
* mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn2008-04-283-31/+28Star
* mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn2008-04-281-10/+18
* mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn2008-04-282-62/+60Star
* mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn2008-04-286-77/+195
* mempolicy: document {set|get}_policy() vm_ops APIsLee Schermerhorn2008-04-281-0/+18