messages from 2014-05-20 21:21:42 to 2014-05-30 20:12:11 UTC [more...]
[RFC 00/32] making inode time stamps y2038 ready
2014-05-30 20:01 UTC (60+ messages)
` [RFC 01/32] fs: introduce new 'struct inode_time'
` [RFC 02/32] uapi: add struct __kernel_timespec{32,64}
` [RFC 03/32] fs: introduce sys_utimens64at
` [RFC 04/32] fs: introduce sys_newfstat64/sys_newfstatat64
` [RFC 05/32] arch: hook up new stat and utimes syscalls
` [RFC 06/32] isofs: fix timestamps beyond 2027
` [RFC 07/32] fs/nfs: convert to struct inode_time
` [RFC 08/32] fs/ceph: convert to 'struct inode_time'
` [RFC 09/32] fs/pstore: convert to struct inode_time
` [RFC 10/32] fs/coda: "
` [RFC 11/32] xfs: "
` [RFC 12/32] btrfs: "
` [RFC 13/32] ext3: "
` [RFC 14/32] ext4: "
` [RFC 15/32] cifs: "
` [RFC 16/32] ntfs: "
` [RFC 17/32] ubifs: "
` [RFC 18/32] ocfs2: "
` [RFC 19/32] fs/fat: "
` [RFC 20/32] afs: "
` [RFC 21/32] udf: "
` [RFC 23/32] logfs: "
` [RFC 24/32] hfs, hfsplus: "
` [RFC 25/32] gfs2: "
` [RFC 26/32] reiserfs: "
` [RFC 27/32] jffs2: "
` [RFC 28/32] adfs: "
` [RFC 29/32] f2fs: "
` [RFC 30/32] fuse: "
` [RFC 31/32] scsi: fnic: use current_kernel_time() for timestamp
` [RFC 32/32] fs: use new inode_time definition unconditionally
[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
2014-05-30 15:44 UTC (33+ messages)
` [PATCH v11 01/16] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v11 02/16] qspinlock, x86: Enable x86-64 to use "
` [PATCH v11 03/16] qspinlock: Add pending bit
` [PATCH v11 04/16] qspinlock: Extract out the exchange of tail code word
` [PATCH v11 05/16] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 07/16] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v11 08/16] qspinlock: Prepare for unfair lock support
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 10/16] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v11 11/16] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v11 12/16] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v11 13/16] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v11 15/16] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v11 16/16] pvqspinlock, x86: Enable PV qspinlock for XEN
Get back to me
2014-05-29 23:36 UTC
[PATCH v2 00/18] Cross-architecture definitions of relaxed MMIO accessors
2014-05-30 0:10 UTC (67+ messages)
` [PATCH v2 01/18] asm-generic: io: implement relaxed accessor macros as conditional wrappers
` [PATCH v2 02/18] microblaze: io: remove dummy relaxed accessor macros
` [PATCH v2 03/18] s390: io: remove dummy relaxed accessor macros for reads
` [PATCH v2 04/18] xtensa: "
` [PATCH v2 05/18] alpha: io: implement relaxed accessor macros for writes
` [PATCH v2 06/18] frv: io: implement dummy "
` [PATCH v2 07/18] cris: "
` [PATCH v2 08/18] ia64: "
` [PATCH v2 09/18] m32r: "
` [PATCH v2 10/18] m68k: "
` [PATCH v2 11/18] mn10300: "
` [PATCH v2 12/18] parisc: "
` [PATCH v2 13/18] powerpc: "
` [PATCH v2 14/18] sparc: "
` [PATCH v2 15/18] tile: "
` [PATCH v2 16/18] x86: "
` [PATCH v2 17/18] documentation: memory-barriers: clarify relaxed io accessor semantics
` [PATCH v2 18/18] asm-generic: io: define relaxed accessor macros unconditionally
[PATCH] asm-generic: uaccess: avoid name conflicts for strncpy and str(n)len
2014-05-28 19:44 UTC (2+ messages)
Work.Begins.Today-linux-arch@vger.kernel.org
2014-05-28 18:52 UTC
[PATCH V4 0/2] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
2014-05-27 10:44 UTC (21+ messages)
[PATCHv4 0/3] syscalls,x86: Add execveat() system call
2014-05-27 9:02 UTC (8+ messages)
` [PATCHv4 1/3] syscalls,x86: implement "
` [PATCHv4 2/3] syscalls,x86: add selftest for execveat(2)
` [PATCHv4 man-pages 3/3] execveat.2: initial man page "
Consolidate tlb.h
2014-05-27 9:17 UTC (8+ messages)
` [PATCH 11/27] hexagon: Use common bits from generic tlb.h
` [PATCH 16/27] mips: "
` [PATCH 26/27] x86: "
Your Urgent reply
2014-05-26 17:58 UTC
Did you get my last message?
2014-05-26 22:22 UTC
[PATCH 06/24] Allow for some signal structures to be the same between a 32bit ABI and the 64bit ABI
2014-05-24 7:02 UTC (4+ messages)
` [PATCH 08/24] Allow a 32bit ABI to use the naming of the 64bit ABI syscalls to avoid confusion of not splitting the registers
PRIVATE MESSAGE
2014-05-22 23:26 UTC
[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-05-21 17:02 UTC (10+ messages)
` [PATCH v10 03/19] qspinlock: Add pending bit
` [RFC 08/07] qspinlock: integrate pending bit into queue
[PATCH 25/27] unicore32: Use common bits from generic tlb.h
2014-05-21 9:27 UTC (3+ messages)
` 回复: "
[PATCH 00/18] Cross-architecture definitions of relaxed MMIO accessors
2014-05-21 9:22 UTC (5+ messages)
` [PATCH 16/18] x86: io: implement dummy relaxed accessor macros for writes
PRIVATE MESSAGE
2014-05-20 21:06 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).