linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-27 06:32:56 to 2009-05-27 11:15:05 UTC [more...]

[PATCH 00/19] periodic write-back timer optimization
 2009-05-27 13:06 UTC  (11+ messages)
` [PATCH 01/19] VFS: introduce helpers for manipulation s_dirty flag
` [PATCH 02/19] AFFS: do not manipulate s_dirt directly
` [PATCH 03/19] BFS: "
` [PATCH 04/19] EXOFS: "
` [PATCH 05/19] EXT2: "
` [PATCH 06/19] EXT4: "
` [PATCH 07/19] FAT: "
` [PATCH 08/19] HFS: "
` [PATCH 09/19] HFSPLUS: "
` [PATCH 10/19] JFFS2: "

Microblaze MMU v2
 2009-05-27 11:08 UTC  (31+ messages)
` [PATCH 01/29] microblaze_mmu_v2: Add mmu_defconfig
  ` [PATCH 02/29] microblaze_mmu_v2: MMU update for startup code
    ` [PATCH 03/29] microblaze_mmu_v2: Alocate TLB for early console
      ` [PATCH 04/29] microblaze_mmu_v2: TLB low level code
        ` [PATCH 05/29] microblaze_mmu_v2: MMU initialization
          ` [PATCH 06/29] microblaze_mmu_v2: mmu.h update
            ` [PATCH 07/29] microblaze_mmu_v2: Page fault handling high level - fault.c
              ` [PATCH 08/29] microblaze_mmu_v2: Context handling - mmu_context.c/h
                ` [PATCH 09/29] microblaze_mmu_v2: Page table - ioremap - pgtable.c/h, section update
                  ` [PATCH 10/29] microblaze_mmu_v2: io.h MMU update
                    ` [PATCH 11/29] microblaze_mmu_v2: pgalloc.h and page.h
                      ` [PATCH 12/29] microblaze_mmu_v2: Update process creation for MMU
                        ` [PATCH 13/29] microblaze_mmu_v2: Update tlb.h and tlbflush.h
                          ` [PATCH 14/29] microblaze_mmu_v2: MMU asm offset update
                            ` [PATCH 15/29] microblaze_mmu_v2: Add CURRENT_TASK for entry.S
                              ` [PATCH 16/29] microblaze_mmu_v2: entry.S, entry.h
                                ` [PATCH 17/29] microblaze_mmu_v2: Update exception handling - MMU exception
                                  ` [PATCH 18/29] microblaze_mmu_v2: uaccess MMU update
                                    ` [PATCH 19/29] microblaze_mmu_v2: Add MMU related exceptions handling
                                      ` [PATCH 20/29] microblaze_mmu_v2: Update linker script for MMU
                                        ` [PATCH 21/29] microblaze_mmu_v2: Enable fork syscall for MMU and add fork as vfork for noMMU
                                          ` [PATCH 22/29] microblaze_mmu_v2: Traps MMU update
                                            ` [PATCH 23/29] microblaze_mmu_v2: Update signal returning address
                                              ` [PATCH 24/29] microblaze_mmu_v2: Update cacheflush.h
                                                ` [PATCH 25/29] microblaze_mmu_v2: Update dma.h for MMU
                                                  ` [PATCH 26/29] microblaze_mmu_v2: Elf update
                                                    ` [PATCH 27/29] microblaze_mmu_v2: stat.h MMU update
                                                      ` [PATCH 28/29] microblaze_mmu_v2: Kconfig update
                                                        ` [PATCH 29/29] microblaze_mmu_v2: Makefiles

Bonanza
 2009-05-27 10:41 UTC 

Bonanza
 2009-05-27 10:41 UTC 

[PATCH 1/3] ide: add "ignore_hpa" module parameter
 2009-05-27 10:38 UTC  (10+ messages)

Net: ucc_geth ethernet driver optimization space
 2009-05-27 10:36 UTC  (3+ messages)

[tip:perfcounters/core] perf_counter tools: Rename output.perf to perf.data
 2009-05-27 10:33 UTC  (3+ messages)
` [tip:perfcounters/core] perf_counter tools: Add built-in pager support
` [tip:perfcounters/core] perf record: Fix the profiling of existing pid or whole box

Lkml dropping mail?
 2009-05-27 10:18 UTC  (2+ messages)

[GIT PULL] Xen APIC hooks (with io_apic_ops)
 2009-05-27 10:14 UTC  (10+ messages)
` [PATCH 02/17] x86: add io_apic_ops to allow interception
      ` [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)

[PATCH 1/3] ftrace: add tracepoint for timer
 2009-05-27 10:10 UTC  (4+ messages)

x86 MCE improvements series for 2.6.31 v2
 2009-05-27 10:07 UTC  (41+ messages)
` [PATCH 01/31] x86: MCE: Synchronize core after machine check handling
  ` [PATCH 02/31] x86: MCE: Improve mce_get_rip v3
    ` [PATCH 03/31] x86: MCE: Fix EIPV behaviour with !PCC
      ` [PATCH 04/31] x86: MCE: Use extended sysattrs for the check_interval attribute
        ` [PATCH 05/31] x86: MCE: Add machine check exception count in /proc/interrupts
          ` [PATCH 06/31] x86: Fix panic with interrupts off (needed for MCE)
` [PATCH 08/31] x86: MCE: Remove unused mce_events variable
  ` [PATCH 09/31] x86: MCE: Remove mce_init unused argument
    ` [PATCH 10/31] x86: MCE: Rename and align out2 label
      ` [PATCH 11/31] x86: MCE: Implement bootstrapping for machine check wakeups
        ` [PATCH 12/31] x86: MCE: Remove TSC print heuristic
          ` [PATCH 13/31] x86: MCE: Drop BKL in mce_open
            ` [PATCH 14/31] x86: MCE: Add table driven machine check grading
              ` [PATCH 15/31] x86: MCE: Check early in exception handler if panic is needed
                ` [PATCH 16/31] x86: MCE: Implement panic synchronization
                  ` [PATCH 17/31] x86: MCE: Switch x86 machine check handler to Monarch election. v2
                    ` [PATCH 18/31] x86: MCE: Store record length into memory struct mce anchor
                      ` [PATCH 19/31] x86: MCE: Default to panic timeout for machine checks v2
                        ` [PATCH 20/31] x86: MCE: Improve documentation
                          ` [PATCH 21/31] x86: MCE: Support more than 256 CPUs in struct mce
                            ` [PATCH 22/31] x86: MCE: Extend struct mce user interface with more information
                              ` [PATCH 23/31] x86: MCE: Add MCE poll count to /proc/interrupts
                                ` [PATCH 24/31] x86: MCE: Don't print backtrace on machine checks with DEBUG_BUGVERBOSE
                                  ` [PATCH 25/31] x86: MCE: Implement new status bits v2
                                    ` [PATCH 26/31] x86: MCE: Export MCE severities coverage via debugfs
                                      ` [PATCH 27/31] x86: MCE: Print header/footer only once for multiple MCEs
                        ` [PATCH] x86: MCE: Fix for mce_panic_timeout

[PATCH 1/1] pci: expose SMBus on Asus notebook A6L
 2009-05-27  9:59 UTC  (3+ messages)

linux-next: manual merge of the vfs tree with the gfs2 tree
 2009-05-27  9:58 UTC  (2+ messages)

[PATCH] Determine if mapping is MAP_SHARED using VM_MAYSHARE and not VM_SHARED in hugetlbfs
 2009-05-27  9:56 UTC  (4+ messages)

[PATCH v2 0/2] tracing/events: convert block trace points to TRACE_EVENT()
 2009-05-27  9:55 UTC  (10+ messages)
` [PATCH v2 1/2] tracing/events: make __string() more general

[PATCH] firmware: Allocate firmware id dynamically
 2009-05-27  9:53 UTC  (8+ messages)

[PATCH v3] zone_reclaim is always 0 by default
 2009-05-27  9:50 UTC  (4+ messages)

[PATCH 0/11] Per-bdi writeback flusher threads v8
 2009-05-27  9:41 UTC  (12+ messages)
` [PATCH 01/11] ntfs: remove old debug check for dirty data in ntfs_put_super()
` [PATCH 02/11] btrfs: properly register fs backing device
` [PATCH 03/11] writeback: move dirty inodes from super_block to backing_dev_info
` [PATCH 04/11] writeback: switch to per-bdi threads for flushing data
` [PATCH 05/11] writeback: get rid of pdflush completely
` [PATCH 06/11] writeback: separate the flushing state/task from the bdi
` [PATCH 07/11] writeback: support > 1 flusher thread per bdi
` [PATCH 08/11] writeback: allow sleepy exit of default writeback task
` [PATCH 09/11] writeback: add some debug inode list counters to bdi stats
` [PATCH 10/11] writeback: add name to backing_dev_info
` [PATCH 11/11] writeback: check for registered bdi in flusher add and inode dirty

LinuxPPS core (Version 3): the PPS Linux implementation
 2009-05-27  9:38 UTC  (5+ messages)
` [PATCH 1/1] LinuxPPS core support

[PATCH] tracing/events: Add timer and high res timer tracepoints
 2009-05-27  9:28 UTC  (4+ messages)

[PATCH 0/12] Per-bdi writeback flusher threads v7
 2009-05-27  9:20 UTC  (9+ messages)

Broken ARM atomic ops wrt memory barriers (was : [PATCH] Add cmpxchg support for ARMv6+ systems)
 2009-05-27  9:18 UTC  (13+ messages)

Analyzed/Solved: Booting 2.6.30-rc2-git7 very slow
 2009-05-27  9:14 UTC  (13+ messages)
                  ` Analyzed/Solved/Bisected: "

[PATCH 03/13] scsi: unify allocation of scsi command and sense buffer
 2009-05-27  9:11 UTC  (7+ messages)

[PATCH] ftrace: add tracepoint for xtime
 2009-05-27  9:10 UTC 

[PATCH] PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_func
 2009-05-27  9:05 UTC  (3+ messages)

Higher wake-up rate when running on battery
 2009-05-27  9:01 UTC 

[KVM PATCH v4 0/3] iosignalfd
 2009-05-27  9:03 UTC  (7+ messages)
` [KVM PATCH v4 1/3] eventfd: export eventfd interfaces for module use
` [KVM PATCH v4 2/3] kvm: make io_bus interface more robust
` [KVM PATCH v4 3/3] kvm: add iosignalfd support

[Patch 1/2] Doc: update Documentation/exception.txt
 2009-05-27  8:56 UTC  (6+ messages)
` [Patch 2/2] Doc: move Documentation/exception.txt into x86 subdir

[2.6.27.24] Kernel coredump to a pipe is failing
 2009-05-27  8:56 UTC  (13+ messages)

[Patch 01/12] Prepare the code for Hardware Breakpoint interfaces
 2009-05-27  8:49 UTC  (6+ messages)
` [Patch 08/12] Modify Ptrace routines to access breakpoint registers

[PATCH -tip] Documentation/connector/cn_test.c remove unused cn_test_want_notify()
 2009-05-27  8:37 UTC  (4+ messages)

[RFC PATCH] perf_counter: Fix race in attaching counters to tasks
 2009-05-27  8:27 UTC  (3+ messages)

[GIT PULL] fsldma driver fixes
 2009-05-27  8:24 UTC  (3+ messages)

[PATCH] tracing: create events only when configed
 2009-05-27  8:19 UTC  (3+ messages)

[PATCH] io-controller: Add io group reference handling for request
 2009-05-27  8:17 UTC  (5+ messages)

linux-next: Tree for May 27
 2009-05-27  8:15 UTC 

[PATCH] FLAT: make sure data section is aligned at 32 bytes
 2009-05-27  7:58 UTC 

i915_gem_retire_requests oops on 2.6.30-rc7
 2009-05-27  7:50 UTC  (3+ messages)

[GIT PULL REPOST] xen/dom0/apic-ops: Xen dom0 APIC changes
 2009-05-27  7:37 UTC  (18+ messages)
` [PATCH 01/17] xen/dom0: handle acpi lapic parsing in Xen dom0
` [PATCH 02/17] x86: add io_apic_ops to allow interception
` [PATCH 03/17] xen: implement io_apic_ops
` [PATCH 04/17] xen: create dummy ioapic mapping
` [PATCH 05/17] xen: implement pirq type event channels
` [PATCH 06/17] x86/io_apic: add get_nr_irqs_gsi()
` [PATCH 07/17] xen/apic: identity map gsi->irqs
` [PATCH 08/17] xen: direct irq registration to pirq event channels
` [PATCH 09/17] xen: bind pirq to vector and event channel
` [PATCH 10/17] xen: pre-initialize legacy irqs early
` [PATCH 11/17] xen: don't setup acpi interrupt unless there is one
` [PATCH 12/17] xen: use acpi_get_override_irq() to get triggering for legacy irqs
` [PATCH 13/17] xen: initialize irq 0 too
` [PATCH 14/17] xen: dynamically allocate irq & event structures
` [PATCH 15/17] xen: set pirq name to something useful
` [PATCH 16/17] xen: fix legacy irq setup, make ioapic-less machines work
` [PATCH 17/17] xen: disable MSI

[Patch 0/4] module: merge module_32.c and module_64.c
 2009-05-27  7:46 UTC  (5+ messages)
` [Patch 4/4] module: trim exception table in module_free()

[PATCH 3/3] ftrace: add tracepoint for itimer
 2009-05-27  7:43 UTC  (5+ messages)

[PATCH] lib : provide a more precise radix_tree_gang_lookup_slot
 2009-05-27  7:39 UTC  (3+ messages)

linux-next: failed to fetch osd tree
 2009-05-27  7:39 UTC  (3+ messages)

[PATCH 2/3] ftrace: add tracepoint for hrtimer
 2009-05-27  7:39 UTC  (3+ messages)

One question about perf_counter on IA
 2009-05-27  7:17 UTC 

2.6.30-rc7: Reported regressions 2.6.28 -> 2.6.29
 2009-05-27  7:31 UTC  (9+ messages)
` [Bug #13175] sata_nv incompatible with async scsi scan
` [Bug #13178] Booting very slow

[GIT PULL] kmemcheck fixes for -tip
 2009-05-27  7:26 UTC  (2+ messages)

[GIT PULL REPOST] xen/dom0/pci - Xen dom0 PCI access
 2009-05-27  7:24 UTC  (11+ messages)
` [PATCH 01/10] xen: Don't disable the I/O space
` [PATCH 02/10] xen: Allow unprivileged Xen domains to create iomap pages
` [PATCH 03/10] Xen: Rename the balloon lock
` [PATCH 04/10] xen: Add xen_create_contiguous_region
` [PATCH 05/10] x86/PCI: Clean up pci_cache_line_size
` [PATCH 06/10] x86/PCI: Enable scanning of all pci functions
` [PATCH 07/10] Xen/x86/PCI: Add support for the Xen PCI subsystem
` [PATCH 08/10] x86/pci: make sure _PAGE_IOMAP it set on pci mappings
` [PATCH 09/10] xen/pci: clean up Kconfig a bit
` [PATCH 10/10] xen: define BIOVEC_PHYS_MERGEABLE()

[GIT PULL REPOST] xen/dom0/core - core Xen dom0 support changes
 2009-05-27  7:15 UTC  (17+ messages)
` [PATCH 01/16] xen dom0: Make hvc_xen console work for dom0
` [PATCH 02/16] xen dom0: Initialize xenbus "
` [PATCH 03/16] xen dom0: Set up basic IO permissions "
` [PATCH 04/16] xen dom0: Add support for the platform_ops hypercall
` [PATCH 05/16] xen mtrr: Add mtrr_ops support for Xen mtrr
` [PATCH 06/16] xen: disable PAT
` [PATCH 07/16] xen/dom0: use _PAGE_IOMAP in ioremap to do machine mappings
` [PATCH 08/16] xen/dom0: Use host E820 map
` [PATCH 09/16] xen: implement XENMEM_machphys_mapping
` [PATCH 10/16] xen: clear reserved bits in l3 entries given in the initial pagetables
` [PATCH 11/16] xen: allow enable use of VGA console on dom0
` [PATCH 12/16] xen/dom0: add XEN_DOM0 config option
` [PATCH 13/16] x86: make /dev/mem mappings _PAGE_IOMAP
` [PATCH 14/16] paravirtualize IO permission bitmap
` [PATCH 15/16] x86: don't need "changed" parameter for set_io_bitmap()
` [PATCH 16/16] xen/i386: make sure initial VGA/ISA mappings are not overridden

[PATCH 2/2 tip] perf: report should only load text symbols from kallsyms
 2009-05-27  7:16 UTC  (4+ messages)
` [tip:perfcounters/core] perf report: Only "
` [tip:perfcounters/core] perf report: Only load text symbols from kallsyms, fix
` [tip:perfcounters/core] perf_counter tools: Introduce stricter C code checking

[PATCH 1/1 tip] perf: report should show the IP only in --verbose mode
 2009-05-27  7:16 UTC  (2+ messages)
` [tip:perfcounters/core] perf report: Show "

[PATCH 1/2 tip] perf: Use hex2long instead of sscanf
 2009-05-27  7:16 UTC  (2+ messages)
` [tip:perfcounters/core] perf report: "

[RFC] [PATCH] Device Tree on ARM platform
 2009-05-27  7:08 UTC 

[PATCH -tip] Documentation/accounting/getdelays.c intialize the variable before using it
 2009-05-27  7:03 UTC  (3+ messages)

linux-next: edac-amd tree build warning
 2009-05-27  7:01 UTC 

[PATCH] x86: fix cpufreq tsc scaling
 2009-05-27  7:00 UTC  (3+ messages)

[PATCH] sched: Support current clocksource handling in fallback sched_clock()
 2009-05-27  6:58 UTC  (9+ messages)

[RFC][PATCH] memcg: fix swap account (26/May)[0/5]
 2009-05-27  6:50 UTC  (6+ messages)
` [RFC][PATCH 5/5] (experimental) chase and free cache only swap

[git pull] Please pull powerpc.git merge branch
 2009-05-27  6:40 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).