public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-04-29 06:03:57 to 2009-04-29 11:00:12 UTC [more...]

[PATCH 0/29] x86/perfcounters: x86 and AMD cpu updates
 2009-04-29 10:47 UTC  (25+ messages)
` [PATCH 01/29] x86: perfcounter: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpus
` [PATCH 02/29] perfcounter: declare perf_max_counters only for CONFIG_PERF_COUNTERS
` [PATCH 03/29] x86/perfcounters: add default path to cpu detection
` [PATCH 04/29] x86/perfcounters: rework pmc_amd_save_disable_all() and pmc_amd_restore_all()
` [PATCH 05/29] x86/perfcounters: protect per-cpu variables with compile barriers only
` [PATCH 06/29] perfcounters: rename struct hw_perf_counter_ops into struct pmu
` [PATCH 07/29] x86/perfcounters: rename struct pmc_x86_ops into struct x86_pmu
` [PATCH 08/29] x86/perfcounters: make interrupt handler model specific
` [PATCH 09/29] x86/perfcounters: remove get_status() from struct x86_pmu
` [PATCH 10/29] x86/perfcounters: remove ack_status() "
` [PATCH 13/29] x86/perfcounters: modify initialization of "
` [PATCH 14/29] x86/perfcounters: make x86_pmu data a static struct
` [PATCH 15/29] x86/perfcounters: move counter parameters to struct x86_pmu
` [PATCH 16/29] x86/perfcounters: make pmu version generic
` [PATCH 17/29] x86/perfcounters: make x86_pmu_read() static inline
` [PATCH 19/29] x86/perfcounters: generic use of cpuc->active
` [PATCH 20/29] x86/perfcounters: consistent use of type int for counter index
` [PATCH 21/29] x86/perfcounters: rework counter enable functions
` [PATCH 23/29] x86/perfcounters: change and remove pmu initialization checks
` [PATCH 24/29] x86/perfcounters: implement the interrupt handler for AMD cpus
` [PATCH 25/29] x86/perfcounters: return raw count with x86_perf_counter_update()
` [PATCH 26/29] x86/perfcounters: introduce max_period variable
` [PATCH 28/29] x86/perfcounters: remove unused function argument in intel_pmu_get_status()
` [PATCH 29/29] perfcounters: updating kerneltop documentation

[git-pull -tip] x86: cpu_debug patches
 2009-04-29 10:50 UTC  (8+ messages)

[PATCH] crypto: don't raise alarm for no ctr(aes*) tests in fips mode
 2009-04-29 10:50 UTC  (2+ messages)

[PATCH/RFT 0/13] x86: unify vmlinux.lds
 2009-04-29 10:50 UTC  (39+ messages)
` [PATCH 01/13] x86: beautify vmlinux_32.lds.S
  ` [tip:x86/kbuild] "
` [PATCH 02/13] x86, vmlinux.lds: unify header/footer
  ` [tip:x86/kbuild] "
  ` [tip:x86/kbuild] x86, vmlinux.lds: add copyright
` [PATCH 03/13] x86, vmlinux.lds: unify PHDRS
  ` [tip:x86/kbuild] "
` [PATCH 04/13] x86, vmlinux.lds: unify start/end of SECTIONS
  ` [tip:x86/kbuild] "
` [PATCH 05/13] x86, vmlinux.lds: unify .text output sections
  ` [tip:x86/kbuild] "
` [PATCH 06/13] x86, vmlinux.lds: unify exceptiontable
  ` [tip:x86/kbuild] x86, vmlinux.lds: unify exception table
` [PATCH 07/13] x86, vmlinux.lds: unify data output sections
  ` [tip:x86/kbuild] "
` [PATCH 08/13] x86, vmlinux.lds: move vsyscall "
  ` [tip:x86/kbuild] "
` [PATCH 09/13] x86, vmlinux.lds: unify first part of initdata
  ` [tip:x86/kbuild] "
` [PATCH 10/13] x86, vmlinux.lds: unify parainstructions
  ` [tip:x86/kbuild] "
` [PATCH 11/13] x86, vmlinux.lds: unify .exit.* and .init.ramfs
  ` [tip:x86/kbuild] "
` [PATCH 12/13] x86, vmlinux.lds: unify percpu
  ` [tip:x86/kbuild] "
` [PATCH 13/13] x86, vmlinux.lds: unify remaining parts
  ` [tip:x86/kbuild] "

[PATCH v2 0/5] [GIT PULL] ftrace,tracing/events rebase updates
 2009-04-29 10:40 UTC  (7+ messages)
    ` BUG: Function graph tracer hang

[PATCH 2/3] tracing/filters: distinguish between signed and unsigned fields
 2009-04-29 10:36 UTC  (3+ messages)

[PATCH] crypto: catch base cipher self-test failures in fips mode
 2009-04-29 10:36 UTC  (2+ messages)

Class device namespaces
 2009-04-29 10:30 UTC  (11+ messages)

Q: selinux_bprm_committed_creds() && signals/do_wait
 2009-04-29 10:25 UTC  (5+ messages)

[PATCH] poll: Avoid extra wakeups in select/poll
 2009-04-29 10:27 UTC  (18+ messages)

IRQ / SoftIRQ CPU time accounting broken by 457533a7d3402d1d91fbc125c8bd1bd16dcd3cd4
 2009-04-29 10:24 UTC  (9+ messages)
    ` [PATCH] sched: account system time properly

[GIT PATCH] block,scsi,ide: unify sector and data_len
 2009-04-29 10:19 UTC  (15+ messages)
` [PATCH 01/10] nbd: don't clear rq->sector and nr_sectors unnecessarily
` [PATCH 02/10] ide-tape: don't initialize rq->sector for rw requests
` [PATCH 03/10] block: add rq->resid_len
` [PATCH 04/10] block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
` [PATCH 05/10] block: convert to pos and nr_sectors accessors
` [PATCH 06/10] ide: convert to rq "
` [PATCH 07/10] block: drop request->hard_* and *nr_sectors
` [PATCH 08/10] block: cleanup rq->data_len usages
` [PATCH 09/10] ide: "
` [PATCH 10/10] block: hide request sector and data_len

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

[PATCH] HID: Fix the support for apple mini aluminium keyboard
 2009-04-29 10:05 UTC 

[PATCH][RFC] Handle improbable possibility of io_context->refcount overflow
 2009-04-29 10:03 UTC  (3+ messages)

Intel KMS + fbcon + Mplayer
 2009-04-29 10:04 UTC 

[PATCH] fix a Section mismatch on drivers/leds/leds-gpio.c
 2009-04-29  9:56 UTC 

[PATCH 0/5] [GIT PULL] tracing/splice/ringbuffer: updates for tip
 2009-04-29  9:56 UTC  (11+ messages)
` [PATCH 5/5] ring-buffer: fix printk output

[PATCH] remove duplicated include <linux/audit.h>
 2009-04-29  9:54 UTC 

linux-next: Tree for April 24
 2009-04-29  9:51 UTC  (5+ messages)
` Next April 24: [S390] allmodconfig build failure (trace/events)

[PATCH] ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c
 2009-04-29  9:46 UTC  (2+ messages)

[PATCH] elf_core_dump: use rcu_read_lock() to access ->real_parent
 2009-04-29  9:46 UTC  (2+ messages)

Analyzed/Solved: Booting 2.6.30-rc2-git7 very slow
 2009-04-29  9:45 UTC  (7+ messages)

[PATCH] mm: prevent divide error for small values of vm_dirty_bytes
 2009-04-29  9:40 UTC  (5+ messages)

[PATCH 0/4] mmiotrace: various fixes and cleaning
 2009-04-29  9:39 UTC  (7+ messages)
` [PATCH] x86 mmiotrace: fix range test
  ` [PATCH] x86 mmiotrace: code consistency/legibility improvement
    ` [PATCH] x86 mmiotrace: refactor clearing/restore of page presence
      ` [PATCH] x86 mmiotrace: only register for die notifier when tracer active

[PATCH RFC 0/5] Eliminate most lock_super() calls from ext4
 2009-04-29  9:28 UTC  (5+ messages)
` [PATCH 1/5] ext4: Avoid races caused by on-line resizing and SMP memory reordering

[PATCH] spi: Add support for the OpenCores SPI controller
 2009-04-29  9:15 UTC  (9+ messages)
` [spi-devel-general] [PATCH v2] "

[rfc 2/2] x86, bts: use physically non-contiguous trace buffer
 2009-04-29  9:14 UTC  (5+ messages)

[PATCH] elf_core_dump: use rcu_read_lock() to access ->real_parent
 2009-04-29  9:07 UTC 

2.6.29.1: unregister_netdevice problem
 2009-04-29  9:08 UTC  (6+ messages)

Revert "linux.conf.au 2009: Tuz"
 2009-04-29  9:08 UTC 

[PATCH] [0/16] POISON: Intro
 2009-04-29  9:05 UTC  (12+ messages)
` [PATCH] [13/16] POISON: The high level memory error handler in the VM
      ` [PATCH] [13/16] POISON: The high level memory error handler in the VM II
                ` btrfs BUG on creating huge sparse file

[PATCH RFC] ext3 data=guarded v5
 2009-04-29  8:56 UTC  (2+ messages)

Mainline kernel OLTP performance update
 2009-04-29  8:28 UTC  (3+ messages)

[KVM PATCH v3 0/2] irqfd
 2009-04-29  8:18 UTC  (3+ messages)

[PATCH] input: Document the bcm5974 driver
 2009-04-29  8:11 UTC  (4+ messages)
` [PATCH] input: Document the multi-touch (MT) protocol

Compile Error with Linux-2.6.30-rc3-git5
 2009-04-29  8:09 UTC 

[PATCH 0/5] proc: export more page flags in /proc/kpageflags (take 4)
 2009-04-29  8:05 UTC  (4+ messages)
` [PATCH 5/5] proc: export more page flags in /proc/kpageflags

linux-next: origin tree build warnings
 2009-04-29  7:52 UTC  (2+ messages)

2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption
 2009-04-29  7:49 UTC  (5+ messages)

Swappiness vs. mmap() and interactive response
 2009-04-29  7:48 UTC  (6+ messages)

[ANNOUNCE] OSS Proxy using CUSE
 2009-04-29  7:46 UTC  (12+ messages)
` [ANNOUNCE] OSS Proxy 1.2 "

bug in drivers/edac/mpc85xx_edac.c:mpc85xx_mc_check()
 2009-04-29  7:37 UTC  (2+ messages)

"ACPI: EC: missing confirmations, switch off interrupt mode" wastes time on startup
 2009-04-29  7:41 UTC  (6+ messages)

linux-next: Tree for April 29
 2009-04-29  7:39 UTC 

[PATCH -v3] x86: MCE: Re-implement MCE log ring buffer as per-CPU ring buffer
 2009-04-29  7:38 UTC  (2+ messages)

bluetoothd 4.37 -> Segmentation fault
 2009-04-29  7:29 UTC 

[PATCH] powerpc: Update MPC5xxx and Xilinx Virtex maintainer entries
 2009-04-29  7:28 UTC  (2+ messages)

KMS + fb + FBIOPUT_VSCREENINFO
 2009-04-29  7:27 UTC  (3+ messages)

BUG: NULL pointer dereference in try_to_del_timer_sync()
 2009-04-29  7:22 UTC  (4+ messages)

2.6.30-rc3: reiserfs: WARNING: at fs/namei.c:1251 lookup_one_len
 2009-04-29  7:18 UTC  (4+ messages)

[PATCH 0/4] workqueue_trace: Add max execution time mesurement for per worklet
 2009-04-29  7:06 UTC  (2+ messages)

linux-next: Tree for April 28
 2009-04-29  7:04 UTC  (4+ messages)
` Next April 28: boot failure on PowerPC with SLQB

mmotm 2009-04-24-18-14 uploaded - NVidia indigestion
 2009-04-29  7:03 UTC  (6+ messages)

kms in defconfig
 2009-04-29  6:55 UTC  (11+ messages)

[PATCH -v2] x86: MCE: Re-implement MCE log ring buffer as per-CPU ring buffer
 2009-04-29  6:50 UTC  (5+ messages)

Swappiness vs. mmap() and interactive response
 2009-04-29  6:42 UTC  (3+ messages)
` [PATCH] vmscan: evict use-once pages first

realtek ALC272 support
 2009-04-29  6:33 UTC  (2+ messages)

[GIT PULL] x86: cleanup alternative.h (v2)
 2009-04-29  6:22 UTC  (3+ messages)
` [tip:x86/asm] x86: clean up alternative.h

[PATCH 0/2] [GIT PULL] tracing: various bug fixes
 2009-04-29  6:16 UTC  (2+ messages)
` [tip:tracing/core] x86: use native register access for native tlb flushing

[PATCH] Quirk for BT USB device on MacbookPro to be reset before use
 2009-04-29  6:17 UTC  (3+ messages)

[PATCH] ring_buffer: compressed event header
 2009-04-29  6:16 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH] cpuacct: VIRT_CPU_ACCOUNTING don't prevent percpu cputime count
 2009-04-29  6:09 UTC  (5+ messages)

[GIT]: Networking
 2009-04-29  6:08 UTC 

[PATCH] cpuacct: VIRT_CPU_ACCOUNTING don't prevent percpu cputime count
 2009-04-29  6:08 UTC  (3+ messages)

[PATCH RFC] v2 not-so-expedited "big hammer" RCU grace periods
 2009-04-29  5:58 UTC  (2+ messages)


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