summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-30madvise: update function comment of madvise_dontneedFernando Luis Vazquez Cao1-2/+2
2008-07-30printk: fix comment for printk ratelimitingUwe Kleine-König1-4/+4
2008-07-30Char: mxser, ratelimit ioctl warningJiri Slaby1-2/+4
2008-07-30initrd: cast `initrd_start' to `void *'Geert Uytterhoeven1-2/+3
2008-07-30uml: fix tty-related build errorWANG Cong1-13/+1
2008-07-30connector: add a BlackBoard user to connectorJerome Arbez-Gindre1-1/+2
2008-07-30print_ip_sym(): use %pSVegard Nossum1-2/+1
2008-07-308250.c: port.lock is irq-safeBorislav Petkov1-2/+2
2008-07-30markers: fix markers read barrier for multiple probesMathieu Desnoyers1-2/+10
2008-07-30rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2-6/+6
2008-07-30drivers/video: release mutex in error handling codeJulia Lawall2-12/+6
2008-07-30hpwdt: don't use static flagsAlexey Dobriyan1-1/+1
2008-07-30iscsi_ibft_find: fix modpost warningJan Beulich1-1/+0
2008-07-30backlight: ensure platform_lcd on by defaultBen Dooks1-0/+2
2008-07-30cpuset: clean up cpuset hierarchy traversal codeLi Zefan1-13/+8
2008-07-30cpuset: fix wrong calculation of relax domain levelLi Zefan1-1/+1
2008-07-30cpuset: speed up sched domain partitionLai Jiangshan1-4/+37
2008-07-30cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan1-5/+2
2008-07-30memcg: remove redundant check in move_task()Li Zefan1-3/+0
2008-07-30cgroup: uninline cgroup_has_css_refs()Li Zefan1-1/+1
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Li Zefan1-18/+12
2008-07-30cgroup: fix possible memory leakLi Zefan1-2/+5
2008-07-30mm: remove find_max_pfn_with_active_regionsYinghai Lu2-18/+0
2008-07-30VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon1-2/+2
2008-07-30sticore: don't activate unsupported GSC STI cards on HPPAHelge Deller1-1/+29
2008-07-30acpi cpufreq cleanup: move bailing out of function before locking the mutexThomas Renninger1-3/+3
2008-07-30cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger4-2/+23
2008-07-30resource: add resource_size()Magnus Damm2-1/+5
2008-07-30backlight: give platform_lcd the same name as the platform device.Ben Dooks1-1/+1
2008-07-28Linux 2.6.27-rc1v2.6.27-rc1Linus Torvalds1-2/+2
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-142/+409
2008-07-28Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds3-34/+36
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds36-568/+512
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-0/+1
2008-07-28Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds1-3/+6
2008-07-29lguest: turn Waker into a thread, not a processRusty Russell1-63/+57
2008-07-29lguest: Enlarge virtio ringsRusty Russell1-2/+2
2008-07-29lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell1-14/+20
2008-07-29lguest: Remove 'network: no dma buffer!' warningRusty Russell1-2/+0
2008-07-29lguest: Adaptive timeoutRusty Russell1-1/+11
2008-07-29lguest: Tell Guest net not to notify us on every packet xmitRusty Russell1-13/+93
2008-07-29lguest: net block unneeded receive queue update notificationsRusty Russell1-1/+13
2008-07-29lguest: wrap last_avail accesses.Rusty Russell1-5/+11
2008-07-29lguest: use cpu capability accessorsAndrew Morton1-2/+2
2008-07-29lguest: virtio-rng supportRusty Russell1-0/+90
2008-07-29lguest: Support assigning a MAC addressMark McLoughlin1-33/+89
2008-07-29lguest: Don't leak /dev/zero fdMark McLoughlin1-0/+1
2008-07-29lguest: fix verbose printing of device features.Rusty Russell1-2/+2
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner1-0/+1
2008-07-29lguest: Guest int3 fixRusty Russell1-7/+17