Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-15 | 5 | -48/+54 | |
|\ | ||||||
| * | Merge commit 'v2.6.38-rc5' into core/locking | Ingo Molnar | 2011-02-16 | 36 | -100/+159 | |
| |\ | ||||||
| * \ | Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Thomas Gleixner | 2011-01-31 | 13 | -24/+79 | |
| |\ \ | ||||||
| * | | | rwsem: Remove redundant asmregparm annotation | Thomas Gleixner | 2011-01-27 | 1 | -4/+4 | |
| * | | | rwsem: Move duplicate function prototypes to linux/rwsem.h | Thomas Gleixner | 2011-01-27 | 1 | -0/+5 | |
| * | | | rwsem: Unify the duplicate rwsem_is_locked() inlines | Thomas Gleixner | 2011-01-27 | 1 | -0/+7 | |
| * | | | rwsem: Move duplicate init macros and functions to linux/rwsem.h | Thomas Gleixner | 2011-01-27 | 2 | -22/+26 | |
| * | | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h | Thomas Gleixner | 2011-01-27 | 1 | -1/+12 | |
| * | | | rwsem: Cleanup includes | Thomas Gleixner | 2011-01-27 | 2 | -8/+3 | |
| * | | | locking: Remove deprecated lock initializers | Thomas Gleixner | 2011-01-27 | 2 | -16/+0 | |
| * | | | kthread: Replace deprecated spinlock initialization | Thomas Gleixner | 2011-01-27 | 1 | -1/+1 | |
* | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-15 | 2 | -26/+28 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/g... | Thomas Gleixner | 2011-03-12 | 1 | -23/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | plist: Shrink struct plist_head | Lai Jiangshan | 2011-03-11 | 1 | -23/+24 | |
| * | | | | | futex: Sanitize futex ops argument types | Michel Lespinasse | 2011-03-11 | 1 | -4/+4 | |
| * | | | | | futex: Sanitize cmpxchg_futex_value_locked API | Michel Lespinasse | 2011-03-11 | 1 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2011-03-15 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | debugobjects: Add hint for better object identification | Stanislaw Gruszka | 2011-03-08 | 1 | -1/+4 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-15 | 8 | -10/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | New kind of open files - "location only". | Al Viro | 2011-03-15 | 3 | -0/+9 | |
| * | | | | | vfs: Export file system uuid via /proc/<pid>/mountinfo | Aneesh Kumar K.V | 2011-03-15 | 1 | -0/+1 | |
| * | | | | | unistd.h: Add new syscalls numbers to asm-generic | Aneesh Kumar K.V | 2011-03-15 | 1 | -1/+5 | |
| * | | | | | vfs: Add open by file handle support | Aneesh Kumar K.V | 2011-03-15 | 1 | -0/+3 | |
| * | | | | | vfs: Add name to file handle conversion support | Aneesh Kumar K.V | 2011-03-15 | 3 | -1/+14 | |
| * | | | | | New AT_... flag: AT_EMPTY_PATH | Al Viro | 2011-03-14 | 2 | -0/+2 | |
| * | | | | | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 2011-03-14 | 1 | -2/+4 | |
| * | | | | | clean statfs-like syscalls up | Al Viro | 2011-03-14 | 1 | -0/+2 | |
| * | | | | | open-style analog of vfs_path_lookup() | Al Viro | 2011-03-14 | 1 | -2/+2 | |
| * | | | | | reduce vfs_path_lookup() to do_path_lookup() | Al Viro | 2011-03-14 | 1 | -0/+1 | |
| * | | | | | get rid of nd->file | Al Viro | 2011-03-14 | 1 | -1/+0 | |
| * | | | | | switch do_filp_open() to struct open_flags | Al Viro | 2011-03-14 | 1 | -2/+0 | |
| * | | | | | untangle the "need_reval_dot" mess | Al Viro | 2011-03-14 | 1 | -0/+2 | |
| * | | | | | kill path_lookup() | Al Viro | 2011-03-14 | 1 | -1/+1 | |
* | | | | | | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm | Linus Torvalds | 2011-03-15 | 3 | -5/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | xen: suspend: add "arch" to pre/post suspend hooks | Ian Campbell | 2011-02-25 | 1 | -3/+3 | |
| * | | | | | | xen: switch to new schedop hypercall by default. | Ian Campbell | 2011-02-25 | 1 | -2/+2 | |
| * | | | | | | xen-blkfront: handle Xen major numbers other than XENVBD | Stefano Stabellini | 2011-02-25 | 1 | -0/+21 | |
| | | | | | | | ||||||
| \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ | ||||||
| \ \ \ \ \ \ | ||||||
*---. \ \ \ \ \ \ | Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ... | Linus Torvalds | 2011-03-15 | 1 | -5/+11 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | xen: Union the blkif_request request specific fields | Owen Smith | 2011-03-08 | 1 | -5/+11 | |
* | | | | | | | | | Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-03-15 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | xen: events: remove dom0 specific xen_create_msi_irq | Ian Campbell | 2011-03-10 | 1 | -1/+0 | |
| * | | | | | | | | | xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq | Ian Campbell | 2011-03-10 | 1 | -1/+1 | |
| * | | | | | | | | | xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ | Ian Campbell | 2011-03-10 | 1 | -1/+3 | |
| * | | | | | | | | | xen: events: return irq from xen_allocate_pirq_msi | Ian Campbell | 2011-03-10 | 1 | -1/+1 | |
| * | | | | | | | | | xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi | Ian Campbell | 2011-03-10 | 1 | -4/+1 | |
| * | | | | | | | | | Merge branch 'stable/irq.rework' into stable/irq.cleanup | Konrad Rzeszutek Wilk | 2011-03-10 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ | Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k... | Linus Torvalds | 2011-03-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | genirq: Add IRQF_FORCE_RESUME | Thomas Gleixner | 2011-02-08 | 1 | -1/+2 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2011-03-14 | 2 | -7/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses | Trond Myklebust | 2011-03-11 | 1 | -5/+3 |