public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-03 15:08:43 to 2010-03-03 20:46:58 UTC [more...]

[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 

[RFC PATCH 0/6] Union mount core rewrite v1
 2010-03-03 20:45 UTC  (8+ 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 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

[GIT PULL] Ambient Light Sensors subsystem
 2010-03-03 20:37 UTC  (14+ messages)

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

USB mass storage and ARM cache coherency
 2010-03-03 20:24 UTC  (6+ messages)

[GIT PATCH] driver core patches for 2.6.33-git
 2010-03-03 20:21 UTC  (6+ messages)
` [PATCH 19/62] Driver-Core: devtmpfs - remove EXPERIMENTAL and enable it by default

[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)

O_NONBLOCK is NOOP on block devices
 2010-03-03 19:49 UTC  (3+ messages)

[PATCH] kconfig: place git SHA1 in .config output if in SCM
 2010-03-03 19:58 UTC  (5+ messages)

mmotm 2010-03-02-18-38 uploaded
 2010-03-03 19:55 UTC  (6+ 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 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 

[PATCH 1/2] cfq-iosched: rework seeky detection
 2010-03-03 19:47 UTC  (4+ messages)
  ` [PATCH 2/2] cfq-iosched: rethink seeky detection for SSDs

USB mass storage and ARM cache coherency
 2010-03-03 19:41 UTC  (9+ messages)

[RFC][PATCH 00/11] Another stab at PEBS and LBR support
 2010-03-03 19:37 UTC  (23+ messages)
` [RFC][PATCH 01/11] perf, x86: Remove superfluous arguments to x86_perf_event_set_period()
` [RFC][PATCH 02/11] perf, x86: Remove superfluous arguments to x86_perf_event_update()
` [RFC][PATCH 03/11] perf, x86: Change x86_pmu.{enable,disable} calling convention
` [RFC][PATCH 04/11] perf, x86: Use unlocked bitops
` [RFC][PATCH 05/11] perf: Generic perf_sample_data initialization
` [RFC][PATCH 06/11] perf, x86: PEBS infrastructure
` [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
` [RFC][PATCH 11/11] perf, x86: Clean up IA32_PERF_CAPABILITIES usage

[PATCH 0/18][RFC] Nested Paging support for Nested SVM (aka NPT-Virtualization)
 2010-03-03 19:12 UTC  (19+ 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

[BUG] usb-serial / pl2302 corrupted receive
 2010-03-03 18:31 UTC  (5+ messages)

[PATCH] uartlite: Fix build on sparc
 2010-03-03 18:55 UTC  (8+ messages)

[BUG #15248] Please apply the suggested fix
 2010-03-03 18:42 UTC 

[PATCH 0/11] ahci: Add support for non-PCI devices
 2010-03-03 18:49 UTC  (22+ messages)
` [PATCH 01/11] ahci: Get rid of host->iomap usage
` [PATCH 02/11] ahci: Factor out PCI specifics from ahci_save_initial_config()
` [PATCH 03/11] ahci: Get rid of pci_dev argument in ahci_save_initial_config()
` [PATCH 04/11] ahci: Factor out PCI specifics from ahci_reset_controller()
` [PATCH 05/11] ahci: Get rid of pci_dev argument in ahci_port_init()
` [PATCH 06/11] ahci: Factor out PCI specifics from ahci_init_controller()
` [PATCH 07/11] ahci: Factor out PCI specifics from ahci_print_info()
` [PATCH 08/11] ahci: Introduce ahci_set_em_messages()
` [PATCH 09/11] ahci: Move generic code into libahci
` [PATCH 10/11] ahci: Export generic AHCI symbols, turn libahci into a separate module
` [PATCH 11/11] ahci: Add platform driver

[PATCH] usb/serial: Fix module name typo for qcaux Kconfig entry
 2010-03-03 18:37 UTC 

[PATCH] staging/dt3155: fix build error caused by removing TRUE / FALSE defines
 2010-03-03 18:32 UTC 

[PATCH 0/7][v4] PV extension of HVM (Hybrid) for Xen
 2010-03-03 18:31 UTC  (13+ messages)
` [PATCH 3/7] xen/hvm: Xen PV extension of HVM initialization
  ` [Xen-devel] "
` [PATCH 5/7] xen: Make event channel work with PV extension of HVM
  ` [Xen-devel] "

[PATCH] staging/dt3155: fix build error caused by {write|read}l change
 2010-03-03 18:24 UTC 

[PATCH 4 of 4] Linux pvops: xen pci platform device driver
 2010-03-03 18:26 UTC  (5+ messages)
` [Xen-devel] "

Regression - panic booting 2.6.33- 04130-gc9658bf
 2010-03-03 18:14 UTC  (2+ messages)

[Bugme-new] [Bug 15426] New: Running many copies of bonnie++ on different filesystems seems to deadlock in sync
 2010-03-03 18:33 UTC  (7+ messages)

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

[RFC v2 00/10] snet: Security for NETwork syscalls
 2010-03-03 17:55 UTC  (3+ messages)
` [RFC v2 10/10] snet: introduce snet_utils

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

Replacing kernel functions - kernel symtab
 2010-03-03 17:11 UTC 

[GIT PULL] x86/mm fixes
 2010-03-03 17:10 UTC  (4+ messages)

[GIT PULL] Squashfs updates for 2.6.34
 2010-03-03 17:08 UTC  (2+ messages)

[PATCH] trivial: fix typos concerning "initiali[zs]e"
 2010-03-03 16:57 UTC 

linux-next: Tree for February 19
 2010-03-03 16:56 UTC  (5+ messages)
` linux-next: Tree for February 19 (scsi/mpt2sas/raid_class)
  ` [PATCH -next] scsi: RAID_ATTRS depends on SCSI

[PATCH 0/3] sched: use EDF to throttle RT task groups v2
 2010-03-03 17:01 UTC  (20+ messages)
` [PATCH 1/3] sched: use EDF to schedule groups
` [PATCH 2/3] sched: enforce per-cpu utilization limits on runtime balancing
` [PATCH 3/3] sched: make runtime balancing code more EDF-friendly

[PATCH] cleanup __generic_block_fiemap and fix a few minor issues
 2010-03-03 16:37 UTC 

[PATCH] hpet: factor timer allocate from open
 2010-03-03 16:26 UTC  (5+ messages)

[PATCH -mm 0/7] transforming the PCI DMA API into the generic device model
 2010-03-03 16:23 UTC  (5+ messages)
` [PATCH -mm 7/7] pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.h

[PATCH 4/4] IPMI: Add proper offset for HP PCI interfaces
 2010-03-03 16:17 UTC 

[PATCH 3/4] IPMI: Remove ipmi_smi.h self-include
 2010-03-03 16:16 UTC 

[PATCH 2/4] IPMI: Fix slave_addrs setting to actually work
 2010-03-03 16:16 UTC 

[PATCH][GIT PULL] tracing: Fix warning in s_next of trace file ops
 2010-03-03 16:16 UTC 

[PATCH 1/4] IPMI: Add parameter to limit CPU usage in kipmid
 2010-03-03 16:14 UTC 

[GIT PULL] regulator updates for 2.6.34
 2010-03-03 16:00 UTC 

aoeblk_make_request() chokes on zero-length barriers
 2010-03-03 15:56 UTC  (3+ messages)

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

[GIT PULL] amd64_edac fix for .34
 2010-03-03 15:51 UTC 

[PATCH] [4/4] SLAB: Fix node add timer race in cache_reap
 2010-03-03 15:46 UTC  (12+ messages)
            ` [patch] slab: add memory hotplug support

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

[PATCH tip/core/rcu 0/4] rcu: suppress RCU lockdep early-boot warnings and fixes
 2010-03-03 15:46 UTC  (5+ messages)
` [PATCH tip/core/rcu 1/4] rcu: use wrapper function instead of exporting tasklist_lock
` [PATCH tip/core/rcu 2/4] rcu: suppress RCU lockdep warnings during early boot
` [PATCH tip/core/rcu 3/4] rcu: revert 1883c79a: early boot now handled by lockdep-RCU
` [PATCH tip/core/rcu 4/4] rcu: add control variables to lockdep_rcu_dereference() diagnostics

linux-next: Tree for March 3
 2010-03-03 15:44 UTC  (2+ messages)
` -next March 3: Boot failure on x86 (Oops)

[PATCH 0/5] Add multiple event support to perf report V2
 2010-03-03 15:38 UTC  (6+ messages)
` [PATCH 1/5] Add ID and to recorded event data when recording multiple events
` [PATCH 2/5] Change add_hist_entry to take the tree root instead of session
` [PATCH 3/5] Add storage for seperating event types in report
` [PATCH 4/5] Change perf_session post processing functions to take histogram tree
` [PATCH 5/5] Add multiple event support to perf report

[PATCH 57/62] msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec command
 2010-03-03 15:28 UTC  (2+ messages)

[RFC PATCH] printk: Convert pr_<level> macros to functions
 2010-03-03 15:20 UTC 

[REGRESSION] X doesn't work with 2.6.33 (can't find any input devices)
 2010-03-03 15:20 UTC  (2+ messages)

[PATCH] rtc-coh901331: Fix braces in resume code
 2010-03-03 15:19 UTC  (2+ messages)
` [rtc-linux] "

yaffs2 NAND fs
 2010-03-03 15:09 UTC  (3+ messages)

[patch] cassini: fix off by one
 2010-03-03 15:17 UTC  (4+ messages)

[BUG] usb-serial / pl2302 corrupted receive
 2010-03-03 15:08 UTC  (3+ messages)
` [PATCH] USB: pl2303: switch to generic write implementation


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