All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-02-01 19:06:54 to 2012-02-01 19:51:43 UTC [more...]

[PATCH RFC 0/41] RCU commits for 3.4
 2012-02-01 19:41 UTC  (36+ messages)
` [PATCH RFC tip/core/rcu 01/41] rcu: Bring RTFP.txt up to date
  ` [PATCH RFC tip/core/rcu 02/41] rcu: Improve synchronize_rcu() diagnostics
  ` [PATCH RFC tip/core/rcu 03/41] rcu: Add lockdep-RCU checks for simple self-deadlock
  ` [PATCH RFC tip/core/rcu 04/41] rcu: Add diagnostic for misaligned rcu_head structures
  ` [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 07/41] s390: Convert call_rcu() to kfree_rcu()
  ` [PATCH RFC tip/core/rcu 08/41] tcm_fc: "
  ` [PATCH RFC tip/core/rcu 09/41] ipv4: "
  ` [PATCH RFC tip/core/rcu 11/41] mac80211: "
  ` [PATCH RFC tip/core/rcu 12/41] rcu: Simplify offline processing
  ` [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 RFC tip/core/rcu 16/41] rcu: Don't make callbacks go through second full grace period
  ` [PATCH RFC tip/core/rcu 17/41] rcu: Remove single-rcu_node optimization in rcu_start_gp()
  ` [PATCH RFC tip/core/rcu 19/41] rcu: Streamline code produced by __rcu_read_unlock()
  ` [PATCH RFC tip/core/rcu 20/41] rcu: Prevent RCU callbacks from executing before scheduler initialized
  ` [PATCH RFC tip/core/rcu 22/41] rcu: Simplify unboosting checks
  ` [PATCH RFC tip/core/rcu 23/41] rcu: Clean up straggling rcu_preempt_needs_cpu() name
  ` [PATCH RFC tip/core/rcu 25/41] rcu: Make rcu_sleep_check() also check rcu_lock_map
  ` [PATCH RFC tip/core/rcu 26/41] rcu: Note that rcu_access_pointer() can be used for teardown
  ` [PATCH RFC tip/core/rcu 27/41] rcu: Remove #ifdef CONFIG_SMP from TREE_RCU
  ` [PATCH RFC tip/core/rcu 28/41] rcu: Set RCU CPU stall times via sysfs
  ` [PATCH RFC tip/core/rcu 29/41] rcu: Print scheduling-clock information on RCU CPU stall-warning messages
  ` [PATCH RFC tip/core/rcu 30/41] rcutorture: Permit holding off CPU-hotplug operations during boot
  ` [PATCH RFC tip/core/rcu 31/41] rcu: Add CPU-stall capability to rcutorture
  ` [PATCH RFC tip/core/rcu 32/41] rcu: Update stall-warning documentation
  ` [PATCH RFC tip/core/rcu 33/41] rcu: Make boolean rcutorture parameters be of type "bool"
  ` [PATCH RFC tip/core/rcu 34/41] rcu: Check for illegal use of RCU from offlined CPUs
  ` [PATCH RFC tip/core/rcu 35/41] rcu: Move synchronize_sched_expedited() to rcutree.c
  ` [PATCH RFC tip/core/rcu 36/41] rcu: No interrupt disabling for rcu_prepare_for_idle()
  ` [PATCH RFC tip/core/rcu 37/41] lockdep: Add CPU-idle/offline warning to lockdep-RCU splat
  ` [PATCH RFC tip/core/rcu 39/41] rcu: Wait at least a jiffy before declaring a CPU to be offline
  ` [PATCH RFC tip/core/rcu 40/41] rcu: Call out dangers of expedited RCU primitives
  ` [PATCH RFC tip/core/rcu 41/41] rcu: Trace only after NULL-pointer check

[Qemu-devel] [PATCH 00/22] qom: use Type system to register all devices (v2)
 2012-02-01 19:50 UTC  (6+ messages)
` [Qemu-devel] [PATCH 01/22] usb-hid: simplify class initialization a bit
` [Qemu-devel] [PATCH 02/22] usb: separate out legacy usb registration from type registration
` [Qemu-devel] [PATCH 03/22] qdev: make DeviceInfo private
` [Qemu-devel] [PATCH 04/22] qdev: remove info from class
` [Qemu-devel] [PATCH 06/22] qdev: refactor device creation to allow bus_info to be set only in class

[PATCH 00/10] cgroups: Task counter subsystem v8
 2012-02-01 19:51 UTC  (5+ messages)

An Interface with alias
 2012-02-01 19:51 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] SPL: Add YMODEM over UART load support
 2012-02-01 19:51 UTC  (10+ messages)

Bug report: stash in upstream caused remote fetch to fail
 2012-02-01 16:59 UTC 

FireWire/SBP2 Target mode
 2012-02-01 19:50 UTC  (3+ messages)

[PATCH v2 0/6] staging:iio: Event handling updates
 2012-02-01 19:49 UTC  (2+ messages)

should we switch off patchwork for oe-core and bitbake projects
 2012-02-01 19:36 UTC  (10+ messages)
  ` [OE-core] "
          ` [bitbake-devel] "

[PATCH 1/2] NFS: dont allow minorversion= opt when vers != 4
 2012-02-01 19:48 UTC  (6+ messages)
` [PATCH 2/2] NFS: add mount option 'v4.1'

[PATCH] [trivial] atm: Fix typo in lanai.c
 2012-02-01 19:46 UTC  (2+ messages)

[PATCH] rpcbind: add support for systemd socket activation
 2012-02-01 19:48 UTC  (6+ messages)

Crashing / unable to start domUs due to high number of luns?
 2012-02-01 19:48 UTC  (3+ messages)

[Qemu-devel] [PATCH 01/23] usb-hid: simplify class initialization a bit
 2012-02-01 19:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH 09/23] qdev: kill of DeviceInfo
` [Qemu-devel] [PATCH 21/23] object: sure up reference counting
` [Qemu-devel] [PATCH 22/23] container: make a decendent of Object

[PATCH net] ethtool: Null-terminate filename passed to ethtool_ops::flash_device
 2012-02-01 19:47 UTC  (2+ messages)

Memory corruption due to word sharing
 2012-02-01 19:47 UTC  (8+ messages)

[PATCH v4] [media] s5p-g2d: Add HFLIP and VFLIP support
 2012-02-01 19:46 UTC  (2+ messages)

[PATCH] [trivial] vmxnet3: Fix typo in vmxnet3_drv.c
 2012-02-01 19:46 UTC  (2+ messages)

Dual WAN setup redux
 2012-02-01 19:46 UTC  (4+ messages)

R600 definition error for interrupt handler swap
 2012-02-01 19:46 UTC  (2+ messages)

[Patch v2] net: move ifenslave from Documentation/networking to tools/networking
 2012-02-01 19:45 UTC  (2+ messages)

[PATCH] net: Disambiguate kernel message
 2012-02-01 19:42 UTC  (4+ messages)

efficient removal of old objects
 2012-02-01 19:43 UTC  (6+ messages)

[PATCH net-next] drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
 2012-02-01 19:40 UTC  (5+ messages)
` [PATCH net-next] drivers/net: Remove alloc_etherdev error messages
  ` [PATCH net-next] net: dev: Convert printks to pr_<level>

[PATCH RESEND 00/16] some compiler warning fixes
 2012-02-01 19:40 UTC  (3+ messages)
` [PATCH 14/16] hamradio: fix incompatible pointer in module parameter

can't compile latest compat-wireless under kernel 3.2 even using git
 2012-02-01 19:32 UTC 

not supported hardware: Gigabyte K8100 Aivia USB Gaming Keyboard
 2012-02-01 19:35 UTC  (6+ messages)

[PATCH 1/5] net/hyperv: Convert camel cased variables in rndis_filter.c to lower cases
 2012-02-01 19:39 UTC  (3+ messages)

[PATCH] Implement IP_UNICAST_IF socket option
 2012-02-01 19:39 UTC  (4+ messages)

[Qemu-discuss] E1000 & virtio will not respect set MTU
 2012-02-01 19:52 UTC 

[patch v7, kernel version 3.2.1] Source mode for macvlan interface
 2012-02-01 19:34 UTC  (2+ messages)

[PATCH 1/2] ath9k: recover the chip from tx/rx stuck
 2012-02-01 19:35 UTC  (2+ messages)

[net-next] ixgbe: Add module parameter to allow untested and unsafe SFP+ modules
 2012-02-01 19:35 UTC  (3+ messages)

[PATCH v2] pinctrl: pin configuration states
 2012-02-01 19:34 UTC  (2+ messages)

Query regarding Kmemleak
 2012-02-01 19:33 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 0/7] pit, hpet, pcspk: fixes & preparation for KVM
 2012-02-01 19:31 UTC  (16+ messages)
`  "
` [Qemu-devel] [PATCH v4 1/7] i8254: Do not raise IRQ level on reset
  `  "
` [PATCH v4 2/7] hpet: Save/restore cached RTC IRQ level
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v4 3/7] i8254: Factor out interface header
  `  "
` [Qemu-devel] [PATCH v4 4/7] i8254: Pass alternative IRQ output object on initialization
  `  "
` [Qemu-devel] [PATCH v4 5/7] i8254: Rework & fix interaction with HPET in legacy mode
  `  "
` [Qemu-devel] [PATCH v4 6/7] pcspk: Convert to qdev
  `  "
` [PATCH v4 7/7] i8254: Factor out pit_get_channel_info
  ` [Qemu-devel] "

[U-Boot] [PATCH V6 - Part 1 - 1/1] mx6q: define GPIO macros for translating between ordinals and port:index
 2012-02-01 19:31 UTC  (5+ messages)
` [U-Boot] [PATCH V6 - Part 3 - 0/2] SPI flash enhancements: allow default bus and chip-selects

ipset & iptables
 2012-02-01 19:31 UTC  (3+ messages)

Rebase regression in v1.7.9?
 2012-02-01 19:30 UTC  (3+ messages)

[PATCH] net/hyperv: rx_bytes should account the ether header size
 2012-02-01 19:30 UTC  (2+ messages)

[PATCH 0 of 6] libxl: refactor suspend/resume code
 2012-02-01 19:30 UTC  (8+ messages)
` [PATCH 4 of 6] libxl: support suspend_cancel in domain_resume

[PATCH] pinctrl: pin configuration states
 2012-02-01 19:28 UTC  (4+ messages)

[PATCH] net/hyperv: fix the issue that large packets be dropped by bridge
 2012-02-01 19:28 UTC  (2+ messages)

[PATCH 0/2] ARM: OMAP2+: PM: miscellaneous powerdomain-related improvements
 2012-02-01 19:27 UTC  (6+ messages)
` [PATCH 1/2] ARM: OMAP3: PM: remove superfluous calls to pwrdm_clear_all_prev_pwrst()

VLAN 1 - Native
 2012-02-01 19:26 UTC  (7+ messages)

stateid sequence numbers
 2012-02-01 17:30 UTC 

[Bug 41569] New: [r600 KMS] Asus A35T A4-3400
 2012-02-01 19:26 UTC  (2+ messages)
` [Bug 41569] [r600 KMS] Asus A53T A4-3400

[net-next PATCH] be2net: add descriptions for stat counters reported via ethtool
 2012-02-01 19:25 UTC  (2+ messages)

[PATCH] xfstests: Introduce a new SEEK_DATA/SEEK_HOLE tester
 2012-02-01 19:24 UTC  (2+ messages)

[WARN] offlining CPUs yields warning at arch/x86/kernel/smp.c:120
 2012-02-01 19:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v11 0/9] ARM: Samsung Exynos4210-based boards support
 2012-02-01 19:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH v11 1/9] ARM: exynos4210: IRQ subsystem support

[PATCH net-next 1/2] netpoll: Convert printks to np_<level> and add pr_fmt
 2012-02-01 19:22 UTC  (4+ messages)
` [PATCH net-next 2/2] netpoll: Neaten MAX_SKB_SIZE macro

[meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2
 2012-02-01 19:11 UTC  (3+ messages)

DVB TS/PES filters
 2012-02-01 17:40 UTC  (3+ messages)

[PATCH] bna: add readme file
 2012-02-01 19:18 UTC  (2+ messages)

[PATCH] pinctrl: restore pin naming
 2012-02-01 19:18 UTC  (2+ messages)

RFC: Device isolation groups
 2012-02-01 19:17 UTC  (11+ messages)
` [PATCH 2/3] device_isolation: Support isolation on POWER p5ioc2 bridges
  ` [Qemu-devel] "
` [PATCH 3/3] device_isolation: Support isolation on POWER p7ioc (IODA) bridges
  ` [Qemu-devel] "

[PATCH] powerpc: use string library
 2012-02-01 19:15 UTC  (3+ messages)
` [PATCH] mISDN: use memchr_inv

[LSF/MM TOPIC] end-to-end data and metadata corruption detection
 2012-02-01 18:30 UTC  (11+ messages)
        ` [Lsf-pc] "

[PATCH] bna: Implement ethtool flash_device entry point
 2012-02-01 19:14 UTC  (2+ messages)

[PATCH] compat: add __cancel_delayed_work()
 2012-02-01 19:14 UTC  (3+ messages)

Formatting of backing device
 2012-02-01 19:12 UTC  (2+ messages)

[PATCH 1/4] rt2800: radio 3xxx: reprogram only lower bits of RF_R3
 2012-02-01 19:11 UTC  (4+ messages)
` [PATCH 4/4] rt2800: radio 3xxxx: channel switch RX/TX calibration fixes
  ` [PATCH 5/4] rt2800: document RF_R03 register bits [7:4]
    ` [rt2x00-users] "

[lm-sensors] [PATCH 24/24] hwmon: (hwmon-vid) Drop optional API function parameters
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 23/24] hwmon: (lm93) Make cpu0_vid and cpu1_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 22/24] hwmon: (lm78) Make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 21/24] hwmon: (w83793) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 20/24] hwmon: (w83791d) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 19/24] hwmon: (w83781d) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 18/24] hwmon: (w83627hf) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 17/24] hwmon: (w83627ehf) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 16/24] hwmon: (vt1211) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 15/24] hwmon: (via-cputemp) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 14/24] hwmon: (smsc47m192) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 13/24] hwmon: (pc87360) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 12/24] hwmon: (lm87) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:11 UTC 

[lm-sensors] [PATCH 11/24] hwmon: (lm85) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 10/24] hwmon: (it87) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 09/24] hwmon: (gl520sm) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 08/24] hwmon: (dme1737) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 07/24] hwmon: (atxp1) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 06/24] hwmon: (asb100) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 05/24] hwmon: (adt7475) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 04/24] hwmon: (adm9240) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 03/24] hwmon: (adm1026) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 02/24] hwmon: (adm1025) Drop vrm attribute, and make cpu0_vid conditional
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH v2 01/24] hwmon: (hwmon-vid) Determine vrm during initialization, and add vrm mo
 2012-02-01 19:10 UTC 

[lm-sensors] [PATCH 0/24] hwmon: Remove vrm sysfs attribute
 2012-02-01 19:10 UTC 

[PATCH] drivercore: Output common devicetree information in uevent
 2012-02-01 19:09 UTC  (2+ messages)

Memory corruption due to word sharing
 2012-02-01 19:09 UTC  (7+ messages)

[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
 2012-02-01 19:09 UTC  (10+ messages)
` [PATCH 0/8] XSM/FLASK updates part 2: booleans, stubdoms
  ` [PATCH 1/8] xen/xsm: fix incorrect handling of XSM hook return
  ` [PATCH 2/8] xsm/flask: allow policy booleans to be addressed by name
  ` [PATCH 3/8] libflask: Add boolean manipulation functions
  ` [PATCH 4/8] flask: add flask-{get,set}-bool tools
  ` [PATCH 5/8] flask/policy: Add boolean example
  ` [PATCH 6/8] libxl: Add device_model_stubdomain_seclabel
  ` [PATCH 7/8] flask/policy: add device model types to example policy
  ` [PATCH 8/8] xsm/flask: Improve domain ID auditing in AVCs

[PATCH v4 0/5] Support for OMAP4 Digital Microphone interface
 2012-02-01 19:08 UTC  (11+ messages)
` [PATCH v4 1/5] OMAP4: hwmod: Add names for DMIC memory address space

[PATCH 1/2] drm/radeon/kms: common definitions for blit copy code
 2012-02-01 19:07 UTC  (4+ messages)
` [PATCH 2/2] drm/radeon/kms/blit: workaround for a possible hardware bug

[LSF/MM TOPIC][ATTEND]IOPS based ioscheduler
 2012-02-01 18:54 UTC  (4+ messages)
    ` [Lsf-pc] "

[meta-gnome][PATCH 1/2] Add recipe for gmtk 1.0.5
 2012-02-01 18:56 UTC  (2+ messages)
` [meta-gnome][PATCH v3] gnome-mplayer: Add recipe for version 1.0.5


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.