All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-16 23:25:44 to 2010-06-17 03:17:15 UTC [more...]

[SPAM] 33% de remise pour vous securiser avec le leader europeen
 2010-06-17  3:17 UTC 

[RFC] High availability in KVM
 2010-06-17  3:15 UTC 

[PATCH] perf: excluding "." and ".." directories when calculating tids
 2010-06-17  3:11 UTC  (5+ messages)

[PATCH] serial: cpm_uart: implement the cpm_uart_early_write() function for console poll
 2010-06-17  3:13 UTC 

intel 5100/iwlagn bug in 2.6.35-rc2 during large file transfer
 2010-06-17  2:56 UTC 

[BUG][PATCH 0/2 (v.2)] x86: ioremap() problem in X86_32 PAE
 2010-06-17  2:50 UTC  (4+ messages)
` [PATCH 1/2] x86: ioremap: fix wrong physical address handling
` [PATCH 2/2] x86: ioremap: fix normal ram range check

Use of double pointer in linux kernel Hash list implementation
 2010-06-17  2:50 UTC 

pcmcia: fix 'driver ... did not release config properly' warning
 2010-06-17  2:47 UTC 

[PATCH] xfsqa: test open_by_handle() on unlinked and freed inode clusters V2
 2010-06-17  2:46 UTC 

[PATCH] Topcliff PHUB: Generate PacketHub driver
 2010-06-17  2:43 UTC  (3+ messages)

[Qemu-devel] [PATCH] SeaBIOS: Fix bvprintf() to respect padding for hex printing
 2010-06-17  2:42 UTC  (2+ messages)
` [Qemu-devel] "

unable to checkout branches and proper procedure for creating a new branch based off of another one
 2010-06-17  2:41 UTC 

Syslog flooded: "NFSD: preprocess_seqid_op: magic stateid!"
 2010-06-17  2:32 UTC  (3+ messages)

[PATCH] x86: OLPC: add support for calling into OpenFirmware (v4)
 2010-06-17  2:32 UTC 

ftp on udp and tcp 
 2010-06-17  2:31 UTC  (3+ messages)

[PATCH] sky2: enable rx/tx in sky2_phy_reinit()
 2010-06-17  2:21 UTC 

How to prevent changes to repository by root
 2010-06-17  2:28 UTC  (3+ messages)

Linux Packet Interface Hardware
 2010-06-17  2:24 UTC 

[PATCH] xfsqa: test open_by_handle() on unlinked and freed inode clusters
 2010-06-17  2:24 UTC 

iputils flowlabel
 2010-06-17  2:20 UTC  (2+ messages)

[PATCH] device-assignment, msi: PBA is long
 2010-06-17  2:12 UTC  (2+ messages)

[PATCH] iputils/ping_common.c: avoid gethostbyaddr during ping flood
 2010-06-17  2:08 UTC  (3+ messages)

[PATCH 00/38] Union mounts - union stack as linked list
 2010-06-17  2:04 UTC  (5+ messages)
` [PATCH 04/38] autofs4: Save autofs trigger's vfsmount in super block info
  ` [autofs] "

What's cooking in git.git (Jun 2010, #02; Wed, 16)
 2010-06-17  2:03 UTC 

[PATCH v3] qemu: kvm: Enable XSAVE live migration support
 2010-06-17  2:01 UTC  (5+ messages)
    ` [Qemu-devel] "

migrating from RAID5 to RAID10
 2010-06-17  1:59 UTC  (7+ messages)

[Qemu-devel] [PATCHv2] load hpet info for HPET ACPI table from qemu
 2010-06-17  1:58 UTC  (16+ messages)
` [Qemu-devel] Re: [SeaBIOS] "

[PATCH 9/9] oom: give the dying task a higher priority
 2010-06-17  1:51 UTC  (7+ messages)

[PATCH RFC] ppc: fix default_machine_crash_shutdown #ifdef botch
 2010-06-17  1:56 UTC  (2+ messages)

[PATCH] x86 apic: Ack all pending irqs when crashed/on kexec - V4
 2010-06-17  1:51 UTC  (8+ messages)
` [PATCH] x86 apic: Ack all pending irqs when crashed/on kexec - V5

[PATCH 2/9] oom: rename badness() to oom_badness()
 2010-06-17  1:51 UTC  (4+ messages)

[PATCH 1/9] oom: don't try to kill oom_unkillable child
 2010-06-17  1:51 UTC  (4+ messages)

[PATCH 6/9] oom: use same_thread_group instead comparing ->mm
 2010-06-17  1:51 UTC  (7+ messages)

+ oom-sacrifice-child-with-highest-badness-score-for-parent-fix.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

+ oom-introduce-find_lock_task_mm-to-fix-mm-false-positives.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

+ oom-fold-__out_of_memory-into-out_of_memory.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

[PATCH 1/9] oom: don't try to kill oom_unkillable child
 2010-06-17  1:51 UTC  (18+ messages)
` [PATCH 3/9] oom: make oom_unkillable_task() helper function
` [PATCH 2/9] oom: oom_kill_process() doesn't select kthread child
` [PATCH 5/9] oom: cleanup has_intersects_mems_allowed()
` [PATCH 4/9] oom: oom_kill_process() need to check p is unkillable
` [PATCH 8/9] oom: give the dying task a higher priority
` [PATCH 6/9] oom: unify CAP_SYS_RAWIO check into other superuser check
` [PATCH 7/9] oom: remove child->mm check from oom_kill_process()
` [PATCH 9/9] oom: multi threaded process coredump don't make deadlock

+ oom-remove-constraint-argument-from-select_bad_process-and-__out_of_memory.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

+ oom-select-task-from-tasklist-for-mempolicy-ooms-add-has_intersects_mems_allowed-uma-variant.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

+ oom-select-task-from-tasklist-for-mempolicy-ooms-introduce-find_lock_task_mm-to-fix-mm-false-positives-fix.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

[PATCH 3/9] oom: oom_kill_process() doesn't select kthread child
 2010-06-17  1:51 UTC  (4+ messages)

+ oom-improve-commentary-in-dump_tasks.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

+ oom-pf_exiting-check-should-take-mm-into-account.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

+ oom-check-pf_kthread-instead-of-mm-to-skip-kthreads.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

+ oom-sacrifice-child-with-highest-badness-score-for-parent-protect-dereferencing-of-tasks-comm.patch added to -mm tree
 2010-06-17  1:51 UTC  (2+ messages)

[PATCH 4/9] oom: oom_kill_process() need to check p is unkillable
 2010-06-17  1:51 UTC  (4+ messages)

[Ocfs2-devel] [PATCH 1/2] ocfs2 fix o2dlm dlm run purgelist
 2010-06-17  1:44 UTC  (3+ messages)

[PATCH 10/12] stk: Add parser for timing advance objects
 2010-06-17  1:44 UTC  (2+ messages)

[PATCH 25/25] pxa3xx_nand: fix power management support
 2010-06-17  1:43 UTC 

[PATCH 25/25] pxa3xx_nand: fix power management support
 2010-06-17  1:43 UTC 

btrfs: hanging processes - race condition?
 2010-06-17  1:41 UTC  (6+ messages)

[PATCH v3 1/2] add --recode-patch option to git-mailinfo
 2010-06-17  1:39 UTC  (3+ messages)

[PATCH 0/3] zram: generic RAM based compressed R/W block devices
 2010-06-17  1:39 UTC  (6+ messages)

nvfx
 2010-06-17  1:35 UTC  (2+ messages)

[PATCH] kexec: extend for large cpu count and memory
 2010-06-17  1:29 UTC  (2+ messages)

Fwd: Can Netfilter "mark" be used with setkey spdadd?
 2010-06-17  1:24 UTC  (3+ messages)

bnx2 fails to compile on parisc because of missing get_dma_ops()
 2010-06-17  1:17 UTC  (5+ messages)

[PATCH 2/2] [PATCH] ucc_geth: fix for RX skb buffers recycling
 2010-06-17  1:17 UTC  (4+ messages)
  ` [PATCH v2] "

patches on my 'for-anholt' branch
 2010-06-17  1:11 UTC  (5+ messages)
` [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

[PATCH net-next-2.6] be2net: enable ipv6 tso support
 2010-06-17  1:13 UTC  (2+ messages)

NFSv4.1 status
 2010-06-17  1:05 UTC 

Broken rndis_host with #define DEBUG (by a475f603d23392f386e45cf377b17c30ed3bbb80)
 2010-06-17  1:11 UTC  (3+ messages)

[PATCH kernel 2.6.33-rc5] fmvj18x_cs: add new id (Panasonic lan & modem card)
 2010-06-17  1:11 UTC  (4+ messages)
` [PATCH kernel 2.6.33] axnet_cs: add new id
  ` [PATCH kernel 2.6.35-rc2] pcnet_cs: add new id (TOSHIBA Modem/LAN Card)

[PATCH] gianfar: Fix oversized packets handling
 2010-06-17  1:09 UTC  (3+ messages)

udp: Add UFO to NETIF_F_SOFTWARE_GSO
 2010-06-17  1:08 UTC  (2+ messages)

[PATCH 2/2] ehea: Fix kernel deadlock in DLPAR-mem processing
 2010-06-17  1:05 UTC  (3+ messages)

[PATCH 1/2] ehea: fix delayed packet processing
 2010-06-17  1:05 UTC  (4+ messages)

[PATCH v4 00/12] ptp: IEEE 1588 clock support
 2010-06-17  1:03 UTC  (5+ messages)
` [PATCH 04/12] phylib: add a way to make PHY time stamps possible

linux-next: import failure of the rr quilt series
 2010-06-17  1:02 UTC 

[PATCH] makedumpfile: works on 2.6.32
 2010-06-17  0:40 UTC  (2+ messages)

[PATCH] vfs: fix RCU-lockdep false positive due to /proc access
 2010-06-17  0:54 UTC  (2+ messages)
` [PATCH] vfs repost: "

[PATCH net-next 0/9] cxgb4 update
 2010-06-17  0:48 UTC  (3+ messages)

Which partitioning schemes should be supported by GRUB?
 2010-06-17  0:47 UTC  (15+ messages)

[PATCH] ptrace: allow restriction of ptrace scope
 2010-06-17  0:46 UTC  (5+ messages)

Still ENOSPC problems with 2.6.35-rc3
 2010-06-17  0:47 UTC  (4+ messages)

nfsd hang and kernel bug in 2.6.35-rc3
 2010-06-17  0:44 UTC  (5+ messages)

SVN migration
 2010-06-17  0:41 UTC  (2+ messages)

[PATCH 0/2] resend:kernel will die on some platform when switch from vga mode to framebuffer mode
 2010-06-17  0:41 UTC  (3+ messages)
` [PATCH 1/2] fix vc->vc_origin on take_over_console
` [PATCH 2/2] Variable end on vc_do_resize should be unsigned long

[WIP PATCH 0/3] implement merge strategy for submodule links
 2010-06-17  0:39 UTC  (4+ messages)

[tip:x86/mm] x86, mm: Set first MB as RW+NX
 2010-06-17  0:36 UTC  (3+ messages)

snd_mixer_selem_get_playback_volume return value outside allowed range
 2010-06-17  0:35 UTC 

[PATCH 0/12] Avoid overflowing of stack during page reclaim V2
 2010-06-17  0:34 UTC  (27+ messages)
` [PATCH 05/12] vmscan: kill prev_priority completely
` [PATCH 08/12] vmscan: Setup pagevec as late as possible in shrink_inactive_list()
` [PATCH 09/12] vmscan: Setup pagevec as late as possible in shrink_page_list()
` [PATCH 12/12] vmscan: Do not writeback pages in direct reclaim

[PATCH 0/5] enablement of some security features missing on ARM
 2010-06-17  0:25 UTC  (5+ messages)
` [PATCH 2/5] [ARM] add address randomization to mmap()

On the APIs for Enabling and Disabling Wakeup capability
 2010-06-17  0:25 UTC  (2+ messages)

-dbg packages
 2010-06-17  0:15 UTC  (2+ messages)

[net-next-2.6 PATCH] net: consolidate netif_needs_gso() checks
 2010-06-17  0:18 UTC 

[PATCH 00/12] rework OPP layer to handle device-based OPPs
 2010-06-17  0:17 UTC  (13+ messages)
` [PATCH 01/12] OMAP2/3: hwmod: remove '_hwmod' suffix from names
` [PATCH 02/12] OMAP: hwmod: add class for DSP hwmods
` [PATCH 03/12] OMAP3: hwmod: add data for OMAP3 IVA2
` [PATCH 04/12] OMAP: omap_device: ensure hwmod tracks attached omap_device pointer
` [PATCH 05/12] OMAP: create omap_devices for MPU, DSP, L3
` [PATCH 06/12] OMAP: voltage: use device_initcall()
` [PATCH 07/12] OMAP: SR: "
` [PATCH 08/12] OMAP2: OPP: update API to be device-based
` [PATCH 09/12] OMAP3: CPUfreq: update to device-based OPP API
` [PATCH 10/12] OMAP: voltage: update to new "
` [PATCH 11/12] OMAP: SRF: "
` [PATCH 12/12] OMAP: SRF: must be initialized before allowing constraints to be set

[PATCH] Topcliff PHUB: Generate PacketHub driver
 2010-06-17  0:17 UTC  (5+ messages)

2.6.35-rc3 - include/linux/fdtable.h:85 invoked rcu_dereference_check() without protection!
 2010-06-17  0:13 UTC  (2+ messages)

[PATCH] cxgb3i: zero out reserved or un-used cpl message fields
 2010-06-17  0:10 UTC 

Linux Packet Interface Hardware
 2010-06-17  0:02 UTC  (11+ messages)

[PATCH 00/23] bfa: Update driver to 2.2.2.1
 2010-06-17  0:01 UTC  (3+ messages)

TSC cleanups, fixes, documentation for KVM
 2010-06-16 23:59 UTC  (4+ messages)
` [PATCH 17/17] Add timekeeping documentation

[Xenomai-help] rt_task_sleep causing crashes on PowerPC
 2010-06-16 23:55 UTC  (9+ messages)

[PATCH net-2.6] ixgbe: fix panic when shutting down system with WoL enabled
 2010-06-16 23:54 UTC  (2+ messages)

[net-next-2.6 PATCH 1/8] e1000e: cleanup ethtool loopback setup code
 2010-06-16 23:52 UTC  (9+ messages)
` [net-next-2.6 PATCH 2/8] e1000e: cleanup e1000_sw_lcd_config_ich8lan()
` [net-next-2.6 PATCH 3/8] e1000e: separate out PHY statistics register updates
` [net-next-2.6 PATCH 4/8] e1000e: fix check for manageability on ICHx/PCH
` [net-next-2.6 PATCH 5/8] e1000e: initial support for 82579 LOMs
` [net-next-2.6 PATCH 6/8] e1000e: enable support for EEE on 82579
` [net-next-2.6 PATCH 7/8] e1000e: update copyright information
` [net-next-2.6 PATCH 8/8] e1000e: update driver version number

[linux-pm] [RFC] cpuidle: proposal to extend cpuidle
 2010-06-16 23:39 UTC  (2+ messages)
`  "

btrfsck segmentation fault + trace
 2010-06-16 23:36 UTC  (8+ messages)

[RFC,PATCH 1/2] Add a common struct clk
 2010-06-16 23:33 UTC  (13+ messages)

Bug in alsa-lib or alsamixer and amixer
 2010-06-16 23:34 UTC  (7+ messages)

[PATCH 0/8] Support unix domain sockets across namespaces
 2010-06-16 23:32 UTC  (4+ messages)

Current topics for LSF10/MM Summit 8-9 August in Boston
 2010-06-16 23:30 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.