The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2010-03-17 10:26:21 to 2010-03-17 16:28:00 UTC [more...]

[C/R v20][PATCH 00/96] Linux Checkpoint-Restart - v20
 2010-03-17 16:09 UTC  (87+ messages)
` [C/R v20][PATCH 01/96] eclone (1/11): Factor out code to allocate pidmap page
  ` [C/R v20][PATCH 02/96] eclone (2/11): Have alloc_pidmap() return actual error code
    ` [C/R v20][PATCH 03/96] eclone (3/11): Define set_pidmap() function
      ` [C/R v20][PATCH 04/96] eclone (4/11): Add target_pids parameter to alloc_pid()
        ` [C/R v20][PATCH 05/96] eclone (5/11): Add target_pids parameter to copy_process()
          ` [C/R v20][PATCH 06/96] eclone (6/11): Check invalid clone flags
            ` [C/R v20][PATCH 07/96] eclone (7/11): Define do_fork_with_pids()
              ` [C/R v20][PATCH 08/96] eclone (8/11): Implement sys_eclone for x86 (32,64)
                ` [C/R v20][PATCH 09/96] eclone (9/11): Implement sys_eclone for s390
                  ` [C/R v20][PATCH 10/96] eclone (10/11): Implement sys_eclone for powerpc
                    ` [C/R v20][PATCH 11/96] eclone (11/11): Document sys_eclone
                      ` [C/R v20][PATCH 12/96] c/r: extend arch_setup_additional_pages()
                        ` [C/R v20][PATCH 13/96] c/r: break out new_user_ns()
                          ` [C/R v20][PATCH 14/96] c/r: split core function out of some set*{u,g}id functions
                            ` [C/R v20][PATCH 15/96] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
                              ` [C/R v20][PATCH 16/96] cgroup freezer: Update stale locking comments
                                ` [C/R v20][PATCH 17/96] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
                                  ` [C/R v20][PATCH 18/96] cgroup freezer: interface to freeze a cgroup from within the kernel
                                    ` [C/R v20][PATCH 19/96] Namespaces submenu
                                      ` [C/R v20][PATCH 20/96] c/r: make file_pos_read/write() public
                                        ` [C/R v20][PATCH 21/96] c/r: create syscalls: sys_checkpoint, sys_restart
                                          ` [C/R v20][PATCH 22/96] c/r: documentation
                                            ` [C/R v20][PATCH 23/96] c/r: basic infrastructure for checkpoint/restart
                                              ` [C/R v20][PATCH 24/96] c/r: x86_32 support "
                                                ` [C/R v20][PATCH 25/96] c/r: x86-64: checkpoint/restart implementation
                                                  ` [C/R v20][PATCH 26/96] c/r: external checkpoint of a task other than ourself
                                                    ` [C/R v20][PATCH 27/96] c/r: export functionality used in next patch for restart-blocks
                                                      ` [C/R v20][PATCH 28/96] c/r: restart-blocks
                                                        ` [C/R v20][PATCH 29/96] c/r: checkpoint multiple processes
                                                          ` [C/R v20][PATCH 30/96] c/r: restart "
                                                            ` [C/R v20][PATCH 31/96] c/r: introduce PF_RESTARTING, and skip notification on exit
                                                              ` [C/R v20][PATCH 32/96] c/r: support for zombie processes
                                                                ` [C/R v20][PATCH 33/96] c/r: Save and restore the [compat_]robust_list member of the task struct
                                                                  ` [C/R v20][PATCH 34/96] c/r: infrastructure for shared objects
                                                                    ` [C/R v20][PATCH 35/96] c/r: detect resource leaks for whole-container checkpoint
                                                                      ` [C/R v20][PATCH 36/96] deferqueue: generic queue to defer work
                                                                        ` [C/R v20][PATCH 37/96] c/r: introduce new 'file_operations': ->checkpoint, ->collect()
                                                                          ` [C/R v20][PATCH 38/96] c/r: dump open file descriptors
                                                                            ` [C/R v20][PATCH 39/96] c/r: restore "
                                                                              ` [C/R v20][PATCH 40/96] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
                                                                                ` [C/R v20][PATCH 41/96] Introduce FOLL_DIRTY to follow_page() for "dirty" pages
                                                                                  ` [C/R v20][PATCH 42/96] c/r: dump memory address space (private memory)
                                                                                    ` [C/R v20][PATCH 43/96] c/r: restore "
                                                                                      ` [C/R v20][PATCH 44/96] c/r: add generic '->checkpoint' f_op to ext fses
                                                                                        ` [C/R v20][PATCH 45/96] c/r: add generic '->checkpoint()' f_op to simple devices
                                                                                          ` [C/R v20][PATCH 46/96] c/r: add checkpoint operation for opened files of generic filesystems
                                                                                            ` [C/R v20][PATCH 47/96] c/r: export shmem_getpage() to support shared memory
                                                                                              ` [C/R v20][PATCH 48/96] c/r: dump anonymous- and file-mapped- "
                                                                                                ` [C/R v20][PATCH 49/96] c/r: restore "
                                                                                                  ` [C/R v20][PATCH 50/96] splice: export pipe/file-to-pipe/file functionality
                                                                                                    ` [C/R v20][PATCH 51/96] c/r: support for open pipes
                                                                                                      ` [C/R v20][PATCH 52/96] c/r: checkpoint and restore FIFOs
                                                                                                        ` [C/R v20][PATCH 53/96] c/r: refuse to checkpoint if monitoring directories with dnotify
                                                                                                          ` [C/R v20][PATCH 54/96] c/r: make ckpt_may_checkpoint_task() check each namespace individually
                                                                                                            ` [C/R v20][PATCH 55/96] c/r: support for UTS namespace
                                                                                                              ` [C/R v20][PATCH 56/96] c/r (ipc): allow allocation of a desired ipc identifier
                                                                                                                ` [C/R v20][PATCH 57/96] c/r: save and restore sysvipc namespace basics
                                                                                                                  ` [C/R v20][PATCH 58/96] c/r: support share-memory sysv-ipc
                                                                                                                    ` [C/R v20][PATCH 59/96] "
                                                                                                                      ` [C/R v20][PATCH 60/96] c/r: support semaphore sysv-ipc
                                                                                                                        ` [C/R v20][PATCH 61/96] c/r: (s390): expose a constant for the number of words (CRs)
                                                                                                                          ` [C/R v20][PATCH 62/96] c/r: add CKPT_COPY() macro
                                                                                                                            ` [C/R v20][PATCH 63/96] c/r: define s390-specific checkpoint-restart code
                                                                                                                              ` [C/R v20][PATCH 64/96] c/r: capabilities: define checkpoint and restore fns
                                                                                                                                ` [C/R v20][PATCH 65/96] c/r: checkpoint and restore task credentials
                                                                                                                                  ` [C/R v20][PATCH 66/96] c/r: restore file->f_cred
                                                                                                                                    ` [C/R v20][PATCH 67/96] c/r: checkpoint and restore (shared) task's sighand_struct
                                                                                                                                      ` [C/R v20][PATCH 68/96] c/r: [signal 1/4] blocked and template for shared signals
                                                                                                                                        ` [C/R v20][PATCH 69/96] c/r: [signal 2/4] checkpoint/restart of rlimit
                                                                                                                                          ` [C/R v20][PATCH 70/96] c/r: [signal 3/4] pending signals (private, shared)
                                                                                                                                            ` [C/R v20][PATCH 71/96] c/r: [signal 4/4] support for real/virt/prof itimers
                                                                                                                                              ` [C/R v20][PATCH 72/96] Expose may_setuid() in user.h and add may_setgid() (v2)
                                                                                                                                                ` [C/R v20][PATCH 73/96] c/r: correctly restore pgid
                                                                                                                                                  ` [C/R v20][PATCH 74/96] Add common socket helpers to unify the security hooks
                                                                                                                                                    ` [C/R v20][PATCH 75/96] c/r: introduce checkpoint/restore methods to struct proto_ops
                                                                                                                                                      ` [C/R v20][PATCH 76/96] c/r: Add AF_UNIX support (v12)
                                                                                                                                                        ` [C/R v20][PATCH 77/96] c/r: add support for listening INET sockets (v2)
                                                                                                                                                          ` [C/R v20][PATCH 78/96] c/r: add support for connected INET sockets (v5)
                                                                                                                                                            ` [C/R v20][PATCH 79/96] c/r: [pty 1/2] allow allocation of desired pty slave
                                                                                                                                                              ` [C/R v20][PATCH 80/96] c/r: [pty 2/2] support for pseudo terminals
                                                                                                                                                                ` [C/R v20][PATCH 81/96] c/r: support for controlling terminal and job control
                                                                                                                                                                  ` [C/R v20][PATCH 82/96] c/r: checkpoint/restart epoll sets
                                                                                                                                                                    ` [C/R v20][PATCH 83/96] c/r: checkpoint/restart eventfd
                                                                                                                                                                      ` [C/R v20][PATCH 84/96] c/r: restore task fs_root and pwd (v3)
                                                                                                                                                                        ` [C/R v20][PATCH 85/96] c/r: preliminary support mounts namespace
                                                                                                                                                                          ` [C/R v20][PATCH 86/96] powerpc: reserve checkpoint arch identifiers

[PATCH][RF C/T/D] Unmapped page cache control - via boot parameter
 2010-03-17 16:27 UTC  (12+ messages)

+ tmpfs-fix-oops-on-remounts-with-mpol=default.patch added to -mm tree
 2010-03-17 16:26 UTC  (12+ messages)
  ` [PATCH 1/5] tmpfs: fix oops on mounts with mpol=default
  ` [PATCH 2/5] tmpfs: mpol=bind:0 don't cause mount error
  ` [PATCH 3/5] tmpfs: handle MPOL_LOCAL mount option properly
  ` [PATCH 4/5] tmpfs: cleanup mpol_parse_str()
  ` [PATCH 5/5] doc: add the documentation for mpol=local

[PATCH 2/4] dmaengine: Xilinx MPMC Kconfig/make
 2010-03-17 16:26 UTC 

[PATCH 4/4] dmaengine: xlldma OF bus driver
 2010-03-17 16:26 UTC 

[PATCH 3/4] dmaengine: xlldma platform bus driver
 2010-03-17 16:26 UTC 

[PATCH 1/4] dmaengine: xlldma core driver
 2010-03-17 16:26 UTC 

[PATCH 0/4] dmaengine: Add driver for Xilinx MPMC
 2010-03-17 16:25 UTC 

[PATCH 00/10] ARM: ftrace: cleanups, Thumb-2, and dynamic ftrace (v2)
 2010-03-17 16:16 UTC  (4+ messages)
` [PATCH 04/10] ARM: ftrace: allow building without frame pointers

checkpatch false positive
 2010-03-17 16:08 UTC  (6+ messages)
    ` [PATCH] wireless.h: Add STD_IW_HANDLER macro

[PATCH] x86, UV: Delete unneeded boot messages
 2010-03-17 16:03 UTC  (2+ messages)
` [tip:x86/uv] "

[PATCH] Timekeeping: Fix dead lock in update_wall_time by correct shift convertion
 2010-03-17 15:59 UTC  (4+ messages)

[PATCH] Staging: comedi: fixes the checkpatch error in skel.c This is a patch to the skel.c file that fixes the 80 line exceeding warning and the printk warning found by chekpatch.pl tool Signed-off-by: Jacob S David <jacobselvin@gmail.com>
 2010-03-17 15:52 UTC 

Some simple Checkpatch.pl cleanup
 2010-03-17 15:51 UTC  (6+ messages)
` [PATCH 42/66] arch/mips/lib/libgcc.h: Checkpatch cleanup

linux-next: build failure after merge of the driver-core tree
 2010-03-17 15:51 UTC  (3+ messages)

[C/R v20][PATCH 00/96] Linux Checkpoint-Restart - v20
 2010-03-17 15:48 UTC  (2+ messages)
` [C/R v20][PATCH 01/96] eclone (1/11): Factor out code to allocate pidmap page

[PATCH RFC] tun: add ioctl to modify vnet header size
 2010-03-17 15:45 UTC 

Possible bug in eeepc-laptop.c - EeePC 900
 2010-03-17 15:40 UTC  (7+ messages)

linux-next: Tree for March 17
 2010-03-17 15:38 UTC  (2+ messages)
` linux-next: Tree for March 17 (gigaset isdn)

[PATCH RFC 00/11] lock monitor: Separate features related to lock
 2010-03-17 15:39 UTC  (7+ messages)

[PATCH 0/5] V2 usb console improvements series
 2010-03-17 15:34 UTC  (4+ messages)

Block device files and the page cache
 2010-03-17 15:30 UTC  (2+ messages)

[PATCH] Netfilter: Remove unused headers in net/netfilter/nfnetlink.c
 2010-03-17 15:29 UTC  (2+ messages)

Regression in i915 on 2.6.34-rc1
 2010-03-17 15:26 UTC  (3+ messages)

[PATCH 0/3] staging wlan-ng: refactor p80211wext.c & 1 minor fix
 2010-03-17 14:30 UTC  (4+ messages)
` [PATCH 1/3] staging wlan-ng: tidy up iw_handler
` [PATCH 2/3] staging wlan-ng: fix p80211wext_mhz_to_channel for channel 14
` [PATCH 3/3] staging wlan-ng: refactor p80211wext.c to reduce text size

[patch 0/2] x86,pat: Reduce contention on the memtype_lock -V3
 2010-03-17 16:21 UTC  (5+ messages)
` [patch 1/2] x86,pat Update the page flags for memtype atomically instead of using memtype_lock. -V3
` [patch 2/2] x86,pat Convert memtype_lock into an rw_lock

dma_sync_sg_for_cpu applied to a single scatterlist element
 2010-03-17 15:22 UTC  (2+ messages)

[patch] ivtv: sizeof() => ARRAY_SIZE()
 2010-03-17 15:11 UTC 

[PATCH 1/1] infiniband: ulp/iser, fix error retval in iser_create_ib_conn_res
 2010-03-17 15:11 UTC  (3+ messages)

ATA 4 KiB sector issues
 2010-03-17 15:08 UTC  (2+ messages)

[PATCH] vhost: fix interrupt mitigation with raw sockets
 2010-03-17 14:43 UTC 

[linux-pm] [RFC][PATCH] PM: Update device power management document
 2010-03-17 14:49 UTC  (2+ messages)

[PATCH] vhost: fix error handling in vring ioctls
 2010-03-17 14:42 UTC 

Does function_graph support x86_32?
 2010-03-17 14:45 UTC 

[PATCH 0/3] staging wlan-ng: refactor p80211wext.c & 1 minor fix
 2010-03-17 14:40 UTC  (4+ messages)
` [PATCH 1/3] staging wlan-ng: tidy up iw_handler
` [PATCH 2/3] staging wlan-ng: fix p80211wext_mhz_to_channel for channel 14
` [PATCH 3/3] staging wlan-ng: refactor p80211wext.c to reduce text size

[PATCH 4/5] usb-hcd,usb-console: poll hcd device to force usb console writes
 2010-03-17 14:38 UTC  (2+ messages)

[PATCH v2 0/4] RDC321x southbridge and GPIO support
 2010-03-17 14:15 UTC  (2+ messages)

[PATCH] perf: fix stat attach bogus counts
 2010-03-17 13:11 UTC 

[PATCH -tip 08/10] perf probe: Introduce kprobe_trace_event and perf_probe_event
 2010-03-17 14:14 UTC  (4+ messages)
` [tip:perf/core] "
` [tip:perf/core] perf probe: Fix !dwarf build

[PATCH 0/2]: x86: Honor IO_DELAY IO port settings
 2010-03-17 14:09 UTC  (5+ messages)
` [PATCH 1/2]: serial8250: Use native_io_delay on the x86
` [PATCH 2/2]: x86 real mode: Set delay port according to kernel config

[BUG-REPORT] [PREEMPT_RT] Build break with DRM_I915 and HAVE_ATOMIC_IOMAP
 2010-03-17 14:08 UTC 

[PATCH 17/17] Staging: comedi: fix indent coding style issue in adl_pci9118.c
 2010-03-17 13:40 UTC 

Patch for B&B Electronics USPLT4-LS
 2010-03-17 13:37 UTC  (4+ messages)

[PATCH -mmotm 0/5] memcg: per cgroup dirty limit (v7)
 2010-03-17 13:34 UTC  (7+ messages)
` [PATCH -mmotm 1/5] memcg: disable irq at page cgroup lock

[RFC]cfq-iosched: fix a kbuild regression
 2010-03-17 13:30 UTC  (2+ messages)

[PATCH v1 0/3] [RFC] resource, PCI: work around pci=use_crs conflicts
 2010-03-17 13:15 UTC  (6+ messages)
` [PATCH v1 2/3] x86/PCI: trim _CRS windows when they conflict with previous reservations

[PATCH v2] LEDS: fix race between LED device uevent and actual attributes creation
 2010-03-17 12:57 UTC  (5+ messages)

[GIT PULL updated] led updates for 2.6.34-rc2
 2010-03-17 12:56 UTC 

private field in led_classdev?
 2010-03-17 12:48 UTC  (5+ messages)

x86 - Boot hangs at Calibrating delay loop on AMD SC520
 2010-03-17 12:42 UTC 

[PATCH] drivers/net/wimax/i2400m/fw.c fix possible double free
 2010-03-17 12:40 UTC 

[PATCH] 460EX on-chip SATA driver<kernel 2.6.33> < resubmission : 01>
 2010-03-17 12:03 UTC  (2+ messages)

[PATCH 0/4] perf/core: some small patches
 2010-03-17 12:10 UTC  (10+ messages)
` [PATCH 1/4] perf/core, x86: reduce number of CONFIG_X86_LOCAL_APIC macros
  ` [tip:perf/core] perf/core, x86: Reduce "
` [PATCH 2/4] perf/core: correct files in MAINTAINERS entry
  ` [tip:perf/core] perf/core: Correct "
` [PATCH 3/4] perf/core, x86: remove cpu_hw_events.interrupts
  ` [tip:perf/core] perf/core, x86: Remove cpu_hw_events.interrupts
` [PATCH 4/4] perf/core, x86: remove duplicate perf_event_mask variable
  ` [tip:perf/core] perf/core, x86: Remove "

[PATCH 0/11] Memory Compaction v4
 2010-03-17 12:07 UTC  (24+ messages)
` [PATCH 01/11] mm,migration: Take a reference to the anon_vma before migrating
` [PATCH 02/11] mm,migration: Do not try to migrate unmapped anonymous pages
` [PATCH 04/11] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove
` [PATCH 06/11] Export fragmentation index via /proc/extfrag_index
` [PATCH 07/11] Memory compaction core

[GIT PULL] perf fixes
 2010-03-17 11:33 UTC  (2+ messages)
` [GIT PULL, v2] "

[PATCH -tip 09/10] perf probe: List probes with line number and file name
 2010-03-17 11:29 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 00/10] perf-probe updates - data-structure support, etc
 2010-03-17 11:30 UTC  (5+ messages)
` [PATCH -tip 10/10] perf probe: Accessing members in data structures
  ` [tip:perf/core] perf probe: Add data structure member access support

[PATCH -tip 07/10] perf probe: Add --dry-run option
 2010-03-17 11:29 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 06/10] perf probe: Introduce die_find_child() function
 2010-03-17 11:29 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 05/10] perf probe: Rename some die_get_* functions
 2010-03-17 11:28 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 04/10] perf probe: Rename session to param
 2010-03-17 11:28 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 02/10] perf probe: Use wrapper functions
 2010-03-17 11:27 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH -tip 03/10] perf probe: Move add-probe routine under util/
 2010-03-17 11:28 UTC  (2+ messages)
` [tip:perf/core] perf probe: Move add-probe routine to util/

[PATCH -tip 01/10] perf tools: Introduce xzalloc() for detecting out of memory
 2010-03-17 11:27 UTC  (2+ messages)
` [tip:perf/core] perf tools: Introduce xzalloc() for detecting out of memory conditions

kfifo: possible weird violation of what should be invariant
 2010-03-17 11:22 UTC  (3+ messages)

[Patch] netpoll: warn when there are spaces in parameters
 2010-03-17 10:58 UTC  (2+ messages)

[patch 0/2] x86, apic, perf - make apic_write/read noop on !APIC case
 2010-03-17 10:37 UTC  (3+ messages)
` [patch 1/2] x86, apic: Allow to use sertain functions without APIC built-in support
` [patch 2/2] x86, perf: Use apic_write unconditionally

ALPS Touchpad driver
 2010-03-17 10:36 UTC 

[PATCH v1 2/3] Provides multiple submits and asynchronous notifications
 2010-03-17 10:27 UTC  (5+ messages)
`  "

CONFIG_NO_BOOTMEM woes, 2.6.34-rc1
 2010-03-17 10:28 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox