summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* omfs: sparse annotationsHarvey Harrison2008-07-303-7/+7
* scripts/mod/modpost.c: fix spelling of module and happensBen Dooks2008-07-301-1/+1
* remove drivers/serial/v850e_uart.cAdrian Bunk2008-07-302-549/+0
* USB: m66592-udc: Fix up dev_set_name() badness.Paul Mundt2008-07-301-1/+1
* introduce lower_32_bits() macroJoerg Roedel2008-07-301-0/+6
* do_try_to_free_page: update comments related to vmscan functionsFernando Luis Vazquez Cao2008-07-301-1/+1
* swapfile/vmscan: update comments related to vmscan functionsFernando Luis Vazquez Cao2008-07-302-3/+3
* swap: update function comment of release_pagesFernando Luis Vazquez Cao2008-07-301-3/+4
* madvise: update function comment of madvise_dontneedFernando Luis Vazquez Cao2008-07-301-2/+2
* printk: fix comment for printk ratelimitingUwe Kleine-König2008-07-301-4/+4
* Char: mxser, ratelimit ioctl warningJiri Slaby2008-07-301-2/+4
* initrd: cast `initrd_start' to `void *'Geert Uytterhoeven2008-07-301-2/+3
* uml: fix tty-related build errorWANG Cong2008-07-301-13/+1
* connector: add a BlackBoard user to connectorJerome Arbez-Gindre2008-07-301-1/+2
* print_ip_sym(): use %pSVegard Nossum2008-07-301-2/+1
* 8250.c: port.lock is irq-safeBorislav Petkov2008-07-301-2/+2
* markers: fix markers read barrier for multiple probesMathieu Desnoyers2008-07-301-2/+10
* rtc: don't return -EBUSY when mutex_lock_interruptible() failsDavid Brownell2008-07-302-6/+6
* drivers/video: release mutex in error handling codeJulia Lawall2008-07-302-12/+6
* hpwdt: don't use static flagsAlexey Dobriyan2008-07-301-1/+1
* iscsi_ibft_find: fix modpost warningJan Beulich2008-07-301-1/+0
* backlight: ensure platform_lcd on by defaultBen Dooks2008-07-301-0/+2
* cpuset: clean up cpuset hierarchy traversal codeLi Zefan2008-07-301-13/+8
* cpuset: fix wrong calculation of relax domain levelLi Zefan2008-07-301-1/+1
* cpuset: speed up sched domain partitionLai Jiangshan2008-07-301-4/+37
* cpuset: a bit cleanup for scan_for_empty_cpusets()Li Zefan2008-07-301-5/+2
* memcg: remove redundant check in move_task()Li Zefan2008-07-301-3/+0
* cgroup: uninline cgroup_has_css_refs()Li Zefan2008-07-301-1/+1
* cgroup: remove duplicate code in allocate_cg_link()Li Zefan2008-07-301-18/+12
* cgroup: fix possible memory leakLi Zefan2008-07-301-2/+5
* mm: remove find_max_pfn_with_active_regionsYinghai Lu2008-07-302-18/+0
* VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon2008-07-301-2/+2
* sticore: don't activate unsupported GSC STI cards on HPPAHelge Deller2008-07-301-1/+29
* acpi cpufreq cleanup: move bailing out of function before locking the mutexThomas Renninger2008-07-301-3/+3
* cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger2008-07-304-2/+23
* resource: add resource_size()Magnus Damm2008-07-302-1/+5
* backlight: give platform_lcd the same name as the platform device.Ben Dooks2008-07-301-1/+1
* Linux 2.6.27-rc1v2.6.27-rc1Linus Torvalds2008-07-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-285-142/+409
|\
| * lguest: turn Waker into a thread, not a processRusty Russell2008-07-291-63/+57
| * lguest: Enlarge virtio ringsRusty Russell2008-07-291-2/+2
| * lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell2008-07-291-14/+20
| * lguest: Remove 'network: no dma buffer!' warningRusty Russell2008-07-291-2/+0
| * lguest: Adaptive timeoutRusty Russell2008-07-291-1/+11
| * lguest: Tell Guest net not to notify us on every packet xmitRusty Russell2008-07-291-13/+93
| * lguest: net block unneeded receive queue update notificationsRusty Russell2008-07-291-1/+13
| * lguest: wrap last_avail accesses.Rusty Russell2008-07-291-5/+11
| * lguest: use cpu capability accessorsAndrew Morton2008-07-291-2/+2
| * lguest: virtio-rng supportRusty Russell2008-07-291-0/+90
| * lguest: Support assigning a MAC addressMark McLoughlin2008-07-291-33/+89