summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-09Merge branch 'merge'Paul Mackerras683-5255/+10683
2008-06-09[POWERPC] ehea: Remove dependency on MEMORY_HOTPLUGNathan Lynch1-1/+1
2008-06-09[POWERPC] Make walk_memory_resource available with MEMORY_HOTPLUG=nNathan Lynch2-10/+9
2008-06-09[POWERPC] Use dev_set_name in pci_64.cStephen Rothwell1-1/+1
2008-06-09[POWERPC] Fix incorrect enabling of VMX when building signal or user contextBenjamin Herrenschmidt1-1/+3
2008-06-09[POWERPC] boot/Makefile CONFIG_ variable fixesAdrian Bunk1-2/+2
2008-06-06uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov2-13/+3
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds6-13/+21
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds5-10/+18
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-7/+8
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds4-48/+95
2008-06-06Merge git://git.infradead.org/~dwmw2/mtd-2.6.26Linus Torvalds1-1/+3
2008-06-06ipwireless: Fix blocked sendingDavid Sterba1-8/+12
2008-06-06vm: add kzalloc_node() inlineJeff Layton1-0/+11
2008-06-06pagemap: add documentation for pagemapThomas Tuttle1-0/+77
2008-06-06pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle1-2/+2
2008-06-06pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle1-1/+1
2008-06-06hdaps: fix module loading on Thinkpad T61PTim Gardner1-0/+1
2008-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum1-8/+25
2008-06-06rtc: class driver for ppc_md RTC functionsDavid Woodhouse3-0/+78
2008-06-06asm-m32r/uaccess.h must #include <asm/setup.h>Adrian Bunk1-1/+1
2008-06-06ext3: fix online resize bugJosef Bacik1-1/+2
2008-06-06nommu: fix ksize() abusePekka Enberg2-5/+5
2008-06-06doc: document the kernel-doc conventions for kernel hackersPaul Jackson1-0/+99
2008-06-06fbdev: export symbol fb_mode_optionGeoff Levand1-0/+1
2008-06-06MAINTAINERS: reiserfs entry is out of dateAlan Cox1-3/+0
2008-06-06v850: fix typo in header guardVegard Nossum1-1/+1
2008-06-06h8300: fix typo in header guardVegard Nossum1-1/+1
2008-06-06atmel_serial: filter out FP during baud rate detectionHaavard Skinnemoen1-1/+1
2008-06-06vt: fix vc_resize lockingNick Piggin1-5/+8
2008-06-06ipc: only output msgmni value at boot timeNadia Derbey1-7/+6
2008-06-06ipc: restore MSGPOOL original valueNadia Derbey1-2/+2
2008-06-06vt: fix background color on line feed, DEC invertJan Engelhardt1-1/+1
2008-06-06cpufreq: fix null object access on Transmeta CPUCHIKAMA masaki1-2/+2
2008-06-06fbcon: fix wrong vmode bits copied on console switchKrzysztof Helt1-3/+1
2008-06-06keys: remove unused key_alloc_semDaniel Walker1-1/+0
2008-06-06cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan1-3/+7
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle1-19/+9
2008-06-06devscgroup: make white list more compact in some casesPavel Emelyanov1-2/+16
2008-06-06devscgroup: check for device permissions at mount timePavel Emelyanov1-1/+7
2008-06-06devscgroup: relax task to dev_cgroup conversionPavel Emelyanov1-6/+4
2008-06-06devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroupPavel Emelyanov1-2/+6
2008-06-06introduce memory_read_from_buffer()Akinobu Mita2-1/+22
2008-06-06lib: export bitrev16Harvey Harrison2-1/+3
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare3-3/+2
2008-06-06Fix various old email addresses for dwmw2David Woodhouse10-10/+10
2008-06-06uml: PATH_MAX needs limits.hIngo Molnar1-0/+1
2008-06-06uml: stub needs to tolerate SIGWINCHJeff Dike1-1/+1
2008-06-06uml: memcpy export needs to follow host declarationJeff Dike1-0/+4
2008-06-06uml: deal with inaccessible address space startTom Spink4-11/+26