All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-03-05 09:57:58 to 2011-03-05 12:51:52 UTC [more...]

[Qemu-devel] [PATCH 0/4] ARM additions and fixes
 2011-03-05 12:51 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target-arm: Fix soft interrupt in GIC distributor
` [Qemu-devel] [PATCH 2/4] target-arm: Don't decode old cp15 WFI instructions on v7 cores
` [Qemu-devel] [PATCH 3/4] target-arm: Implement cp15 VA->PA translation
` [Qemu-devel] [PATCH 4/4] target-arm: Integrate secondary CPU reset in arm_boot

frustrated forensics: hard to find diff that undid a fix
 2011-03-05 12:51 UTC  (4+ messages)

[U-Boot] [PATCH v3] omap3_beagle: enable the use of a plain text file named uEnv.txt instead of boot.scr
 2011-03-05 12:50 UTC  (4+ messages)
` [U-Boot] [PATCH v4] "

[patch net-next-2.6 0/8] mostly bonding rx path changes
 2011-03-05 12:48 UTC  (10+ messages)
` [patch net-next-2.6 1/8] af_packet: use skb->skb_iif instead of orig_dev->ifindex
` [patch net-next-2.6 2/8] bonding: register slave pointer for rx_handler
` [patch net-next-2.6 3/8] net: get rid of multiple bond-related netdevice->priv_flags
` [patch net-next-2.6 4/8] bonding: wrap slave state work
` [patch net-next-2.6 5/8] bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag
` [patch net-next-2.6 6/8] bonding: move processing of recv handlers into handle_frame()
` [patch net-next-2.6 7/8] net: introduce rx_handler results and logic around that
` [patch net-next-2.6 8/8] net: get rid of orig_dev parameter of packet handlers

[Qemu-devel] [PATCH 2/2 V1] Fixed EPROM for AMD driver compatibility under DOS with Netware driver
 2011-03-05 12:48 UTC  (7+ messages)

[Qemu-devel] [PATCH] hw/pcnet.c: Fix EPROM contents to suit AMD netware drivers
 2011-03-05 12:45 UTC  (4+ messages)

[Qemu-devel] [PATCH] hw/pcnet.c: Fix EPROM contents to suit AMD netware drivers
 2011-03-05 12:44 UTC 

[PATCH v2 0/2] Add DSS2 support on Overo
 2011-03-05 12:44 UTC  (4+ messages)
` [PATCH v2 1/2] OMAP: DSS2: Add support for LG Philips LB035Q02 panel

[PATCH mmotm] fix broken bootup on 32-bit
 2011-03-05 12:42 UTC 

linux-next: Tree for March 4
 2011-03-05 12:41 UTC  (4+ messages)
` [PATCH -next] soc: sgtl5000 uses regulator interfaces

[PATCH] [ARM] orion5x: fix compiler cast warnings in ts78xx-setup.c
 2011-03-05 12:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] ARM: Add Versatile Express board model
 2011-03-05 12:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] hw/arm_sysctl.c: Add the Versatile Express system registers
  ` [Qemu-devel] "

[PATCH 1/2] ARM: Add TS-7800 revisions 6-9
 2011-03-05 12:30 UTC  (4+ messages)
` [PATCH 2/2] ARM: Enable TS-78XX features in unknown revisions

libmnl: other OS support
 2011-03-05 12:31 UTC  (4+ messages)
` [PATCH 1/3] src: use limits.h header
` [PATCH 2/3] include: use sanitized header from headers_install
` [PATCH 3/3] build: support compilation on non-Linuxes

[PATCH] net: mac80211: fix compilation warning
 2011-03-05 12:31 UTC  (2+ messages)

pull request: batman-adv 2011-03-05
 2011-03-05 12:28 UTC  (58+ messages)
` [B.A.T.M.A.N.] "
  ` [PATCH 01/28] batman-adv: Remove two duplicate includes
    ` [B.A.T.M.A.N.] "
  ` [PATCH 02/28] batman-adv: protect neighbor nodes with reference counters
    ` [B.A.T.M.A.N.] "
  ` [PATCH 03/28] batman-adv: convert neighbor list to hlist
    ` [B.A.T.M.A.N.] "
  ` [PATCH 04/28] batman-adv: protect neighbor list with rcu locks
    ` [B.A.T.M.A.N.] "
  ` [PATCH 05/28] batman-adv: free neighbors when an interface is deactivated
    ` [B.A.T.M.A.N.] "
  ` [PATCH 06/28] batman-adv: protect neigh_nodes used outside of rcu_locks with refcounting
    ` [B.A.T.M.A.N.] "
  ` [PATCH 11/28] batman-adv: Correct rcu refcounting for neigh_node
    ` [B.A.T.M.A.N.] "
  ` [PATCH 19/28] batman-adv: Fix possible buffer overflow in softif neigh list output
    ` [B.A.T.M.A.N.] "
` [PATCH 07/28] batman-adv: protect each hash row with rcu locks
  ` [B.A.T.M.A.N.] "
` [PATCH 08/28] batman-adv: protect originator nodes with reference counters
  ` [B.A.T.M.A.N.] "
` [PATCH 09/28] batman-adv: protect ogm counter arrays with spinlock
  ` [B.A.T.M.A.N.] "
` [PATCH 10/28] batman-adv: protect bonding with rcu locks
  ` [B.A.T.M.A.N.] "
` [PATCH 12/28] batman-adv: Correct rcu refcounting for gw_node
  ` [B.A.T.M.A.N.] "
` [PATCH 13/28] batman-adv: Correct rcu refcounting for softif_neigh
  ` [B.A.T.M.A.N.] "
` [PATCH 14/28] batman-adv: Correct rcu refcounting for batman_if
  ` [B.A.T.M.A.N.] "
` [PATCH 15/28] batman-adv: protect bit operations to count OGMs with spinlock
  ` [B.A.T.M.A.N.] "
` [PATCH 16/28] batman-adv: make broadcast seqno operations atomic
  ` [B.A.T.M.A.N.] "
` [PATCH 17/28] batman-adv: Make bat_priv->curr_gw an rcu protected pointer
  ` [B.A.T.M.A.N.] "
` [PATCH 18/28] batman-adv: Increase orig_node refcount before releasing rcu read lock
  ` [B.A.T.M.A.N.] "
` [PATCH 20/28] batman-adv: separate ethernet comparing calls from hash functions
  ` [B.A.T.M.A.N.] "
` [PATCH 21/28] batman-adv: remove extra layer between hash and hash element - hash bucket
  ` [B.A.T.M.A.N.] "
` [PATCH 22/28] batman-adv: Correct rcu refcounting for orig_node
  ` [B.A.T.M.A.N.] "
` [PATCH 23/28] batman-adv: increase refcount in create_neighbor to be consistent
  ` [B.A.T.M.A.N.] "
` [PATCH 24/28] batman-adv: remove orig_hash spinlock
  ` [B.A.T.M.A.N.] "
` [PATCH 25/28] batman-adv: rename global if_list to hardif_list
  ` [B.A.T.M.A.N.] "
` [PATCH 26/28] batman-adv: rename batman_if struct to hard_iface
  ` [B.A.T.M.A.N.] "
` [PATCH 27/28] batman-adv: Remove unused hdr_size variable in route_unicast_packet()
  ` [B.A.T.M.A.N.] "
` [PATCH 28/28] batman-adv: Disallow regular interface as mesh device
  ` [B.A.T.M.A.N.] "

[Xenomai-help] Illegal instruction running trivial-periodic on ARM with 2.5.5.2/2.6.33
 2011-03-05 12:30 UTC  (2+ messages)

[PATCH] PCI / PM: Add kerneldoc descrition of pci_pm_reset()
 2011-03-05 12:24 UTC 

[PATCH] PCI / PM: Add kerneldoc descrition of pci_pm_reset()
 2011-03-05 12:24 UTC 

[PATCH] PCI/ACPI: Report ASPM support to BIOS if not disabled from command line
 2011-03-05 12:21 UTC 

[PATCH] PCI/ACPI: Report ASPM support to BIOS if not disabled from command line
 2011-03-05 12:21 UTC 

[Bug 29363] New: [r300g] Starcraft 2: "r300 VP: Compiler error"
 2011-03-05 12:19 UTC  (2+ messages)
` [Bug 29363] "

[Qemu-devel] net: small fixes
 2011-03-05 12:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] net: fix trace when debug is activated in slirp

[xen-4.1-testing test] 6313: regressions - FAIL
 2011-03-05 12:18 UTC 

[PATCH] mmc: subtract boot sectors from disk size for eMMC 4.3+ devices
 2011-03-05 12:15 UTC 

[Qemu-devel] null mac address
 2011-03-05 12:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH] moving eeprom initialization
  ` [Qemu-devel] "

LVM2 ./WHATS_NEW lib/metadata/lv.c lib/metadat 
 2011-03-05 12:14 UTC 

[RFC/PATCH v7 0/5] Multi Format Codec 5.1 driver for s5pv310 SoC
 2011-03-05 12:10 UTC  (6+ messages)
` [RFC/PATCH v7 1/5] Changes in include/linux/videodev2.h for MFC 5.1

[PATCH v2 0/2] MAX8997/8966 MFD (includig PMIC) Initial Release
 2011-03-05 12:07 UTC  (9+ messages)
` [PATCH v2 1/2] MAX8997/8966 MFD Driver Initial Release (PMIC+RTC+MUIC+Haptic+...)
` [PATCH v2 2/2] MAX8997/8966 PMIC Regulator Driver Initial Release
` [PATCH 2/2] MAX8997/8966 RTC "
  ` [rtc-linux] "

[GIT PULL FOR 2.6.39] Media controller and OMAP3 ISP driver
 2011-03-05 12:03 UTC  (6+ messages)

[PATCH] powerpc/pseries: Enable Chelsio network and iWARP drivers
 2011-03-05 12:00 UTC 

[PATCH] pvops: Avoid re-alloc_intr_gate of hvm evtchn callback
 2011-03-05 11:59 UTC  (4+ messages)

[patch] Fix AF9015 Dual tuner i2c write failures
 2011-03-05 11:56 UTC  (11+ messages)

When do patches get into the releases?
 2011-03-05 11:51 UTC  (2+ messages)

[PATCH] Fix reading of released memory
 2011-03-05 11:52 UTC  (3+ messages)

[BUG] git-am silently applying patches incorrectly
 2011-03-05 11:51 UTC  (11+ messages)

[PATCH] [ARM] orion5x: use safer FPGA ID 'default' for TS-78xx
 2011-03-05 11:49 UTC  (3+ messages)
` [PATCHv2] "

tun: Failed to create tun sysfs files
 2011-03-05 11:48 UTC  (5+ messages)
  ` tun routing is broken [was: tun: Failed to create tun sysfs files]
    ` tun routing is broken

[PATCH] mm: check zone->all_unreclaimable in all_unreclaimable()
 2011-03-05 11:44 UTC  (2+ messages)

[PATCH/RFC 0/5] [media] s5p-tvout: Add S5P TVOUT driver
 2011-03-05 11:44 UTC  (2+ messages)

[PATCH 0/2] Valgrind fixes
 2011-03-05 11:44 UTC  (7+ messages)
` [PATCH 1/2] Fix read byte from char[-1] position
` [PATCH 2/2] Do not send random bytes in message

why is my repo size ten times bigger than what I expected?
 2011-03-05 11:41 UTC  (4+ messages)

[PATCH] Fix cpu offline bug
 2011-03-05 11:40 UTC  (2+ messages)

[PATCH 0/8 resend] dw_dmac: Extending support & minor fixes
 2011-03-05 11:38 UTC  (7+ messages)
` [PATCH 1/8 resend] dw_dmac: Remove compilation dependency from AVR32

Question about perform fb specific mmap
 2011-03-05 11:32 UTC 

2.6.38-rc6+: oops while hibernating, pcmcia?
 2011-03-05 11:26 UTC  (3+ messages)

[PATCH] power: disable hibernation if module loading is disabled
 2011-03-05 11:24 UTC  (8+ messages)

[PATCH] tmpfs: implement security.capability xattrs
 2011-03-05 11:21 UTC  (5+ messages)

[PATCH] ARM: S5PC210: add support for i2c PMICs on Universal_C210 board
 2011-03-05 11:21 UTC  (5+ messages)

Recall: [PATCH 1/2] ARM imx53: add pwm devices support
 2011-03-05 11:12 UTC  (2+ messages)

[Qemu-devel] Qemu support on android
 2011-03-05 11:00 UTC 

[Qemu-devel] [PATCH v4] rtl8139: add vlan support
 2011-03-05 10:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] rtl8139: add vlan tag extraction

BTRFS fsck tool
 2011-03-05 10:55 UTC  (3+ messages)

2.6.37 regression: adding main interface to a bridge breaks vlan interface RX
 2011-03-05 10:53 UTC  (12+ messages)

git-svn with big subversion repository
 2011-03-05 10:53 UTC  (2+ messages)

[PATCH 2/5] mfd: reentrance and revamp ab8500 gpadc fetching interface
 2011-03-05 10:46 UTC 

[PATCH 3/5] mfd: free dangling irq in ab8500 gpadc probe error path
 2011-03-05 10:46 UTC 

[PATCH 1/5] mfd: move ab8500 gpadc header to subdir
 2011-03-05 10:46 UTC 

[PATCH 5/5] mfd: fix ab8500-gpadc to measure charger current
 2011-03-05 10:46 UTC 

[PATCH 4/5] mfd: calibrate ab8500 gpadc using OTP values
 2011-03-05 10:46 UTC 

[PATCH 0/5] ab8500 gpadc fixes
 2011-03-05 10:45 UTC 

[ANNOUNCE] RT for v2.6.34.8 now available
 2011-03-05 10:44 UTC  (3+ messages)

From which point onwards the kernel execution starts
 2011-03-05 10:41 UTC  (3+ messages)

[PATCHSET] block: convert block drivers to ->check_events()
 2011-03-05 10:40 UTC  (4+ messages)

[PATCHSET] ptrace,signal: group stop / ptrace updates, take#2
 2011-03-05 10:37 UTC  (11+ messages)
` [PATCH 01/10] signal: fix SIGCONT notification code
` [PATCH 02/10] ptrace: remove the extra wake_up_state() from ptrace_detach()
` [PATCH 03/10] signal: remove superflous try_to_freeze() loop in do_signal_stop()
` [PATCH 04/10] ptrace: kill tracehook_notify_jctl()
` [PATCH 05/10] ptrace: add @why to ptrace_stop()
` [PATCH 06/10] signal: fix premature completion of group stop when interfered by ptrace
` [PATCH 07/10] signal: use GROUP_STOP_PENDING to stop once for a single group stop
` [PATCH 08/10] ptrace: participate in group stop from ptrace_stop() iff the task is trapping for "
` [PATCH 09/10] ptrace: make do_signal_stop() use ptrace_stop() if the task is being ptraced
` [PATCH 10/10] ptrace: clean transitions between TASK_STOPPED and TRACED

[RFC PATCH] net/core: fix skb handling on netif serves for both bridge and vlan
 2011-03-05 10:36 UTC  (2+ messages)

[PATCH v2 2/2] ARM: Enable TS-78XX features in unknown revisions
 2011-03-05 10:32 UTC 

[Qemu-devel] [PATCH 1/3] w32: Add new directory hierarchy for MinGW extensions
 2011-03-05 10:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/3] w32: Add macro timersub to sys/time.h

[patch net-next-2.6 0/8] mostly bonding rx path changes
 2011-03-05 10:30 UTC  (2+ messages)

[REVIEW] NVM Express driver
 2011-03-05 10:28 UTC  (12+ messages)

[PATCH v3] OMAP3+: OPP: Replace voltage values with Macros
 2011-03-05 10:27 UTC  (2+ messages)

when use sriov, guest os could not access the vf device assigned
 2011-03-05 10:21 UTC  (3+ messages)

Question about free_pgd_slow ?
 2011-03-05 10:19 UTC  (3+ messages)

[PATCH v2] OMAP2PLUS: Replace voltage values with Macros
 2011-03-05 10:18 UTC  (3+ messages)

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze
 2011-03-05 10:16 UTC 

[PATCH] Check for immutable flag in fallocate path
 2011-03-05 10:10 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] Check for immutable/append "
      ` [PATCH v3][RESEND] "

[Qemu-devel] 68k and BeBox (was SymbianOS, MeeGO, WebOS and QEMU)
 2011-03-05 10:13 UTC  (3+ messages)

Micorsoft Promo (Your Reference No: UK/9420X/05)
 2011-03-05 10:12 UTC 

[Qemu-devel] Gagnez des voyages 
 2011-03-04 13:31 UTC 

HCI core error recovery
 2011-03-05 10:03 UTC  (6+ messages)

pm-core: recursive dependency on config
 2011-03-05  9:57 UTC  (3+ messages)


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.