linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-30 23:08:35 to 2010-05-01 15:42:45 UTC [more...]

linux-next: build failure after merge of the staging tree
 2010-05-01 15:42 UTC  (5+ messages)

[PATCH 1/3] Bcache: version 4
 2010-05-01 15:40 UTC  (2+ messages)

[RFC] Second OLPC Viafb series, v2
 2010-05-01 15:29 UTC  (7+ messages)
` [PATCH 02/30] viafb: use proper pci config API
` [PATCH 12/30] viafb: Move core stuff into via-core.c

(no subject)
 2010-05-01 15:23 UTC 

[PATCH v21 00/100] Kernel based checkpoint/restart
 2010-05-01 15:17 UTC  (102+ messages)
` [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
` [PATCH v21 002/100] eclone (2/11): Have alloc_pidmap() return actual error code
` [PATCH v21 003/100] eclone (3/11): Define set_pidmap() function
` [PATCH v21 004/100] eclone (4/11): Add target_pids parameter to alloc_pid()
` [PATCH v21 005/100] eclone (5/11): Add target_pids parameter to copy_process()
` [PATCH v21 006/100] eclone (6/11): Check invalid clone flags
` [PATCH v21 007/100] eclone (7/11): Define do_fork_with_pids()
` [PATCH v21 008/100] eclone (8/11): Implement sys_eclone for x86 (32,64)
` [PATCH v21 009/100] eclone (9/11): Implement sys_eclone for s390
` [PATCH v21 010/100] eclone (10/11): Implement sys_eclone for powerpc
` [PATCH v21 011/100] eclone (11/11): Document sys_eclone
` [PATCH v21 012/100] c/r: extend arch_setup_additional_pages()
` [PATCH v21 013/100] c/r: break out new_user_ns()
` [PATCH v21 014/100] c/r: split core function out of some set*{u,g}id functions
` [PATCH v21 015/100] cgroup freezer: Update stale locking comments
` [PATCH v21 016/100] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
` [PATCH v21 017/100] cgroup freezer: interface to freeze a cgroup from within the kernel
` [PATCH v21 018/100] Namespaces submenu
` [PATCH v21 019/100] Make file_pos_read/write() public and export kernel_write()
` [PATCH v21 020/100] c/r: documentation
` [PATCH v21 021/100] c/r: create syscalls: sys_checkpoint, sys_restart
` [PATCH v21 022/100] c/r: basic infrastructure for checkpoint/restart
` [PATCH v21 023/100] c/r: x86_32 support "
` [PATCH v21 024/100] c/r: x86-64: checkpoint/restart implementation
` [PATCH v21 025/100] c/r: external checkpoint of a task other than ourself
` [PATCH v21 026/100] c/r: export functionality used in next patch for restart-blocks
` [PATCH v21 027/100] c/r: restart-blocks
` [PATCH v21 028/100] c/r: checkpoint multiple processes
` [PATCH v21 029/100] c/r: restart "
` [PATCH v21 030/100] c/r: introduce PF_RESTARTING, and skip notification on exit
` [PATCH v21 031/100] c/r: support for zombie processes
` [PATCH v21 032/100] c/r: Save and restore the [compat_]robust_list member of the task struct
` [PATCH v21 033/100] c/r: infrastructure for shared objects
` [PATCH v21 034/100] c/r: detect resource leaks for whole-container checkpoint
` [PATCH v21 035/100] deferqueue: generic queue to defer work
` [PATCH v21 036/100] c/r: introduce vfs_fcntl()
` [PATCH v21 037/100] c/r: introduce new 'file_operations': ->checkpoint, ->collect()
` [PATCH v21 038/100] c/r: checkpoint and restart open file descriptors
` [PATCH v21 039/100] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [PATCH v21 040/100] Introduce FOLL_DIRTY to follow_page() for "dirty" pages
` [PATCH v21 041/100] c/r: dump memory address space (private memory)
` [PATCH v21 042/100] c/r: add generic '->checkpoint' f_op to ext fses
` [PATCH v21 043/100] c/r: add generic '->checkpoint()' f_op to simple devices
` [PATCH v21 044/100] c/r: add checkpoint operation for opened files of generic filesystems
` [PATCH v21 045/100] c/r: export shmem_getpage() to support shared memory
` [PATCH v21 046/100] c/r: dump anonymous- and file-mapped- "
` [PATCH v21 047/100] splice: export pipe/file-to-pipe/file functionality
` [PATCH v21 048/100] c/r: support for open pipes
` [PATCH v21 049/100] c/r: checkpoint and restore FIFOs
` [PATCH v21 050/100] c/r: refuse to checkpoint if monitoring directories with dnotify
` [PATCH v21 051/100] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [PATCH v21 052/100] c/r: support for UTS namespace
` [PATCH v21 053/100] c/r (ipc): allow allocation of a desired ipc identifier
` [PATCH v21 054/100] c/r: save and restore sysvipc namespace basics
` [PATCH v21 055/100] c/r: support share-memory sysv-ipc
` [PATCH v21 056/100] c/r: support message-queues sysv-ipc
` [PATCH v21 057/100] c/r: support semaphore sysv-ipc
` [PATCH v21 058/100] c/r: (s390): expose a constant for the number of words (CRs)
` [PATCH v21 059/100] c/r: add CKPT_COPY() macro
` [PATCH v21 060/100] c/r: define s390-specific checkpoint-restart code
` [PATCH v21 061/100] c/r: capabilities: define checkpoint and restore fns
` [PATCH v21 062/100] c/r: checkpoint and restore task credentials
` [PATCH v21 063/100] c/r: restore file->f_cred
` [PATCH v21 064/100] c/r: checkpoint and restore (shared) task's sighand_struct
` [PATCH v21 065/100] c/r: [signal 1/4] blocked and template for shared signals
` [PATCH v21 066/100] c/r: [signal 2/4] checkpoint/restart of rlimit
` [PATCH v21 067/100] c/r: [signal 3/4] pending signals (private, shared)
` [PATCH v21 068/100] c/r: [signal 4/4] support for real/virt/prof itimers
` [PATCH v21 069/100] Expose may_setuid() in user.h and add may_setgid() (v2)
` [PATCH v21 070/100] c/r: correctly restore pgid
` [PATCH v21 071/100] Add common socket helpers to unify the security hooks
` [PATCH v21 072/100] c/r: introduce checkpoint/restore methods to struct proto_ops
` [PATCH v21 073/100] c/r: Add AF_UNIX support (v12)
` [PATCH v21 074/100] c/r: add support for listening INET sockets (v2)
` [PATCH v21 075/100] c/r: add support for connected INET sockets (v5)
` [PATCH v21 076/100] c/r: [pty 1/2] allow allocation of desired pty slave
` [PATCH v21 077/100] c/r: [pty 2/2] support for pseudo terminals
` [PATCH v21 078/100] c/r: support for controlling terminal and job control
` [PATCH v21 079/100] c/r: checkpoint/restart epoll sets
` [PATCH v21 080/100] c/r: checkpoint/restart eventfd
` [PATCH v21 081/100] c/r: restore task fs_root and pwd (v3)
` [PATCH v21 082/100] c/r: preliminary support mounts namespace
` [PATCH v21 083/100] c/r: nested pid namespaces (v3)
` [PATCH v21 084/100] powerpc: reserve checkpoint arch identifiers
` [PATCH v21 085/100] powerpc: provide APIs for validating and updating DABR
` [PATCH v21 086/100] powerpc: checkpoint/restart implementation
` [PATCH v21 087/100] powerpc: wire up checkpoint and restart syscalls
` [PATCH v21 088/100] powerpc: enable checkpoint support in Kconfig
` [PATCH v21 089/100] c/r: add lsm name and lsm_info (policy header) to container info
` [PATCH v21 090/100] c/r: add generic LSM c/r support (v7)
` [PATCH v21 091/100] c/r: add smack support to lsm c/r (v4)
` [PATCH v21 092/100] c/r: add selinux support (v6)
` [PATCH v21 093/100] c/r: Add checkpoint and collect hooks to net_device_ops
` [PATCH v21 094/100] c/r: Basic support for network namespaces and devices (v6)
` [PATCH v21 095/100] c/r: Add rtnl_dellink() helper
` [PATCH v21 096/100] c/r: Add checkpoint support for veth devices (v2)
` [PATCH v21 097/100] c/r: Add loopback checkpoint support (v2)
` [PATCH v21 098/100] c/r: Add a checkpoint handler to the 'sit' device
` [PATCH v21 099/100] c/r: Add checkpoint support to macvlan driver
` [PATCH v21 100/100] c/r: add an entry for checkpoint/restart in MAINTAINERS

[PATCH V3] drivers/uio/uio_pci_generic.c: allow access for non-privileged processes
 2010-05-01 14:28 UTC  (4+ messages)

[PATCH 2/3] input: mt: Introduce MT event slots (rev 2)
 2010-05-01 13:55 UTC  (2+ messages)
` [PATCH 3/3] input: mt: Document the MT event slot protocol

[PATCH 0/2] Fix migration races in rmap_walk() V3
 2010-05-01 13:51 UTC  (8+ messages)
` [PATCH 2/2] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks

[PATCH 1/3] input: mt: Simplify event bypass logic
 2010-05-01 13:49 UTC 

Loan Application!!!
 2010-05-01 13:34 UTC 

Loan Application!!!
 2010-05-01 12:41 UTC 

[PATCH 0/3] Bcache: version 4
 2010-05-01 13:01 UTC  (2+ messages)

2.6.33-2.6.34-rc5 suspend issues
 2010-05-01 12:24 UTC  (5+ messages)

[PATCHv10 2.6.34-rc6 1/5] mxc: Update GPIO for USB support on Freescale MX51 Babbage HW
 2010-05-01 12:21 UTC  (5+ messages)
` [PATCHv10 2.6.34-rc6 2/5] mx5: Add USB device definitions for "
  ` [PATCHv10 2.6.34-rc6 3/5] mx5: Enable board specific functions for enabling USB host on Babbage
    ` [PATCHv10 2.6.34-rc6 4/5] mxc: Add generic USB HW initialization for MX51

CFQ read performance regression
 2010-05-01 12:13 UTC  (11+ messages)

[PATCH tip/perf] perf: fix resource leak in failure path of perf_event_open()
 2010-05-01 11:54 UTC  (2+ messages)
` [tip:perf/urgent] perf: Fix "

[PATCH 10/10] bkl: Fix-up compile problems as a result of the bkl-pushdown
 2010-05-01 11:11 UTC  (7+ messages)
` [PATCH 0/5] Pushdown bkl from v4l ioctls

[PATCH] console logging detour via printk
 2010-05-01 11:04 UTC  (5+ messages)

Fix build error for i.MX51 (mx51_defconfig)
 2010-05-01 10:18 UTC  (2+ messages)

[PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
 2010-05-01 10:14 UTC  (2+ messages)

[PATCH] [ARM] .gitignore: Ignore piggy.lzo, lib1funcs.S and vmlinux
 2010-05-01 10:11 UTC  (2+ messages)

-next Apr 30: OOPS during eHEA driver initialization
 2010-05-01  9:54 UTC  (4+ messages)

Very Important*
 2010-05-01  7:52 UTC 

[PATCH 1/3] Add clocksource_register_hz/khz interface
 2010-05-01  8:45 UTC  (4+ messages)
` [PATCH 2/3] Convert common x86 clocksources to use clocksource_register_hz/khz
  ` [RFC][PATCH 3/3] Try to convert non-trivial clocksources to clocksource_register_hz

Frontswap [PATCH 0/4] (was Transcendent Memory): overview
 2010-05-01  8:28 UTC  (16+ messages)

Office of Tim Pullen Solicitors & Barristers
 2010-04-29  1:18 UTC 

[RFC][PATCH 0/2] perf/live buildid
 2010-05-01  6:41 UTC  (3+ messages)
` [RFC][PATCH 1/2] perf/live: don't synthesize build ids at the end of a live mode trace
` [RFC][PATCH 2/2] perf: add perf-inject builtin

percpu: implement nommu support
 2010-05-01  6:31 UTC  (3+ messages)

[PATCH 0/8] Suspend block api (version 6)
 2010-05-01  6:14 UTC  (8+ messages)
` [PATCH 1/8] PM: Add suspend block api
  ` [PATCH 2/8] PM: suspend_block: Add driver to access suspend blockers from user-space
    ` [PATCH 3/8] PM: suspend_block: Abort task freezing if a suspend_blocker is active
      ` [PATCH 4/8] PM: suspend_block: Add debugfs file
        ` [PATCH 5/8] PM: suspend_block: Add suspend_blocker stats
          ` [PATCH 6/8] PM: Add suspend blocking work

[BUG] perf: perf trace does not work anymore
 2010-05-01  5:44 UTC  (2+ messages)

[PATCH] Staging: comedi: ssc_dnp: adjusted comments: coding style issue
 2010-05-01  4:22 UTC 

[patch v2.2 0/4] IPVS full NAT support + netfilter 'ipvs' match support
 2010-05-01  3:20 UTC  (5+ messages)
` [patch v2.2 1/4] [PATCH v2.1 1/4] netfilter: xt_ipvs (netfilter matcher for IPVS)
` [patch v2.2 2/4] [PATCH v2.1 2/4] IPVS: make friends with nf_conntrack
` [patch v2.2 3/4] [PATCH v2.1 3/4] IPVS: make FTP work with full NAT support
` [patch v2.2 4/4] [PATCH v2.1 4/4] libxt_ipvs: user-space lib for netfilter matcher xt_ipvs

[PATCH 2.6.34-rcX] Do not expect PCI devices to return zeroes in PCIe space
 2010-05-01  2:54 UTC 

[PATCH 00/10] Introduce common hex_to_bin() helper
 2010-05-01  2:55 UTC  (4+ messages)
` [PATCH 01/10] lib: introduce common method to convert hex digits

[GIT PULL] perf and breakpoints updates
 2010-05-01  2:53 UTC  (9+ messages)
` [PATCH 1/8] perf: Remove leftover useless options to record trace events from scripts
` [PATCH 2/8] perf: Fix warning while reading ring buffer headers
` [PATCH 3/8] hw-breakpoints: Tag ptrace breakpoint as exclude_kernel
` [PATCH 4/8] hw-breakpoints: Check disabled breakpoints again
` [PATCH 5/8] hw-breakpoints: Change/Enforce some breakpoints policies
` [PATCH 6/8] hw-breakpoints: Separate constraint space for data and instruction breakpoints
` [PATCH 7/8] hw-breakpoints: Handle breakpoint weight in allocation constraints
` [PATCH 8/8] hw-breakpoints: Get the number of available registers on boot dynamically

[PATCH] acpi: Fall back to manually changing SCI_EN
 2010-04-29  0:22 UTC  (3+ messages)

MacBookPro2,2 unable too boot with the latest HEAD
 2010-04-20 14:17 UTC  (5+ messages)

[PATCH] ACPI / PM: Move ACPI video resume to a PM notifier
 2010-03-17 21:36 UTC  (5+ messages)

[PATCH 0/6] hw-breakpoints updates
 2010-05-01  1:36 UTC  (4+ messages)
` [PATCH 3/6] hw-breakpoints: Change/Enforce some breakpoints policies

[PATCH 0/3] alpha: Implement Hardware Performance Events
 2010-04-30 23:55 UTC  (4+ messages)
` [PATCH 1/3] alpha: Add performance monitor interrupt counter
` [PATCH 2/3] alpha: Add wrperfmon.h header file to aid use of wrperfmon PALcall
` [PATCH 3/3] alpha: Implement HW performance events on the EV67 and later CPUs

[ANNOUNCE] linux-2.6.32.y-drm33.z
 2010-04-29  9:23 UTC 

[PATCH] sst25l.c: fix multi-part messages with broken spi masters
 2010-04-29 18:34 UTC 

[PATCH] perf_event: Use UTF-8 copyright symbol instead of \251
 2010-05-01  0:28 UTC 

[PATCH] trivial: use (C) instead of \251
 2010-05-01  0:34 UTC  (7+ messages)

[PATCH] fix RCU-lockdep splats in NFS
 2010-05-01  0:32 UTC  (3+ messages)
` [PATCH 1/2] NFSv4: Fix the locking in nfs_inode_reclaim_delegation()
` [PATCH 2/2] NFS: Fix RCU issues in the NFSv4 delegation code

[PATCH tip/core/urgent 0/10] v2: Fix RCU lockdep splats
 2010-05-01  0:26 UTC  (11+ messages)
` [PATCH tip/core/urgent 01/10] rcu: v2: optionally leave lockdep enabled after RCU lockdep splat
` [PATCH tip/core/urgent 02/10] KEYS: Fix an RCU warning
` [PATCH tip/core/urgent 03/10] KEYS: Fix an RCU warning in the reading of user keys
` [PATCH tip/core/urgent 04/10] cgroup: Fix an RCU warning in cgroup_path()
` [PATCH tip/core/urgent 05/10] cgroup: Fix an RCU warning in alloc_css_id()
` [PATCH tip/core/urgent 06/10] sched: Fix an RCU warning in print_task()
` [PATCH tip/core/urgent 07/10] cgroup: Check task_lock in task_subsys_state()
` [PATCH tip/core/urgent 08/10] memcg: css_id() must be called under rcu_read_lock()
` [PATCH tip/core/urgent 09/10] blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
` [PATCH tip/core/urgent 10/10] vfs: fix RCU-lockdep false positive due to /proc access

[PATCH 3/3] Bcache: version 4
 2010-05-01  0:13 UTC 

[PATCH 2/3] Bcache: version 4
 2010-05-01  0:13 UTC 

[PATCH 1/1][BUG][TAKE2] KEYRINGS: find_keyring_by_name() can gain the freed keyring
 2010-04-29 11:23 UTC  (9+ messages)
  ` [PATCH 1/1][BUG][IMPORTANT] "

[PATCH tip/core/urgent] fix several lockdep splats, allow multiple splats
 2010-04-30 23:47 UTC  (3+ messages)

[PATCH] sst25l.c: simplify reading the device ManID/DevID
 2010-04-29 17:11 UTC  (2+ messages)

r8169 INFO: inconsistent lock state
 2010-04-30 23:20 UTC  (4+ messages)

[PATCH]PM QOS refresh against next-20100430
 2010-04-30 23:08 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;
as well as URLs for NNTP newsgroup(s).