All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-30 19:13:30 to 2011-07-31 00:42:43 UTC [more...]

[PATCH] net/smsc911x: add device tree probe support
 2011-07-31  0:42 UTC  (12+ messages)

[PATCH 00/18] dmaengine/amba-pl08x updates
 2011-07-31  0:41 UTC  (50+ messages)
` [PATCH 01/18] ARM: asm/pl080.h: Protect against multiple inclusion of header file
` [PATCH 04/18] dmaengine/amba-pl08x: Remove redundant comment and rewrite original
` [PATCH 05/18] dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
` [PATCH 06/18] dmaengine/amba-pl08x: Simplify pl08x_ensure_on()
` [PATCH 07/18] dmaengine/amba-pl08x: Enable/Disable amba_pclk with channel requests
` [PATCH 08/18] dmaengine/amba-pl08x: No need to check "ch->signal < 0"
` [PATCH 09/18] dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt
` [PATCH 10/18] dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()
` [PATCH 11/18] dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width))
` [PATCH 13/18] dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)
` [PATCH 14/18] dmaengine/amba-pl08x: Choose peripheral bus as master bus
` [PATCH 15/18] dmaengine/amba-pl08x: Pass flow controller information with slave channel data
` [PATCH 16/18] dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers

[PATCH 0/4] git-p4 test cleanup, commit time change
 2011-07-31  0:39 UTC  (5+ messages)
` [PATCH 1/4] git-p4: use test_when_finished in tests
` [PATCH 2/4] git-p4: make tests work on p4d eval server
` [PATCH 3/4] git-p4: one test missing config git-p4.skipSubmitEditCheck
` [PATCH 4/4] git-p4: commit time should be most recent p4 change time

[PATCH v2 1/7] ARM: mmp: parse irq from DT
 2011-07-31  0:38 UTC  (12+ messages)
` [PATCH v2 2/7] ARM: mmp: parse timer configuration "
  ` [PATCH v2 3/7] ARM: mmp: support DT on both dkb and brownstone
    ` [PATCH v2 4/7] tty: serial: support device tree in pxa
      ` [PATCH v2 5/7] tty: serial: check ops before registering console
        ` [PATCH v2 6/7] i2c: pxa: support i2c controller from DT

[PATCH 0/5] bisect: Add support for a --no-checkout option
 2011-07-31  0:36 UTC  (4+ messages)
` [PATCH 3/5] bisect: introduce --no-checkout[=<ref>] support into porcelain

[Qemu-devel] Boletim Informativo do CERS - 29/07/2011
 2011-07-31  0:33 UTC 

[Xenomai-help] AT91SAM9G45 support
 2011-07-31  0:31 UTC  (3+ messages)

[PATCH 1/2] random: Add support for architectural random hooks
 2011-07-31  0:29 UTC  (2+ messages)

[PATCH 1/2] kconfig: Factor out conf_validate_choice_val() function from conf_read_simple()
 2011-07-31  0:29 UTC  (6+ messages)
` [PATCH 2/2] Enable 'make CONFIG_FOO=y oldconfig'

[PATCH 0/9] Re-sync and update siteinfo, round 2
 2011-07-30 23:42 UTC  (8+ messages)
` [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
` [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files

[U-Boot] [PATCH] environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined
 2011-07-31  0:01 UTC 

kvm PCI assignment & VFIO ramblings
 2011-07-30 23:55 UTC  (10+ messages)
  ` [Qemu-devel] "

media Documentation Errors
 2011-07-30 23:51 UTC 

Problem with understanding DMA on some machines (known solution!), specs needed?
 2011-07-30 23:48 UTC  (7+ messages)

[PATCH] b43: Remove EXPERIMENTAL designation from LP PHY selection
 2011-07-30 23:44 UTC  (4+ messages)

[ath9k-devel] Ubiquity SR71-E: direct probe timed out
 2011-07-30 23:41 UTC  (4+ messages)

[U-Boot] [PATCH] ARM MX31: fix clock.h: warning: function declaration isn't a prototype
 2011-07-30 23:35 UTC  (3+ messages)

[Qemu-devel] [PATCH] Fix forcing multicast msgs to loopback on OpenBSD
 2011-07-30 23:34 UTC  (2+ messages)

[U-Boot] [PATCH] fpga: constify to fix build warning
 2011-07-30 23:33 UTC 

linux-firmware: pull request for Libertas cf8381 firmware
 2011-07-30 23:16 UTC  (4+ messages)

[Qemu-devel] [Bug 818673] [NEW] virtio: trying to map MMIO memory
 2011-07-30 23:01 UTC 

[patch] x86, x2apic: enable the bios request for x2apic optout
 2011-07-30 23:09 UTC  (2+ messages)

[PATCH 0/2] qla2xxx: logging functions fixups
 2011-07-30 23:05 UTC  (3+ messages)
` [PATCH 1/2] qla2xxx: Rewrite logging functions to use %pV
` [PATCH 2/2] qla2xxx: Add __attribute__((format(printf... and fix fallout

[PATCH 2/5] um: Remove gratuitous use of $(SUBARCH) in Makefile-i386
 2011-07-30 23:04 UTC  (5+ messages)
` [PATCH 1/5] um: Use __i386__ in ifdef for vsyscall exports, not SUBARCH_i386
` [PATCH 3/5] um: Always use -m32 when building for i386
` [PATCH 4/5] um: Do not define SUBARCH in CFLAGS
` [PATCH 5/5] um: Fix SUBARCH=x86 build

[PATCH] Fix corruption of CONFIG_X86_32 in 'make oldconfig'
 2011-07-30 22:57 UTC  (30+ messages)
                    ` [PATCH] Enable 'make CONFIG_FOO=y oldconfig'
                              ` [PATCH v3] x86, kconfig: Default to ARCH=x86 to avoid overriding CONFIG_64BIT

[U-Boot] [PATCH] cfb_console: fix build breakage
 2011-07-30 22:48 UTC  (6+ messages)
` [U-Boot] [PATCH 0/3] cfb_console.c - coding style cleanup
  ` [U-Boot] [PATCH 3/3] cfb_console.c: checkpatch cleanup
    ` [U-Boot] [PATCH 3/3 v2] "

[PATCH v6 0/1] input: add driver for Bosch Sensortec's BMA150 accelerometer
 2011-07-30 22:49 UTC  (4+ messages)
` [PATCH v6 1/1] "

[PATCH] rpc.statd: Bind downcall socket to loopback address
 2011-07-30 22:43 UTC 

[linux-pm] Runtime PM discussion notes
 2011-07-30 22:41 UTC  (16+ messages)
          `  "

[RFC/PATCH v3 00/13] PM QoS: add a per-device latency constraints class
 2011-07-30 22:38 UTC  (7+ messages)
` [PATCH 04/13] PM: QoS: implement the per-device latency constraints
` [PATCH 05/13] PM: QoS: support the dynamic insertion and removal of devices

Hello
 2011-07-30 22:35 UTC 

[RFD] Direct support for the x86 RDRAND instruction
 2011-07-30 22:26 UTC  (12+ messages)
` [PATCH 1/2] random: Add support for architectural random hooks
` [PATCH v2 0/2] Add support for architectural random number generator
  ` [PATCH v2 1/2] random: Add support for architectural random hooks
  ` [PATCH v2 2/2] x86, random: Add support for architectural random number generator

[U-Boot] Fix the Double defind for setenv on ARM platform
 2011-07-30 22:32 UTC  (5+ messages)
` [U-Boot] [PATCH] Fix the Double defind for setenv
  ` [U-Boot] [PATCH] ARM: fix error: conflicting types for 'setenv'
    ` [U-Boot] [PATCH] Unify timer_init() and cpu_init() prototypes

recursive locking: epoll
 2011-07-30 22:30 UTC  (7+ messages)
          ` [PATCH] epoll: Fix spurious lockdep warnings

[ANNOUNCE] udev 173
 2011-07-30 22:26 UTC 

separate /usr/broken with udev extras
 2011-07-30 22:20 UTC  (8+ messages)

Kernel 3.0.0 + ext4 + ceph == 
 2011-07-30 22:19 UTC  (6+ messages)

[linux-lvm] Please help me recover my LVM configuration
 2011-07-30 22:06 UTC 

Minor typo in man 7 unix: says tcp_socket, but should say unix_socket
 2011-07-30 22:02 UTC 

linux-firmware: pull request for Libertas cf8381 firmware
 2011-07-30 22:02 UTC 

[PATCH] usb/ehci-mxc: add missing inclusion of mach/hardware.h
 2011-07-30 21:54 UTC  (2+ messages)

tracking submodules out of main directory
 2011-07-30 21:55 UTC  (12+ messages)

[U-Boot] [PATCH] tqm834x.c: fix compiler warning
 2011-07-30 21:50 UTC 

[�PATCH] mplayer: fix linker error
 2011-07-30 21:45 UTC  (2+ messages)
` [?PATCH] "

kernel-3.0: reference to 2.6.42 in comments?
 2011-07-30 21:38 UTC  (6+ messages)
` [PATCH] uvcvideo: correct kernel version reference

fakeroot 1.14.5 source is missing
 2011-07-30 21:30 UTC  (4+ messages)

where is /sys/class/power_supply/ADP1 ?
 2011-07-30 21:28 UTC  (3+ messages)

v3.0 wants a firmware for rt2870 but v2.6.39 needn't
 2011-07-30 21:27 UTC 

[PATCH v4 0/3] DEVFREQ, DVFS framework for non-CPU devices
 2011-07-30 21:23 UTC  (4+ messages)

[Qemu-devel] [Bug 818647] [NEW] Getting segmentation fault when trying to boot FreeBSD
 2011-07-30 21:13 UTC 

[Bug 37922] New: NV86: too high power usage
 2011-07-30 21:18 UTC  (2+ messages)
  ` [Bug 37922] "

[Qemu-devel] [PATCH] fix disabling interrupts in sun4u
 2011-07-30 21:13 UTC  (8+ messages)

[PATCH] Add support for PCTV452E
 2011-07-30 21:12 UTC  (2+ messages)

Emergency - Can't Boot
 2011-07-30 21:12 UTC  (3+ messages)

[Qemu-devel] [Bug 818645] [NEW] Unhandled OF service in FreeBSD loader - "unimplemented service milliseconds"
 2011-07-30 21:03 UTC 

Poring BSD Libc
 2011-07-30 21:09 UTC  (5+ messages)
    `  "

[PATCH] perf: powerpc: Disable pagefaults during callchain stack read
 2011-07-30 20:53 UTC  (2+ messages)

[U-Boot] "armv7: integrate cache maintenance support" breaks km_kirkwood ethernet
 2011-07-30 20:38 UTC  (4+ messages)

FAILED assert(pg_map.count(pgid))
 2011-07-30 20:31 UTC  (2+ messages)

Kernel 3.0 crashes 4.2 unstable on some hardware
 2011-07-30 20:30 UTC 

[PATCH 1/2] mac80211: Fill in skb->protocol information for injected frames
 2011-07-30 20:32 UTC  (5+ messages)
` [PATCH 2/2] mac80211: Always send EAPOL frames at lowest rate

[PATCH 4/4] fbdev: sh_mobile_meram: Remove unneeded sh_mobile_meram.h
 2011-07-30 20:26 UTC 

[PATCH 3/4] fbdev: sh_mobile_meram: Fix MExxCTL register save on runtime PM suspend
 2011-07-30 20:26 UTC 

[PATCH 2/4] fbdev: sh_mobile_meram: Validate ICB configuration outside mutex
 2011-07-30 20:26 UTC 

[PATCH 1/4] fbdev: sh_mobile_meram: Replace hardcoded register values with macros
 2011-07-30 20:26 UTC 

[PATCH 0/4] sh_mobile_meram cleanups and fixes
 2011-07-30 20:26 UTC 

[PATCH] [RFC] nor: Add SPI flash chips driver
 2011-07-30 20:24 UTC 

[ANNOUNCE] 3.0-rt6
 2011-07-30 20:21 UTC  (3+ messages)

[PATCH] propagate --quiet to send-pack/receive-pack
 2011-07-30 20:15 UTC  (2+ messages)

[PATCH RESEND] i2c: tegra: add I2C_FUNC_SMBUS_EMUL to adapter functionality
 2011-07-30 20:19 UTC  (4+ messages)

[RFC BUG #1236 1/2] utils.bbclass/multilib.conf: Added misc supporting functions
 2011-07-30 20:04 UTC  (3+ messages)
` [RFC BUG #1236 2/2] eglibc: Modify ldd script according to multilib config

[PATCH] nios2: Add Altera SPI master driver
 2011-07-30 20:18 UTC 

[PATCH 0/4] Various Misc tweaks
 2011-07-30 20:01 UTC  (5+ messages)
` [PATCH 1/4] base.bbclass: Add compatibility package name mapping handler

Good Day,
 2011-07-30 19:59 UTC 

I'm confused and angry
 2011-07-30 19:59 UTC  (4+ messages)
      ` I'm no longer "

File Systems and a Theory of Edits
 2011-07-30 19:40 UTC  (2+ messages)

[GIT] trivial
 2011-07-30 19:24 UTC 

[Qemu-devel] [PATCH] dyngen-exec.h: cleanup
 2011-07-30 19:23 UTC 

[Qemu-devel] [PATCH] TCG: improve optimizer debugging
 2011-07-30 19:21 UTC 

loop: fix deadlock when sysfs and LOOP_CLR_FD race against each other
 2011-07-30 19:19 UTC 

[PATCH] dma: ipu: convert back_lock to a raw spinlock
 2011-07-30 19:15 UTC  (3+ messages)

[PATCH 3/3] loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop devices
 2011-07-30 19:13 UTC 

[PATCH 2/3] loop: add management interface for on-demand device allocation
 2011-07-30 19:13 UTC 

[Qemu-devel] [PATCH v3 0/6] Implement constant folding and copy propagation in TCG
 2011-07-30 19:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 5/6] Do constant folding for shift operations


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.