All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-24 10:45:50 to 2013-01-24 11:12:48 UTC [more...]

[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #2)
 2013-01-24 11:06 UTC  (61+ 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 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 55/71] ARC: perf support (software counters only)
` [PATCH v3 56/71] ARC: Support for single cycle Close Coupled Mem (CCM)
` [PATCH v3 63/71] ARC: [Review] Multi-platform image #3: switch to board callback
` [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

[v4 0/6] ARM: Initial support for Tegra114 SoC
 2013-01-24 11:10 UTC  (18+ messages)
` [v4 1/6] ARM: tegra: Use DT /cpu node to detect number of CPU core
  ` [v4 2/6] ARM: tegra: fuse: Add chip ID Tegra114 0x35
  ` [v4 3/6] ARM: dt: tegra114: Add new SoC base, Tegra114 SoC
  ` [v4 6/6] ARM: tegra: Add initial support for "
` [v4 4/6] ARM: dt: tegra114: Add new board, Dalmore
` [v4 5/6] ARM: dt: tegra114: Add new board, Pluto

[Cocci] [PATCH] scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test
 2013-01-24 11:11 UTC  (3+ messages)

OMAP4 randconfig failure: Zynq
 2013-01-24 11:11 UTC 

[PATCH] Add Intel Ivy bridge CPU flags
 2013-01-24 11:13 UTC  (3+ messages)

[PATCH] mmc: tmio: add barriers to IO operations
 2013-01-24 11:10 UTC  (3+ messages)

credit2 question
 2013-01-24 11:10 UTC  (7+ messages)

[PATCH 3/3] spi: spi-omap2-mcspi.c: Toggle CS after each word
 2013-01-24 11:06 UTC  (2+ messages)

[PATCH V9 1/2] i2c/adapter: Add bus recovery infrastructure
 2013-01-24 11:06 UTC  (2+ messages)

[HFS+] large drive mounting issue
 2013-01-24 11:06 UTC  (2+ messages)

[PATCH v2 repost] sched: cputime: avoid multiplication overflow (in common cases)
 2013-01-24 11:05 UTC  (5+ messages)

[U-Boot] [PATCH 1/1 v3] console: USB: KBD: Fix incorrect autoboot timeout
 2013-01-24 11:05 UTC 

[PATCH] compat: make hid_match_id static
 2013-01-24 11:05 UTC  (2+ messages)

[PATCH V2] mem_event: Allow emulating an instruction that caused a page fault
 2013-01-24 11:05 UTC  (9+ messages)

[RFC] net: usbnet: prevent buggy devices from killing us
 2013-01-24 11:03 UTC  (5+ messages)

[V5 PATCH 00/26] mv-usb fix and enhancement patches
 2013-01-24 11:02 UTC  (5+ messages)
` [V5 PATCH 24/26] usb: gadget: mv_udc: add device tree support
` [V5 PATCH 25/26] usb: otg: mv_otg: "

[PATCH] libcgroup: fix the QA issue for pam_cgroup.so*
 2013-01-24 10:46 UTC  (4+ messages)

[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #1)
 2013-01-24 11:01 UTC  (55+ 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 00/12] read-only rootfs support
 2013-01-24 10:45 UTC  (5+ messages)
` [PATCH 05/12] volatiles.bbclass: add recipe
` [PATCH 12/12] dbus: inherit volatiles to support read-only rootfs

[PATCH 1/2] regulator: tps65217: Fix using wrong dev argument for calling of_regulator_match
 2013-01-24 11:00 UTC  (2+ messages)

[PATCH] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F
 2013-01-24 11:00 UTC  (2+ messages)

[PATCH] systemd: remove usbutils dependancy
 2013-01-24 10:44 UTC 

[PATCH RFC] media: tvp514x: add OF support
 2013-01-24 11:00 UTC  (3+ messages)

[PATCH V8 1/2] i2c/adapter: Add bus recovery infrastructure
 2013-01-24 11:00 UTC  (4+ messages)

[PATCH 0/6] Follow up work on NUMA Balancing
 2013-01-24 10:55 UTC  (7+ messages)
` [PATCH 5/6] mm: Fold page->_last_nid into page->flags where possible
        ` [PATCH] mm: Rename page struct field helpers

[Buildroot] [PATCH 1/3] lzop: add LZOP definition for the host variant
 2013-01-24 10:57 UTC  (7+ messages)
` [Buildroot] [PATCH 3/3] initramfs: add support for LZO and XZ compression methods

[PATCH 1/2] lockstat: fix a typo
 2013-01-24 10:54 UTC  (7+ messages)
` [PATCH 2/2] mutex: use spin_[un]lock instead of arch_spin_[un]lock

[Bug 50151] New: glibc 2.16 included a new function __ppc_get_timebase
 2013-01-24 10:56 UTC  (2+ messages)
  ` [Bug 50151] "

[PATCH 0/6] davinci: support for i2c0 and tps6507x
 2013-01-24 10:55 UTC  (18+ messages)
` [PATCH 1/6] ARM: davinci: da850: add OF_DEV_AUXDATA entry for I2C0
` [PATCH 3/6] davinci: mfd: tps6507x: add device-tree support
` [PATCH 4/6] davinci: regulator: tps6507x: add device tree support
` [PATCH 5/6] ARM: regulator: add tps6507x device tree data
` [PATCH 6/6] ARM: davinci: da850: add tps6507x regulator DT data

[PATCH Resend 0/4] ASoC: tegra: Some fixes in codec files
 2013-01-24 10:55 UTC  (2+ messages)

[PATCH 1/3] ASoC: soc-compress: Add missing brackets around else
 2013-01-24 10:54 UTC  (2+ messages)

windows 2008 guest causing rcu_shed to emit NMI
 2013-01-24 10:54 UTC  (3+ messages)

[patch v2] usb: gadget: precedence bug in show_requests()
 2013-01-24 10:51 UTC  (2+ messages)

[PATCH v3 0/4] dw_dmac: return actual residue value
 2013-01-24 10:50 UTC  (5+ messages)
` [PATCH v3 4/4] dw_dmac: return proper "

[PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
 2013-01-24 10:49 UTC  (9+ messages)
` [PATCH 3/9] c6x: "
  ` [Linux-c6x-dev] "

[PATCH 0/9 v2] at91: some fixes for 3.8-rc5
 2013-01-24 10:44 UTC  (5+ messages)
` [PATCH 7/9] ARM: at91/at91_dt_defconfig: remove memory specification to cmdline


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.