summaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-10HID: Hoist assigns from ifsJoe Perches1-6/+13
2010-12-10HID: Remove superfluous __inline__Joe Perches1-5/+5
2010-12-10HID: Use vzalloc for vmalloc/memset(,0...)Joe Perches1-2/+1
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches51-399/+398
2010-12-08HID: add hid_hw_open/close/power() handlersDmitry Torokhov5-33/+67
2010-12-07HID: Consolidate device existence checks in hiddev_ioctlValentine Barshak1-184/+103
2010-12-07HID: Fix race between disconnect and hiddev_ioctlValentine Barshak1-37/+131
2010-11-28HID: hid-core - rename hid_blacklist to hid_have_special_driverDmitry Torokhov1-3/+3
2010-11-25HID: Add support for Perixx PERIBOARD-707 (Plus)Dennis Kügler4-1/+4
2010-11-18HID: wacom: make sysfs permissions more strictJiri Kosina1-1/+1
2010-11-18HID: prodikeys: make sysfs permissions more strictJiri Kosina1-3/+3
2010-11-18HID: usbhid: Clean up makefile (-y instead of -objs)Tracey Dent1-3/+3
2010-11-18HID: Clean up makefile (-y instead of -objs)Tracey Dent1-6/+6
2010-11-15input: bcm5974: Add support for MacBookAir3Edgar (gimli) Hucek1-0/+40
2010-11-03HID: make translation table selection more clearJiri Kosina1-9/+10
2010-11-03HID: add MacBookAir 3,1 and 3,2 supportEdgar (gimli) Hucek3-4/+60
2010-11-01HID: Add Force Feedback support for EMS Trio Linker Plus IIIgnaz Forster5-0/+177
2010-10-24i2c-viapro: Don't log nacksJean Delvare1-7/+1
2010-10-24i2c/pca954x: Remove __devinit and __devexit from probe and remove functionsGuenter Roeck1-4/+4
2010-10-24MAINTAINERS: Add maintainer for PCA9541 I2C bus master selector driverGuenter Roeck1-0/+6
2010-10-24i2c/mux: Driver for PCA9541 I2C Master SelectorGuenter Roeck3-0/+422
2010-10-24i2c: Optimize function i2c_detect()Jean Delvare1-7/+6
2010-10-24i2c: Discard warning message on device instantiation from user-spaceJean Delvare1-2/+0
2010-10-24i2c-amd8111: Add proper error handlingJulia Lawall1-50/+113
2010-10-24i2c: Change to new flag variablematt mooney4-12/+4
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare10-10/+0
2010-10-24i2c: Let i2c_parent_is_i2c_adapter return the parent adapterJean Delvare3-22/+32
2010-10-24i2c: Simplify i2c_parent_is_i2c_adapterJean Delvare1-1/+0
2010-10-24i2c-pca-platform: Change device name of request_irqNobuhiro Iwamatsu1-1/+1
2010-10-24i2c: Fix Kconfig dependenciesJean Delvare2-1/+14
2010-10-24KVM: Drop CONFIG_DMAR dependency around kvm_iommu_map_pagesJan Kiszka1-2/+0
2010-10-24KVM: Fix signature of kvm_iommu_map_pages stubJan Kiszka1-2/+1
2010-10-24KVM: MCE: Send SRAR SIGBUS directlyHuang Ying1-8/+10
2010-10-24KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTEDHuang Ying1-1/+1
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser14-14/+14
2010-10-24KVM: Disable interrupts around get_kernel_ns()Avi Kivity1-0/+4
2010-10-24KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root addressAvi Kivity1-1/+1
2010-10-24KVM: MMU: move access code parsing to FNAME(walk_addr) functionXiao Guangrong1-24/+16
2010-10-24KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong2-3/+19
2010-10-24KVM: MMU: audit: introduce audit_printk to cleanup audit codeXiao Guangrong1-24/+18
2010-10-24KVM: MMU: audit: unregister audit tracepoints before module unloadedXiao Guangrong1-9/+12
2010-10-24KVM: MMU: audit: fix vcpu's spte walkingXiao Guangrong1-1/+1
2010-10-24KVM: MMU: set access bit for direct mappingXiao Guangrong1-1/+2
2010-10-24KVM: MMU: cleanup for error mask set while walk guest page tableXiao Guangrong1-10/+7
2010-10-24KVM: MMU: update 'root_hpa' out of loop in PAE shadow pathXiao Guangrong1-2/+2
2010-10-24KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn()Sheng Yang1-1/+1
2010-10-24KVM: x86: Fix constant type in kvm_get_time_scaleJan Kiszka1-3/+3
2010-10-24KVM: VMX: Add AX to list of registers clobbered by guest switchJan Kiszka1-1/+1
2010-10-24KVM guest: Move a printk that's using the clock before it's readyArjan Koers1-2/+4
2010-10-24KVM: x86: TSC catchup modeZachary Amsden2-21/+72