All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-02-02 16:37:39 to 2012-02-02 17:31:11 UTC [more...]

[PATCH 1/2] net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessary
 2012-02-02 17:18 UTC  (2+ messages)
` [PATCH 2/2] net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundary

[PATCH v9 00/25] gpio/omap: driver cleanup and fixes
 2012-02-02 17:30 UTC  (53+ messages)
` [PATCH v9 01/25] gpio/omap: remove dependency on gpio_bank_count
` [PATCH v9 02/25] gpio/omap: use flag to identify wakeup domain
` [PATCH v9 03/25] gpio/omap: make gpio_context part of gpio_bank structure
` [PATCH v9 04/25] gpio/omap: handle save/restore context in GPIO driver
` [PATCH v9 05/25] gpio/omap: make non-wakeup GPIO part of pdata
` [PATCH v9 06/25] gpio/omap: avoid cpu checks during module ena/disable
` [PATCH v9 07/25] gpio/omap: further cleanup using wkup_en register
` [PATCH v9 08/25] gpio/omap: use level/edge detect reg offsets
` [PATCH v9 09/25] gpio/omap: remove hardcoded offsets in context save/restore
` [PATCH v9 10/25] gpio/omap: cleanup set_gpio_triggering function
` [PATCH v9 11/25] gpio/omap: cleanup omap_gpio_mod_init function
` [PATCH v9 12/25] gpio/omap: use pinctrl offset instead of macro
` [PATCH v9 13/25] gpio/omap: remove unnecessary bit-masking for read access
` [PATCH v9 14/25] gpio/omap: remove bank->method & METHOD_* macros
` [PATCH v9 15/25] gpio/omap: fix bankwidth for OMAP7xx MPUIO
` [PATCH v9 16/25] gpio/omap: use pm-runtime framework
` [PATCH v9 17/25] gpio/omap: optimize suspend and resume functions
` [PATCH v9 18/25] gpio/omap: cleanup prepare_for_idle and resume_after_idle
` [PATCH v9 19/25] gpio/omap: fix debounce clock handling
` [PATCH v9 20/25] gpio/omap: fix incorrect access of debounce module
` [PATCH v9 21/25] gpio/omap: remove omap_gpio_save_context overhead
` [PATCH v9 22/25] gpio/omap: save and restore debounce registers
` [PATCH v9 23/25] gpio/omap: enable irq at the end of all configuration in restore
` [PATCH v9 24/25] gpio/omap: restore OE only after setting the output level
` [PATCH v9 25/25] gpio/omap: handle set_dataout reg capable IP on restore

[PATCH obexd 4/4] obex: Fix file not getting deleted when a push is aborted
 2012-02-02 17:30 UTC  (2+ messages)

[PATCH v2] KVM: perf: a smart tool to analyse kvm events
 2012-02-02 17:30 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: x86: move kvm_exit related definitions into kvm_exit.h
` [PATCH v2 2/3] KVM: x86: add tracepoints to trace mmio begin and complete
` [PATCH v2 3/3] KVM: perf: kvm events analysis tool

[Xenomai-help] Xenomai 3 documentation
 2012-02-02 17:29 UTC 

[Qemu-devel] [PATCH 00/16] access qdev properties via QOM
 2012-02-02 17:29 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/16] qdev: fix hot-unplug
` [Qemu-devel] [PATCH 02/16] qom: store object with correct type in interface links
` [Qemu-devel] [PATCH 03/16] qom: do not include qdev header file
` [Qemu-devel] [PATCH 04/16] qom: add QObject-based property get/set wrappers
` [Qemu-devel] [PATCH 05/16] qom: add property get/set wrappers for C types
` [Qemu-devel] [PATCH 06/16] qdev: remove direct calls to print/parse
` [Qemu-devel] [PATCH 07/16] qdev: allow reusing get/set for legacy property
` [Qemu-devel] [PATCH 08/16] qdev: remove parse method for string properties
` [Qemu-devel] [PATCH 09/16] qdev: remove parse/print methods for mac properties
` [Qemu-devel] [PATCH 10/16] qdev: make the non-legacy pci address property accept an integer
` [Qemu-devel] [PATCH 11/16] qdev: remove parse/print methods for pointer properties
` [Qemu-devel] [PATCH 12/16] qdev: let QOM free properties
` [Qemu-devel] [PATCH 13/16] qdev: fix off-by-one
` [Qemu-devel] [PATCH 14/16] qdev: access properties via QOM
` [Qemu-devel] [PATCH 15/16] qdev: inline qdev_prop_set into qdev_prop_set_ptr
` [Qemu-devel] [PATCH 16/16] qdev: initialize properties via QOM

[PATCH obexd 3/4] irmc: Fix length parameter of strncpy
 2012-02-02 17:29 UTC  (2+ messages)

[PATCH RFC 0/41] RCU commits for 3.4
 2012-02-02 17:13 UTC  (18+ messages)
` [PATCH RFC tip/core/rcu 01/41] rcu: Bring RTFP.txt up to date
  ` [PATCH RFC tip/core/rcu 05/41] rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
  ` [PATCH RFC tip/core/rcu 06/41] rcu: Move RCU_TRACE to lib/Kconfig.debug
  ` [PATCH RFC tip/core/rcu 13/41] rcu: Make rcutorture flag online/offline failures
  ` [PATCH RFC tip/core/rcu 14/41] rcu: Limit lazy-callback duration

[PATCH] proximity: make reporter work per-adapter
 2012-02-02 17:28 UTC 

PCTV 290e page allocation failure
 2012-02-02 17:28 UTC 

[RFC PATCH V4] Xen netback / netfront improvement
 2012-02-02 17:28 UTC  (18+ messages)
` [RFC PATCH V4 01/13] netback: page pool version 1
` [RFC PATCH V4 02/13] netback: add module unload function
` [RFC PATCH V4 03/13] netback: add module get/put operations along with vif connect/disconnect
` [RFC PATCH V4 04/13] netback: switch to NAPI + kthread model
` [RFC PATCH V4 05/13] netback: switch to per-cpu scratch space
` [RFC PATCH V4 06/13] netback: melt xen_netbk into xenvif
` [RFC PATCH V4 07/13] netback: alter internal function/structure names
` [RFC PATCH V4 08/13] xenbus_client: extend interface to support mapping / unmapping of multi page ring
` [RFC PATCH V4 09/13] Bundle fix for xen backends and frontends
` [RFC PATCH V4 10/13] netback: multi page ring support
` [RFC PATCH V4 11/13] netback: split event channels support
` [RFC PATCH V4 12/13] netfront: multi page ring support
` [RFC PATCH V4 13/13] netfront: split event channels support

[PATCH] ipv6-multicast: Fix memory leak in IPv6 multicast
 2012-02-02 17:27 UTC  (3+ messages)

[PATCH] [trivial] pm8001: Fix typo in pm8001_hwi.c
 2012-02-02 17:27 UTC  (3+ messages)

[PATCH] ipv6-multicast: Fix memory leak in input path
 2012-02-02 17:26 UTC  (3+ messages)

[PATCH] cgroup: remove cgroup_subsys argument from callbacks
 2012-02-02 17:26 UTC  (4+ messages)

[v7 0/8] Reduce cross CPU IPI interference
 2012-02-02 17:25 UTC  (16+ messages)

Hob 1.2 design - Settings dialogue
 2012-02-02 17:24 UTC  (2+ messages)
` Hob 1.2 design - visuals

[PATCH v2] [trivial] pm8001: Fix typo in pm8001_hwi.c
 2012-02-02 17:25 UTC 

[U-Boot] [PATCH 1/2] i.MX28: Fix ref_cpu clock setup
 2012-02-02 17:21 UTC  (3+ messages)

linux-next: Tree for Feb 2
 2012-02-02 18:10 UTC  (5+ messages)
` linux-next: Tree for Feb 2 (media/radio/wl128x)
` linux-next: Tree for Feb 2 (trace/events/sunrpc.h)

[pull-sys940x 0/4][meta-intel] Inforce SYS940X BSP (Intel Atom E6xx + EG20T)
 2012-02-02 17:19 UTC  (4+ messages)
` [pull-sys940x 3/4] genmac: Replace RANDOM_MAC in network/interfaces with a randomly generated MAC

[Patch 0/1] Bluetooth: Add support for BCM20702A0 [0a5c:21f3]
 2012-02-02 17:18 UTC  (3+ messages)
` [PATCH] Add vendor specific ID (0a5c 21f3) for BCM20702A0

[PATCH] PM/Hibernate: Refactor and simplify freezer_test_done
 2012-02-02 17:17 UTC  (2+ messages)

[PATCH] staging: android/lowmemorykiller: Don't grab tasklist_lock
 2012-02-02 17:16 UTC  (3+ messages)

[PATCH obexd 2/4] gobex: Fix ABORT request not processing
 2012-02-02 17:16 UTC  (2+ messages)

[PATCHv2 0/2] Fixes kernel crashes and warnings
 2012-02-02 17:15 UTC  (3+ messages)

[PATCH obexd 1/4] gobex: Add unit test for PUT request followed by ABORT
 2012-02-02 17:14 UTC  (2+ messages)

[PATCHSET] blkcg: kill policy node and blkg->dev, take#4
 2012-02-02 17:14 UTC  (4+ messages)
` [PATCH 01/16] blkcg: make CONFIG_BLK_CGROUP bool

[U-Boot] [PATCH 1/1] arm: mmc: omap: spl size reduction by removing write/erase ops
 2012-02-02 17:13 UTC  (4+ messages)

[PATCH RFC idle] Make arm, sh, and x86 stop using RCU when idle
 2012-02-02 17:13 UTC  (7+ messages)
` [PATCH RFC idle 1/3] x86: Avoid invoking RCU when CPU is idle
  ` [PATCH RFC idle 2/3] arm: "

[RFCv1 0/6] PASR: Partial Array Self-Refresh Framework
 2012-02-02 17:12 UTC  (5+ messages)
` [RFCv1 5/6] PASR: Add Documentation

libdrm release on friday ?
 2012-02-02 17:13 UTC  (2+ messages)

[PATCH] IB/ehca: use kthread_create_on_node
 2012-02-02 17:08 UTC  (3+ messages)

needed site is down???
 2012-02-02 17:06 UTC  (3+ messages)

[PATCH 1/2] NFS: dont allow minorversion= opt when vers != 4
 2012-02-02 17:03 UTC  (5+ messages)

[PATCH v4 3/4] wl12xx: add forced_ps mode
 2012-02-02 17:06 UTC 

Do we have core-image-lsb-core/c++?
 2012-02-02 17:02 UTC  (2+ messages)

[PATCH] Implement GET_IP/SET_IP for powerpc architecture
 2012-02-02 17:02 UTC  (4+ messages)

[PATCH] iputils-s20101006.tar.bz2: "-w deadline" starts after "-c" xmitted, and "-c" was exceeded for flood ping
 2012-02-02 17:00 UTC 

params: <level>_initcall-like kernel parameters
 2012-02-02 17:01 UTC  (3+ messages)

Bug on CCID 3 of DCCP
 2012-02-02 16:59 UTC  (2+ messages)

[Bug 43835] New: System crashes when radeon firmware blob (R520_cp.bin) is installed
 2012-02-02 16:57 UTC  (2+ messages)
` [Bug 43835] "

Efika (mpc5200b): sound doesn't build/work from linux-2.6.38.x
 2012-02-02 16:57 UTC  (2+ messages)

how to tell when git release changes porcelain stdout/stderr
 2012-02-02 16:50 UTC 

[PATCH 1/1] drm/i915: track pid of GEM object creators
 2012-02-02 16:52 UTC 

[ATTEND] Attendance request
 2012-02-02 16:51 UTC 

[PATCH 0/2] IB/{mlx4,ipoib}: bug fixes for vendor mads and ipoib/gro
 2012-02-02 16:50 UTC  (6+ messages)

[PATCH v2 1/7] LPC32xx: clock.c: Missing header file
 2012-02-02 16:49 UTC  (6+ messages)
` [PATCH v2 6/7] LPC32xx: clock.c: USB PLL fix

Pour vos projets 2012, bénéficiez d'un taux garanti en toute simplicité
 2012-02-02 16:49 UTC 

I18N.pm is incompatible with perl < 5.8.3
 2012-02-02 16:48 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] addition of clocks command for davinci
 2012-02-02 16:48 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] davinci: add clocks command

[PATCH v6 00/27] xen: ARMv7 with virtualization extensions
 2012-02-02 16:46 UTC  (3+ messages)
` [PATCH v6 25/27] arm: makefiles

how to determine oldest supported version of git
 2012-02-02 16:46 UTC 

[PATCH 00/11] arm: compile tools
 2012-02-02 16:44 UTC  (14+ messages)
` [PATCH 01/11] arm: few missing #define
` [PATCH 02/11] arm: add stub hvm/save.h
` [PATCH 03/11] arm: arch_dump_shared_mem_info as a no-op
` [PATCH 04/11] libxl: do not allocate e820 for non x86 guests
` [PATCH 05/11] blktap2/libvhd: Build shared objects using -fPIC
` [PATCH 06/11] arm: compile libxc
` [PATCH 07/11] arm: compile libxenguest
` [PATCH 08/11] arm: compile libxl
` [PATCH 09/11] arm: compile memshr
` [PATCH 10/11] arm: compile xentrace
` [PATCH 11/11] tools: only compile libfsimage/xfs on X86

[PATCH] i18n: po for zh_cn
 2012-02-02 16:42 UTC  (4+ messages)

[PATCH] ARM: LPC32xx: Support for OHCI HCD
 2012-02-02 16:41 UTC  (3+ messages)

rebase -i reword runs pre-commit hook with curious results
 2012-02-02 16:39 UTC  (3+ messages)

[Printing-architecture] Next OP SC - Mon/Tue - 1/2 December 2008 - please join us
 2012-02-02 16:39 UTC  (2+ messages)
` [Printing-architecture] Last OP Meeting - Wed - 1 February 2012 - The Recording

[PATCH 00/11] Latest dm-thin patches
 2012-02-02 16:39 UTC  (12+ messages)
` [PATCH 01/11] Unlock the superblock on an error path for new metadata dev creation
` [PATCH 02/11] Remove redundant arg from value_ptr()
` [PATCH 03/11] [PATCH 18/19] [dm-thin] [bio prison] Don't use the bi_next field for the holder of a cell
` [PATCH 04/11] [PATCH 15/19] [dm-thin] dm_thin_remove_block() wasn't decrementing the mapped_blocks counter
` [PATCH 05/11] [dm-thin] btree-remove - fix rebalancing of 3 nodes
` [PATCH 06/11] Remove entries from the ref_count tree if they're no longer needed
` [PATCH 07/11] [dm-thin] Commit every second to prevent too much of a position building up
` [PATCH 08/11] [dm-thin] Add support for external origins
` [PATCH 09/11] [dm-thin] Discard support part 1
` [PATCH 10/11] [dm-thin] Add support for REQ_DISCARD
` [PATCH 11/11] [dm-thin] some tidy ups of the __open_device() error path (Mike Snitzer)


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.