linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-03 18:37:42 to 2012-02-04 02:46:25 UTC [more...]

[patch cr 0/4] [patch cr 0/@total@]
 2012-02-04  2:46 UTC  (19+ messages)
` [patch cr 2/4] [RFC] syscalls, x86: Add __NR_kcmp syscall v7
            ` [PATCH] SubmittingPatches: Increase the line length limit from 80 to 100 colums
                ` [PATCH] checkpatch: Warn on code with 6+ tab indentation

[PATCH 0/8] Fix filesystem freezing
 2012-02-04  2:42 UTC  (5+ messages)
` [PATCH 6/8] xfs: Use generic writers counter instead of m_active_trans counter

[PATCH -v4 0/15] PCI: allocate pci bus num range for unassigned bridge busn
 2012-02-04  2:30 UTC  (5+ messages)
` [PATCH 02/15] PCI: Add iobusn_resource

[perf] perf top segfaulting
 2012-02-04  2:24 UTC  (2+ messages)

sysfs regression: wrong link counts
 2012-02-04  2:14 UTC  (5+ messages)
  ` network regression: cannot rename netdev twice

[RFC] Next gen kvm api
 2012-02-04  2:08 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH tip/core/rcu 0/N] v2 RCU commits for 3.4
 2012-02-04  1:45 UTC  (48+ messages)
` [PATCH tip/core/rcu 01/47] rcu: Bring RTFP.txt up to date
  ` [PATCH tip/core/rcu 02/47] rcu: Improve synchronize_rcu() diagnostics
  ` [PATCH tip/core/rcu 03/47] rcu: Add lockdep-RCU checks for simple self-deadlock
  ` [PATCH tip/core/rcu 04/47] rcu: Add diagnostic for misaligned rcu_head structures
  ` [PATCH tip/core/rcu 05/47] rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
  ` [PATCH tip/core/rcu 06/47] rcu: Move RCU_TRACE to lib/Kconfig.debug
  ` [PATCH tip/core/rcu 07/47] s390: Convert call_rcu() to kfree_rcu(), drop ext_int_hash_update()
  ` [PATCH tip/core/rcu 08/47] tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free()
  ` [PATCH tip/core/rcu 09/47] ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()
  ` [PATCH tip/core/rcu 10/47] ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu
  ` [PATCH tip/core/rcu 11/47] mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()
  ` [PATCH tip/core/rcu 12/47] rcu: Simplify offline processing
  ` [PATCH tip/core/rcu 13/47] rcu: Make rcutorture flag online/offline failures
  ` [PATCH tip/core/rcu 14/47] rcu: Limit lazy-callback duration
  ` [PATCH tip/core/rcu 15/47] rcu: Check for callback invocation from offline CPUs
  ` [PATCH tip/core/rcu 16/47] rcu: Don't make callbacks go through second full grace period
  ` [PATCH tip/core/rcu 17/47] rcu: Remove single-rcu_node optimization in rcu_start_gp()
  ` [PATCH tip/core/rcu 18/47] rcu: Protect __rcu_read_unlock() against scheduler-using irq handlers
  ` [PATCH tip/core/rcu 19/47] rcu: Streamline code produced by __rcu_read_unlock()
  ` [PATCH tip/core/rcu 20/47] rcu: Prevent RCU callbacks from executing before scheduler initialized
  ` [PATCH tip/core/rcu 21/47] rcu: Inform RCU of irq_exit() activity
  ` [PATCH tip/core/rcu 22/47] rcu: Simplify unboosting checks
  ` [PATCH tip/core/rcu 23/47] rcu: Clean up straggling rcu_preempt_needs_cpu() name
  ` [PATCH tip/core/rcu 24/47] rcu: Check for idle-loop entry while in RCU read-side critical section
  ` [PATCH tip/core/rcu 25/47] rcu: Make rcu_sleep_check() also check rcu_lock_map
  ` [PATCH tip/core/rcu 26/47] rcu: Note that rcu_access_pointer() can be used for teardown
  ` [PATCH tip/core/rcu 27/47] rcu: Remove #ifdef CONFIG_SMP from TREE_RCU
  ` [PATCH tip/core/rcu 28/47] rcu: Set RCU CPU stall times via sysfs
  ` [PATCH tip/core/rcu 29/47] rcu: Print scheduling-clock information on RCU CPU stall-warning messages
  ` [PATCH tip/core/rcu 30/47] rcutorture: Permit holding off CPU-hotplug operations during boot
  ` [PATCH tip/core/rcu 31/47] rcu: Make documentation give more realistic rcutorture duration
  ` [PATCH tip/core/rcu 32/47] rcu: Add CPU-stall capability to rcutorture
  ` [PATCH tip/core/rcu 33/47] rcu: Update stall-warning documentation
  ` [PATCH tip/core/rcu 34/47] rcu: Make boolean rcutorture parameters be of type "bool"
  ` [PATCH tip/core/rcu 35/47] rcu: Check for illegal use of RCU from offlined CPUs
  ` [PATCH tip/core/rcu 36/47] rcu: Move synchronize_sched_expedited() to rcutree.c
  ` [PATCH tip/core/rcu 37/47] rcu: No interrupt disabling for rcu_prepare_for_idle()
  ` [PATCH tip/core/rcu 38/47] lockdep: Add CPU-idle/offline warning to lockdep-RCU splat
  ` [PATCH tip/core/rcu 39/47] rcu: Rework detection of use of RCU by offline CPUs
  ` [PATCH tip/core/rcu 40/47] rcu: Call out dangers of expedited RCU primitives
  ` [PATCH tip/core/rcu 41/47] rcu: Trace only after NULL-pointer check
  ` [PATCH tip/core/rcu 42/47] rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdep
  ` [PATCH tip/core/rcu 43/47] PTR_ERR should be called before its argument is cleared
  ` [PATCH tip/core/rcu 44/47] rcu: Remove redundant check for rcu_head misalignment
  ` [PATCH tip/core/rcu 45/47] rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()
  ` [PATCH tip/core/rcu 46/47] rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections
  ` [PATCH tip/core/rcu 47/47] cpuidle: Inform RCU of "

PROBLEM: USB regression on TS-7800 board
 2012-02-04  1:27 UTC 

[PATCH v6 1/3] seccomp: kill the seccomp_t typedef
 2012-02-04  1:05 UTC  (7+ messages)
` [PATCH v6 2/3] seccomp_filters: system call filtering using BPF

[rfc PATCH]slub: per cpu partial statistics change
 2012-02-04  0:56 UTC  (3+ messages)

[PATCH 0/2] Initial DT only generic pinctrl-simple driver
 2012-02-04  0:55 UTC  (5+ messages)
` [PATCH 1/2] pinmux: Export pinmux_register_mappings for pinmux modules
` [PATCH 2/2] pinctrl: Add simple pinmux driver using device tree data

[PATCH 1/2] um: Use generic io.h
 2012-02-04  0:44 UTC  (5+ messages)
` [PATCH] um: Cleanup headers files

[patch v1, kernel version 3.2.1] rtnetlink workaround around the skb buff size issue
 2012-02-04  0:29 UTC  (2+ messages)

3.0 does not survive make -j [sic] on a kernel tree
 2012-02-04  0:24 UTC  (2+ messages)

[PATCH v4 0/4] generic irq chip domain support
 2012-02-03 23:47 UTC  (6+ messages)
` [PATCH v4 1/4] ARM: kconfig: always select IRQ_DOMAIN
` [PATCH v4 2/4] irq: add irq_domain support to generic-chip
` [PATCH v4 3/4] ARM: imx: add irq domain support to tzic
` [PATCH v4 4/4] gpio: pl061: enable interrupts with DT style binding

[PATCH] compat: add compat kernel checker and downloader
 2012-02-03 23:43 UTC 

linux-next: build failure after merge of the gpio tree
 2012-02-03 23:18 UTC  (2+ messages)

[PATCH] gpiolib/arches: Centralise bolierplate asm/gpio.h
 2012-02-03 23:16 UTC  (4+ messages)

huge debug_objects_cache. swapping but 25% mem free
 2012-02-03 23:12 UTC  (3+ messages)

[RFC][PATCH v4 -next 1/4] Move kmsg_dump(KMSG_DUMP_PANIC) below smp_send_stop()
 2012-02-03 22:57 UTC  (12+ messages)

[GIT] HID
 2012-02-03 22:56 UTC  (3+ messages)

[PATCH 0/3] apple_bl: Add support for gmux backlight control
 2012-02-03 22:51 UTC  (7+ messages)
` [PATCH 1/3] apple_bl: Convert printks to pr_<level>
` [PATCH 2/3] apple_bl: Rework in advance of gmux backlight support
` [PATCH 3/3] apple_bl: Add support for gmux backlight control

[PATCH 1/3] mfd: Add LPC driver for Intel ICH chipsets
 2012-02-03 22:50 UTC  (5+ messages)

[PATCH v2] pinctrl: pin configuration states
 2012-02-03 22:37 UTC  (4+ messages)

[PATCHSET] blkcg: unify blkgs for different policies
 2012-02-03 22:28 UTC  (14+ messages)
` [PATCH 11/11] blkcg: unify blkg's for blkcg policies
  ` [PATCH UPDATED "

[PATCH] of: add some debugging statements if initrd isn't found
 2012-02-03 22:15 UTC 

[PATCH] [trivial] media: Fix typo in mixer_drv.c and hdmi_drv.c
 2012-02-03 22:17 UTC  (3+ messages)

[PATCH V2 1/4] pinctrl: add a driver for NVIDIA Tegra
 2012-02-03 22:12 UTC  (8+ messages)

[0/1] 3.2.5-stable review
 2012-02-03 22:07 UTC  (2+ messages)
` [1/1] PCI: Rework ASPM disable code

[0/1] 3.0.20-stable review
 2012-02-03 22:07 UTC  (2+ messages)
` [1/1] PCI: Rework ASPM disable code

Sudden kernel panic with skge in 3.3-rc2
 2012-02-03 22:05 UTC  (4+ messages)

[PATCH] staging: r8712u: Fix problem when CONFIG_R8712_AP is set
 2012-02-03 22:05 UTC 

[PATCH][Trivial] Fix up version number reference in include/trace/events/power.h
 2012-02-03 21:51 UTC  (5+ messages)

kobject (ffff88003ffbb4b8): tried to init an initialized object, something is seriously wrong
 2012-02-03 21:42 UTC  (3+ messages)

[PATCH] Don't needlessly include linux/version.h in drivers/mfd/ab5500-core.c
 2012-02-03 21:40 UTC  (3+ messages)

[PATCH] There's no need to include linux/version.h in drivers/md/dm-bufio.c
 2012-02-03 21:38 UTC  (3+ messages)

[PATCH] Include the git way into Documentation/SubmittingPatches
 2012-02-03 21:36 UTC  (2+ messages)

Kconfig and toolchain dependencies
 2012-02-03 21:29 UTC 

[PATCH v9 00/25] gpio/omap: driver cleanup and fixes
 2012-02-03 21:16 UTC  (5+ messages)

[PATCH] MCE, AMD: Select SMP explicitly
 2012-02-03 22:05 UTC  (5+ messages)
    ` MCE, AMD: Hide smp-only code around CONFIG_SMP

Pinmux bindings proposal V2
 2012-02-03 21:05 UTC  (7+ messages)

[PATCH RESEND] ceph: avoid panic with mismatched symlink sizes in fill_inode()
 2012-02-03 21:04 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] Updates for SGI UV1/UV2 systems
 2012-02-03 21:00 UTC  (2+ messages)
` [PATCH 1/3] x86 PCI: Fix identity mapping for sandy bridge

Linux 3.2.4
 2012-02-03 20:50 UTC  (2+ messages)

Linux 3.2.3
 2012-02-03 20:34 UTC  (11+ messages)

[PATCH] module: Remove module size limit
 2012-02-03  3:41 UTC  (2+ messages)

Linux 2.6.32.56
 2012-02-03 20:30 UTC  (3+ messages)

Linux 3.0.19
 2012-02-03 20:29 UTC  (2+ messages)

[PATCH 2/3] gpio: Add support for Intel ICHx/3100/Series[56] GPIO
 2012-02-03 20:19 UTC  (2+ messages)

Memory corruption due to word sharing
 2012-02-03 20:19 UTC  (16+ messages)

[PATCH] tags: fix regex passed to etags
 2012-02-03 20:18 UTC  (3+ messages)

Microsoft Forefront Server Security forwarded attachment
 2012-02-03 20:12 UTC 

[PATCH RT 0/2 v4] preempt-rt/x86: Handle sending signals from do_trap() by gdb
 2012-02-03 20:10 UTC  (4+ messages)
` [PATCH RT 2/2 v4] preempt-rt/x86: Delay calling signals in int3

[Patch] tty: fix a build failure on sparc
 2012-02-03 19:46 UTC  (3+ messages)

[PATCH] ACPI cleanup's and enablement for Xen ACPI S3 [v4]
 2012-02-03 20:05 UTC  (7+ messages)
` [PATCH 2/7] tboot: Add return values for tboot_sleep

[PATCH 1/6] ipmi: decreases the IPMI message transaction time in interrupt mode
 2012-02-03 20:01 UTC  (6+ messages)
` [PATCH 2/6] ipmi: Increase KCS timeouts
` [PATCH 3/6] ipmi: use a tasklet for handling received messages

[PATCH 0/3] arm: tegra: dts: USB Updates for Tegra legacy mode / OTG
 2012-02-03 19:59 UTC  (2+ messages)

Microsoft Forefront Server Security forwarded attachment
 2012-02-03 19:58 UTC 

[PATCH] CPU C-state breakage with PM Qos change
 2012-02-03 20:02 UTC  (4+ messages)

[PATCH RFC 0/41] RCU commits for 3.4
 2012-02-03 19:54 UTC  (4+ messages)

Microsoft Forefront Server Security forwarded attachment
 2012-02-03 19:42 UTC 

[PATCH] x86: eliminate TICKET_MASK
 2012-02-03 19:36 UTC  (2+ messages)

sysfs regression: wrong link counts
 2012-02-03 19:34 UTC  (12+ messages)
    ` [PATCH] sysfs: Optionally count subdirectories to support buggy applications
            ` [RFC] killing boilerplate checks in ->link/->mkdir/->rename

pull request: wireless 2012-02-03
 2012-02-03 19:29 UTC 

+ kmod-avoid-deadlock-by-recursive-kmod-call.patch added to -mm tree
 2012-02-03 19:26 UTC  (11+ messages)

Microsoft Forefront Server Security forwarded attachment
 2012-02-03 19:06 UTC 

[PATCH] mfd: twl-core: Don't specify regulator consumers by struct device
 2012-02-03 19:05 UTC  (3+ messages)

[PATCH] genirq: better error messages for disabled IRQs
 2012-02-03 18:43 UTC  (3+ messages)

[PATCH RT] futex: Fix bug on when a requeued RT task times out
 2012-02-03 18:43 UTC 

[PATCH 00/11] dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
 2012-02-03 18:36 UTC  (6+ messages)
` [PATCH 05/11] mmc/host: add context parameter for DMA_SLAVE and DMA_CYCLIC
        ` [PATCH 05/11] mmc/host: add context parameter for DMA_SLAVEand DMA_CYCLIC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).