summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-08-01KVM: Reduce atomic operations on vcpu->requestsAvi Kivity1-1/+6
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity1-0/+15
2010-08-01KVM: Remove memory alias supportAvi Kivity2-6/+1
2010-08-01KVM: x86: XSAVE/XRSTOR live migration supportSheng Yang1-0/+12
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui1-1/+1
2010-08-01of/address: Clean up function declarationsGrant Likely1-0/+32
2010-08-01KVM: Get rid of KVM_REQ_KICKAvi Kivity1-0/+1
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2-0/+9
2010-07-31Merge branch 'devel-stable' into develRussell King1-0/+20
2010-07-31Merge branch 'misc' into develRussell King2-4/+9
2010-07-31Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2-1/+12
2010-07-31ARM: AMBA: Add pclk support to AMBA bus infrastructureRussell King1-0/+11
2010-07-31padata: Remove padata_get_cpumaskSteffen Klassert1-2/+0
2010-07-31padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert1-19/+21
2010-07-31padata: Rearrange set_cpumask functionsSteffen Klassert1-3/+3
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert1-4/+5
2010-07-31Input: cy8ctmg110 - capacitive touchscreen supportSamuli Konttila1-0/+10
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust1-0/+1
2010-07-30NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust2-0/+5
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust3-2/+14
2010-07-30PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings1-0/+2
2010-07-30PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K1-0/+9
2010-07-30PCI: disable mmio during bar sizingJacob Pan1-0/+2
2010-07-30of/spi: call of_register_spi_devices() from spi core codeAnatolij Gustschin1-3/+8
2010-07-30of: Provide default of_node_to_nid() implementation.Grant Likely1-0/+5
2010-07-30of/device: Make of_device_make_bus_id() usable by other code.Grant Likely1-0/+1
2010-07-30CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells2-5/+11
2010-07-30CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-20/+1
2010-07-30firewire: add isochronous multichannel receptionStefan Richter2-96/+214
2010-07-29Merge branch 'wells/lpc32xx-arch_v2' of git://git.lpclinux.com/linux-2.6-lpc ...Russell King9-8/+17
2010-07-29ARM: 6243/1: mmci: pass power_mode to the translate_vdd callbackRabin Vincent1-4/+6
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell1-1/+6
2010-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds1-0/+32
2010-07-28fanotify: use both marks when possibleEric Paris1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-2/+5
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris1-15/+0
2010-07-28fsnotify: remove group->maskEric Paris1-11/+0
2010-07-28fsnotify: remove the global masksEric Paris1-2/+0
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+4
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris1-0/+1
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris1-0/+1
2010-07-28fsnotify: store struct file not struct pathEric Paris2-29/+24
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris1-7/+5
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris1-2/+5
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris1-0/+9
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris1-0/+9
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris2-0/+2
2010-07-28regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH registerAnuj Aggarwal1-0/+32
2010-07-28fanotify: drop the useless priority argumentEric Paris2-3/+1
2010-07-28fsnotify: initialize mask in fsnotify_permEric Paris1-3/+5