summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-01-086-214/+114
|\
| * kgdb: Fix kernel-doc format error in kgdb.hRandy Dunlap2010-01-071-4/+3
| * blackfin,kgdb: Do not put PC in gdb_regs into retx.Sonic Zhang2010-01-071-1/+1
| * blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel2010-01-073-206/+98
| * maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel2010-01-072-3/+12
* | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-01-084-9/+33
|\ \
| * | reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker2010-01-071-0/+4
| * | reiserfs: Fix unreachable statementJiri Slaby2010-01-071-1/+2
| * | reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker2010-01-071-0/+2
| * | reiserfs: Relax lock on xattr removingFrederic Weisbecker2010-01-051-3/+9
| * | reiserfs: Relax the lock before truncating pagesFrederic Weisbecker2010-01-051-1/+10
| * | reiserfs: Fix recursive lock on lchownFrederic Weisbecker2010-01-051-3/+5
| * | reiserfs: Fix mistake in down_write() conversionFrederic Weisbecker2010-01-031-1/+1
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-01-081-4/+4
|\ \ \
| * | | xfs: kill some warnings on i386 buildsDave Chinner2010-01-081-4/+4
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-01-081-5/+5
|\ \ \ \
| * | | | [IA64] move fnptr definition inside #ifdef __KERNEL__Tony Luck2010-01-081-5/+5
* | | | | Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-01-081-9/+1
|\ \ \ \ \
| * | | | | ARM: S3C64XX: Fix possible clock look in EPLL and MPLL clock chainsBen Dooks2010-01-071-9/+1
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-085-8/+17
|\ \ \ \ \ \
| * | | | | | x86, irq: Check move_in_progress before freeing the vector mappingSuresh Siddha2010-01-061-0/+7
| * | | | | | x86: copy_from_user() should not return -EFAULTHeiko Carstens2010-01-052-6/+4
| * | | | | | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-...Rusty Russell2010-01-051-1/+1
| * | | | | | x86/pci: Intel ioh bus num reg accessing fixYinghai Lu2010-01-041-0/+4
| * | | | | | x86: Fix size for ex trampoline with 32bitYinghai Lu2010-01-041-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-01-087-26/+62
|\ \ \ \ \ \ \
| * | | | | | | PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song2010-01-051-1/+19
| * | | | | | | PCI/PM: Use per-device D3 delaysRafael J. Wysocki2010-01-053-4/+17
| * | | | | | | PCI: Check the node argument passed to cpumask_of_nodeDavid John2010-01-051-2/+4
| * | | | | | | PCI: AER: fix aer inject result in kernel oopsYouquan,Song2010-01-041-1/+7
| * | | | | | | PCI: pcie portdrv: style cleanupHidetoshi Seto2010-01-042-18/+15
* | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-01-084-3/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | nfs: fix oops in nfs_rename()OGAWA Hirofumi2010-01-071-0/+1
| * | | | | | | | sunrpc: fix build-time warningRandy Dunlap2010-01-061-1/+1
| * | | | | | | | sunrpc: on successful gss error pipe write, don't return errorJeff Layton2009-12-181-1/+16
| * | | | | | | | SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust2009-12-181-1/+1
| * | | | | | | | SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust2009-12-181-1/+3
* | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-01-081-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hp-wmi: remove double free caused by merge conflictAnisse Astier2010-01-011-2/+0
* | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-01-089-24/+34
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | [IA64] __per_cpu_idtrs[] is a memory hogTony Luck2010-01-083-15/+24
| * | | | | | | | [IA64] sanity in #include files. Move fnptr to types.hTony Luck2010-01-073-6/+5
| * | | | | | | | [IA64] use helpers for rlimitsJiri Slaby2010-01-072-2/+2
| * | | | | | | | [IA64] cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-071-1/+3
* | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-0717-44/+87
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie2010-01-079-24/+63
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/radeon/kms: rs600: use correct mask for SW interruptLuca Tettamanti2010-01-071-1/+1
| | * | | | | | | | | gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL testDarren Jenkins2010-01-071-5/+5
| | * | | | | | | | | drm/radeon/radeon_device.c: move a dereference below a NULL testDarren Jenkins2010-01-071-2/+4
| | * | | | | | | | | drm/radeon/radeon_fence.c: move a dereference below the NULL testDarren Jenkins2010-01-071-5/+4