All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-02-18 12:07:35 to 2013-02-18 12:46:09 UTC [more...]

[PATCH v6 00/46] CPU hotplug: stop_machine()-free CPU hotplug
 2013-02-18 12:44 UTC  (126+ messages)
` [PATCH v6 01/46] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v6 02/46] percpu_rwlock: Introduce per-CPU variables for the reader and the writer
` [PATCH v6 03/46] percpu_rwlock: Provide a way to define and init percpu-rwlocks at compile time
` [PATCH v6 04/46] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v6 05/46] percpu_rwlock: Make percpu-rwlocks IRQ-safe, optimally
` [PATCH v6 06/46] percpu_rwlock: Rearrange the read-lock code to fastpath nested percpu readers
` [PATCH v6 07/46] percpu_rwlock: Allow writers to be readers, and add lockdep annotations
` [PATCH v6 08/46] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v6 09/46] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v6 10/46] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
` [PATCH v6 11/46] smp, cpu hotplug: Fix on_each_cpu_*() "
` [PATCH v6 12/46] sched/timer: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 13/46] sched/migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v6 14/46] sched/rt: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 15/46] tick: "
` [PATCH v6 16/46] time/clocksource: "
` [PATCH v6 17/46] clockevents: Use get/put_online_cpus_atomic() in clockevents_notify()
` [PATCH v6 18/46] softirq: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 19/46] irq: "
` [PATCH v6 20/46] net: "
` [PATCH v6 21/46] block: "
` [PATCH v6 22/46] crypto: pcrypt - Protect access to cpu_online_mask with get/put_online_cpus()
` [PATCH v6 23/46] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 24/46] [SCSI] fcoe: "
` [PATCH v6 25/46] staging: octeon: "
` [PATCH v6 26/46] x86: "
` [PATCH v6 27/46] perf/x86: "
` [PATCH v6 28/46] KVM: Use get/put_online_cpus_atomic() to prevent CPU offline from atomic context
` [PATCH v6 29/46] kvm/vmx: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 30/46] x86/xen: "
` [PATCH v6 31/46] alpha/smp: "
` [PATCH v6 32/46] blackfin/smp: "
` [PATCH v6 33/46] cris/smp: "
` [PATCH v6 34/46] hexagon/smp: "
` [PATCH v6 35/46] ia64: "
` [PATCH v6 36/46] m32r: "
` [PATCH v6 37/46] MIPS: "
` [PATCH v6 38/46] mn10300: "
` [PATCH v6 39/46] parisc: "
` [PATCH v6 40/46] powerpc: "
` [PATCH v6 41/46] sh: "
` [PATCH v6 42/46] sparc: "
` [PATCH v6 43/46] tile: "
` [PATCH v6 44/46] cpu: No more __stop_machine() in _cpu_down()
` [PATCH v6 45/46] CPU hotplug, stop_machine: Decouple CPU hotplug from stop_machine() in Kconfig
` [PATCH v6 46/46] Documentation/cpu-hotplug: Remove references to stop_machine()

[PATCH] cfg80211: add correct docbook entries
 2013-02-18 12:45 UTC  (2+ messages)

[PATCH] xmalloc: make close-to-PAGE_SIZE allocations more efficient
 2013-02-18 12:45 UTC 

build dependency cycles in openembedded
 2013-02-18 12:26 UTC  (2+ messages)

omap_hsmmc: SDIO IRQ on AM335x family
 2013-02-18 12:42 UTC  (5+ messages)
` [PATCH] mmc: omap_hsmmc: Enable SDIO IRQ using a GPIO in idle mode

[PATCH 0/1] ARM: DTS: OMAP4: Add OMAP4 Blaze Tablet support
 2013-02-18 12:41 UTC  (3+ messages)
` [PATCH 1/1] "

More fun with unmounting ESTALE directories
 2013-02-18 12:41 UTC  (4+ messages)

[PATCH 0/3] drm/i915: More page flip vs. reset improvements
 2013-02-18 12:41 UTC  (13+ messages)
` [PATCH v2 1/3] drm/i915: Wake up pending_flip_queue as part of reset handling
` [PATCH 3/3] drm/i915: Update primary planes after a GPU reset

[PATCH] gdk-pixbuf: upgrade to 2.27.1
 2013-02-18 12:25 UTC 

RCU?: Scheduling while atomic with 3.4.23-rt33
 2013-02-18 12:40 UTC  (2+ messages)
  ` [patch] "

[pull] tilcdc-next for 3.9
 2013-02-18 12:40 UTC  (8+ messages)

[U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12
 2013-02-18 12:39 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/9] USB: Gadget & DFU related fixes
 2013-02-18 12:38 UTC  (4+ messages)
` [U-Boot] [PATCH v3 9/9] dfu: Support larger than memory transfers

ARM: mach-shmobile: r8a7779, marzen: Reference DT implementation
 2013-02-18 12:37 UTC  (12+ messages)
` [PATCH 3/4] ARM: mach-shmobile: r8a7779: Minimal setup using DT

[PATCH] credit: track residual from divisions done during accounting
 2013-02-18 12:37 UTC 

[RFC PATCH] xfrm: release neighbor upon dst destruction
 2013-02-18 12:36 UTC 

[PATCH v3 0/2] sched: fix nr_busy_cpus
 2013-02-18 12:36 UTC  (3+ messages)
` [PATCH v3 1/2] sched: fix init NOHZ_IDLE flag

[PATCH linux-next]cputime: fix compiler warning caused by timeval_to_cputime()
 2013-02-18 12:31 UTC  (2+ messages)

DomU trying to write on an IO Port
 2013-02-18 12:31 UTC 

[PATCH NET-NEXT] bonding: fix bond_release_all inconsistencies
 2013-02-18 12:27 UTC 

Re: [PATCH v2 02/15] user-manual: Update for receive.denyCurrentBranch=refuse
 2013-02-18 12:27 UTC  (10+ messages)
` [PATCH v3 0/9] User manual updates
  ` [PATCH v3 6/9] user-manual: Use 'git config --global user.*' for setup
  ` [PATCH v3 9/9] user-manual: Use -o latest.tar.gz to create a gzipped tarball

[U-Boot] [PATCH v7 01/19] nand: mxc: Prepare to add support for i.MX5
 2013-02-18 12:28 UTC  (10+ messages)
` [U-Boot] [PATCH v7 13/19] Makefile: u-boot-with-spl.bin: Fix SPL padding
` [U-Boot] [PATCH v7 16/19] arm926ejs: Remove deprecated and now unused NAND SPL

fsl-image-gui build stuck at parted-native-3.1-r0 do_configure()
 2013-02-18 12:27 UTC  (5+ messages)

[PATCH] drm/i915: Eliminate race from gen2/3 page flip interrupt handling
 2013-02-18 12:27 UTC  (5+ messages)

[PATCH 0/2] ARM: dts: OMAP3: Add GPMC controller and NAND memory to Overo
 2013-02-18 12:26 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: OMAP3: Add GPMC controller

[PATCH] ACPI / scan: Make it clear that acpi_bus_trim() cannot fail
 2013-02-18 12:25 UTC  (2+ messages)

gdtr value
 2013-02-18 12:25 UTC  (2+ messages)

linux-next: manual merge of the pm tree with the pci tree
 2013-02-18 12:30 UTC  (2+ messages)

[RFC PATCH 0/6] kvm/ppc/mpic: in-kernel irqchip
 2013-02-18 12:21 UTC  (4+ messages)
` [RFC PATCH 1/6] kvm: add device control API

linux-next: manual merge of the pm tree with the pci tree
 2013-02-18 12:28 UTC  (2+ messages)

[U-Boot] How to generate an interrupt from u-boot
 2013-02-18 12:21 UTC 

[Buildroot] [RFC] Support libraries for TI OMAP and DaVinci DSP accelerators
 2013-02-18 12:21 UTC  (5+ messages)

[PATCH] augeas: upgrade to 1.0.0
 2013-02-18 12:05 UTC 

[Buildroot] [PATCH] gnutls: bump to version 3.1.8
 2013-02-18 12:20 UTC 

[Buildroot] [PATCH] libcurl: add SASL security patch
 2013-02-18 12:20 UTC 

[PATCH] shared-mime-info: upgrade to 1.1
 2013-02-18 12:04 UTC 

[PATCH] fuse: make fuse daemon frozen along with kernel threads
 2013-02-18 12:26 UTC  (4+ messages)
` Getting rid of freezer for suspend [was Re: [fuse-devel] [PATCH] fuse: make fuse daemon frozen along with kernel threads]

[PATCH] cairo: upgrade to 1.12.14
 2013-02-18 12:04 UTC 

[Buildroot] [PATCH] openssl: bump to version 1.0.1e
 2013-02-18 12:19 UTC  (2+ messages)

[PATCH] groff: upgrade to 1.22.2
 2013-02-18 12:03 UTC 

[PATCH] i2c: mux: Remove unneeded platform_set_drvdata to NULL in remove
 2013-02-18 12:17 UTC  (5+ messages)
` [PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls

[Buildroot] [git commit] openssl: bump to version 1.0.1e
 2013-02-18 12:15 UTC 

[PATCH 1/3] HID: extend autodetect to handle I2C sensors as well
 2013-02-18 12:13 UTC  (9+ messages)
` [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus

[PATCH] net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmalloc() fails
 2013-02-18 12:13 UTC  (2+ messages)

Possible to rescue SW Raid5 with 2 missing Disks
 2013-02-18 12:13 UTC 

ixgbe: Regression, unsupported SFP+ modules on 10Gbit/s X520 NIC no longer work with allow_unsupported_sfp=1
 2013-02-18 12:13 UTC  (3+ messages)
  ` AW: "

[U-Boot] [PATCH 0/4 V3] EXYNOS5: Add GPIO numbering feature
 2013-02-18 12:10 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4 V3] EXYNOS5: Add gpio pin "

xl segfaults on latest staging/xen-unstable
 2013-02-18 12:10 UTC  (3+ messages)

[PATCH v3 00/12] enhance DT support on gpio pxa
 2013-02-18 12:10 UTC  (4+ messages)
` [PATCH v3 11/12] gpio: pxa: discard irq base in pxa_gpio_chip

[Buildroot] [PATCH] ntfs-3g: needs mmu
 2013-02-18 12:07 UTC  (2+ 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.