public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-17 15:46:53 to 2010-03-17 21:36:40 UTC [more...]

[PATCH] gigaset: fix build failure
 2010-03-17 21:35 UTC  (3+ messages)

[PATCH] staging: winbond: phy_calibration.h coding style cleanup
 2010-03-17 21:33 UTC 

Winning Notification
 2010-03-17 21:17 UTC 

[PATCH] Enhance perf to collect KVM guest os statistics from host side
 2010-03-17 21:14 UTC  (5+ messages)

[PATCH RFC] tun: add ioctl to modify vnet header size
 2010-03-17 21:10 UTC  (2+ messages)

[PATCH] drm/i915: Convert some trace events to DEFINE_TRACE
 2010-03-17 21:09 UTC  (2+ messages)

[C/R v20][PATCH 00/96] Linux Checkpoint-Restart - v20
 2010-03-17 21:09 UTC  (98+ 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
                                                                                                                                                                            ` [C/R v20][PATCH 87/96] powerpc: provide APIs for validating and updating DABR
                                                                                                                                                                              ` [C/R v20][PATCH 88/96] use correct ccr bit for syscall error status
                                                                                                                                                                                ` [C/R v20][PATCH 89/96] powerpc: checkpoint/restart implementation
                                                                                                                                                                                  ` [C/R v20][PATCH 90/96] powerpc: wire up checkpoint and restart syscalls
                                                                                                                                                                                    ` [C/R v20][PATCH 91/96] powerpc: enable checkpoint support in Kconfig
                                                                                                                                                                                      ` [C/R v20][PATCH 92/96] c/r: add lsm name and lsm_info (policy header) to container info
                                                                                                                                                                                        ` [C/R v20][PATCH 93/96] c/r: add generic LSM c/r support (v7)
                                                                                                                                                                                          ` [C/R v20][PATCH 94/96] c/r: add smack support to lsm c/r (v4)
                                                                                                                                                                                            ` [C/R v20][PATCH 95/96] c/r: add selinux support (v6)
                                                                                                                                                                                              ` [C/R v20][PATCH 96/96] c/r: add an entry for checkpoint/restart in MAINTAINERS

linux-next: Tree for March 12, r8169 does not work
 2010-03-17 21:03 UTC  (4+ messages)
  ` Fwd: "

[Regression] r8169: enable 64-bit DMA by default for PCI Express devices (v2)
 2010-03-17 20:52 UTC  (5+ messages)

64-syscall args on 32-bit vs syscall()
 2010-03-17 20:53 UTC  (13+ messages)

Linux Checkpoint-Restart - v19
 2010-03-17 20:55 UTC  (5+ messages)

[patch] i915: fix small leak on error path
 2010-03-17 20:30 UTC  (3+ messages)

Weird wireless/wpa_supplicant screw-up
 2010-03-17 20:29 UTC  (5+ messages)

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

[git patches] libata fixes
 2010-03-17 20:04 UTC 

[PATCH 2/2] reiserfs: Properly honor read-only devices
 2010-03-17 19:59 UTC 

[PATCH 1/2] reiserfs: fix oops while creating privroot with selinux enabled
 2010-03-17 19:59 UTC 

[PATCH] hwmon: Add basic support for lm64 to lm63.c
 2010-03-17 19:55 UTC 

[RFC] remove implicit slab.h inclusion from percpu.h
 2010-03-17 19:54 UTC  (6+ messages)

[patch 2/2] x86,pat Convert memtype_lock into an rw_lock
 2010-03-17 19:51 UTC 

[PATCH -mmotm 0/5] memcg: per cgroup dirty limit (v7)
 2010-03-17 19:48 UTC  (13+ messages)
` [PATCH -mmotm 2/5] memcg: dirty memory documentation

Suspend/hibernate wireless regression with 2.6.33 kernel
 2010-03-17 19:24 UTC  (2+ messages)

[PATCH tip/core/rcu 1/2] rcu: fix holdoff for accelerated GPs for last non-dynticked CPU
 2010-03-17 19:35 UTC  (7+ messages)
` [tip:core/rcu] rcu: Fix "

[PATCH 0/3 RFCv4] add support for Janz MODULbus devices
 2010-03-17 19:33 UTC  (3+ messages)
` [PATCH 2/3] can: add support for Janz VMOD-ICAN3 Intelligent CAN module

[PATCH 2/4] exit: change zap_other_threads() to count sub-threads
 2010-03-17 19:28 UTC 

[PATCH 4/4] exit: avoid sig->count in __exit_signal() to detect the group-dead case
 2010-03-17 19:29 UTC 

[PATCH 3/4] exit: avoid sig->count in de_thread/__exit_signal synchronization
 2010-03-17 19:28 UTC 

[PATCH 1/4] exit: exit_notify() can trust signal->notify_count < 0
 2010-03-17 19:28 UTC 

[PATCH 0/4] signal_struct->count must die, initial changes
 2010-03-17 19:28 UTC 

[PATCH -tip 00/10] perf-probe updates - data-structure support, etc
 2010-03-17 19:14 UTC  (4+ messages)
` [PATCH -tip 10/10] perf probe: Accessing members in data structures

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

[PATCH 00/14] tracing: add compat syscall support v3
 2010-03-17 19:11 UTC  (3+ messages)
` [PATCH 02/14] x86: add arch_compat_syscall_addr()

[PATCH] .gitignore: ignore *.lzo files
 2010-03-17 18:52 UTC 

[PATCH 0/2]: x86: Honor IO_DELAY IO port settings
 2010-03-17 18:43 UTC  (5+ messages)
` [PATCH 1/2]: serial8250: Use native_io_delay on the x86

[PATCH] vhost: fix error handling in vring ioctls
 2010-03-17 18:40 UTC  (3+ messages)

[RFC]cfq-iosched: fix a kbuild regression
 2010-03-17 18:24 UTC  (3+ messages)

[PATCH] [RFC] #define __BYTE_ORDER
 2010-03-17 18:10 UTC 

checkpatch false positive
 2010-03-17 17:48 UTC  (7+ messages)
    ` [PATCH] wireless.h: Add STD_IW_HANDLER macro
        ` [PATCH 1/2] net/wireless/wext_core.c: Use IW_IOCTL_IDX macro
          ` [PATCH 2/2] net/wireless/wext_core.c: Use IW_EVENT_IDX macro

[PATCH 0/3] hpet: convert from ACPI to PNP driver
 2010-03-17 17:35 UTC  (4+ messages)
` [PATCH 1/3] hpet: convert "
` [PATCH 2/3] hpet: pass physical address, not entire hpet_data, to hpet_is_known()
` [PATCH 3/3] MAINTAINERS: remove obsolete HPET ACPI entry

linux-next: Tree for March 17
 2010-03-17 17:30 UTC  (3+ messages)
` linux-next: Tree for March 17 (gigaset isdn)

v2.6.33.1 staging/rt2870 on arm
 2010-03-17 17:17 UTC 

ATA 4 KiB sector issues
 2010-03-17 17:13 UTC  (3+ messages)

ATA 4 KiB sector issues
 2010-03-17 17:04 UTC  (13+ messages)

[PATCH] Documentation: rename PCI/PCI-DMA-mapping.txt to DMA-API-HOWTO.txt
 2010-03-17 16:52 UTC  (2+ messages)

[PATCH 0/11] Memory Compaction v4
 2010-03-17 16:41 UTC  (20+ 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] trace power_frequency events on the correct cpu (for Intel x86 CPUs)
 2010-03-17 16:41 UTC  (5+ messages)

+ tmpfs-fix-oops-on-remounts-with-mpol=default.patch added to -mm tree
 2010-03-17 16:26 UTC  (3+ messages)
  ` [PATCH 3/5] tmpfs: handle MPOL_LOCAL mount option properly

[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

[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  (5+ 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

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


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