| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | proper prototype for acpi_processor_tstate_has_changed() | Adrian Bunk | 2008-06-11 | 2 | -1/+1 |
| * | | | | ACPI: handle invalid ACPI SLIT table | Fenghua Yu | 2008-06-11 | 3 | -33/+34 |
| * | | | | PNPACPI: use _CRS IRQ descriptor length for _SRS | Bjorn Helgaas | 2008-06-11 | 1 | -2/+7 |
| * | | | | pnpacpi: fix shareable IRQ encode/decode | Bjorn Helgaas | 2008-06-11 | 1 | -14/+13 |
| * | | | | pnpacpi: fix IRQ flag decoding | Bjorn Helgaas | 2008-06-11 | 2 | -7/+15 |
| * | | | | MAINTAINERS: update ACPI homepage | Adrian Bunk | 2008-06-11 | 1 | -5/+5 |
| * | | | | ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning message | Alistair John Strachan | 2008-06-11 | 1 | -1/+1 |
| * | | | | ACPI: EC: Use msleep instead of udelay while waiting for event. | Alexey Starikovskiy | 2008-06-11 | 1 | -1/+1 |
| * | | | | thinkpad-acpi: fix LED handling on older ThinkPads | Henrique de Moraes Holschuh | 2008-06-11 | 1 | -27/+28 |
| * | | | | thinkpad-acpi: fix initialization error paths | Henrique de Moraes Holschuh | 2008-06-11 | 1 | -207/+230 |
| * | | | | thinkpad-acpi: SW_RADIO to SW_RFKILL_ALL rename | Henrique de Moraes Holschuh | 2008-06-11 | 2 | -3/+3 |
| * | | | | cpuidle acpi driver: fix oops on AC<->DC | Venkatesh Pallipadi | 2008-06-11 | 3 | -11/+43 |
| * | | | | ACPI: Disable Fixed_RTC event when installing RTC handler | Zhao Yakui | 2008-06-11 | 2 | -0/+12 |
| |/ / / |
|
* | | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-06-11 | 21 | -79/+106 |
|\ \ \ \ |
|
| * | | | | KVM: MMU: Fix is_empty_shadow_page() check | Avi Kivity | 2008-06-06 | 1 | -1/+1 |
| * | | | | KVM: MMU: Fix printk() format string | Avi Kivity | 2008-06-06 | 1 | -1/+1 |
| * | | | | KVM: IOAPIC: only set remote_irr if interrupt was injected | Marcelo Tosatti | 2008-06-06 | 1 | -10/+11 |
| * | | | | KVM: MMU: reschedule during shadow teardown | Avi Kivity | 2008-06-06 | 1 | -0/+1 |
| * | | | | KVM: VMX: Clear CR4.VMXE in hardware_disable | Eli Collins | 2008-06-06 | 1 | -0/+1 |
| * | | | | KVM: migrate PIT timer | Marcelo Tosatti | 2008-06-06 | 7 | -5/+25 |
| * | | | | KVM: ppc: Report bad GFNs | Hollis Blanchard | 2008-06-06 | 1 | -1/+1 |
| * | | | | KVM: ppc: Use a read lock around MMU operations, and release it on error | Hollis Blanchard | 2008-06-06 | 1 | -2/+3 |
| * | | | | KVM: ppc: Remove unmatched kunmap() call | Hollis Blanchard | 2008-06-06 | 1 | -2/+0 |
| * | | | | KVM: ppc: add lwzx/stwz emulation | Hollis Blanchard | 2008-06-06 | 1 | -0/+12 |
| * | | | | KVM: ppc: Remove duplicate function | Hollis Blanchard | 2008-06-06 | 2 | -33/+1 |
| * | | | | KVM: s390: Fix race condition in kvm_s390_handle_wait | Carsten Otte | 2008-06-06 | 1 | -2/+5 |
| * | | | | KVM: s390: Send program check on access error | Carsten Otte | 2008-06-06 | 1 | -1/+4 |
| * | | | | KVM: s390: fix interrupt delivery | Carsten Otte | 2008-06-06 | 1 | -1/+2 |
| * | | | | KVM: s390: handle machine checks when guest is running | Christian Borntraeger | 2008-06-06 | 2 | -0/+6 |
| * | | | | KVM: s390: fix locking order problem in enable_sie | Christian Borntraeger | 2008-06-06 | 1 | -17/+27 |
| * | | | | KVM: s390: use yield instead of schedule to implement diag 0x44 | Christian Borntraeger | 2008-06-06 | 1 | -1/+1 |
| * | | | | KVM: x86 emulator: fix hypercall return value on AMD | Avi Kivity | 2008-06-06 | 1 | -1/+2 |
| * | | | | KVM: ia64: fix zero extending for mmio ld1/2/4 emulation in KVM | Jes Sorensen | 2008-06-06 | 1 | -1/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-06-11 | 11 | -130/+172 |
|\ \ \ \ |
|
| * | | | | [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled | Steve French | 2008-06-10 | 1 | -11/+10 |
| * | | | | [CIFS] Fix hang in mount when negprot causes server to kill tcp session | Steve French | 2008-06-10 | 2 | -0/+6 |
| * | | | | disable most mode changes on non-unix/non-cifsacl mounts | Jeff Layton | 2008-05-25 | 1 | -12/+26 |
| * | | | | [CIFS] Correct incorrect obscure open flag | Steve French | 2008-05-23 | 1 | -5/+18 |
| * | | | | [CIFS] warn if both dynperm and cifsacl mount options specified | Steve French | 2008-05-23 | 1 | -0/+4 |
| * | | | | silently ignore ownership changes unless unix extensions are enabled or we're... | Jeff Layton | 2008-05-23 | 1 | -7/+20 |
| * | | | | [CIFS] remove trailing whitespace | Steve French | 2008-05-23 | 1 | -1/+1 |
| * | | | | when creating new inodes, use file_mode/dir_mode exclusively on mount without... | Jeff Layton | 2008-05-23 | 2 | -3/+8 |
| * | | | | on non-posix shares, clear write bits in mode when ATTR_READONLY is set | Jeff Layton | 2008-05-23 | 2 | -72/+75 |
| * | | | | [CIFS] remove unused variables | Steve French | 2008-05-23 | 5 | -20/+5 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-06-11 | 47 | -366/+361 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-06-10 | 16 | -189/+151 |
| |\ \ \ \ \ |
|
| | * | | | | | sky2: Hold RTNL while calling dev_close() | Ben Hutchings | 2008-06-10 | 1 | -0/+2 |
| | * | | | | | s2io iomem annotations | Al Viro | 2008-06-10 | 1 | -4/+6 |
| | * | | | | | atl1: fix suspend regression | Jay Cliburn | 2008-06-10 | 1 | -17/+0 |
| | * | | | | | qeth: start dev queue after tx drop error | Frank Blaschka | 2008-06-10 | 2 | -0/+2 |