Age | Commit message (Expand) | Author | Files | Lines |
2007-07-20 | KVM: MMU: Fix oopses with SLUB | Avi Kivity | 1 | -13/+26 |
2007-07-20 | KVM: x86 emulator: implement rdmsr and wrmsr | Avi Kivity | 3 | -5/+31 |
2007-07-20 | KVM: Fix memory slot management functions for guest smp | Avi Kivity | 3 | -123/+52 |
2007-07-20 | KVM: MMU: Store nx bit for large page shadows | Avi Kivity | 2 | -2/+4 |
2007-07-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/of... | Linus Torvalds | 7 | -0/+510 |
2007-07-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 10 | -113/+545 |
2007-07-20 | pata_cs5520: Fix probe bug regression introduced in 2.6.22 | Alan Cox | 1 | -1/+1 |
2007-07-20 | lguest: override sched_clock | Rusty Russell | 1 | -1/+8 |
2007-07-20 | lguest: trivial: We now have asm/processor-flags.h, so use it. | Rusty Russell | 1 | -3/+1 |
2007-07-20 | lguest: fix sense if IF flag on interrupt injection | Rusty Russell | 1 | -5/+5 |
2007-07-20 | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2 | -2/+2 |
2007-07-20 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 20 | -398/+799 |
2007-07-20 | Memory leak in tpm_ascii_bios_measurements_open() | Jesper Juhl | 1 | -3/+8 |
2007-07-20 | cr_backlight_probe() allocates too little storage for struct cr_panel | Jesper Juhl | 1 | -1/+1 |
2007-07-20 | async_tx: fix kmap_atomic usage in async_memcpy | Dan Williams | 1 | -2/+2 |
2007-07-20 | dpt_i2o depends on virt_to_bus | Stephen Rothwell | 1 | -1/+1 |
2007-07-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2 | -18/+10 |
2007-07-20 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 46 | -1079/+5344 |
2007-07-20 | Fix lguest misannotation | Al Viro | 1 | -1/+1 |
2007-07-20 | Fix up sky2 breakage | Al Viro | 1 | -3/+4 |
2007-07-20 | Fix buggered kmalloc() call argument order | Al Viro | 1 | -1/+1 |
2007-07-20 | m68k: exclude more unbuildable drivers | Al Viro | 1 | -1/+1 |
2007-07-20 | mac89x0: missing __init | Al Viro | 1 | -1/+1 |
2007-07-20 | m68k: remove empty ->setup is several consoles | Al Viro | 2 | -14/+0 |
2007-07-20 | m68k: missing exports | Al Viro | 2 | -0/+9 |
2007-07-20 | more isa/eisa/pci-only drivers marked as such | Al Viro | 1 | -2/+2 |
2007-07-20 | libata: implement EH fast drain | Tejun Heo | 3 | -2/+101 |
2007-07-20 | libata: schedule probing after SError access failure during autopsy | Tejun Heo | 1 | -1/+5 |
2007-07-20 | libata: clear HOTPLUG flag after a reset | Tejun Heo | 1 | -5/+10 |
2007-07-20 | libata: improve SCSI scan failure handling | Tejun Heo | 3 | -18/+49 |
2007-07-20 | libata: quickly trigger SATA SPD down after debouncing failed | Tejun Heo | 2 | -3/+5 |
2007-07-20 | libata: improve SATA PHY speed down logic | Tejun Heo | 2 | -7/+28 |
2007-07-20 | The SATA controller device ID is different according to | su henry | 1 | -1/+4 |
2007-07-20 | ahci: implement SCR_NOTIFICATION r/w | Tejun Heo | 1 | -31/+37 |
2007-07-20 | ahci: make NO_NCQ handling more consistent | Tejun Heo | 1 | -2/+8 |
2007-07-20 | libata: make ->scr_read/write callbacks return error code | Tejun Heo | 14 | -133/+189 |
2007-07-20 | libata: implement AC_ERR_NCQ | Tejun Heo | 1 | -3/+4 |
2007-07-20 | libata: improve EH report formatting | Tejun Heo | 6 | -25/+95 |
2007-07-20 | sata_sil24: separate out sil24_do_softreset() | Tejun Heo | 1 | -3/+10 |
2007-07-20 | sata_sil24: separate out sil24_exec_polled_cmd() | Tejun Heo | 1 | -20/+56 |
2007-07-20 | sata_sil24: replace sil24_update_tf() with sil24_read_tf() | Tejun Heo | 1 | -9/+14 |
2007-07-20 | ahci: separate out ahci_do_softreset() | Tejun Heo | 1 | -4/+10 |
2007-07-20 | ahci: separate out ahci_exec_polled_cmd() | Tejun Heo | 1 | -21/+33 |
2007-07-20 | ahci: separate out ahci_kick_engine() | Tejun Heo | 1 | -33/+36 |
2007-07-20 | ahci: use deadline instead of fixed timeout for 1st FIS for SRST | Tejun Heo | 1 | -1/+7 |
2007-07-20 | libata: add @is_cmd to ata_tf_to_fis() | Tejun Heo | 4 | -14/+14 |
2007-07-20 | [libata] Fix reported task file values in sense data | Petr Vandrovec | 2 | -0/+4 |
2007-07-20 | Correct comment in libata-sff.c | Dave Jones | 1 | -1/+1 |
2007-07-20 | pata_scc.c: small fixes (Workaround for errata A308) | Akira Iguchi | 1 | -11/+16 |
2007-07-20 | ahci.c: fix CONFIG_PM=n compilation | Alexey Dobriyan | 1 | -8/+8 |