summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman2009-05-291-1/+5
* | | | | | atmel_lcdfb: correct fifo size for some productsNicolas Ferre2009-05-291-8/+2Star
* | | | | | S3C-fb: PM fixMarek Szyprowski2009-05-291-1/+11
* | | | | | serial: 8250_gsc: fix printk format errorAlexander Beregalov2009-05-291-2/+2
* | | | | | parport_gsc: fix printk format errorAlexander Beregalov2009-05-291-2/+2
* | | | | | flat: fix data sections alignmentOskar Schirmer2009-05-297-23/+31
* | | | | | MAINTAINERS: change email address for Thomas DahlmannThomas Dahlmann2009-05-291-1/+1
* | | | | | drivers/serial/mpc52xx_uart.c: fix array overindexing checkRoel Kluin2009-05-291-1/+1
* | | | | | memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura2009-05-296-7/+15
* | | | | | procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro2009-05-291-1/+1
* | | | | | cred: #include init.h in cred.hAlexey Dobriyan2009-05-291-0/+1
* | | | | | oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes2009-05-291-9/+15
* | | | | | MAINTAINERS: pair EDAC-E752X P: and M: entriesJoe Perches2009-05-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-05-276-13/+16
|\ \ \ \ \
| * | | | | Blackfin: fix strncmp.o build errorMike Frysinger2009-05-271-2/+1Star
| * | | | | Blackfin: drop unneeded asm/.gitignoreMike Frysinger2009-05-271-1/+0Star
| * | | | | Blackfin: ignore generated vmlinux.ldsMike Frysinger2009-05-271-0/+1
| * | | | | MAINTAINERS: drop (subscribers-only) markings on Blackfin listsMike Frysinger2009-05-271-5/+5
| * | | | | MAINTAINERS: update Blackfin itemsMike Frysinger2009-05-271-4/+4
| * | | | | Blackfin: hook up preadv/pwritev syscallsMike Frysinger2009-05-272-1/+5
| |/ / / /
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-05-2712-253/+463
|\ \ \ \ \
| * | | | | powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt2009-05-276-83/+54Star
| * | | | | powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt2009-05-275-12/+37
| * | | | | powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt2009-05-273-1/+1
| * | | | | Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer"Benjamin Herrenschmidt2009-05-272-57/+271
| |/ / / /
* | | | | CacheFiles: Fixup renamed filenames in comments in internal.hDavid Howells2009-05-271-9/+9
* | | | | FS-Cache: Fixup renamed filenames in comments in internal.hDavid Howells2009-05-271-9/+9
* | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-05-271-3/+3
|\ \ \ \ \
| * | | | | md: raid5: change incorrect usage of 'min' macro to 'min_t'NeilBrown2009-05-271-3/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-05-271-0/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tomoyo: add missing call to cap_bprm_set_credsHerton Ronaldo Krzesinski2009-05-271-0/+6
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-272-16/+8Star
|\ \ \ \ \ \
| * | | | | | x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh2009-05-261-14/+3Star
| * | | | | | x86, relocs: ignore R_386_NONE in kernel relocation entriesTejun Heo2009-05-261-2/+5
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-05-2610-89/+432
|\ \ \ \ \ \ \
| * | | | | | | drm/i915: Add support for VGA load detection (pre-945).Ma Ling2009-05-261-2/+147
| * | | | | | | drm/i915: Use an I2C algo to do the flip to SDVO DDC bus.Ma Ling2009-05-221-4/+63
| * | | | | | | drm/i915: Determine type before initialising connectorJonas Bonn2009-05-221-19/+10Star
| * | | | | | | drm/i915: Return SDVO LVDS VBT mode if no EDID modes are detected.Ma Ling2009-05-221-0/+41
| * | | | | | | drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve themMa Ling2009-05-224-33/+93
| * | | | | | | i915: support 8xx desktop cursorsJesse Barnes2009-05-223-8/+39
| * | | | | | | drm/i915: allocate large pointer arrays with vmallocJesse Barnes2009-05-192-23/+39
* | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-05-261-2/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | oprofile: fix cpu buffer sizeRobert Richter2009-05-071-2/+6
* | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-05-263-8/+6Star
|\ \ \ \ \ \ \ \
| * | | | | | | | NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust2009-05-261-6/+3Star
| * | | | | | | | nfs: fix build error in nfsroot with initconstSam Ravnborg2009-05-261-1/+1
| * | | | | | | | XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham2009-05-261-1/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-05-264-0/+18
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | ALSA: hda - Add missing check of pin vref 50 and others in Realtek codecsTakashi Iwai2009-05-251-0/+6