summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-1511-400/+14
|\
| * Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-16111-522/+707
| |\
| * \ Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner2011-01-3161-196/+591
| |\ \
| * | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-278-45/+0
| * | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-278-40/+0
| * | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-278-184/+0
| * | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-278-77/+3
| * | | x86: Cleanup rwsem_count_t typedefThomas Gleixner2011-01-271-15/+10
| * | | rwsem: Cleanup includesThomas Gleixner2011-01-278-40/+0
| * | | xtensa: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| * | | um: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| * | | sparc: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| * | | mips: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-2/+2
| * | | cris: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+3
| * | | alpha: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
* | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-1519-169/+197
|\ \ \ \
| * | | | arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic()Thomas Gleixner2011-03-141-3/+0
| * | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-1119-106/+112
| * | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-1118-101/+127
| * | | | futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()Michel Lespinasse2011-03-111-3/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-158-92/+44
|\ \ \ \ \
| * | | | | x86: Add new syscalls for x86_64Aneesh Kumar K.V2011-03-152-0/+6
| * | | | | x86: Add new syscalls for x86_32Aneesh Kumar K.V2011-03-152-1/+5
| * | | | | clean statfs-like syscalls upAl Viro2011-03-142-71/+30
| * | | | | open-style analog of vfs_path_lookup()Al Viro2011-03-141-19/+2
| * | | | | kill path_lookup()Al Viro2011-03-141-1/+1
* | | | | | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-156-16/+62
|\ \ \ \ \ \
| * | | | | | xen: suspend: add "arch" to pre/post suspend hooksIan Campbell2011-02-252-10/+5
| * | | | | | xen: switch to new schedop hypercall by default.Ian Campbell2011-02-251-2/+2
| * | | | | | xen: use new schedop interface for suspendIan Campbell2011-02-251-3/+10
| * | | | | | xen: fix compile issue if XEN is enabled but XEN_PVHVM is disabledStefano Stabellini2011-02-251-0/+2
| * | | | | | xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini2011-02-253-0/+43
| * | | | | | xen: do not use xen_info on HVM, set pv_info name to "Xen HVM"Stefano Stabellini2011-02-251-2/+1
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds2011-03-153-5/+5
|\ \ \ \ \ \ \ \ \
| | | * | | | | | | xen: annotate functions which only call into __init at start of dayIan Campbell2011-02-112-2/+2
| | | * | | | | | | xen p2m: annotate variable which appears unusedIan Campbell2011-02-111-2/+2
| * | | | | | | | | xen: ia64 build broken due to "xen: switch to new schedop hypercall by default."Ian Campbell2011-03-011-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-151-61/+69
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xen: events: remove dom0 specific xen_create_msi_irqIan Campbell2011-03-101-5/+40
| * | | | | | | | | xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell2011-03-101-2/+2
| * | | | | | | | | xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell2011-03-101-9/+1
| * | | | | | | | | xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell2011-03-101-42/+26
| * | | | | | | | | xen: pci: collapse apic_register_gsi_xen_hvm and xen_hvm_register_pirqIan Campbell2011-03-101-8/+3
| * | | | | | | | | xen: events: return irq from xen_allocate_pirq_msiIan Campbell2011-03-101-6/+6
| * | | | | | | | | xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell2011-03-101-3/+3
| * | | | | | | | | xen: pci: only define xen_initdom_setup_msi_irqs if CONFIG_XEN_DOM0Ian Campbell2011-03-101-0/+2
| * | | | | | | | | Merge branch 'stable/pcifront-fixes' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-102-9/+12
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-102-9/+17
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...Linus Torvalds2011-03-153-18/+29
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | / / / / / / / / | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | pci/xen: When free-ing MSI-X/MSI irq->desc also use generic code.Konrad Rzeszutek Wilk2011-02-181-0/+3