public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-03 19:12:57 to 2010-03-04 03:10:44 UTC [more...]

[PATCH] mm: Fix some coding styles on mm/ tree
 2010-03-04 11:09 UTC 

[rfc/rft][patch] should use scheduler sync hint in tcp_prequeue()?
 2010-03-04  3:03 UTC  (4+ messages)

2.6.33: ftrace triggers soft lockup
 2010-03-04  3:01 UTC  (6+ messages)

Crypto Update for 2.6.29
 2010-03-04  3:00 UTC  (9+ messages)
  ` Crypto Update for 2.6.30
    ` Crypto Update for 2.6.33
      ` Crypto Update for 2.6.34
        ` tip: origin tree boot crash

reiserfs issue with 2.6.32.8
 2010-03-04  3:00 UTC  (5+ messages)

[RFC][PATCH 07/11] perf: Provide PERF_SAMPLE_REGS
 2010-03-04  2:59 UTC  (6+ messages)

[PATCH] hpet: factor timer allocate from open
 2010-03-04  2:59 UTC  (3+ messages)

[PATCH RFC] fix problems with NETIF_F_HIGHDMA in networking drivers v2
 2010-03-04  2:55 UTC 

[PATCH] uartlite: Fix build on sparc
 2010-03-04  2:50 UTC  (3+ messages)

[patch v3 2/2] ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET
 2010-03-04  2:48 UTC  (10+ messages)
` linux-next requirements

[linux-pm] Is it supposed to be ok to call del_gendisk while userspace is frozen?
 2010-03-04  2:48 UTC  (6+ messages)

[PATCH v2] hvc_console: Fix race between hvc_close and hvc_remove
 2010-03-04  2:44 UTC  (3+ messages)

[PATCH] i386: do a global tlb flush in S4 resume
 2010-03-04  2:41 UTC  (3+ messages)

[PATCH -v2 0/2] ACPI, APEI, use general HEST table parsing in AER firmware_first setup
 2010-03-04  2:30 UTC  (3+ messages)
` [PATCH -v2 1/2] ACPI, APEI, Make APEI core configurable built-in instead of module
  ` [PATCH -v2 2/2] ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup

[RFC] [PATCH 1/1] perf: add support for arch-dependent symbolic event names to "perf stat"
 2010-03-04  2:30 UTC 

mmotm 2010-03-02-18-38 uploaded
 2010-03-04  2:29 UTC  (13+ messages)
` mmotm 2010-03-02 - kernel BUG at fs/direct-io.c:630
` [PATCH mmotm] xfs: needs LIST_SORT
` mmotm 2010-03-02-18-38 uploaded (dma unmapping)

[PATCH 2/1] io-controller: Add a new interface "policy" for IO Controller
 2010-03-04  2:25 UTC  (7+ messages)

[alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio
 2010-03-04  2:21 UTC  (13+ messages)

do_loop_readv_writev() not as described for drivers implementing only write()?
 2010-03-04  1:46 UTC  (3+ messages)

[PATCH tip/core/rcu 0/3] rcu: fix !PREEMPT, __mpol_dup(), and ftrace_perf_buf_prepare() RCU lockdep splats
 2010-03-04  1:50 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Make rcu_read_lock_sched_held() handle !PREEMPT
` [PATCH tip/core/rcu 2/3] rcu: suppress __mpol_dup() false positive from RCU lockdep
` [PATCH tip/core/rcu 3/3] rcu, ftrace: fix RCU lockdep splat in ftrace_perf_buf_prepare()

linux-next: Tree for March 3
 2010-03-04  1:28 UTC  (3+ messages)
` -next March 3: Boot failure on x86 (Oops)

[GIT PULL] Squashfs updates for 2.6.34
 2010-03-04  1:17 UTC  (3+ messages)

linux-next: manual merge of the arm tree with Linus' tree
 2010-03-04  1:16 UTC  (2+ messages)

Linux Bluetooth Coexistence documentation in general and for ath9k
 2010-03-04  0:59 UTC  (2+ messages)

linux-next: build warning after merge of the xfs tree
 2010-03-04  0:57 UTC  (2+ messages)
` [PATCH] "

[linux-pm] [PATCH] PM: add dpm_use_runtime_{suspend, resume} helper functions
 2010-03-04  0:56 UTC 

[Resend][PATCH] ACPI / EC: Remove race between EC driver and suspend process (rev. 3)
 2010-03-04  0:52 UTC  (3+ messages)

[GIT PULL] x86/mm fixes
 2010-03-04  0:44 UTC  (5+ messages)

[PATCH 0/18][RFC] Nested Paging support for Nested SVM (aka NPT-Virtualization)
 2010-03-04  0:35 UTC  (23+ messages)
` [PATCH 01/18] KVM: MMU: Check for root_level instead of long mode
` [PATCH 02/18] KVM: MMU: Make tdp_enabled a mmu-context parameter
` [PATCH 03/18] KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
` [PATCH 04/18] KVM: X86: Introduce a tdp_set_cr3 function
` [PATCH 05/18] KVM: MMU: Introduce get_cr3 function pointer
` [PATCH 06/18] KVM: MMU: Introduce inject_page_fault "
` [PATCH 07/18] KVM: SVM: Implement MMU helper functions for Nested Nested Paging
` [PATCH 08/18] KVM: MMU: Change init_kvm_softmmu to take a context as parameter
` [PATCH 09/18] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
` [PATCH 10/18] KVM: MMU: Introduce generic walk_addr function
` [PATCH 11/18] KVM: MMU: Add infrastructure for two-level page walker
` [PATCH 12/18] KVM: MMU: Implement nested gva_to_gpa functions
` [PATCH 13/18] KVM: MMU: Introduce Nested MMU context
` [PATCH 14/18] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
` [PATCH 15/18] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
` [PATCH 16/18] KVM: X86: Add callback to let modules decide over some supported cpuid bits
` [PATCH 17/18] KVM: SVM: Report Nested Paging support to userspace
` [PATCH 18/18] KVM: X86: Add KVM_CAP_SVM_CPUID_FIXED

[patch 0/2] Support for IA32_ENERGY_PERF_BIAS MSR
 2010-03-04  0:27 UTC  (5+ messages)
` [patch 2/2] x86: Manage ENERGY_PERF_BIAS based on cpufreq governor

[PATCH] ACPI / PM: Move ACPI video resume to a PM notifier
 2010-03-04  0:25 UTC  (2+ messages)

yaffs2 NAND fs
 2010-03-04  0:20 UTC  (4+ messages)

[PATCH] msdos: add support for large disks
 2010-03-04  0:17 UTC  (7+ messages)

2.6.33 dies on modprobe
 2010-03-04  0:10 UTC  (7+ messages)

[GIT PATCH] driver core patches for 2.6.33-git
 2010-03-04  0:04 UTC  (14+ messages)
` [PATCH 19/62] Driver-Core: devtmpfs - remove EXPERIMENTAL and enable it by default
` [PATCH 61/62] msi-laptop: depends on RFKILL

[PATCH 4/4] cpuset,mm: use rwlock to protect task->mempolicy and mems_allowed
 2010-03-03 23:50 UTC  (2+ messages)

[PATCH] Enable the enable_on_exec flag if record forks the target
 2010-03-03 23:46 UTC  (2+ messages)

[PATCH 1/1] Stage: hv: Rename struct device_context and re-arrange the fields inside (re-formatted)
 2010-03-03 23:39 UTC  (4+ messages)
  ` Ringbuffer usage in Linux Hyper-V drivers

[PATCH -mm] replace DECLARE_DMA_UNMAP_ADD_{ADDR,LEN} with DEFINE_DMA_UNMAP_ADD_{ADDR,LEN}
 2010-03-03 23:38 UTC  (4+ messages)

[PATCH] drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell Inspiron 700m
 2010-03-03 23:34 UTC  (2+ messages)

linux-next: manual merge of the arm tree with Linus' tree
 2010-03-03 23:33 UTC 

Nick's vfs-scalability patches ported to 2.6.33-rt
 2010-03-03 23:31 UTC  (3+ messages)

[PATCH -mmotm 0/3] memcg: per cgroup dirty limit (v3)
 2010-03-03 23:25 UTC  (9+ messages)
` [PATCH -mmotm 3/3] memcg: dirty pages instrumentation

[PATCH 1/2] cfq-iosched: rework seeky detection
 2010-03-03 23:28 UTC  (10+ messages)
  ` [PATCH 2/2] cfq-iosched: rethink seeky detection for SSDs
` [RFC, PATCH 0/2] Reworking seeky detection for 2.6.34

[PATCH v1] compiler: prevent dead store elimination
 2010-03-03 23:16 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[BUGFIX][PATCH] memcg: fix oom kill behavior
 2010-03-03 23:12 UTC  (9+ messages)
` [BUGFIX][PATCH] memcg: fix oom kill behavior v2
            ` [BUGFIX][PATCH] memcg: fix oom kill behavior v3

[GIT PULL] Ambient Light Sensors subsystem
 2010-03-03 23:08 UTC  (19+ messages)

2.6.33 dies on modprobe
 2010-03-03 23:04 UTC 

[PATCH] mmc: omap_hsmmc: Fix conditional locking
 2010-03-03 22:52 UTC  (4+ messages)

[PATCH] mm/highmem.c: Fix ‘pkmap_count’ undeclared
 2010-03-03 22:49 UTC 

[git pull] vfs patches, beginning
 2010-03-03 22:21 UTC 

[PATCH 03/11] drivers: net: optimize hex2bin()
 2010-03-03 22:02 UTC  (4+ messages)
` [PATCHv2] "

epoll clarification sought: multithreaded epoll_wait for UDP sockets?
 2010-03-03 21:29 UTC 

[PATCH 2/2] AT91 slow-clock resume: don't restore the PLL settings when the PLL was off
 2010-03-03 21:33 UTC 

[PATCH 1/2] AT91 slow-clock suspend: don't wait when turning PLLs off
 2010-03-03 21:33 UTC 

[RFC][PATCH 00/11] Another stab at PEBS and LBR support
 2010-03-03 22:02 UTC  (15+ messages)
` [RFC][PATCH 05/11] perf: Generic perf_sample_data initialization
` [RFC][PATCH 07/11] perf: Provide PERF_SAMPLE_REGS
` [RFC][PATCH 08/11] perf, x86: Implement simple LBR support
` [RFC][PATCH 09/11] perf, x86: Implement PERF_SAMPLE_BRANCH_STACK
` [RFC][PATCH 10/11] perf, x86: use LBR for PEBS IP+1 fixup

[PATCH 0/11] ahci: Add support for non-PCI devices
 2010-03-03 21:58 UTC  (6+ messages)
` [PATCH 08/11] ahci: Introduce ahci_set_em_messages()
` [PATCH 09/11] ahci: Move generic code into libahci

[PATCH] Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.c
 2010-03-03 21:58 UTC  (2+ messages)

USB mass storage and ARM cache coherency
 2010-03-03 21:54 UTC  (17+ messages)

[RFC][PATCH] mm: Remove ZERO_SIZE_PTR
 2010-03-03 21:54 UTC  (4+ messages)

[RFC PATCH 0/6] Union mount core rewrite v1
 2010-03-03 21:53 UTC  (14+ messages)
` [PATCH 1/6] union-mount: Introduce union_mount structure and basic operations
  ` [PATCH 2/6] union-mount: Drive the union cache via dcache
    ` [PATCH 3/6] union-mount: Implement union lookup
      ` [PATCH 4/6] union-mount: Support for mounting union mount file systems
        ` [PATCH 5/6] union-mount: Call do_whiteout() on unlink and rmdir in unions
          ` [PATCH 6/6] union-mount: Copy up directory entries on first readdir()
            ` Multiple read-only layers in union mounts (was Re: [PATCH 6/6] union-mount: Copy up directory entries on first readdir())

Dynticks on Vortex86SX ? (Cx486SLC + just the standard i8254 PC timer)
 2010-03-03 21:53 UTC  (3+ messages)

[PATCH 01/26] w35und: Remove unused struct _RXLAYER1
 2010-03-03 21:50 UTC  (3+ messages)
` [PATCH 13/26] w35und: Remove unused struct _MLMECALLBACK

[PATCH -tip 1/2] perf probe: Correct probe syntax on command line help
 2010-03-03 21:48 UTC  (6+ messages)
` [PATCH -tip 2/2] x86: Issue at least one memory barrier in stop_machine_text_poke()
    ` [PATCH -tip] "

[PATCH 00/26] ceph distributed file system client
 2010-03-03 21:37 UTC  (4+ messages)
` [PATCH 23/26] ceph: nfs re-export support

pullreq: wireless-next-2.6 2010-03-03
 2010-03-03 21:26 UTC 

O_NONBLOCK is NOOP on block devices
 2010-03-03 21:25 UTC  (4+ messages)

[PATCH] kconfig: place git SHA1 in .config output if in SCM
 2010-03-03 20:41 UTC  (6+ messages)

[PATCH] Forcing capacity sizes for block devices (RFC)
 2010-03-03 21:08 UTC 

unable to handle kernel paging request on resume with 2.6.33-00001-gbaac35c
 2010-03-03 21:04 UTC  (4+ messages)

[PATCH 3/3] cpufreq: add sysfs knob for toggling core performance boost
 2010-03-03 20:59 UTC 

evdev keyboard driver stopped working after upgrading from Kernel 2.6.33-rc8 to 2.6.33 (official release)
 2010-03-03 20:45 UTC 

[PATCH 2/3] [cpufreq] powernow-k8: add core performance boost support
 2010-03-03 20:58 UTC 

[PATCH 1/3] [cpufreq] [retry 1] Add APERF/MPERF support for AMD processors
 2010-03-03 20:56 UTC 

[GIT PULL] perf updates
 2010-03-03 20:37 UTC  (10+ messages)
` [RFC][PATCH 2/3] perf: Take a hot regs snapshot for trace events

[PATCH] pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()
 2010-03-03 20:26 UTC 

[PATCH] x86/mrst: Fix APB timer per cpu clockevent
 2010-03-03 20:27 UTC  (2+ messages)
` [tip:x86/mrst] x86, mrst: "

System reboot hangs due to race against devices_kset->list triggered by SCSI FC workqueue
 2010-03-03 20:25 UTC  (4+ messages)

[PATCH 1/2] blkdev: fix merge_bvec_fn return value checks
 2010-03-03 20:07 UTC  (8+ messages)

[RFC][PATCH] init: Open /dev/console from rootfs
 2010-03-03 20:07 UTC  (3+ messages)

[PATCH 0/6] Fix file descriptor leak on user-space processes and cleanup
 2010-03-03 19:54 UTC  (9+ messages)
` [PATCH 6/6] mqueue: fix mq_open() file descriptor leak on user-space processes
            ` [Patch] mqueue: fix the bad code in sys_mq_open()

[PATCH] cxgb3: fix hot plug removal crash
 2010-03-03 19:49 UTC 


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