All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-24 17:43:21 to 2011-05-24 18:59:59 UTC [more...]

[PATCH] MIPS:i8259.c remove resume and shutdown to syscore_ops
 2011-05-24 18:59 UTC  (3+ messages)

[U-Boot] [RFC] Review of U-Boot timer API
 2011-05-24 18:59 UTC  (10+ messages)

[PATCH 1/2] power: bq20z75: support external notification
 2011-05-24 18:58 UTC  (2+ messages)

[PATCH 0 of 8] Remove static variables from xc_domain_{save, restore}.c
 2011-05-24 18:57 UTC  (5+ messages)
    `  "

hey
 2011-05-24 18:56 UTC 

(Short?) merge window reminder
 2011-05-24 18:55 UTC  (21+ messages)

kernel BUG at fs/btrfs/inode.c:2271!
 2011-05-24 18:55 UTC  (5+ messages)

[PATCH v4 0/4] rbd improvements
 2011-05-24 18:51 UTC  (31+ messages)
` [Qemu-devel] "
` [PATCH v4 1/4] rbd: use the higher level librbd instead of just librados
  ` [Qemu-devel] "
` [PATCH v4 2/4] rbd: allow configuration of rados from the rbd filename
  ` [Qemu-devel] "
` [PATCH v4 3/4] rbd: check return values when scheduling aio
  ` [Qemu-devel] "
` [PATCH v4 4/4] rbd: Add bdrv_truncate implementation
  ` [Qemu-devel] "

[PATCH v4 0/4] rbd improvements
 2011-05-24 18:51 UTC  (2+ messages)

[merged] compat-fixes-to-allow-working-with-tile-arch.patch removed from -mm tree
 2011-05-24 18:55 UTC 

[merged] sh-remove-warning-and-warning_symbol-from-struct-stacktrace_ops.patch removed from -mm tree
 2011-05-24 18:55 UTC 

[merged] compat-fixes-to-allow-working-with-tile-arch-checkpatch-fixes.patch removed from -mm tree
 2011-05-24 18:55 UTC 

2.6.39-rc5-git4: Reported regressions 2.6.37 -> 2.6.38
 2011-05-24 18:53 UTC  (5+ messages)
` [Bug #32202] 2.6.38 hangs on boot until key is pressed

[PATCH] cifs.upcall: don't syslog usage message
 2011-05-24 18:53 UTC 

combined diff does not detect binary files and ignores -diff attribute
 2011-05-24 18:52 UTC  (4+ messages)
` [PATCH 5/5] combine-diff: respect textconv attributes

[PATCH] net: Abstract features usage
 2011-05-24 18:52 UTC 

[PATCH] cifs-utils: Create new binary cifs.idmap for sid to uid/gid mapping (try #4)
 2011-05-24 18:52 UTC  (2+ messages)

+ linux-next-git-rejects.patch added to -mm tree
 2011-05-24 18:53 UTC 

Updating u-boot for oe-core or meta-yocto
 2011-05-24 18:48 UTC  (9+ messages)
  ` adding meta-intel layers breaks parsing, was "

[LTP] fork13 failure on RHEL 6.0
 2011-05-24 18:30 UTC 

[PATCH v4 0/4] rbd improvements
 2011-05-24 18:51 UTC  (2+ messages)

[PATCH 0/6] ASoC: davinci-pcm: some fixes and convert to BATCH
 2011-05-24 18:50 UTC  (7+ messages)
` [PATCH 1/6] ASoC: davinci-pcm: trivial: make ping-pong params setup symmetrical
` [PATCH 2/6] ASoC: davinci-pcm: expand the .formats
` [PATCH 3/6] ASoC: davinci-pcm: increase the maximum channels
` [PATCH 4/6] ASoC: davinci-pcm: fix audible glitch on 2nd ping-pong playback
` [PATCH 5/6] ASoC: davinci-pcm: extract period elapsed functions
` [PATCH 6/6] ASoC: davinci-pcm: convert to BATCH mode

VLAN test cases in 2.6.38.7
 2011-05-24 18:49 UTC 

linux-next: Tree for May 24
 2011-05-24 18:49 UTC  (4+ messages)
` linux-next: Tree for May 24 (ratelimits, CONFIG_PRINTK not enabled)
` [PATCH -next] kmsg_dump.h: fix build when CONFIG_PRINTK is disabled

[PATCH] PM: OPP: introduce function to free cpufreq table
 2011-05-24 18:49 UTC  (5+ messages)

[PATCH] trace: Add a free on close control mechanism for buffer_size_kb
 2011-05-24 18:48 UTC  (4+ messages)

STV6110 FE_READ_STATUS implementation
 2011-05-24 18:45 UTC  (3+ messages)
  ` STV090x "

[PATCH] ASoC: dapm - fix prefix for DAPM muxes
 2011-05-24 18:45 UTC  (2+ messages)

[GIT PULL] Start of removal of legacy parallel interfaces for 3.0
 2011-05-24 18:42 UTC  (4+ messages)

[git pull] ARM Device tree support
 2011-05-24 18:42 UTC  (3+ messages)

Stopping mmc clock between transfers
 2011-05-24 18:42 UTC 

[PATCHSET ptrace] ptrace: implement PTRACE_SEIZE/INTERRUPT and group stop notification, take#3
 2011-05-24 18:37 UTC  (20+ messages)
` [PATCH 01/19] job control: rename signal->group_stop and flags to jobctl and rearrange flags
` [PATCH 02/19] ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
` [PATCH 03/19] ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()
` [PATCH 04/19] job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
` [PATCH 05/19] job control: make task_clear_jobctl_pending() clear TRAPPING automatically
` [PATCH 06/19] job control: introduce task_set_jobctl_pending()
` [PATCH 07/19] ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
` [PATCH 08/19] ptrace: move JOBCTL_TRAPPING wait to wait(2) and ptrace_check_attach()
` [PATCH 09/19] ptrace: make TRAPPING wait interruptible
` [PATCH 10/19] signal: remove three noop tracehooks
` [PATCH 11/19] job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
` [PATCH 12/19] ptrace: implement PTRACE_SEIZE
` [PATCH 13/19] ptrace: implement PTRACE_INTERRUPT
` [PATCH 14/19] ptrace: restructure ptrace_getsiginfo()
` [PATCH 15/19] ptrace: add siginfo.si_pt_flags
` [PATCH 16/19] ptrace: make group stop state visible via PTRACE_GETSIGINFO
` [PATCH 17/19] ptrace: don't let PTRACE_SETSIGINFO override __SI_TRAP siginfo
` [PATCH 18/19] ptrace: add JOBCTL_BLOCK_NOTIFY
` [PATCH 19/19] ptrace: implement group stop notification for ptracer

PA-RISC: compile error in include/net/dst.h
 2011-05-24 18:37 UTC  (5+ messages)
` [stable] "

[PATCH 1/1] [DOCS] documentation: Fixing the build system for docs
 2011-05-24 18:39 UTC 

[PATCH 0/1] [DOCS] Fixing documentation publishing/makefiles
 2011-05-24 18:39 UTC 

[GIT PULL] more x86/apic changes for v2.6.40
 2011-05-24 18:37 UTC  (8+ messages)
        ` [conditional GIT PULL] x86 fixes

[Qemu-devel] 9p and savevm'd snapshots
 2011-05-24 18:36 UTC  (2+ messages)

net: enable dynamic lro disabling for vlans
 2011-05-24 18:36 UTC  (7+ messages)
` net: enable dynamic lro disabling for vlans (v2)
  ` [PATCH 1/2] net: move is_vlan_dev into public header file (v2)
  ` [PATCH 2/2] net: make dev_disable_lro use physical device if passed a vlan dev (v2)

USBIP protocol documentation?
 2011-05-24 18:34 UTC  (2+ messages)

UNIX Compatibility
 2011-05-24 18:31 UTC  (6+ messages)

GR-55 Driver
 2011-05-24 18:28 UTC  (6+ messages)

[PATCH] infiniband-diags/libibnetdisc/ibnetdisc.c: Better error message
 2011-05-24 18:26 UTC 

New 4.0.2 and 4.1.1 release candidates
 2011-05-24 18:25 UTC  (3+ messages)

VGA passthrough on unstable
 2011-05-24 18:25 UTC  (4+ messages)
` [Xen-devel] "
    `  "

[PATCH] Bluetooth: Add BT_POWER L2CAP socket option
 2011-05-24 18:24 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] command/cmd_cache.c: Add optional flush arguments
 2011-05-24 18:23 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] Accurate boot time measurement
 2011-05-24 18:22 UTC  (4+ messages)

[PATCH 00/12] [GIT PULL][2.6.40/2.8.0/3.0] tracing: clean ups and fixes
 2011-05-24 18:10 UTC  (13+ messages)
` [PATCH 01/12] maccess,probe_kernel: Make write/read src const void *
` [PATCH 02/12] x86/ftrace: Fix compiler warning in ftrace.c
` [PATCH 03/12] scripts/tags.sh: Fix ctags for DEFINE_EVENT()
` [PATCH 04/12] scripts/tags.sh: Add magic for trace-events for etags too
` [PATCH 05/12] ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARM
` [PATCH 06/12] tracing: Schedule a delayed work to call wakeup()
` [PATCH 07/12] jump_label: Check entries limit in __jump_label_update
` [PATCH 08/12] tracing/kprobes: Fix kprobe-tracer to support stack trace
` [PATCH 09/12] tracing: Use NUMA allocation for per-cpu ring buffer pages
` [PATCH 10/12] ftrace: Have ftrace_startup() return failure code
` [PATCH 11/12] tracing: Have event with function tracer check error return
` [PATCH 12/12] ftrace: Set ops->flag to enabled even on static function tracing

[lm-sensors] ITE IT85xx support request
 2011-05-24 18:19 UTC  (2+ messages)

[PATCH] xconfig: merge code path to conf_write()
 2011-05-24 18:16 UTC 

[PATCH 0/4] Add a generic struct clk
 2011-05-24 17:52 UTC  (6+ messages)

knewbies project? - updating LDD3 source
 2011-05-24 18:14 UTC  (3+ messages)

[PATCH] exportfs: reallow building as a module
 2011-05-24 18:12 UTC 

[BUG] "sched: Remove rq->lock from the first half of ttwu()" locks up on ARM
 2011-05-24 18:13 UTC  (2+ messages)

[PATCH] pci, dmar: Update dmar units devices list during hotplug
 2011-05-24 18:11 UTC  (5+ messages)

[PATCH 0/2] OMAP4: Add devices for HDMI audio
 2011-05-24 18:12 UTC  (7+ messages)
` [PATCH 1/2] OMAP4: HDMI: Add OMAP device for HDMI audio CPU DAI

[PATCH] ALSA: HDA: Add jack detection for HDMI
 2011-05-24 18:09 UTC  (8+ messages)

Enable addition function keys
 2011-05-24 18:03 UTC  (8+ messages)

[GIT PULL] hwmon updates for 2.6.40
 2011-05-24 18:09 UTC  (2+ messages)
` [lm-sensors] "

+ add-the-pagefault-count-into-memcg-stats.patch added to -mm tree
 2011-05-24 18:09 UTC 

[PATCH 0/1] Use PARALLELMFLAGS to pass -jN
 2011-05-24 18:03 UTC  (7+ messages)
` [PATCH 1/1] eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS

Initial automatic channel selection implementation
 2011-05-24 18:07 UTC  (3+ messages)

[PATCH v6] x86: UV uv_tlb.c cleanup
 2011-05-24 18:07 UTC 

[PATCH] [PATCH v2] build: Don't fetch tools/ioemu-dir unless needed
 2011-05-24 18:00 UTC  (2+ messages)

[PATCH] Kconfig: add warning about permission of config file
 2011-05-24 17:59 UTC  (9+ messages)

[RFC 0/9] mce recovery for Sandy Bridge server
 2011-05-24 17:56 UTC  (5+ messages)

[Qemu-devel] [PATCH] target-s390x: Fix build for non-linux hosts
 2011-05-24 17:55 UTC  (2+ messages)

[PATCH] hid: flesh out support for tivo slide remote
 2011-05-24 17:54 UTC 

perf: regression with PERF_EVENT_IOC_REFRESH
 2011-05-24 17:53 UTC  (7+ messages)

[Bug 37253] New: SIGSEGV in dri2FlushFrontBuffer/MakeContextCurrent
 2011-05-24 17:53 UTC  (4+ messages)
` [Bug 37253] "

[PATCH 3/3] in scripts/export_report.pl use warn() to issue WARNING, so they go to stderr
 2011-05-24 17:53 UTC  (4+ messages)
` [PATCH 0/3 rev2] fix scripts/export_report.pl

[PATCH 0 of 4] Patches for PCI passthrough with modified E820 (v3.1)
 2011-05-24 17:52 UTC  (4+ messages)
` [PATCH 4 of 4] libxl: Add 'e820_host' option to config file

New 4.0.2 and 4.1.1 release candidates
 2011-05-24 17:51 UTC  (11+ messages)
  `  "
    ` Proposal: vif-local
                ` Proposal: vif-local [and 1 more messages]

why would an SD card, after 12 hours, start to fail recording video?
 2011-05-24 17:11 UTC 

[PATCH 1/2] ARM: pxa: raumfeld: follow upcoming hardware change
 2011-05-24 17:50 UTC  (2+ messages)

bridge netfilter output bug on 2.6.39
 2011-05-24 17:49 UTC  (4+ messages)

[PATCH] hid: assorted usage updates from hut 1.12
 2011-05-24 17:49 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] dmaengine: Add API documentation for slave dma usage
 2011-05-24 17:48 UTC  (3+ messages)

OMAP3530 -- Only One Sound Card allowed for Power Suspension process?
 2011-05-24 17:48 UTC 

[PATCH] libxc: reset completed flag in restore_ctx
 2011-05-24 17:47 UTC  (3+ messages)

[PATCH 0/1] [YOCTO #1079]: Rename this file and add a link for lsb test
 2011-05-24 17:47 UTC  (2+ messages)

[PATCH] Do not set CROSS_COMPILE but let CONFIG_CROSS_COMPILE handle it all
 2011-05-24 17:47 UTC 

[ANNOUNCE] experimental alsa stream support at xawtv3
 2011-05-24 17:46 UTC  (2+ messages)

[2.6.39 regression] hard lock when GNOME starts
 2011-05-24 17:46 UTC  (6+ messages)
` [PATCH] drm/i915: Revert i915.semaphore=1 default from 47ae63e0

[PATCH] compat: fix kfifo taint's kernel (missing license info)
 2011-05-24 17:43 UTC  (2+ messages)

Sun4d boot crash in sun4d_init_timers
 2011-05-24 17:43 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.