Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / ipc /
2012-03-29 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2012-03-22 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-03-22 Steven Truelovehugetlbfs: fix alignment of huge page requests
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-21 Al Viroswitch open-coded instances of d_make_root() to new...
2012-03-15 Chris Metcalf[PATCH v3] ipc: provide generic compat versions of...
2012-02-13 Al Virosecurity: trim security.h
2012-01-23 Hugh DickinsSHM_UNLOCK: fix Unevictable pages stranded after swap
2012-01-23 Hugh DickinsSHM_UNLOCK: fix long unpreemptible section
2012-01-23 Davidlohr Buesoipc/mqueue: simplify reading msgqueue limit
2012-01-11 Serge E. Hallynuser namespace: make signal.c respect user namespaces
2012-01-04 Al Viroswitch mq_open() to umode_t
2012-01-04 Al Viromqueue: propagate umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Virovfs: fix the stupidity with i_dentry in inode destructors
2011-12-09 Al Viro... and the same kind of leak for mqueue
2011-11-02 Manfred Spraulipc/sem.c: remove private structures from public header...
2011-11-02 Manfred Spraulipc/sem.c: handle spurious wakeups
2011-11-02 Manfred Spraulipc/sem.c: fix return code race with semop vs. semop...
2011-11-01 Wanlong Gaoipc/mqueue.c: fix wrong use of schedule_hrtimeout_range...
2011-08-05 Linus TorvaldsDo 'shm_init_ns()' in an early pure_initcall
2011-08-04 Vasiliy Kulikovshm: optimize exit_shm()
2011-08-04 Vasiliy Kulikovshm: fix wrong tests
2011-07-30 Vasiliy Kulikovshm: optimize locking and ipc_namespace getting
2011-07-30 Vasiliy Kulikovshm: handle separate PID namespaces case
2011-07-26 Vasiliy Kulikovipc: introduce shm_rmid_forced sysctl
2011-07-26 Jiri Slabyipc/mqueue.c: fix mq_open() return value
2011-07-26 Jiri Slabyipc/mqueue.c: refactor failure handling
2011-07-26 Manfred Spraulipc/sem.c: fix race with concurrent semtimedop() timeou...
2011-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-20 Lai Jiangshanipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_...
2011-07-20 Lai Jiangshanipc,rcu: Convert call_rcu(free_un) to kfree_rcu()
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-26 KOSAKI Motohiromm: don't access vm_flags as 'int'
2011-05-10 Eric W. Biedermanns proc: Add support for the ipc namespace
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-28 Randy Dunlapipc: fix util.c kernel-doc warnings
2011-03-26 Xiaotian Fengipcns: fix use after free in free_ipc_ns()
2011-03-24 Serge E. Hallynuserns: user namespaces: convert several capable()...
2011-03-24 Serge E. Hallynuserns: add a user namespace owner of ipc ns
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-10-30 Vasiliy Kulikovipc: shm: fix information leak to userland
2010-10-29 Al Viroswitch get_sb_ns() users
2010-10-28 Dan Rosenbergipc: initialize structure memory to zero for compat...
2010-10-28 Helge Delleripc/shm.c: add RSS and swap size information to /proc...
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-26 Al Vironew helper: ihold()
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-01 Dan Rosenbergsys_semctl: fix kernel stack leakage
2010-08-09 Al Viroswitch mqueue to ->evict_inode()
2010-07-20 Manfred Spraulipc/sem.c: bugfix for semop() not reporting successful...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-06-04 Al Viromqueue doesn't need make_bad_inode()
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-27 Julia Lawallipc/sem.c: use ERR_CAST
2010-05-27 Manfred Spraulipc/sem.c: update description of the implementation
2010-05-27 Manfred Spraulipc/sem.c: move wake_up_process out of the spinlock...
2010-05-27 Manfred Spraulipc/sem.c: optimize update_queue() for bulk wakeup...
2010-05-25 Alexey Dobriyankernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MI...
2010-05-20 Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2010-05-12 André Goddard Rosamqueue: fix kernel BUG caused by double free() on mq_open()
2010-05-10 Thomas GleixnerMerge branch 'linus' into timers/core
2010-04-06 Carsten Emdemqueue: Convert message queue timeout to use hrtimers
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-22 Anton Blanchardppc64 sys_ipc breakage in 2.6.34-rc2
2010-03-12 Jiri Slabyipc: use rlimit helpers
2010-03-12 Christoph HellwigAdd generic sys_ipc wrapper
2010-03-09 Jeff Mahoney- Updated to 2.6.34-rc1.
2010-03-03 André Goddard Rosamqueue: fix typo "failues" -> "failures"
2010-03-03 André Goddard Rosamqueue: only set error codes if they are really necessary
2010-03-03 André Goddard Rosamqueue: simplify do_open() error handling
2010-03-03 André Goddard Rosamqueue: apply mathematics distributivity on mq_bytes...
2010-03-03 André Goddard Rosamqueue: remove unneeded info->messages initialization
2010-03-03 André Goddard Rosamqueue: fix mq_open() file descriptor leak on user...
2010-03-03 Tony Jones- Remove lttng-instrumentation patches, they have been...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-19 Greg Kroah-Hartman- Update to 2.6.32.4
2010-01-18 Al Virountangle the do_mremap() mess
2010-01-16 David Howellsnommu: fix SYSV SHM for NOMMU
2010-01-09 Jiri Slaby- patches.suse/perfmon2.patch: Refresh.
2009-12-16 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2009-12-16 Al ViroUntangling ima mess, part 2: deal with counters
2009-12-16 Al ViroUntangling ima mess, part 1: alloc_file()
2009-12-16 Al Viroswitch alloc_file() to passing struct path
2009-12-16 Amerigo Wangipc: remove unreachable code in sem.c
2009-12-16 Manfred Spraulipc/sem.c: optimize single sops when semval is zero
2009-12-16 Manfred Spraulipc/sem.c: optimize single semop operations
2009-12-16 Manfred Spraulipc/sem.c: add a per-semaphore pending list
2009-12-16 Manfred Spraulipc/sem.c: optimize if semops fail
2009-12-16 Nick Pigginipc/sem.c: sem preempt improve
2009-12-16 Nick Pigginipc/sem.c: sem use list operations
2009-12-16 Nick Pigginipc/sem.c: sem optimise undo list search
2009-12-16 Serge E. Hallynipc ns: fix memory leak (idr)
2009-12-11 Al Virofile ->get_unmapped_area() shouldn't duplicate work...
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Nick Piggin- patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc...
2009-12-04 Felipe Contrerasipc: fix unused variable warning
2009-11-25 Tony Jones- patches.trace/lttng-*: update for 2.6.32
next