public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-05-27 01:00:28 to 2009-05-27 07:30:03 UTC [more...]

Microblaze MMU v2
 2009-05-27  6:47 UTC  (26+ 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

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

[2.6.27.24] Kernel coredump to a pipe is failing
 2009-05-27  7:31 UTC  (12+ messages)

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

x86 MCE improvements series for 2.6.31 v2
 2009-05-27  7:24 UTC  (38+ 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] x86: MCE: Fix for getting IP/CS at 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

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

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

Net: ucc_geth ethernet driver optimization space
 2009-05-27  6:49 UTC  (2+ messages)

[PATCH] io-controller: Add io group reference handling for request
 2009-05-27  6:56 UTC  (4+ messages)

[RFC][PATCH] memcg: fix swap account (26/May)[0/5]
 2009-05-27  6:50 UTC  (15+ messages)
` [RFC][PATCH 2/5] add SWAP_HAS_CACHE flag to swap_map
` [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 

2.6.30-rc7: Reported regressions 2.6.28 -> 2.6.29
 2009-05-27  6:32 UTC  (5+ messages)
` [Bug #13178] Booting very slow

Analyzed/Solved: Booting 2.6.30-rc2-git7 very slow
 2009-05-27  6:31 UTC  (18+ messages)
                  ` Analyzed/Solved/Bisected: "

TICKET NO:1110008342
 2009-05-27  6:27 UTC 

[PATCH] readahead:add blk_run_backing_dev
 2009-05-27  6:20 UTC  (24+ messages)

[PATCH] firmware: Allocate firmware id dynamically
 2009-05-27  6:19 UTC  (5+ messages)

[PATCH] cgroups: handle failure of cgroup_populate_dir() at mount/remount
 2009-05-27  6:16 UTC  (7+ messages)

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

[PATCH 1/3] clean up functions related to pages_min V2
 2009-05-27  6:06 UTC  (3+ messages)

[PATCH 2/3] add inactive ratio calculation function of each zone V2
 2009-05-27  6:05 UTC  (3+ messages)

[PATCH 00/18] MAINTAINERS and scripts/get_maintainer.pl updates
 2009-05-27  6:02 UTC  (12+ messages)
` [PATCH 16/18] MAINTAINERS - Remove L: linux-kernel@vger.kernel.org from all but "THE REST"

[PATCH] S3C: beyond ARRAY_SIZE of s3c_gpios
 2009-05-27  5:57 UTC  (2+ messages)

[PATCH] Intel IOMMU Pass Through Support
 2009-05-27  5:51 UTC  (5+ messages)
        ` [PATCH] Time out for possible dead loops during queued invalidation wait

[RFC PATCH]debugfs:Fix terminology inconsistency of dir name to mount debugfs filesystem
 2009-05-27  5:50 UTC  (8+ messages)

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

[GIT PULL] kmemcheck fixes for -tip
 2009-05-27  5:43 UTC 

[PATCH RFC] v7 expedited "big hammer" RCU grace periods
 2009-05-27  5:37 UTC  (13+ messages)

[PATCH 5/12]: sparc64: Refactor OBP cpu scanning code using an iterator
 2009-05-27  5:35 UTC  (3+ messages)

[git pull] Blackfin fixes for 2.6.30
 2009-05-27  5:33 UTC 

[RFC][PATCH] [SCSI]: scsi_transport_iscsi.c return -EOVERFLOW for Too many iscsi targets
 2009-05-27  5:14 UTC 

[PATCH 0/3] ftrace: add tracepoint for timer event
 2009-05-27  5:20 UTC  (3+ messages)

[PATCH] crypto: hifn_795x - fix __dev{init,exit} markings
 2009-05-27  5:16 UTC  (3+ messages)

[PATCH] ACPI processor: remove spurious newline from warning message
 2009-05-27  5:11 UTC  (2+ messages)

[PATCH] crypto: tcrypt: add option to not exit on success
 2009-05-27  5:10 UTC  (6+ messages)
    ` [PATCH v2] crypto: tcrypt: do not exit on success in fips mode

[PATCH 6/6] squashfs: Make SquashFS 4 use the new pcomp crypto interface
 2009-05-27  5:05 UTC  (11+ messages)
      ` [PATCH/RFC] crypto: compress - Add comp_request.total_out (was: Re: [PATCH 6/6] squashfs: Make SquashFS 4 use the new pcomp crypto interface)
        ` [PATCH/RFC] crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}() (was: Re: [PATCH/RFC] crypto: compress - Add comp_request.total_out (was: Re: [PATCH 6/6] squashfs: Make SquashFS 4 use the new pcomp crypto interface))
              ` [PATCH/RFC] crypto: compress - Return produced bytes in crypto_{, de}compress_{update, final}() "
                ` [PATCH] crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}()

[PATCH v3] MFD: PCAP driver
 2009-05-27  4:59 UTC  (2+ messages)

[PATCH] net/ucc_geth: allow to set mac address on running device
 2009-05-27  4:42 UTC  (3+ messages)

[TOMOYO 1/2] tomoyo: add Documentation/tomoyo.txt
 2009-05-27  4:12 UTC  (12+ messages)
    ` [PATCH] TOMOYO: Add garbage collector support. (v2)

[PATCH] asm-generic: add a dma-mapping.h file
 2009-05-27  3:58 UTC  (4+ messages)

linux-next: manual merge of the rr tree with Linus' tree
 2009-05-27  3:55 UTC 

[PATCH net] gianfar: fix babbling rx error event bug
 2009-05-27  3:48 UTC  (2+ messages)

[PATCH] cls_cgroup: read classid atomically in classifier
 2009-05-27  3:47 UTC  (2+ messages)

[PATCH 2/2]cpuidle: makes AMD C1E works in suspend/resume path
 2009-05-27  3:45 UTC  (2+ messages)

[PATCH 1/3] tracing/stat: change dummpy_cmp() to return -1
 2009-05-27  3:42 UTC  (4+ messages)
` [PATCH 2/3] tracing/stat: remember to free root node
` [PATCH 3/3] tracing/stat: do some cleanups
  ` [PATCH 3/3 -v2] "

linux-next: mtd tree build failure
 2009-05-27  3:40 UTC 

[PATCH 1/2]cpuidle: makes AMD C1E works in acpi_idle
 2009-05-27  3:39 UTC  (2+ messages)

Oops in usb-serial with keyspan adapter on current upstream
 2009-05-27  3:30 UTC  (2+ messages)

Oops in usb-serial with keyspan adapter on current upstream
 2009-05-27  3:30 UTC  (3+ messages)

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

[2.6.30-rcX] Some ftrace debug option is consuming memory?
 2009-05-27  3:06 UTC  (5+ messages)

JMicron SATA controller not available - bisected
 2009-05-27  2:56 UTC 

[PATCH] v2: x86,APIC: Detect lapic_is_integrated() once - use on and on
 2009-05-27  2:49 UTC  (3+ messages)

[RFC PATCH 7/X] ptrace: mv task->parent ptrace_task->pt_tracer
 2009-05-27  2:45 UTC  (5+ messages)
  ` [RFC PATCH 8/X] ptrace: introduce ptrace_tracer() helper

[PATCH] mvsdio: fix config failure with some high speed SDHC cards
 2009-05-27  2:35 UTC 

[PATCH 25/20] sysfs: Only support removing emtpy sysfs directories
 2009-05-27  2:17 UTC  (2+ messages)

sata_sil24 0000:04:00.0: DMA-API: device driver frees DMA sg list with different entry count [map count=13] [unmap count=10]
 2009-05-27  2:11 UTC  (3+ messages)

linux-next: manual merge of the vfs tree with the gfs2 tree
 2009-05-27  1:52 UTC 

[patch] mm: release swap slots for actively used pages
 2009-05-27  1:47 UTC 

[PATCH 0/1] MIPS: Disable address swizzling on __raw MMIO operations
 2009-05-26 23:59 UTC  (2+ messages)
` [PATCH 1/1] "

[Patch 01/12] Prepare the code for Hardware Breakpoint interfaces
 2009-05-27  1:40 UTC  (5+ messages)

Q: do_notify_parent/do_notify_parent_cldstop && info.si_xtime
 2009-05-27  1:40 UTC  (2+ messages)

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

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

[PATCH -tip 0/3] dma-debug fixes
 2009-05-27  0:43 UTC  (4+ messages)
` [PATCH -tip 1/3] dma-debug: use sg_dma_address accessor instead of using dma_address directly
` [PATCH -tip 2/3] dma-debug: use sg_dma_len accessor
` [PATCH -tip 3/3] dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_device

linux-next: Linus' tree build warning
 2009-05-27  1:22 UTC 

[PATCH 1/1] ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage
 2009-05-27  1:06 UTC  (3+ messages)

[PATCH 2/2] mtd/maps: uclinux: support Blackfin systems
 2009-05-27  1:03 UTC  (5+ messages)
` [PATCH 1/3] mtd/maps: uclinux: allow systems to override map addr/size

[BUG] parport issue on 2.6.29
 2009-05-27  1:00 UTC  (3+ messages)


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