public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-28 11:54:07 to 2012-06-28 16:51:49 UTC [more...]

Tarvitsen vastauksen
 2012-06-28 15:23 UTC 

[PATCH v2 0/6] kvm: level triggered irqfd support
 2012-06-28 16:51 UTC  (25+ messages)
` [PATCH v2 1/6] kvm: Pass kvm_irqfd to functions
` [PATCH v2 3/6] kvm: Sanitize KVM_IRQFD flags
` [PATCH v2 4/6] kvm: Extend irqfd to support level interrupts
` [PATCH v2 5/6] kvm: KVM_EOIFD, an eventfd for EOIs
` [PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD

[RFC PATCH 00/18] KVM: x86: CPU isolation and direct interrupts handling by guests
 2012-06-28 16:48 UTC  (5+ messages)
` [RFC PATCH 16/18] KVM: add kvm_arch_vcpu_prevent_run to prevent VM ENTER when NMI is received
` [RFC PATCH 18/18] x86: request TLB flush to slave CPU using NMI

deferring __fput()
 2012-06-28 16:45 UTC  (12+ messages)
              ` [PATCH 0/4] Was: "

[PATCH 0/1 v2 ] ipmi: Setting OS name as Linux in BMC
 2012-06-28 16:44 UTC 

[PATCH -mm] mm: have order>0 compaction start off where it left
 2012-06-28 16:30 UTC  (3+ messages)

[PATCH] perf, x86: Enabled PEBS event to be exported in a raw format
 2012-06-28 16:29 UTC  (6+ messages)

[PATCH 0/4] kvm: level triggered irqfd support
 2012-06-28 16:27 UTC  (5+ messages)
` [PATCH 4/4][RFC] kvm: eoi_eventfd

[PATCH] tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()
 2012-06-28 16:24 UTC  (2+ messages)

[PATCH] kvm: handle last_boosted_vcpu = 0 case
 2012-06-28 16:22 UTC  (3+ messages)

[PATCH RESEND 1/4] tools lib traceevent: Check string is really printable
 2012-06-28 16:22 UTC  (5+ messages)
` [PATCH 3/4] tools lib traceevent: Use local variable 'field'
` [PATCH 4/4] tools lib traceevent: Add support for __print_hex()

Network namespace and bonding WARNING at fs/proc/generic.c remove_proc_entry
 2012-06-28 16:18 UTC 

[PATCH] UBI: add minimal amount of reserved erase blocks in Kconfig
 2012-06-28 16:22 UTC  (4+ messages)

[PATCH 1/2] tools lib traceevent: Teach [ce]tags about libtraceeevent error codes
 2012-06-28 16:17 UTC  (4+ messages)
` [PATCH 2/2] tools lib traceevent: Check string is really printable

[RFC/PATCHSET 0/8] perf tools: Minimal build without libelf dependency (v2)
 2012-06-28 16:15 UTC  (3+ messages)
` [PATCH 2/8] tools lib traceevent: Make dependency files regeneratable

3.4.x regression: rtl8169: frequent resets
 2012-06-28 16:15 UTC 

[PATCH 00/15][RFC] Android ETM driver changes
 2012-06-28 16:13 UTC  (2+ messages)

[PATCH 00/15] Android ETM driver changes
 2012-06-28 16:11 UTC  (29+ messages)
` [PATCH 01/15] ARM: etm: Don't require clock control
` [PATCH 02/15] ARM: etm: Don't limit tracing to only non-secure code
` [PATCH 04/15] ARM: etm: Allow range selection
` [PATCH 05/15] ARM: etm: Configure data tracing
` [PATCH 06/15] ARM: etm: Add some missing locks and error checks
` [PATCH 07/15] ARM: etm: Return the entire trace buffer if it is empty after reset
` [PATCH 08/15] ARM: etm: Support multiple ETMs/PTMs
` [PATCH 09/15] ARM: etm: Power down etm(s) when tracing is not enabled
` [PATCH 10/15] ARM: etm: Wait for etm/ptm(s) to stop before requesting PowerDown
` [PATCH 11/15] ARM: etm: Check arch version and disable data tracing for ptm
` [PATCH 12/15] ARM: etm: Add sysfs entry to enable timestamps if supported
` [PATCH 13/15] ARM: etm: Add sysfs entry to set context-id-size
` [PATCH 14/15] ARM: etm: Add sysfs entry to disable branch_output flag
` [PATCH 15/15] ARM: etm: Add sysfs entry to enable return stack if supported

3.5.0-rc3 - Issue with CFQ and cgroup
 2012-06-28 16:08 UTC  (6+ messages)

[PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy()
 2012-06-28 16:06 UTC  (6+ messages)

[PATCH 00/40] AutoNUMA19
 2012-06-28 15:13 UTC  (45+ messages)
` [PATCH 01/40] mm: add unlikely to the mm allocation failure check
` [PATCH 02/40] autonuma: make set_pmd_at always available
` [PATCH 03/40] autonuma: export is_vma_temporary_stack() even if CONFIG_TRANSPARENT_HUGEPAGE=n
` [PATCH 04/40] xen: document Xen is using an unused bit for the pagetables
` [PATCH 05/40] autonuma: define _PAGE_NUMA_PTE and _PAGE_NUMA_PMD
` [PATCH 06/40] autonuma: x86 pte_numa() and pmd_numa()
` [PATCH 07/40] autonuma: generic "
` [PATCH 08/40] autonuma: teach gup_fast about pte_numa
` [PATCH 09/40] autonuma: introduce kthread_bind_node()
` [PATCH 10/40] autonuma: mm_autonuma and sched_autonuma data structures
` [PATCH 11/40] autonuma: define the autonuma flags
` [PATCH 12/40] autonuma: core autonuma.h header
` [PATCH 13/40] autonuma: CPU follow memory algorithm
` [PATCH 14/40] autonuma: add page structure fields
` [PATCH 15/40] autonuma: knuma_migrated per NUMA node queues
` [PATCH 16/40] autonuma: init knuma_migrated queues
` [PATCH 17/40] autonuma: autonuma_enter/exit
` [PATCH 18/40] autonuma: call autonuma_setup_new_exec()
` [PATCH 19/40] autonuma: alloc/free/init sched_autonuma
` [PATCH 20/40] autonuma: alloc/free/init mm_autonuma
` [PATCH 21/40] autonuma: avoid CFS select_task_rq_fair to return -1
` [PATCH 22/40] autonuma: teach CFS about autonuma affinity
` [PATCH 23/40] autonuma: sched_set_autonuma_need_balance
` [PATCH 24/40] autonuma: core
` [PATCH 25/40] autonuma: follow_page check for pte_numa/pmd_numa
` [PATCH 26/40] autonuma: default mempolicy follow AutoNUMA
` [PATCH 27/40] autonuma: call autonuma_split_huge_page()
` [PATCH 28/40] autonuma: make khugepaged pte_numa aware
` [PATCH 29/40] autonuma: retain page last_nid information in khugepaged
` [PATCH 30/40] autonuma: numa hinting page faults entry points
` [PATCH 31/40] autonuma: reset autonuma page data when pages are freed
` [PATCH 32/40] autonuma: initialize page structure fields
` [PATCH 33/40] autonuma: link mm/autonuma.o and kernel/sched/numa.o
` [PATCH 34/40] autonuma: add CONFIG_AUTONUMA and CONFIG_AUTONUMA_DEFAULT_ENABLED
` [PATCH 35/40] autonuma: boost khugepaged scanning rate
` [PATCH 36/40] autonuma: page_autonuma
` [PATCH 37/40] autonuma: page_autonuma change #include for sparse
` [PATCH 38/40] autonuma: autonuma_migrate_head[0] dynamic size
` [PATCH 39/40] autonuma: bugcheck page_autonuma fields on newly allocated pages
` [PATCH 40/40] autonuma: shrink the per-page page_autonuma struct size

[GIT PULL] UBI/UBIFS changes for 3.5-rc5
 2012-06-28 15:58 UTC 

[PATCH v10 9/9] x86/tlb: do flush_tlb_kernel_range by 'invlpg'
 2012-06-28 15:44 UTC  (2+ messages)
` [tip:x86/mm] "

Crash when IO is being submitted and block size is changed
 2012-06-28 15:44 UTC  (3+ messages)

[PATCH v10 8/9] x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR
 2012-06-28 15:43 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v10 7/9] x86/tlb: enable tlb flush range support for x86
 2012-06-28 15:42 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v10 6/9] mm/mmu_gather: enable tlb flush range in generic mmu_gather
 2012-06-28 15:42 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v10 5/9] x86/tlb: add tlb_flushall_shift knob into debugfs
 2012-06-28 15:41 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH] Btrfs: allow mount -o remount,compress=no
 2012-06-28 15:40 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v10 4/9] x86/tlb: add tlb_flushall_shift for specific CPU
 2012-06-28 15:40 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v10 3/9] x86/tlb: fall back to flush all when meet a THP large page
 2012-06-28 15:39 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v10 2/9] x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range
 2012-06-28 15:38 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v10 1/9] x86/tlb_info: get last level TLB entry number of CPU
 2012-06-28 15:37 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH] x86 fixes for 3.3 impacting distros (v1)
 2012-06-28 15:38 UTC  (7+ messages)
  ` [Xen-devel] "

excessive CPU utilization by isolate_freepages?
 2012-06-28 15:30 UTC  (3+ messages)

memory leak in recent (3.x) kernels?
 2012-06-28 15:22 UTC  (2+ messages)

linux-efi mailing list on vger
 2012-06-28 15:20 UTC  (2+ messages)

[PATCH] apple-gmux: Correctly depend on apple_bl for building
 2012-06-28 15:15 UTC  (7+ messages)

[PATCH] Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occurs
 2012-06-28 15:02 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH] samples: seccomp: add .gitignore for untracked executables
 2012-06-28 14:54 UTC  (2+ messages)

[PATCH] perf kvm: fix segfault with default guest arguments
 2012-06-28 14:52 UTC  (3+ messages)

[PATCH] ubi: fastmap: Remove 'ubi' parameter of 'destroy_ai()'
 2012-06-28 14:45 UTC  (2+ messages)
` [PATCH] ubi: fastmap: Do not free 'ai' in 'scan_all()'

IPV4 , IPV6 & Colocation Service
 2012-06-28 14:34 UTC 

[PATCH 00/13] drivers: hv: kvp
 2012-06-28 14:23 UTC  (10+ messages)

[PATCH] kvm, Add x86_hyper_kvm to complete detect_hypervisor_platform check
 2012-06-28 14:06 UTC  (4+ messages)

move_rev.pl: tool for reviewing patches that move functions
 2012-06-28 14:13 UTC 

[PATCH] ASoC: snd_dmaengine: add common api for pcm_mmap
 2012-06-28 14:10 UTC  (21+ messages)
      ` [alsa-devel] "

3.5-rc3: BUG: Dentry still in use (1) [unmount of cgroup cgroup]
 2012-06-28 14:09 UTC  (4+ messages)

Bridged networking panics
 2012-06-28 13:57 UTC 

[xen vMCE RFC V0.2] xen vMCE design
 2012-06-28 14:00 UTC  (8+ messages)

[PATCH] eeepc-wmi: change wireless key event to toggle all wireless devices
 2012-06-28 13:49 UTC  (4+ messages)

3.5-rcX: USB support without udev?
 2012-06-28 13:39 UTC  (2+ messages)

[RFC PATCH net-next] ipvs: add missing lock in ip_vs_ftp_init_conn()
 2012-06-28 13:36 UTC 

[PATCH 00/23 v6] cleanup atmel_mxt_ts
 2012-06-28 13:08 UTC  (24+ messages)
` [PATCH 01/23 v6] Input: atmel_mxt_ts - derive phys from i2c client adapter
` [PATCH 02/23 v6] Input: atmel_mxt_ts - use client name for irq
` [PATCH 03/23 v6] Input: atmel_mxt_ts - detect OOM when creating mt slots
` [PATCH 04/23 v6] Input: atmel_mxt_ts - warn if sysfs could not be created
` [PATCH 05/23 v6] Input: atmel_mxt_ts - don't read T5 when dumping objects
` [PATCH 06/23 v6] Input: atmel_mxt_ts - use scnprintf for object sysfs entry
` [PATCH 07/23 v6] Input: atmel_mxt_ts - optimize reading objects in "
` [PATCH 08/23 v6] Input: atmel_mxt_ts - print less overhead when dumping objects
` [PATCH 09/23 v6] Input: atmel_mxt_ts - print all instances "
` [PATCH 10/23 v6] Input: atmel_mxt_ts - return errors from i2c layer
` [PATCH 11/23 v6] Input: atmel_mxt_ts - add variable length __mxt_write_reg
` [PATCH 12/23 v6] Input: atmel_mxt_ts - optimize writing of object table entries
` [PATCH 13/23 v6] Input: atmel_mxt_ts - read ID information block in one i2c transaction
` [PATCH 14/23 v6] Input: atmel_mxt_ts - update driver ID info logging
` [PATCH 15/23 v6] Input: atmel_mxt_ts - add sysfs entries to read fw and hw version
` [PATCH 16/23 v6] Input: atmel_mxt_ts - simplify event reporting
` [PATCH 17/23 v6] Input: atmel_mxt_ts - add detail to touchevent debug message
` [PATCH 18/23 v6] Input: atmel_mxt_ts - refactor when and how object table is freed
` [PATCH 19/23 v6] Input: atmel_mxt_ts - cache T9 reportid range when reading object table
` [PATCH 20/23 v6] Input: atmel_mxt_ts - refactor reportid checking in mxt_interrupt
` [PATCH 21/23 v6] Input: atmel_mxt_ts - use T9 reportid range to init number of mt slots
` [PATCH 22/23 v6] Input: atmel_mxt_ts - send all MT-B slots in one input report
` [PATCH 23/23 v6] Input: atmel_mxt_ts - parse T6 reports

[PATCH] i2c-i801: Clear only status bits in HST_STS after waiting for INTR
 2012-06-28 12:51 UTC  (2+ messages)

[PATCH 00/12] Swap-over-NFS without deadlocking V7
 2012-06-28 12:49 UTC  (5+ messages)
` [PATCH 10/12] nfs: enable swap on NFS

net: nfc: BUG and panic in accept() on 3.5-rc2
 2012-06-28 12:56 UTC  (13+ messages)
                ` [PATCH] net: nfc: fix panic in accept()

UBI fastmap updates
 2012-06-28 12:44 UTC  (3+ messages)
` [PATCH 04/16] UBI: Fastmap: Rename self_check_fastmap()

memcg: cat: memory.memsw.* : Operation not supported
 2012-06-28 12:36 UTC  (4+ messages)

[git pull] drm fixes
 2012-06-28 12:23 UTC 

[RFCv5 00/23] perf: Add backtrace post dwarf unwind
 2012-06-28 12:08 UTC  (3+ messages)
` [RFC 09/23] x86_64: Store userspace rsp in system_call fastpath

[PATCH 1/2] extcon: arizona: Update cable reporting calls and split headset
 2012-06-28 12:08 UTC  (2+ messages)
` [PATCH 2/2] extcon: arizona: Stop microphone detection if we give up on it

[PATCH 02/20] mm: Add optional TLB flush to generic RCU page-table freeing
 2012-06-28 12:00 UTC  (4+ messages)

[PATCH] acpi: intel_idle : break dependency between modules
 2012-06-28 11:56 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1 00/11] omap: musb: Add device tree support
 2012-06-28 11:51 UTC  (4+ messages)
` [PATCH v1 03/11] drivers: usb: otg: make twl6030_usb as a comparator driver to omap_usb2
` [PATCH v1 05/11] drivers: usb: twl6030: Add dt support for twl6030 usb
` [PATCH v1 07/11] drivers: usb: twl4030: Add device tree support for twl4030 usb


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