| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-08-25 | 5 | -37/+32 |
|\ |
|
| * | PCI: fix reference leak in pci_get_dev_by_id() | Greg KH | 2008-08-21 | 1 | -0/+2 |
| * | PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M... | Alex Chiang | 2008-08-21 | 1 | -19/+15 |
| * | PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M... | Alex Chiang | 2008-08-21 | 3 | -18/+15 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2008-08-25 | 9 | -34/+54 |
|\ \ |
|
| * | | ALSA: ASoC: Fix double free and memory leak in many codec drivers | Jean Delvare | 2008-08-25 | 8 | -32/+51 |
| * | | ALSA: CA0106 on MSI K8N Diamond PLUS Motherboard | Travis Place | 2008-08-25 | 1 | -2/+3 |
* | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-08-25 | 3 | -4/+4 |
|\ \ \ |
|
| * | | | KVM: fix userspace ABI breakage | Adrian Bunk | 2008-08-25 | 1 | -2/+2 |
| * | | | KVM: MMU: Fix torn shadow pte | Avi Kivity | 2008-08-25 | 1 | -1/+1 |
| * | | | KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot | Eduardo Habkost | 2008-08-25 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-08-25 | 5 | -20/+19 |
|\ \ \ \ |
|
| * | | | | lguest: update commentry | Rusty Russell | 2008-08-26 | 2 | -0/+16 |
| * | | | | stop_machine: Remove deprecated stop_machine_run | Rusty Russell | 2008-08-26 | 1 | -18/+1 |
| * | | | | stop_machine: wean Xen off stop_machine_run | Rusty Russell | 2008-08-26 | 1 | -1/+1 |
| * | | | | virtio_balloon: fix towards_target when deflating balloon | Anthony Liguori | 2008-08-26 | 1 | -1/+1 |
| |/ / / |
|
* | | | | [module] Don't let gcc inline load_module() | Linus Torvalds | 2008-08-25 | 1 | -1/+1 |
|/ / / |
|
* | | | Fix oops in acer_wmi driver (acer_wmi_init) | Arjan van de Ven | 2008-08-23 | 1 | -0/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-08-23 | 10 | -49/+149 |
|\ \ \ |
|
| * | | | ipv6: protocol for address routes | Stephen Hemminger | 2008-08-23 | 1 | -0/+1 |
| * | | | icmp: icmp_sk() should not use smp_processor_id() in preemptible code | Denis V. Lunev | 2008-08-23 | 2 | -19/+26 |
| * | | | pkt_sched: Fix qdisc list locking | Jarek Poplawski | 2008-08-22 | 3 | -8/+42 |
| * | | | pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race | Jarek Poplawski | 2008-08-21 | 3 | -0/+13 |
| * | | | sctp: fix potential panics in the SCTP-AUTH API. | Vlad Yasevich | 2008-08-21 | 2 | -22/+67 |
| | |/
| |/| |
|
* | | | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 67 | -72/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-08-22 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | crypto: authenc - Avoid using clobbered request pointer | Herbert Xu | 2008-08-23 | 1 | -4/+6 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2008-08-22 | 2 | -3/+12 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | ALSA: hda - Fix call of alc888_coef_init() | Takashi Iwai | 2008-08-22 | 1 | -3/+3 |
| * | | | ALSA: hda_intel: enable snoop for nvidia HDA controller | Peer Chen | 2008-08-21 | 1 | -0/+9 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-08-22 | 13 | -238/+460 |
|\ \ \ \ |
|
| * | | | | ext4: Update documentation to remind users to update mke2fs.conf | Theodore Ts'o | 2008-07-27 | 1 | -0/+6 |
| * | | | | ext4: Fix small file fragmentation | Aneesh Kumar K.V | 2008-08-18 | 2 | -13/+61 |
| * | | | | ext4: Initialize writeback_index to 0 when allocating a new inode | Aneesh Kumar K.V | 2008-08-19 | 1 | -0/+1 |
| * | | | | ext4: make sure ext4_has_free_blocks returns 0 for ENOSPC | Aneesh Kumar K.V | 2008-08-19 | 1 | -0/+3 |
| * | | | | ext4: journal credit fix for the delayed allocation's writepages() function | Mingming Cao | 2008-08-19 | 2 | -24/+58 |
| * | | | | ext4: Rework the ext4_da_writepages() function | Aneesh Kumar K.V | 2008-08-19 | 1 | -88/+113 |
| * | | | | ext4: journal credits reservation fixes for DIO, fallocate | Mingming Cao | 2008-08-19 | 3 | -27/+30 |
| * | | | | ext4: journal credits reservation fixes for extent file writepage | Mingming Cao | 2008-08-19 | 3 | -62/+49 |
| * | | | | ext4: journal credits calulation cleanup and fix for non-extent writepage | Mingming Cao | 2008-08-19 | 3 | -34/+108 |
| * | | | | ext4: Fix bug where we return ENOSPC even though we have plenty of inodes | Eric Sandeen | 2008-08-19 | 1 | -1/+1 |
| * | | | | ext4: don't try to resize if there are no reserved gdt blocks left | Josef Bacik | 2008-08-19 | 1 | -1/+2 |
| * | | | | ext4: Use ext4_discard_reservations instead of mballoc-specific call | Theodore Ts'o | 2008-08-16 | 1 | -1/+1 |
| * | | | | ext4: Fix ext4_dx_readdir hash collision handling | Theodore Ts'o | 2008-08-19 | 1 | -5/+15 |
| * | | | | ext4: Fix delalloc release block reservation for truncate | Mingming Cao | 2008-08-19 | 1 | -0/+21 |
| * | | | | ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty | Theodore Ts'o | 2008-08-13 | 1 | -2/+3 |
| * | | | | ext4: Handle unwritten extent properly with delayed allocation | Aneesh Kumar K.V | 2008-08-19 | 1 | -2/+10 |
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-08-22 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | sched: enable LB_BIAS by default | Peter Zijlstra | 2008-08-21 | 1 | -1/+1 |
* | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-08-22 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|