Age | Commit message (Expand) | Author | Files | Lines |
2010-07-21 | pcmcia: fix 'driver ... did not release config properly' warning | Patrick McHardy | 1 | -1/+3 |
2010-07-20 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 22 | -49/+142 |
2010-07-21 | drm/r600: fix possible NULL pointer derefernce | Alex Deucher | 1 | -1/+4 |
2010-07-21 | drm/radeon/kms: add quirk for ASUS HD 3600 board | Alex Deucher | 1 | -0/+9 |
2010-07-21 | include/linux/vgaarb.h: add missing part of include guard | Doug Goldstein | 1 | -0/+1 |
2010-07-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 5 | -39/+72 |
2010-07-20 | Merge branch 'linuxdocs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu... | Linus Torvalds | 2 | -2/+4 |
2010-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 24 | -71/+108 |
2010-07-20 | vfs: fix RCU-lockdep false positive due to /proc | Paul E. McKenney | 1 | -1/+2 |
2010-07-20 | sdhci-s3c: add missing remove function | Marek Szyprowski | 1 | -0/+20 |
2010-07-20 | Andres has moved | Andres Salomon | 3 | -3/+3 |
2010-07-20 | x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num... | Yinghai Lu | 2 | -4/+23 |
2010-07-20 | x86, numa: fix boot without RAM on node0 again | Yinghai Lu | 1 | -8/+9 |
2010-07-20 | edac: mpc85xx: add support for MPC8569 EDAC controllers | Anton Vorontsov | 1 | -0/+1 |
2010-07-20 | edac: mpc85xx: fix MPC85xx dependency | Anton Vorontsov | 1 | -1/+1 |
2010-07-20 | mm/vmscan.c: fix mapping use after free | Nick Piggin | 1 | -1/+1 |
2010-07-20 | ipc/sem.c: bugfix for semop() not reporting successful operation | Manfred Spraul | 1 | -7/+39 |
2010-07-21 | drm/nouveau: Fix crashes during fbcon init on single head cards. | Francisco Jerez | 1 | -1/+2 |
2010-07-21 | drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patch | Ben Skeggs | 1 | -24/+9 |
2010-07-21 | drm/radeon/kms: fix shared ddc harder | Alex Deucher | 1 | -14/+9 |
2010-07-20 | documentation: fix almost duplicate filenames (IO/io-mapping.txt) | Randy Dunlap | 2 | -2/+4 |
2010-07-20 | Merge git://git.infradead.org/users/cbou/battery-2.6.35 | Linus Torvalds | 1 | -1/+1 |
2010-07-19 | bridge: Partially disable netpoll support | Herbert Xu | 2 | -31/+1 |
2010-07-20 | drm/i915: enable low power render writes on GEN3 hardware. | Dave Airlie | 1 | -0/+10 |
2010-07-20 | drm/i915: Define MI_ARB_STATE bits | Keith Packard | 1 | -0/+64 |
2010-07-20 | vmwgfx: return -EFAULT if copy_to_user fails | Dan Carpenter | 1 | -0/+1 |
2010-07-20 | fb: handle allocation failure in alloc_apertures() | Dan Carpenter | 1 | -0/+2 |
2010-07-20 | drm: radeon: check kzalloc() result | Kulikov Vasiliy | 1 | -0/+2 |
2010-07-20 | drm/ttm: Fix build on architectures without AGP | Ben Hutchings | 1 | -0/+2 |
2010-07-19 | Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/... | Linus Torvalds | 22 | -80/+111 |
2010-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2 | -23/+126 |
2010-07-20 | xfs: track AGs with reclaimable inodes in per-ag radix tree | Dave Chinner | 2 | -7/+67 |
2010-07-20 | xfs: convert inode shrinker to per-filesystem contexts | Dave Chinner | 4 | -53/+15 |
2010-07-19 | Btrfs: fix checks in BTRFS_IOC_CLONE_RANGE | Dan Rosenberg | 1 | -2/+2 |
2010-07-19 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -9/+23 |
2010-07-19 | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Linus Torvalds | 3 | -0/+18 |
2010-07-19 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 3 | -4/+16 |
2010-07-19 | intel_scu_ipc: Oops/crash fixes | Sreedhara DS | 1 | -4/+8 |
2010-07-19 | Btrfs: fix CLONE ioctl destination file size expansion to block boundary | Sage Weil | 1 | -3/+13 |
2010-07-19 | Btrfs: fix split_leaf double split corner case | Chris Mason | 1 | -18/+111 |
2010-07-19 | tcp: fix crash in tcp_xmit_retransmit_queue | Ilpo Järvinen | 1 | -0/+3 |
2010-07-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -5/+6 |
2010-07-19 | kmemleak: Add support for NO_BOOTMEM configurations | Catalin Marinas | 2 | -0/+11 |
2010-07-19 | kmemleak: Annotate false positive in init_section_page_cgroup() | Catalin Marinas | 1 | -0/+7 |
2010-07-19 | [S390] cio: fix potential overflow in chpid descriptor | Sebastian Ott | 1 | -1/+1 |
2010-07-19 | [S390] add missing device put | Stefan Haberland | 1 | -1/+3 |
2010-07-19 | [S390] dasd: use correct label location for diag fba disks | Peter Oberparleiter | 1 | -2/+12 |
2010-07-19 | mm: add context argument to shrinker callback | Dave Chinner | 18 | -22/+31 |
2010-07-18 | Merge branch 'x86/kprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 1 | -1/+1 |
2010-07-18 | x86: kprobes: fix swapped segment registers in kretprobe | Roland McGrath | 1 | -1/+1 |