messages from 2016-04-22 09:43:20 to 2016-04-27 09:29:12 UTC [more...]
char: legacy RTC cleanups
2016-04-27 9:29 UTC (31+ messages)
` [PATCH 1/8] char/rtc: replace blacklist with whitelist
` [PATCH 2/8] char/rtc: legacy RTC is no longer supported on x86
` [PATCH 3/8] char/rtc: remove empty asm/mc146818rtc.h files
` [PATCH 4/8] char/rtc: move mc146818rtc code out of asm-generic/rtc.h
` [PATCH 5/8] char/genrtc: powerpc: use asm-generic/rtc.h
` [PATCH 6/8] char/genrtc: parisc: "
` [PATCH 7/8] char/genrtc: disallow building on Alpha
` [PATCH 8/8] char/genrtc: disallow building on mn10300
[PATCH v2 0/6] simplify rtc-generic driver
2016-04-27 7:50 UTC (17+ messages)
` [PATCH v2 1/6] rtc: m68k: provide rtc_class_ops directly
` [PATCH v2 2/6] rtc: m68k: provide ioctl for q40
` [PATCH v2 3/6] rtc: powerpc: provide rtc_class_ops directly
` [PATCH v2 4/6] rtc: parisc: "
` [PATCH v2 5/6] rtc: sh: "
` [PATCH v2 6/6] rtc: generic: remove get_rtc_time/set_rtc_time wrappers
[RFC6 PATCH v6 00/21] ILP32 for ARM64
2016-04-27 7:30 UTC (33+ messages)
` [PATCH 10/25] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 12/25] arm64: compat: change config dependences to aarch32
` [PATCH 18/25] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 19/25] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [RFC6 PATCH v6 00/21] ILP32 for ARM64 - LTP results
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-04-26 22:59 UTC (38+ messages)
` [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 04/18] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v1 05/18] x86: Handle reduction in physical address size with SME
` [RFC PATCH v1 06/18] x86: Provide general kernel support for memory encryption
` [RFC PATCH v1 07/18] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v1 08/18] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v1 09/18] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
` [RFC PATCH v1 11/18] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v1 12/18] x86: Access device tree in the clear
` [RFC PATCH v1 13/18] x86: DMA support for memory encryption
` [RFC PATCH v1 14/18] iommu/amd: AMD IOMMU "
` [RFC PATCH v1 15/18] x86: Enable memory encryption on the APs
` [RFC PATCH v1 16/18] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v1 17/18] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v1 18/18] x86: Add support to turn on Secure Memory Encryption
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-04-26 22:47 UTC (22+ messages)
` [RFC PATCH v1 01/18] x86: Set the write-protect cache mode for AMD processors
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 04/18] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v1 05/18] x86: Handle reduction in physical address size with SME
` [RFC PATCH v1 06/18] x86: Provide general kernel support for memory encryption
` [RFC PATCH v1 07/18] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v1 08/18] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v1 09/18] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
[PATCH] tracing: add support for tracing MMIO helpers
2016-04-26 19:32 UTC (4+ messages)
[PATCH 4.2.y-ckt 69/93] asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
2016-04-26 18:17 UTC (2+ messages)
[RFC][PATCH 00/31] implement atomic_fetch_$op
2016-04-26 15:32 UTC (64+ messages)
` [RFC][PATCH 01/31] locking: Flip arguments to atomic_fetch_or
` [RFC][PATCH 02/31] locking,alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}()
` [RFC][PATCH 03/31] locking,arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}()
` [RFC][PATCH 04/31] locking,arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 05/31] locking,arm64: "
` [RFC][PATCH 06/31] locking,avr32: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 10/31] locking,hexagon: "
` [RFC][PATCH 12/31] locking,m32r: "
` [RFC][PATCH 18/31] locking,powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 19/31] locking,s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 22/31] locking,tile: "
` [RFC][PATCH 23/31] locking,x86: "
` [RFC][PATCH 27/31] locking: Remove linux/atomic.h:atomic_fetch_or
` [RFC][PATCH 29/31] locking,alpha: Convert to _relaxed atomics
` [RFC][PATCH 31/31] locking,qrwlock: Employ atomic_fetch_add_acquire()
[PATCH v5 0/9] dmaengine: rcar-dmac: add iommu support for slave transfers
2016-04-26 13:29 UTC (13+ messages)
` [PATCH v5 3/9] dma-mapping: add dma_{map,unmap}_resource
[PATCH 10/18] vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
2016-04-26 12:56 UTC
[4.2.y-ckt stable] Patch "asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()" has been added to the 4.2.y-ckt tree
2016-04-25 19:44 UTC (2+ messages)
[PATCH V3 01/29] bitops: add parity functions
2016-04-25 16:17 UTC (3+ messages)
[PATCH] generic syscalls: wire up preadv2 and pwritev2 syscalls
2016-04-23 22:16 UTC (2+ messages)
[GIT PULL] asm-generic: add new syscalls for 4.6
2016-04-23 21:33 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).