messages from 2013-01-22 10:15:44 to 2013-01-29 10:21:22 UTC [more...]
[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
2013-01-29 10:21 UTC (29+ messages)
` [PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v5 04/45] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v5 07/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v5 31/45] blackfin/smp: Use get/put_online_cpus_atomic() to prevent CPU offline
[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #1)
2013-01-29 10:06 UTC (47+ messages)
` [PATCH v3 01/71] ARC: Generic Headers
` [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v3 06/71] ARC: uaccess friends
` [PATCH v3 11/71] ARC: Fundamental ARCH data-types/defines
` [PATCH v3 17/71] ARC: Syscall support (no-legacy-syscall ABI)
` [PATCH v3 18/71] ARC: Process-creation/scheduling/idle-loop
` [PATCH v3 19/71] ARC: Timers/counters/delay management
` [PATCH v3 20/71] ARC: Signal handling
` [PATCH v3 21/71] ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
` [PATCH v3 22/71] ARC: [Review] Prevent incorrect syscall restarts
` [PATCH v3 23/71] ARC: Cache Flush Management
` [PATCH v3 29/71] ARC: I/O and DMA Mappings
` [PATCH v3 30/71] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [PATCH v3 32/71] ARC: [DeviceTree] Basic support
` [PATCH v3 33/71] ARC: [DeviceTree] Convert some Kconfig items to runtime values
` [PATCH v3 34/71] ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
` [PATCH v3 42/71] ARC: Module support
` [PATCH v3 44/71] ARC: SMP support
` [PATCH v3 48/71] ARC: kprobes support
` [PATCH v3 57/71] ARC: Hostlink Pseudo-Driver for Metaware Debugger
` [PATCH v3 58/71] ARC: UAPI Disintegrate arch/arc/include/asm
` [PATCH v3 59/71] ARC: Add support for ioremap_prot API
` [PATCH v3 62/71] ARC: [Review] Multi-platform image #2: Board callback Infrastructure
` [PATCH v3 69/71] ARC: [plat-arcfpga] defconfig for fully loaded ARC Linux
` [PATCH v3 70/71] ARC: Provide a default serial.h for uart drivers needing BASE_BAUD
` [PATCH v3 45/71] ARC: DWARF2 .debug_frame based stack unwinder
[PATCH] x86: enable ARCH_USE_BUILTIN_BSWAP
2013-01-28 17:49 UTC (2+ messages)
` [PATCH] x86: require MOVBE feature in cpuid when we use it
[PATCH v3 00/44] Meta Linux Kernel Port
2013-01-28 13:28 UTC (23+ messages)
` [PATCH v3 21/44] metag: Time keeping
` [PATCH v3 43/44] tty/metag_da: Add metag DA TTY driver
` [PATCH v3 44/44] fs: imgdafs: Add IMG DAFS filesystem for metag
[PATCH v2 0/9] Provide dma_mmap_coherent() and dma_get_sgtable()
2013-01-28 9:08 UTC (20+ messages)
` [PATCH v2 1/9] avr32: "
` [PATCH v2 2/9] blackfin: "
` [uclinux-dist-devel] "
` [PATCH v2 3/9] c6x: Provide dummy "
` [PATCH v2 4/9] cris: Provide "
` [PATCH v2 5/9] frv: Provide dummy "
` [PATCH v2 6/9] m68k: Provide "
` [PATCH v2 7/9] mn10300: Provide dummy "
` [PATCH v2 8/9] parisc: "
` [PATCH v2 9/9] xtensa: "
[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #2)
2013-01-28 7:44 UTC (60+ messages)
` [PATCH v3 03/71] ARC: irqflags - Interrupt enabling/disabling at in-core intc
` [PATCH v3 04/71] ARC: Atomic/bitops/cmpxchg/barriers
` [PATCH v3 05/71] asm-generic headers: uaccess.h to conditionally define segment_eq()
` [PATCH v3 07/71] asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()
` [PATCH v3 08/71] ARC: [optim] uaccess __{get,put}_user() optimised
` [PATCH v3 09/71] asm-generic headers: Allow yet more arch overrides in checksum.h
` [PATCH v3 10/71] ARC: Checksum/byteorder/swab routines
` [PATCH v3 12/71] ARC: Spinlock/rwlock/mutex primitives
` [PATCH v3 13/71] ARC: String library
` [PATCH v3 14/71] ARC: Low level IRQ/Trap/Exception Handling
` [PATCH v3 15/71] ARC: Interrupt Handling
` [PATCH v3 16/71] ARC: Non-MMU Exception Handling
` [PATCH v3 24/71] ARC: Page Table Management
` [PATCH v3 25/71] ARC: MMU Context Management
` [PATCH v3 26/71] ARC: MMU Exception Handling
` [PATCH v3 27/71] ARC: TLB flush Handling
` [PATCH v3 28/71] ARC: Page Fault handling
` [PATCH v3 31/71] ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
` [PATCH v3 35/71] ARC: Last bits (stubs) to get to a running kernel with UART
` [PATCH v3 36/71] ARC: [plat-arcfpga] defconfig
` [PATCH v3 37/71] ARC: [optim] Cache "current" in Register r25
` [PATCH v3 38/71] ARC: ptrace support
` [PATCH v3 39/71] ARC: Futex support
` [PATCH v3 40/71] ARC: OProfile support
` [PATCH v3 41/71] ARC: Support for high priority interrupts in the in-core intc
` [PATCH v3 43/71] ARC: Diagnostics: show_regs() etc
` [PATCH v3 46/71] ARC: stacktracing APIs based on dw2 unwinder
` [PATCH v3 47/71] ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
` [PATCH v3 49/71] sysctl: Enable PARISC "unaligned-trap" to be used cross-arch
` [PATCH v3 50/71] ARC: Unaligned access emulation
` [PATCH v3 51/71] ARC: kgdb support
` [PATCH v3 52/71] ARC: Boot #2: Verbose Boot reporting / feature verification
` [PATCH v3 53/71] ARC: [plat-arfpga] BVCI Latency Unit setup
` [PATCH v3 54/71] perf, ARC: Enable building perf tools for ARC
` [PATCH v3 55/71] ARC: perf support (software counters only)
` [PATCH v3 56/71] ARC: Support for single cycle Close Coupled Mem (CCM)
` [PATCH v3 60/71] ARC: [Review] Multi-platform image #1: Kconfig enablement
` [PATCH v3 61/71] ARC: Fold boards sub-menu into platform/SoC menu
` [PATCH v3 63/71] ARC: [Review] Multi-platform image #3: switch to board callback
` [PATCH v3 64/71] ARC: [Review] Multi-platform image #4: Isolate platform headers
` [PATCH v3 65/71] ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
` [PATCH v3 66/71] ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional
` [PATCH v3 67/71] ARC: [Review] Multi-platform image #7: SMP common code to use callbacks
` [PATCH v3 68/71] ARC: [Review] Multi-platform image #8: platform registers SMP callbacks
` [PATCH v3 71/71] ARC: Add self to MAINTAINERS
Fw: GOOD NEWS YOUR ATM CARD IS READY FOR DELIVERY OPEN ATTACHED FILE
2013-01-26 10:35 UTC
COMPLIMENTS FROM DR. J. MBETE PRIVATE AND CONFIDENTIAL READ AND REVERT
2013-01-26 8:48 UTC
[PATCH v2 00/76] Synopsys ARC Linux kernel Port
2013-01-24 13:28 UTC (18+ messages)
` [PATCH v2 60/76] perf, ARC: Enable building perf tools for ARC
` [PATCH v2 64/76] ARC: Add self to MAINTAINERS
` [PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm
[PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
2013-01-24 11:14 UTC (28+ messages)
` [PATCH 3/9] c6x: "
` [Linux-c6x-dev] "
[RFC] making HAVE_SYSCALL_WRAPPERS universal (Re: Issues with "x86, um: switch to generic fork/vfork/clone" commit)
2013-01-22 15:33 UTC (5+ messages)
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).