summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel2010-07-213-3/+3
* debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel2010-07-211-1/+1
* Fix merge regression from external kdb to upstream kdbJason Wessel2010-07-211-0/+1
* repair gdbstub to match the gdbserial protocol specificationJason Wessel2010-07-211-6/+3
* kdb: break out of kdb_ll() when command is terminatedMartin Hicks2010-07-211-0/+3
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-07-194-9/+23
|\
| * x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chainJacob Pan2010-07-161-3/+4
| * x86: Fix x2apic preenabled system with kexecYinghai Lu2010-07-161-1/+1
| * x86: Force HPET readback_cmp for all ATI chipsetsThomas Gleixner2010-07-152-5/+18
* | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2010-07-193-0/+18
|\ \
| * | kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas2010-07-192-0/+11
| * | kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas2010-07-191-0/+7
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-07-193-4/+16
|\ \ \
| * | | [S390] cio: fix potential overflow in chpid descriptorSebastian Ott2010-07-191-1/+1
| * | | [S390] add missing device putStefan Haberland2010-07-191-1/+3
| * | | [S390] dasd: use correct label location for diag fba disksPeter Oberparleiter2010-07-191-2/+12
* | | | intel_scu_ipc: Oops/crash fixesSreedhara DS2010-07-191-4/+8
|/ / /
* | | Merge branch 'x86/kprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2010-07-181-1/+1
|\ \ \
| * | | x86: kprobes: fix swapped segment registers in kretprobeRoland McGrath2010-07-181-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-07-183-0/+34
|\ \ \ \ | |/ / / |/| | |
| * | | PCI: fall back to original BIOS BAR addressesBjorn Helgaas2010-07-163-0/+34
| | |/ | |/|
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-07-1816-224/+504
|\ \ \
| * | | ocfs2: Silence gcc warning in ocfs2_write_zero_page().Joel Becker2010-07-161-1/+1
| * | | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-154-28/+31
| * | | ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down nodeWengang Wang2010-07-151-8/+14
| * | | ocfs2: Don't duplicate pages past i_size during CoW.Tao Ma2010-07-151-0/+6
| * | | ocfs2: tighten up strlen() checkingDan Carpenter2010-07-121-1/+1
| * | | ocfs2: Make xattr reflink work with new local alloc reservation.Tao Ma2010-07-121-36/+90
| * | | ocfs2: make xattr extension work with new local alloc reservation.Tao Ma2010-07-121-29/+45
| * | | ocfs2: Remove the redundant cpu_to_le64.Tao Ma2010-07-121-1/+1
| * | | ocfs2/dlm: don't access beyond bitmap sizeWengang Wang2010-07-121-1/+1
| * | | ocfs2: No need to zero pages past i_size.Joel Becker2010-07-121-4/+18
| * | | ocfs2: Zero the tail cluster when extending past i_size.Joel Becker2010-07-086-54/+207
| * | | ocfs2: When zero extending, do it by page.Joel Becker2010-07-082-64/+84
| * | | ocfs2: Limit default local alloc size within bitmap range.Tao Ma2010-06-151-0/+7
| * | | ocfs2: Move orphan scan work to ocfs2_wq.Tao Ma2010-06-151-3/+3
| * | | fs/ocfs2/dlm: Add missing spin_unlockJulia Lawall2010-06-151-0/+1
* | | | drm/i915: add 'reclaimable' to i915 self-reclaimable page allocationsLinus Torvalds2010-07-181-0/+1
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-07-165-29/+36
|\ \ \ \
| * | | | tracing: Add alignment to syscall metadata declarationsSteven Rostedt2010-07-091-2/+4
| * | | | perf: Sync callchains with period based hitsFrederic Weisbecker2010-07-083-19/+20
| * | | | perf: Resurrect flat callchainsFrederic Weisbecker2010-07-081-0/+3
| * | | | perf: Version String fix, for fallback if not from gitThavidu Ranatunga2010-07-051-8/+9
| * | | | perf: Version String fix, using kernel versionThavidu Ranatunga2010-07-051-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-07-165-10/+23
|\ \ \ \
| * | | | GFS2: rename causes kernel OopsBob Peterson2010-07-151-1/+1
| * | | | GFS2: BUG in gfs2_adjust_quotaAbhijith Das2010-07-151-5/+3
| * | | | GFS2: Fix kernel NULL pointer dereference by dlm_astdBob Peterson2010-07-151-4/+8
| * | | | GFS2: recovery stuck on transaction lockBob Peterson2010-07-151-0/+10
| * | | | GFS2: O_TRUNC not working on stuffed files across clusterBob Peterson2010-07-151-0/+1
| | |_|/ | |/| |