messages from 2013-01-18 12:18:21 to 2013-01-18 12:42:41 UTC [more...]
[Xenomai] Redhat packaging patch
2013-01-18 12:42 UTC (5+ messages)
[PATCH v2 00/76] Synopsys ARC Linux kernel Port
2013-01-18 12:40 UTC (148+ messages)
` [PATCH v2 01/76] ARC: Generic Headers
` [PATCH v2 02/76] ARC: irqflags - Interrupt enabling/disabling at in-core intc
` [PATCH v2 03/76] ARC: Atomic/bitops/cmpxchg/barriers
` [PATCH v2 04/76] asm-generic headers: uaccess.h to conditionally define segment_eq()
` [PATCH v2 05/76] ARC: uaccess friends
` [PATCH v2 06/76] asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()
` [PATCH v2 07/76] ARC: [optim] uaccess __{get,put}_user() optimised
` [PATCH v2 08/76] asm-generic headers: Allow yet more arch overrides in checksum.h
` [PATCH v2 09/76] ARC: Checksum/byteorder/swab routines
` [PATCH v2 10/76] ARC: Fundamental ARCH data-types/defines
` [PATCH v2 11/76] ARC: Spinlock/rwlock/mutex primitives
` [PATCH v2 12/76] ARC: String library
` [PATCH v2 13/76] ARC: Low level IRQ/Trap/Exception Handling
` [PATCH v2 14/76] ARC: Interrupt Handling
` [PATCH v2 15/76] ARC: Non-MMU Exception Handling
` [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)
` [PATCH v2 17/76] ARC: Process-creation/scheduling/idle-loop
` [PATCH v2 18/76] ARC: Timers/counters/delay management
` [PATCH v2 19/76] ARC: Signal handling
` [PATCH v2 20/76] ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
` [PATCH v2 21/76] ARC: [Review] Prevent incorrect syscall restarts
` [PATCH v2 22/76] ARC: Cache Flush Management
` [PATCH v2 23/76] ARC: Page Table Management
` [PATCH v2 24/76] ARC: MMU Context Management
` [PATCH v2 25/76] ARC: MMU Exception Handling
` [PATCH v2 26/76] ARC: TLB flush Handling
` [PATCH v2 27/76] ARC: Page Fault handling
` [PATCH v2 28/76] ARC: I/O and DMA Mappings
` [PATCH v2 29/76] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [PATCH v2 30/76] ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
` [PATCH v2 31/76] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v2 32/76] ARC: [DeviceTree] Basic support
` [PATCH v2 33/76] ARC: [DeviceTree] Convert some Kconfig items to runtime values
` [PATCH v2 34/76] ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
` [PATCH v2 35/76] ARC: Last bits (stubs) to get to a running kernel with UART
` [PATCH v2 36/76] ARC: Switch to generic kernel_thread() - split ret_from_fork
` [PATCH v2 37/76] ARC: Switch to generic kernel_execve() and sys_execve()
` [PATCH v2 38/76] ARC: Switch to saner kernel_execve() semantics #1
` [PATCH v2 39/76] ARC: Switch to saner kernel_execve() semantics #2
` [PATCH v2 40/76] ARC: Switch to generic sys_clone, fork, vfork
` [PATCH v2 41/76] ARC: [3.8 tracking] altstack consolidation, trace_clock, cacheflush.h
` [PATCH v2 42/76] ARC: [plat-arcfpga] defconfig
` [PATCH v2 43/76] ARC: [optim] Cache "current" in Register r25
` [PATCH v2 44/76] ARC: ptrace support
` [PATCH v2 45/76] ARC: Futex support
` [PATCH v2 46/76] ARC: OProfile support
` [PATCH v2 47/76] ARC: Support for high priority interrupts in the in-core intc
` [PATCH v2 48/76] ARC: Module support
` [PATCH v2 49/76] ARC: Diagnostics: show_regs() etc
` [PATCH v2 50/76] ARC: SMP support
` [PATCH v2 51/76] ARC: DWARF2 .debug_frame based stack unwinder
` [PATCH v2 52/76] ARC: stacktracing APIs based on dw2 unwinder
` [PATCH v2 53/76] ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
` [PATCH v2 54/76] ARC: kprobes support
` [PATCH v2 55/76] sysctl: Enable PARISC "unaligned-trap" to be used cross-arch
` [PATCH v2 56/76] ARC: Unaligned access emulation
` [PATCH v2 57/76] ARC: kgdb support
` [PATCH v2 58/76] ARC: Boot #2: Verbose Boot reporting / feature verification
` [PATCH v2 59/76] ARC: [plat-arfpga] BVCI Latency Unit setup
` [PATCH v2 60/76] perf, ARC: Enable building perf tools for ARC
` [PATCH v2 61/76] ARC: perf support (software counters only)
` [PATCH v2 62/76] ARC: Support for single cycle Close Coupled Mem (CCM)
` [PATCH v2 63/76] ARC: Hostlink Pseudo-Driver for Metaware Debugger
` [PATCH v2 64/76] ARC: Add self to MAINTAINERS
` [PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm
` [PATCH v2 66/76] ARC: Add support for ioremap_prot API
` [PATCH v2 67/76] ARC: [Review] Multi-platform image #1: Kconfig enablement
` [PATCH v2 68/76] ARC: Fold boards sub-menu into platform/SoC menu
` [PATCH v2 69/76] ARC: [Review] Multi-platform image #2: Board callback Infrastructure
` [PATCH v2 70/76] ARC: [Review] Multi-platform image #3: switch to board callback
` [PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers
` [PATCH v2 72/76] ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
` [PATCH v2 73/76] ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional
` [PATCH v2 74/76] ARC: [Review] Multi-platform image #7: SMP common code to use callbacks
` [PATCH v2 76/76] ARC: [plat-arcfpga] defconfig for fully loaded ARC Linux
[Qemu-devel] VMSTate state of the union
2013-01-18 12:42 UTC (2+ messages)
[Qemu-devel] [PATCH for-1.4 00/12] target-i386: Fix APIC-ID-based topology (v4)
2013-01-18 12:41 UTC (7+ messages)
` [Qemu-devel] [PATCH for-1.4 01/12] kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds withou KVM
` "
[PATCH 0/4] Remove gtk-directfb
2013-01-18 12:23 UTC (3+ messages)
` [PATCH 1/4] packagegroup-core-gtk-directfb: rename to packagegroup-core-directfb
[PATCH v3] mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
2013-01-18 12:38 UTC (3+ messages)
HD-audio regression after commit 34588709af61be1550b4e2bcee5c85d0ac4f34d4
2013-01-18 12:37 UTC (19+ messages)
[PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request
2013-01-18 12:36 UTC (2+ messages)
[PATCH v8 00/22] OMAP USB Host cleanup
2013-01-18 12:36 UTC (18+ messages)
` [PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request
` [PATCH v8 02/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data
` [PATCH v8 08/22] mfd: omap-usb-tll: Fix error message
` [PATCH v8 09/22] mfd: omap-usb-tll: serialize access to TLL device
` [PATCH v8 10/22] mfd: omap-usb-tll: Add OMAP5 revision and HSIC support
` [PATCH v8 13/22] mfd: omap-usb-host: know about number of ports from revision register
` [PATCH v8 14/22] mfd: omap-usb-host: override number of ports from platform data
` [PATCH v8 15/22] mfd: omap-usb-host: cleanup clock management code
` [PATCH v8 16/22] mfd: omap-usb-host: Manage HSIC clocks for HSIC mode
` [PATCH v8 17/22] mfd: omap-usb-host: Get rid of unnecessary spinlock
` [PATCH v8 18/22] mfd: omap-usb-host: clean up omap_usbhs_init()
` [PATCH v8 19/22] ARM: OMAP3: clock data: get rid of unused USB host clock aliases and dummies
` [PATCH v8 20/22] ARM: OMAP4: clock data: get rid of unused USB host clock aliases
` [PATCH v8 21/22] mfd: omap-usb-host: Don't spam console on clk_set_parent failure
` [PATCH v8 22/22] mdf: omap-usb-host: get rid of build warning
[PATCH] ACPI / PM: Remove obsolete comment in power.c
2013-01-18 12:36 UTC
[PATCH] Bluetooth: Fix pair device command reply if adapter is powered off
2013-01-18 12:35 UTC (2+ messages)
[PATCH v2] fix setup_efi_pci()
2013-01-18 12:35 UTC
[PATCH] ACPI / scan: Fold acpi_bus_scan() into acpi_bus_add()
2013-01-18 12:35 UTC
[PATCH v3] mac80211: add op to configure default key id
2013-01-18 12:34 UTC (2+ messages)
[arch-general] powernow-k8 fails to load with linux 3.7.2
2013-01-18 12:32 UTC (7+ messages)
[PATCH 0/9] ARM: OMAP2+: AM33XX: Misc fixes/updates
2013-01-18 12:31 UTC (7+ messages)
` [PATCH 1/9] ARM: OMAP2+: AM33XX: CM: Get rid of unncessary header inclusions
` [PATCH 4/9] ARM: OMAP2+: AM33XX: hwmod: Update TPTC0 hwmod with the right flags
[patch] isdn/gigaset: off by one check leading to oops
2013-01-18 12:26 UTC (4+ messages)
question: Why the nand_wait() wait for 20ms for nand program
2013-01-18 12:26 UTC (2+ messages)
[PATCH v6] tools/libxl: Add qxl vga interface support for upstream-qemu-xen
2013-01-18 12:25 UTC (4+ messages)
Eclipse Plugin
2013-01-18 12:24 UTC (3+ messages)
[PULL 3.8 0/1] ppc patch queue 2013-01-18 for 3.8
2013-01-18 12:23 UTC (5+ messages)
[PATCH] ARM: arch_timer: Don't expect both secure and nonsecure PPI IRQ info
2013-01-18 12:23 UTC
[PATCH] tests: Include string.h for strlen() and memset()
2013-01-18 12:22 UTC
[PATCH] man: Fix typo and use $() for make expressions
2013-01-18 12:22 UTC
[PATCH v7 0/15] support pinconf in pinctrl single driver
2013-01-18 12:21 UTC (4+ messages)
` [PATCH v7 05/15] gpio: fix wrong checking condition for gpio range
[PATCH 0/86] remove CONFIG_EXPERIMENTAL
2013-01-18 12:26 UTC (4+ messages)
` [PATCH 58/86] drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTAL
[Qemu-devel] [PATCH] define qemukvm-1.2 machine type
2013-01-18 12:12 UTC (5+ messages)
[PATCH V5] Btrfs: snapshot-aware defrag
2013-01-18 12:19 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.