summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement2008-02-151-1/+1
| * | | ext4: Fix locking hierarchy violation in ext4_fallocate()Aneesh Kumar K.V2008-02-151-7/+3
| * | | Remove incorrect BKL comments in ext4Andi Kleen2008-02-252-2/+1
| | |/ | |/|
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-02-262-2/+4
|\ \ \
| * | | Revert "power_state: get rid of write-only variable in SATA"Jeff Garzik2008-02-251-0/+3
| * | | make atapi_dmadir staticAdrian Bunk2008-02-252-2/+1
| |/ /
* | | Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-02-262-5/+5
|\ \ \
| * | | Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth2008-02-251-4/+4
| * | | lockdep: increase MAX_LOCK_DEPTHPeter Zijlstra2008-02-251-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-02-267-109/+350
|\ \ \
| * | | firewire: fix NULL pointer deref. and resource leakStefan Richter2008-02-211-2/+7
| * | | Documentation: correction to debugging-via-ohci1394Stefan Richter2008-02-191-8/+9
| * | | ieee1394: sbp2: fix rescan-scsi-busStefan Richter2008-02-191-0/+3
| * | | firewire: fw-sbp2: fix NULL pointer deref. in scsi_remove_deviceStefan Richter2008-02-191-4/+4
| * | | firewire: fw-sbp2: fix NULL pointer deref. in slave_allocStefan Richter2008-02-191-0/+4
| * | | firewire: fw-sbp2: (try to) avoid I/O errors during reconnectStefan Richter2008-02-191-4/+122
| * | | firewire: fw-sbp2: enforce a retry of __scsi_add_device if bus generation cha...Stefan Richter2008-02-161-14/+35
| * | | firewire: fw-sbp2: sort includesStefan Richter2008-02-161-7/+7
| * | | firewire: fw-sbp2: logout and login after failed reconnectStefan Richter2008-02-161-2/+15
| * | | firewire: fw-sbp2: don't add scsi_device twiceStefan Richter2008-02-161-0/+6
| * | | firewire: fw-sbp2: log bus_id at management request failuresStefan Richter2008-02-161-33/+33
| * | | firewire: fw-sbp2: wait for completion of fetch agent resetStefan Richter2008-02-161-11/+28
| * | | ieee1394: sbp2: add INQUIRY delay workaroundStefan Richter2008-02-162-0/+14
| * | | firewire: fw-sbp2: add INQUIRY delay workaroundStefan Richter2008-02-161-0/+15
| * | | firewire: log GUID of new devicesStefan Richter2008-02-161-11/+17
| * | | firewire: fw-sbp2: don't retry login or reconnect after unplugStefan Richter2008-02-161-5/+11
| * | | firewire: fix "kobject_add failed for fw* with -EEXIST"Stefan Richter2008-02-163-10/+20
| * | | firewire: fw-sbp2: fix logout before login retryStefan Richter2008-02-161-1/+5
| * | | firewire: fw-sbp2: unsigned int vs. unsignedStefan Richter2008-02-161-8/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-2624-160/+191
|\ \ \ \
| * | | | x86: no robust/pi futex for real i386 CPUsThomas Gleixner2008-02-261-0/+7
| * | | | x86: fix boot failure on 486 due to TSC breakageMikael Pettersson2008-02-262-2/+2
| * | | | x86: fix build on non-C locales.Priit Laes2008-02-261-1/+1
| * | | | x86: make c_idle.work have a static address.Glauber Costa2008-02-261-1/+1
| * | | | x86: don't save unreliable stack trace entriesVegard Nossum2008-02-261-0/+4
| * | | | x86: don't make swapper_pg_pmd globalAdrian Bunk2008-02-261-1/+1
| * | | | x86: don't print a warning when MTRR are blank and running in KVMJoerg Roedel2008-02-261-2/+6
| * | | | x86: fix execve with -fstack-protectIngo Molnar2008-02-262-5/+7
| * | | | x86: fix vsyscall wreckageThomas Gleixner2008-02-261-49/+3
| * | | | x86: rename KERNEL_TEXT_SIZE => KERNEL_IMAGE_SIZEIngo Molnar2008-02-262-3/+3
| * | | | x86: fix spontaneous reboot with allyesconfig bzImageIngo Molnar2008-02-263-12/+23
| * | | | x86: remove double-checking empty zero pages debugYinghai Lu2008-02-261-8/+0
| * | | | x86: notsc is ignored on common configurationsPavel Machek2008-02-261-1/+2
| * | | | x86/mtrr: fix kernel-doc missing notationRandy Dunlap2008-02-261-0/+1
| * | | | x86: handle BIOSes which terminate e820 with CF=1 and no SMAPH. Peter Anvin2008-02-261-3/+6
| * | | | x86: add comments for NOPsH. Peter Anvin2008-02-261-17/+45
| * | | | x86: don't use P6_NOPs if compiling with CONFIG_X86_GENERICH. Peter Anvin2008-02-261-1/+10
| * | | | x86: require family >= 6 if we are using P6 NOPsH. Peter Anvin2008-02-262-3/+6
| * | | | x86: do not promote TM3x00/TM5x00 to i686-classH. Peter Anvin2008-02-261-7/+0
| * | | | x86: hpet fix docbook commentPavel Machek2008-02-261-2/+2