linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-12-14 22:37:18 to 2009-12-15 06:04:46 UTC [more...]

[GIT]: Sparc
 2009-12-15  6:04 UTC 

[GIT PATCH] USB patches for 2.6.33-git
 2009-12-15  6:02 UTC  (14+ messages)

linux-next: Tree for December 15
 2009-12-15  5:53 UTC 

[PATCH 1/3] perf util: Remove setup_sorting dups
 2009-12-15  5:51 UTC  (6+ messages)
` [PATCH 3/3] perf diff: Introduce tool to show performance difference

[GIT]: Networking
 2009-12-15  5:51 UTC  (4+ messages)

[RESEND PATCH 1/3] X25: Move SYSCTL ifdefs into header
 2009-12-15  5:49 UTC  (2+ messages)

[PATCH] mmc: move regulator handling to core
 2009-12-15  5:44 UTC  (4+ messages)

linux-next: origin tree build failure
 2009-12-15  5:41 UTC 

radeon 4830 corruption after resume
 2009-12-15  5:40 UTC  (5+ messages)

[PATCH] au1xxx-ide.c: ioremap() returns a void __iomem *
 2009-12-15  5:38 UTC  (4+ messages)

[PATCH] driver i2c-core: i2c bus should support PM entries in struct dev_pm_ops
 2009-12-15  5:38 UTC  (3+ messages)

[PATCH] drivers/staging/panel: Adjust range for PANEL_KEYPAD in Kconfig
 2009-12-15  5:37 UTC 

cpu_clock() in NMIs
 2009-12-15  5:36 UTC  (4+ messages)

[PATCH v2] vmscan: limit concurrent reclaimers in shrink_zone
 2009-12-15  5:32 UTC  (31+ messages)
  ` [cleanup][PATCH 1/8] vmscan: Make shrink_zone_begin/end helper function
  ` [PATCH 2/8] Mark sleep_on as deprecated
  ` [PATCH 3/8] Don't use sleep_on()
  ` [PATCH 4/8] Use prepare_to_wait_exclusive() instead prepare_to_wait()
  ` [PATCH 5/8] Use io_schedule() instead schedule()
  ` [PATCH 6/8] Stop reclaim quickly when the task reclaimed enough lots pages
  ` [PATCH 7/8] Use TASK_KILLABLE instead TASK_UNINTERRUPTIBLE
  ` [PATCH 8/8] mm: Give up allocation if the task have fatal signal

[PATCH] Possible data loss on ext[34], reiserfs with external journal
 2009-12-15  5:32 UTC  (2+ messages)

setrlimit(RLIMIT_NETWORK) vs. prctl(???)
 2009-12-15  5:33 UTC  (2+ messages)

[PATCH] Fix compilation error of drivers/staging/panel/panel.c w/ custom lcd charset
 2009-12-15  5:21 UTC 

[BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v2
 2009-12-15  5:19 UTC  (29+ messages)
          ` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v3
            ` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v4
              ` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v4.1
                      ` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v4.2

[PATCH] modpost: fix segfault with short symbol names
 2009-12-15  5:14 UTC 

[PATCH 1/7] security: do not check mmap_min_addr on nommu systems
 2009-12-15  4:52 UTC  (9+ messages)
` [PATCH 2/7] NOMMU: Provide per-task stack usage through /proc for NOMMU
` [PATCH 5/7] NOMMU: Avoiding duplicate icache flushes of shared maps
  ` [uClinux-dev] "
` [PATCH 6/7] NOMMU: Use copy_*_user_page() in access_process_vm()

linux-next: acpi tree build failure
 2009-12-15  4:57 UTC  (2+ messages)

[PATCH v2] microblaze: nommu: Don't clobber R11 on syscalls
 2009-12-15  4:41 UTC  (2+ messages)
  ` [microblaze-uclinux] "

linux-next: rr tree build failure
 2009-12-15  4:36 UTC  (4+ messages)

WARNING: at fs/notify/inotify/inotify_fsnotify.c:129
 2009-12-15  4:32 UTC  (2+ messages)

[PATCH] sched: Set correct normal_prio and prio values in sched_fork()
 2009-12-15  4:19 UTC  (6+ messages)
` [tip:sched/urgent] "

[PATCH 0/2] Fix iwl6000 does not work in 2.6.31 kernel
 2009-12-15  4:15 UTC  (4+ messages)
` [PATCH 1/2] iwlwifi: change IWL6000_UCODE_API_MAX to v4
` [PATCH 2/2] iwlwifi: unify iwl_setup_rxon_timing
  ` [stable] "

your email has been awarded £750,000 send your datas:
 2009-12-15  4:14 UTC 

[PATCH RFC: kvm tsc virtualization 01/20] Move TSC read to vmx_vcpu_put
 2009-12-15  4:08 UTC  (20+ messages)
  ` [PATCH RFC: kvm tsc virtualization 02/20] Add a hotplug notifier to KVM x86 backend
    ` [PATCH RFC: kvm tsc virtualization 03/20] TSC offset framework
      ` [PATCH RFC: kvm tsc virtualization 04/20] Synchronize TSC when a new CPU comes up
        ` [PATCH RFC: kvm tsc virtualization 05/20] Fix AMD C1 TSC desynchronization
          ` [PATCH RFC: kvm tsc virtualization 06/20] Make TSC reference stable across frequency changes
            ` [PATCH RFC: kvm tsc virtualization 07/20] Basic SVM implementation of RDTSC trapping
              ` [PATCH RFC: kvm tsc virtualization 08/20] Export the reference TSC from KVM module
                ` [PATCH RFC: kvm tsc virtualization 09/20] Use TSC reference for SVM
                  ` [PATCH RFC: kvm tsc virtualization 10/20] Add a stat counter for RDTSC exits
                    ` [PATCH RFC: kvm tsc virtualization 11/20] Use highest TSC frequency as reference clock
                      ` [PATCH RFC: kvm tsc virtualization 12/20] Higher accuracy TSC offset computation
                        ` [PATCH RFC: kvm tsc virtualization 13/20] Combine observed TSC deviation into moving average
                          ` [PATCH RFC: kvm tsc virtualization 14/20] Move TSC cpu vars to a struct
                            ` [PATCH RFC: kvm tsc virtualization 15/20] Fix longstanding races
                              ` [PATCH RFC: kvm tsc virtualization 16/20] Fix 32-bit mult_precise
                                ` [PATCH RFC: kvm tsc virtualization 17/20] Periodically measure TSC skew
                                  ` [PATCH RFC: kvm tsc virtualization 18/20] Implement variable speed TSC
                                    ` [PATCH RFC: kvm tsc virtualization 19/20] IOCTL for different TSC modes
                                      ` [PATCH RFC: kvm tsc virtualization 20/20] Get passthrough TSC working in SVM again

[PATCH] Add defines for asus vendor_id and device_id to be consistent with hid-ids.h
 2009-12-15  4:04 UTC 

[this_cpu_xx V7 0/8] Per cpu atomics in core allocators and cleanup
 2009-12-15  4:04 UTC  (7+ messages)
` [this_cpu_xx V7 1/8] this_cpu_ops: page allocator conversion
` [this_cpu_xx V7 7/8] Module handling: Use this_cpu_xx to dynamically allocate counters
` [this_cpu_xx V7 8/8] Remove cpu_local_xx macros

[PATCH] staging: s5k3e2fx.c: reduce complexity by factoring
 2009-12-15  4:02 UTC  (5+ messages)

synaptics touchpad doesn't click
 2009-12-15  3:41 UTC  (3+ messages)

[PATCH] KVM: SVM: Adjust tsc_offset only if tsc_unstable
 2009-12-15  3:38 UTC  (2+ messages)

linux-next: manual merge of the md-current tree with Linus' tree
 2009-12-15  3:05 UTC  (3+ messages)

[POWER] battery calibration parameters from sysfs
 2009-12-15  3:02 UTC  (11+ messages)

Useless thermal acpi driver ?
 2009-12-15  3:00 UTC  (5+ messages)

[RFC,PATCH 14/14] utrace core
 2009-12-15  2:59 UTC  (7+ messages)

Are there MTRR settings correct?
 2009-12-15  2:47 UTC  (8+ messages)
` Are these "
          ` [PATCH] x86/pci: don't check mmconf again if it is from MSR with amd faml0h

[PATCH 1/1] perf symbols: Allow lookups by symbol name too
 2009-12-15  2:44 UTC  (5+ messages)
  ` [tip:perf/urgent] "

[RFC, PATCH 4/4] elf_core_dump(): Add extended numbering support
 2009-12-15  2:41 UTC 

[RFC, PATCH 3/4] elf_core_dump(): make offset calculation and writing processes explicit
 2009-12-15  2:41 UTC 

[RFC, PATCH 2/4] elf_core_dump(): Remove DUMP_WRITE macro
 2009-12-15  2:41 UTC 

[RFC, PATCH 1/4] cleanup elf_core_dump(): remove ELF_CORE_EXTRA_* macro
 2009-12-15  2:41 UTC 

[RFC, PATCH 0/4] elf_core_dump(): Add extended numbering support
 2009-12-15  2:40 UTC 

[PATCH] pcie, portdrv: style cleanup
 2009-12-15  2:38 UTC 

linux-next: manual merge of the voltage tree with Linus' tree
 2009-12-15  2:38 UTC 

[PATCH] perf tools: Make symbol_conf static
 2009-12-15  2:15 UTC 

HDD power up in standby
 2009-12-15  1:24 UTC  (4+ messages)

[PATCH 7/7] x86: increase MAX_EARLY_RES
 2009-12-15  2:08 UTC  (4+ messages)
  ` [PATCH 1/3] x86: call early_res_to_bootmem one time
    ` [PATCH 2/3] x86: introduce max_early_res and early_res_count
      ` [PATCH 3/3] x86: dynamic increase early_res array size

[PATCH RFC v2 0/4] cgroup notifications API and memory thresholds
 2009-12-15  1:58 UTC  (11+ messages)
` [PATCH RFC v2 1/4] cgroup: implement eventfd-based generic API for notifications
  ` [PATCH RFC v2 2/4] memcg: extract mem_group_usage() from mem_cgroup_read()
    ` [PATCH RFC v2 3/4] memcg: rework usage of stats by soft limit
      ` [PATCH RFC v2 4/4] memcg: implement memory thresholds

linux-next: manual merge of the voltage tree with Linus' tree
 2009-12-15  1:59 UTC 

[PATCH] cfq: set workload as expired if it doesn't have any slice left
 2009-12-15  1:53 UTC 

[PATCH] x86, mce: rework output of MCE banks ownership information
 2009-12-15  1:51 UTC 

[PATCH 0/6] Limit console output by suppressing repetitious messages
 2009-12-15  1:50 UTC  (8+ messages)
` [PATCH 2/6] x86: Limit the number of per cpu MCE bootup messages
        ` [PATCH] x86, mce: rework output of MCE banks ownership information

[PATCH] TOMOYO: Replace rw_semaphore by mutex
 2009-12-15  1:46 UTC 

May be not need MTRR for K8 systems without AGP
 2009-12-15  1:43 UTC 

[PATCH] TOMOYO: Use RCU primitives for list operation
 2009-12-15  1:39 UTC  (3+ messages)

BUG null dereference in drivers/ata/sata_mv.c
 2009-12-15  1:34 UTC  (2+ messages)

[patch 0/9] Fix various __task_cred related invalid RCU assumptions
 2009-12-15  1:23 UTC  (11+ messages)

[PATCH] pci: fix section mismatch on update_res()
 2009-12-15  1:19 UTC 

[PATCH 1/1] X86: pci, fix section mismatches
 2009-12-15  1:19 UTC  (2+ messages)

(no subject)
 2009-12-14 23:44 UTC 

[PATCH] cfq: Take whether cfq group is changed into account when choosing service tree
 2009-12-15  1:06 UTC  (10+ messages)

[PATH 1/5 -v2] acpi, IO memory pre-mapping and atomic accessing
 2009-12-15  1:04 UTC  (3+ messages)

RFC: A proposal for power capping through forced idle in the Linux Kernel
 2009-12-15  1:06 UTC  (7+ messages)

[patch 0/2] sched: Change nohz ilb logic from pull to push model
 2009-12-15  1:00 UTC  (6+ messages)
` [patch 2/2] sched: Scale the nohz_tracker logic by making it per NUMA node

BFS v0.311 CPU scheduler for 2.6.32
 2009-12-15  0:56 UTC  (6+ messages)

[PATCH 0/1] Defer skb allocation for both mergeable buffers and big packets in virtio_net
 2009-12-15  0:37 UTC  (13+ messages)
    ` [PATCH v2 0/4] "
      ` [PATCH v2 1/4] Defer skb allocation -- add destroy buffers function for virtio
      ` PATCH v2 3/4] Defer skb allocation -- new recvbuf alloc & receive calls

[PATCH]PCIe AER: reject aer inject if hardware mask error reporting
 2009-12-15  0:29 UTC  (2+ messages)

Async suspend-resume patch w/ rwsems (was: Re: [GIT PULL] PM updates for 2.6.33)
 2009-12-15  0:11 UTC  (9+ messages)
` Async suspend-resume patch w/ completions (was: Re: Async suspend-resume patch w/ rwsems)

[PATCH 00/22] Constify struct backlight_ops for 2.6.32-git-053fe57ac v2
 2009-12-15  0:01 UTC  (14+ messages)
` [PATCH 0/1] Constify struct address_space_operations "

linux-next: ext3 tree build warning
 2009-12-14 23:59 UTC 

[PATCH] xilinx_spi.c: use resource_size()
 2009-12-14 23:36 UTC  (2+ messages)
` [spi-devel-general] "

linux-next: manual merge of the 52xx-and-virtex tree with the tree
 2009-12-14 23:31 UTC 

linux container BUG report
 2009-12-14 23:22 UTC 

Warn people about flush_scheduled_work()
 2009-12-14 23:25 UTC  (4+ messages)

[PATCH] ehci-au1xxx.c: use platform_get_resource() and resource_size()
 2009-12-14 23:22 UTC 

linux-next: manual merge of the mips tree with Linus' tree
 2009-12-14 23:20 UTC 

[PATCH] ehci-atmel.c: use resource_size()
 2009-12-14 23:15 UTC 

RCU detected CPU 0 stall after panic on sparc64
 2009-12-14 23:15 UTC  (5+ messages)

[PATCH] remove usedac in feature-removal-schedule.txt
 2009-12-14 23:13 UTC  (4+ messages)
` [tip:x86/urgent] x86: Remove "

[PATCH] ehci-orion.c: use resource_size()
 2009-12-14 23:13 UTC 

[PATCH] pxa27x_udc.c: use resource_size()
 2009-12-14 23:05 UTC 

Warn people about flush_scheduled_work()
 2009-12-14 23:04 UTC  (2+ messages)

[PATCH] atmel_usba_udc.c: use resource_size()
 2009-12-14 23:04 UTC 

[PATCH] sched: Teach might_sleep about preemptable rcu
 2009-12-14 23:03 UTC  (2+ messages)

[PATCH] at91_udc.c: use resource_size()
 2009-12-14 22:59 UTC 

[git pull] vmware drm/kms driver under staging
 2009-12-14 22:56 UTC 

[PATCH 00/10] Constify struct dma_map_ops for 2.6.32-git-053fe57ac v2
 2009-12-14 22:55 UTC  (3+ messages)
` [PATCH 0/3] Constify struct block_device_operations "

[PATCH] Logitech G13 driver (fixed cc list --- ignore others)
 2009-12-14 22:48 UTC  (3+ messages)

[PATCH] Logitech G13 driver 0.0.2
 2009-12-14 22:44 UTC 

[PATCH 00/10] Constify struct platform_suspend_ops for 2.6.32-git-053fe57ac v2
 2009-12-14 22:47 UTC  (4+ messages)
` [PATCH 05/10] "

[PATCH] spi_txx9.c: use resource_size()
 2009-12-14 22:43 UTC 

[PATCH] spi_sh_sci.c: use resource_size()
 2009-12-14 22:40 UTC 

[PATCH] spi_mpc8xxx.c: use resource_size()
 2009-12-14 22:37 UTC 


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