messages from 2012-11-28 16:19:32 to 2012-11-28 17:02:12 UTC [more...]
[U-Boot] [PATCH] mmc: Add an mmcsilent option
2012-11-29 7:34 UTC (3+ messages)
[PATCH 1/2] pci_ids: Added FPGA-related entries
2012-11-28 16:57 UTC (4+ messages)
` [PATCH 2/2] New driver: Xillybus generic interface for FPGA (programmable logic)
[Qemu-devel] [PATCH 00/10] qemu-ga: revamp error messages (for 1.4)
2012-11-28 17:01 UTC (3+ messages)
` [Qemu-devel] [PATCH 01/10] qemu-ga: guest_file_handle_find(): take an Error argument
[PATCH v2 3/3] pppoatm: protect against freeing of vcc
2012-11-28 17:01 UTC (5+ messages)
` [PATCH] solos-pci: Wait for pending TX to complete when releasing vcc
` [PATCH] br2684: don't send frames on not-ready vcc
[RFC PATCH 0/4] MSI affinity for assigned devices
2012-11-28 17:00 UTC (5+ messages)
` [Qemu-devel] PCI device pass through support
` "
[meta-fsl-ppc master v2] libxml2: update the version number to 2.9.0 to match the upgrade in poky
2012-11-28 17:00 UTC (2+ messages)
[PATCH v8 00/46] x86, mm: map ram from top-down with BRK and memblock
2012-11-28 16:59 UTC (11+ messages)
` [PATCH v8 03/46] x86, mm: Move down find_early_table_space()
` [PATCH v8 04/46] x86, mm: Move init_memory_mapping calling out of setup.c
` [PATCH v8 06/46] x86, mm: Change find_early_table_space() paramters
` [PATCH v8 07/46] x86, mm: Find early page table buffer together
` [PATCH v8 08/46] x86, mm: Separate out calculate_table_space_size()
[PATCH v8 0/4] driver for 60g Wilocity chip wil6210
2012-11-28 16:59 UTC (6+ messages)
` [PATCH v8 2/4] wireless: allow Atheros card to not depend on ath.ko
` [PATCH v2] "
[PATCH v5 0/4] OMAP GPMC DT bindings
2012-11-28 16:59 UTC (9+ messages)
` [PATCH v5 3/4] ARM: OMAP: gpmc: enable hwecc for AM33xx SoCs
` [PATCH v5 4/4] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND
[U-Boot] [PATCH] fdt: Correct global_data condition in main
2012-11-28 16:59 UTC (3+ messages)
[PATCH RESEND v5 0/4] OMAP GPMC DT bindings
2012-11-28 16:58 UTC (10+ messages)
` [PATCH v5 1/4] mtd: omap-nand: pass device_node in platform data
` [PATCH v5 2/4] ARM: OMAP: gpmc-nand: drop __init annotation
` [PATCH v5 3/4] ARM: OMAP: gpmc: enable hwecc for AM33xx SoCs
` [PATCH v5 4/4] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND
[PATCH 5/7] push: require force for refs under refs/tags/
2012-11-28 16:58 UTC (3+ messages)
` [PATCH] push: cleanup push rules comment
[PATCH] svnrdump_sim: start the script with /usr/bin/env python
2012-11-28 16:57 UTC (5+ messages)
[PATCH v3 00/10] NFSD: Improve fault injection
2012-11-28 16:57 UTC (9+ messages)
` [PATCH v3 03/10] NFSD: Clean up forgetting clients
[regression] 3.7+ suspend to RAM/offline CPU fails with nmi_watchdog=0 (bisected)
2012-11-28 16:56 UTC (4+ messages)
[ath9k-devel] [RFC 1/3] nl80211: add spec scan flag
2012-11-28 16:57 UTC (5+ messages)
fuse, readpage and readahead
2012-11-28 16:55 UTC
Dear Account Owner
2012-11-28 23:50 UTC
Dear Account Owner
2012-11-28 23:50 UTC
[PATCH] mmc: mmci: Support non-power-of-two block sizes for ux500v2 variant
2012-11-28 16:55 UTC (11+ messages)
[PATCH v3 0/4] ACPI: Refactor system notify handling
2012-11-28 16:54 UTC (9+ messages)
` [PATCH v3 1/4] ACPI: Support system notify handler via .sys_notify
[net-next RFC] pktgen: don't wait for the device who doesn't free skb immediately after sent
2012-11-28 16:53 UTC (7+ messages)
Re: [PATCH v4 0/4] git-submodule add: Add --local-branch option
2012-11-28 16:53 UTC (4+ messages)
` [PATCH v3 1/3] git-submodule add: Add -r/--record option
` [PATCH v4 0/4] git-submodule add: Add --local-branch option (summary)
[PATCH 00/25] AIO performance improvements/cleanups
2012-11-28 16:43 UTC (48+ messages)
` [PATCH 01/25] mm: remove old aio use_mm() comment
` [PATCH 02/25] aio: remove dead code from aio.h
` [PATCH 03/25] gadget: remove only user of aio retry
` [PATCH 04/25] aio: remove retry-based AIO
` [PATCH 05/25] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/25] aio: Kill return value of aio_complete()
` [PATCH 07/25] aio: kiocb_cancel()
` [PATCH 08/25] aio: Move private stuff out of aio.h
` [PATCH 09/25] aio: dprintk() -> pr_debug()
` [PATCH 10/25] aio: do fget() after aio_get_req()
` [PATCH 11/25] aio: Make aio_put_req() lockless
` [PATCH 12/25] aio: Refcounting cleanup
` [PATCH 13/25] aio: Convert read_events() to hrtimers
` [PATCH 14/25] aio: Make aio_read_evt() more efficient
` [PATCH 15/25] aio: Use cancellation list lazily
` [PATCH 16/25] aio: Change reqs_active to include unreaped completions
` [PATCH 17/25] aio: Kill batch allocation
` [PATCH 18/25] aio: Kill struct aio_ring_info
` [PATCH 19/25] aio: Give shared kioctx fields their own cachelines
` [PATCH 20/25] aio: reqs_active -> reqs_available
` [PATCH 21/25] aio: percpu reqs_available
` [PATCH 22/25] Generic dynamic per cpu refcounting
` [PATCH 23/25] aio: Percpu ioctx refcount
` [PATCH 24/25] aio: use xchg() instead of completion_lock
` [PATCH 25/25] aio: Don't include aio.h in sched.h
[PATCH v2 0/3] Add option to change order of parents in merge commit
2012-11-28 16:52 UTC (4+ messages)
` [PATCH v2 3/3] Add option to transpose parents of "
[PATCH 2 of 2] xl: Accept a list for usbdevice in config file
2012-11-28 16:52 UTC (3+ messages)
Specific question about packet dropping
2012-11-28 16:52 UTC (4+ messages)
how to disable dpst on linux?
2012-11-28 16:53 UTC (6+ messages)
[PATCH] of_i2c: Honour "status=disabled" property of device
2012-11-28 16:51 UTC (3+ messages)
[meta-fsl-ppc denzil] cryptodev kernel module recipe
2012-11-28 16:50 UTC (3+ messages)
[PATCH v2 00/22] OMAP USB Host cleanup
2012-11-28 16:49 UTC (6+ messages)
` [PATCH v2 13/22] mfd: omap-usb-host: override number of ports from platform data
` [PATCH v2 18/22] mfd: omap-usb-host: get rid of cpu_is_omap..() macros
[PATCH RESEND 1/3] printk: convert byte-buffer to variable-length record buffer
2012-11-28 16:49 UTC (5+ messages)
[patch net] team: fix hw_features setup
2012-11-28 16:48 UTC (2+ messages)
[PATCH net-next] net: move inet_dport/inet_num in sock_common
2012-11-28 16:48 UTC (4+ messages)
` [PATCH v2 "
memory-cgroup bug
2012-11-28 16:48 UTC (18+ messages)
` [PATCH -mm] memcg: do not trigger OOM from add_to_page_cache_locked
` [PATCH -v2 "
build regressions 2012-11-28
2012-11-28 16:48 UTC
linux-next: manual merge of the staging tree with the tty tree
2012-11-28 16:47 UTC (2+ messages)
[PATCH v2] bonding: make arp_ip_target parameter checks consistent with sysfs
2012-11-28 16:44 UTC
[PATCH net-next] gro: Handle inline VLAN tags
2012-11-28 16:46 UTC (4+ messages)
[PATCH] add hardware I2C support for ARM IMX23
2012-11-28 16:44 UTC (7+ messages)
[RFC PATCH 1/5] drivers : introduce device_path api
2012-11-28 16:43 UTC (2+ messages)
problem building linux-qoriq-sdk-headers in meta-fsl-ppc master branch
2012-11-28 16:43 UTC (7+ messages)
iwlwifi hibernate / suspend issue
2012-11-28 16:43 UTC (6+ messages)
kswapd craziness in 3.7
2012-11-28 16:42 UTC (10+ messages)
[Buildroot] [PATCH] matchbox-lib: Append -lX11 to the linker
2012-11-28 16:42 UTC (2+ messages)
git fetch pack freezes
2012-11-28 16:41 UTC (2+ messages)
TCP and reordering
2012-11-28 16:41 UTC (17+ messages)
New warnings (irqchip move)
2012-11-28 16:41 UTC (2+ messages)
[PATCH] irq: versatile: delete dangling variable
2012-11-28 16:40 UTC
[PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions
2012-11-28 16:25 UTC (6+ messages)
[patch] atm: forever loop loading ambassador firmware
2012-11-28 16:38 UTC (4+ messages)
RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs
2012-11-28 16:24 UTC (6+ messages)
[PATCH net-next 1/1] ip6tnl/sit: drop packet if ECN present with not-ECT
2012-11-28 16:37 UTC (2+ messages)
meta-cloud layer
2012-11-28 16:22 UTC (2+ messages)
[PATCH 2/2] ewrk3: remove outdated comment
2012-11-28 16:35 UTC (2+ messages)
[PATCH 1/2] ewrk3: silence GCC warning
2012-11-28 16:35 UTC (2+ messages)
[PATCH 1/2] au0828: add missing model 72281, usb id 2040:7270 to the model matrix
2012-11-28 16:35 UTC (2+ messages)
` [PATCH 2/2] au0828: update model matrix entries for 72261, 72271 & 72281
[PATCH net-next] be2net: fix INTx ISR for interrupt behaviour on BE2
2012-11-28 16:35 UTC (2+ messages)
[Buildroot] [PATCH] gdb: properly pass the PATH when building gdb for the host
2012-11-28 16:34 UTC
[PATCH v2 0/8] enable support for AMBA drivers under x86
2012-11-28 16:33 UTC (5+ messages)
` [PATCH 5/8] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep
[PATCH] bonding: make arp_ip_target parameter checks consistent with sysfs
2012-11-28 16:33 UTC (3+ messages)
[RELEASE] LTTng-tools 2.0.5 stable
2012-11-28 16:33 UTC
pull-request: can-next 2012-11-27
2012-11-28 16:31 UTC (2+ messages)
[PATCH 0/3] Input: bu21013_ts - fixups and DT enablement
2012-11-28 16:31 UTC (6+ messages)
` [PATCH 3/3] Input: bu21013_ts - Add support for Device Tree booting
[PATCH] vfs: remove DCACHE_NEED_LOOKUP
2012-11-28 16:30 UTC
[PATCH] netfilter updates for net (3.7-rc7)
2012-11-28 16:30 UTC (2+ messages)
[RFC] Add mempressure cgroup
2012-11-28 16:29 UTC (3+ messages)
Move an interface to init_ne
2012-11-28 16:28 UTC (4+ messages)
[PATCH] vhost: fix length for cross region descriptor
2012-11-28 16:27 UTC (2+ messages)
[PATCH] vhost-blk: Add vhost-blk support v5
2012-11-28 16:26 UTC (5+ messages)
[ath9k-devel] [RFC 0/3] Add spectral scan support for Atheros AR92xx/AR93xx
2012-11-28 16:26 UTC (7+ messages)
` [ath9k-devel] [RFC 1/3] nl80211: add spec scan flag
` "
[PATCH] irda: irttp: fix memory leak in irttp_open_tsap() error path
2012-11-28 16:25 UTC (2+ messages)
[RFC v2 0/8] Support for Tegra 2D hardware
2012-11-28 16:24 UTC (21+ messages)
` [RFC v2 8/8] drm: tegra: Add gr2d device
[PATCH] net: qmi_wwan: add Huawei E173
2012-11-28 16:24 UTC (2+ messages)
at91_can.c: Data transmission stops
2012-11-28 16:23 UTC (11+ messages)
CK5 [1/6] Use correct cpu_slab on dead cpu
2012-11-28 16:23 UTC (6+ messages)
` CK5 [2/6] slab: Simplify bootstrap
` CK5 [3/6] create common functions for boot slab creation
` CK5 [4/6] slub: Use a statically allocated kmem_cache boot structure for bootstrap
` CK5 [5/6] slab: Use the new create_boot_cache function to simplify bootstrap
` CK5 [6/6] Common alignment code
CK5 [0/6] Sl[auo]b: Common patches for 3.8 merge window
2012-11-28 16:22 UTC
[PATCH] bonding: fix race condition in bonding_store_slaves_active
2012-11-28 16:21 UTC (2+ messages)
Acpi deadlocks with 3.7.0-rc4
2012-11-28 16:21 UTC (3+ messages)
[PATCH] bonding: fix miimon and arp_interval delayed work race conditions
2012-11-28 16:21 UTC (2+ messages)
[PATCH] pkt_sched: QFQ Plus: fair-queueing service at DRR cost
2012-11-28 16:20 UTC (2+ 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.