summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: downgrade support for man-pagesMichael Kerrisk2009-03-131-3/+1Star
* ds2760_battery.c: fix division by zeroDaniel Mack2009-03-131-4/+7
* vfs: add missing unlock in sget()Li Zefan2009-03-131-1/+4
* pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov2009-03-131-4/+4
* drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack2009-03-131-1/+1
* uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org2009-03-131-1/+4
* UML on UML fixed: it did not startRenzo Davoli2009-03-131-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-124-16/+20
|\
| * sunhme: Fix qfe parent detection.Friedrich Oslage2009-03-091-2/+0Star
| * sparc64: Fix lost interrupts on sun4u.David S. Miller2009-03-041-10/+19
| * sparc64: wait_event_interruptible_timeout may return -ERESTARTSYSRoel Kluin2009-03-041-1/+1
| * jsflash: stop defining MAJOR_NRChristoph Hellwig2009-03-041-3/+0Star
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-03-129-142/+456
|\ \
| * | MIPS: IP27: Enable RAID5 moduleRalf Baechle2009-03-111-1/+1
| * | MIPS: TXx9: update defconfigsAtsushi Nemoto2009-03-112-137/+447
| * | MIPS: NEC VR5500 processor support fixupShinya Kuribayashi2009-03-115-3/+7
| * | MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcXiaotian Feng2009-03-111-1/+1
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-03-115-17/+39
|\ \ \ | |/ / |/| |
| * | xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-073-8/+16
| * | xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig2009-03-071-5/+10
| * | xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig2009-03-071-4/+13
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-03-111-1/+1
|\ \ \
| * | | drm: fix EDID parser problem with positive/negative hsync/vsyncPantelis Koukousoulas2009-03-111-1/+1
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-03-1110-111/+64Star
|\ \ \ \
| * | | | radeonfb/aty128fb: Disable broken early resume hook for PowerBooksBenjamin Herrenschmidt2009-03-112-2/+18
| * | | | hvc_console: Remove tty->low_latency on pseries backendsBenjamin Herrenschmidt2009-03-112-10/+0Star
| * | | | Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-03-112-2/+2
| |\ \ \ \
| | * | | | powerpc/4xx: Enable SERIAL_OF support by default for Virtex platformsGrant Likely2009-03-012-2/+2
| * | | | | powerpc: fix linkstation and storcenter compilation breakageGuennadi Liakhovetski2009-03-094-97/+44Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-03-115-37/+99
|\ \ \ \ \ \
| * | | | | | drm/i915: fix 945 fence register writes for fence 8 and above.Eric Anholt2009-03-112-4/+18
| * | | | | | drm/i915: Protect active fences on i915Chris Wilson2009-03-111-7/+31
| * | | | | | drm/i915: Check to see if we've pinned all available fencesChris Wilson2009-03-111-2/+10
| * | | | | | drm/i915: Check fence status on every pin.Chris Wilson2009-03-111-8/+15
| * | | | | | drm/i915: First recheck for an empty fence register.Chris Wilson2009-03-111-1/+1
| * | | | | | drm/i915: Fix bad \n in MTRR failure notice.Eric Anholt2009-03-101-1/+1
| * | | | | | drm/i915: Don't restore palettes through VGA registers.Pierre Willenbrock2009-03-102-12/+0Star
| * | | | | | i915: add newline to i915_gem_object_pin failure msgKyle McMartin2009-03-101-1/+1
| * | | | | | drm: Return EINVAL on duplicate objects in execbuffer object listKristian Høgsberg2009-03-102-1/+22
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-03-111-0/+11
|\ \ \ \ \ \ \
| * | | | | | | x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar2009-03-111-0/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fix _fat_bmap() lockingOGAWA Hirofumi2009-03-111-2/+2
* | | | | | | proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang2009-03-111-1/+1
|/ / / / / /
* | | | | | i810: fix kernel crash fix when struct fb_var_screeninfo is suppliedSamuel CUELLA2009-03-101-2/+3
* | | | | | m68knommu: m528x build fixSteven King2009-03-101-228/+0Star
* | | | | | m68knommu: m5206e build fixSteven King2009-03-101-0/+1
* | | | | | rcu: documentation 1Q09 updatePaul E. McKenney2009-03-101-0/+12
* | | | | | kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani2009-03-101-7/+7
* | | | | | mtd: physmap: fix NULL pointer dereference in error pathAtsushi Nemoto2009-03-101-8/+11
* | | | | | intel-agp: fix a panic with 1M of shared memory, no GTT entriesLubomir Rintel2009-03-101-3/+5