[PATCH] x86: clean up vdso-layout.lds.S
2009-06-09 18:16 UTC (8+ messages)
[PATCH 0/4] [RFC] Functional fix to zone_reclaim() and bring behaviour more in line with expectations V2
2009-06-09 18:15 UTC (7+ messages)
` [PATCH 1/4] Properly account for the number of page cache pages zone_reclaim() can reclaim
` [PATCH 2/4] Do not unconditionally treat zones that fail zone_reclaim() as full
` [PATCH 3/4] Count the number of times zone_reclaim() scans and fails
` [PATCH 4/4] Reintroduce zone_reclaim_interval for when zone_reclaim() scans and fails to avoid CPU spinning at 100% on NUMA
[PATCH] gpiolib: add gpio_request/free_irq
2009-06-09 18:11 UTC (3+ messages)
[PATCH] mmc_spi: use EILSEQ for possible transmission errors
2009-06-09 18:07 UTC (5+ messages)
Performance overhead of paravirt_ops on native identified
2009-06-09 18:07 UTC (24+ messages)
` [benchmark] 1% performance overhead of paravirt_ops on native kernels
imx: serial: add IrDA support to serial driver
2009-06-09 18:04 UTC (13+ messages)
` [PATCH 1/8] imx: serial: fix whitespaces (no changes in functionality)
` [PATCH 2/8] imx: serial: fix one bit field type
` [PATCH 3/8] imx: serial: notify higher layers in case xmit IRQ was not called
` [PATCH 4/8] imx: serial: be sure to stop xmit upon shutdown
` [PATCH 5/8] imx: serial: handle initialisation failure correctly
` [PATCH 6/8] lib: isolate rational fractions helper function
` [PATCH 7/8] imx: serial: use rational library function
` [PATCH 8/8] imx: serial: add IrDA support to serial driver
(no subject)
2009-06-09 18:04 UTC
[PATCH block#for-2.6.31] block: add request clone interface
2009-06-09 18:03 UTC (3+ messages)
[PATCH] MTD: Add UBI reboot notifier
2009-06-09 17:59 UTC (4+ messages)
` [PATCHv2] "
[PATCH 22/27] score: create kernel files signal.c sys_score.c time.c
2009-06-09 17:52 UTC (2+ messages)
Linux 2.6.30-rc8
2009-06-09 17:51 UTC (11+ messages)
` [PATCH 1/2] CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUs
IO scheduler based IO Controller V2
2009-06-09 17:51 UTC (4+ messages)
` [PATCH 08/18] io-controller: idle for sometime on sync queue before expiring it
[PATCH 18/27] score: create head files uaccess.h unaligned.h unistd.h user.h
2009-06-09 17:46 UTC (2+ messages)
[PATCH 16/27] score: create head files scatterlist.h scoreregs.h sections.h segment.h sembuf.h setup.h shmbuf.h shmparam.h sigcontext.h siginfo.h signal.h socket.h sockios.h statfs.h stat.h string.h swab.h syscalls.h system.h
2009-06-09 17:39 UTC (2+ messages)
BUG: bonding module can only be loaded once
2009-06-09 17:37 UTC (9+ messages)
` [PATCH] bonding: fix multiple module load problem
` [Bonding-devel] "
` [Bonding-devel] BUG: bonding module can only be loaded once
[PATCH 0/2] [GIT PULL] tracing/events/ring-buffer: block trace points and fix
2009-06-09 17:34 UTC (4+ messages)
` [PATCH 1/2] ring-buffer: fix ret in rb_add_time_stamp
` [PATCH 2/2] tracing/events: convert block trace points to TRACE_EVENT()
[PATCH 09/27] score: create head files hardirq.h hw_irq.h
2009-06-09 17:33 UTC (2+ messages)
[PATCH 08/27] score: create head files fb.h fcntl.h fixmap.h ftrace.h futex.h
2009-06-09 17:30 UTC (2+ messages)
[PATCH 0/4] RFC - ksm api change into madvise
2009-06-09 17:24 UTC (7+ messages)
2.6.30-rc8-git4: Reported regressions from 2.6.29
2009-06-09 17:20 UTC (15+ messages)
` [Bug #13116] Can't boot with nosmp
` [Bug #13475] suspend/hibernate lockdep warning
` [PATCH] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)
[PATCH 07/27] score: create head files elf.h emergency-restart.h errno.h
2009-06-09 17:20 UTC (2+ messages)
[PATCH 06/27] score: create head files delay.h device.h div64.h dma-mapping.h dma.h
2009-06-09 17:18 UTC (2+ messages)
[PATCH 05/27] score: create head files cache.h cacheflush.h checksum.h cputime.h current.h
2009-06-09 17:07 UTC (2+ messages)
[PATCH 2.6.30-rc4] thermal: fix off-by-1 error in trip point trigger condition
2009-06-09 17:06 UTC (3+ messages)
[PATCH 00/27] score arch files for linux
2009-06-09 17:00 UTC (2+ messages)
[PATCH] tick: add check for the existence of broadcast clock event device
2009-06-09 16:53 UTC (17+ messages)
[PATCH 04/27] score: create head files bitops.h bitsperlong.h bug.h bugs.h byteorder.h
2009-06-09 16:50 UTC (2+ messages)
[PATCH 01/27] score: create Kconfig Kconfig.debug Makefile
2009-06-09 16:47 UTC (2+ messages)
[PATCH 2/2] toshiba-acpi: Support TOS1900-type devices
2009-06-09 16:45 UTC (12+ messages)
[PATCH] perf_counter: extensible perf_counter_attr
2009-06-09 16:44 UTC (12+ messages)
[PATCH] kvm: fix kvm reboot crash when MAXSMP is used
2009-06-09 16:41 UTC (7+ messages)
` [PATCH 1/6] cpumask: introduce zalloc_cpumask_var
` [PATCH 4/6] x86/cpufreq: use cpumask_copy instead of =
[PATCH 0/14] score - New architecure port to SunplusCT S+CORE
2009-06-09 16:37 UTC (2+ messages)
[PATCH] [0/16] HWPOISON: Intro
2009-06-09 16:35 UTC (23+ messages)
` [PATCH] [6/16] HWPOISON: Add various poison checks in mm/memory.c
` [PATCH] [7/16] HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2
` [PATCH] HWPOISON: define VM_FAULT_HWPOISON to 0 when feature is disabled
` [PATCH] [10/16] HWPOISON: Handle poisoned pages in set_page_dirty()
` [PATCH] [11/16] HWPOISON: check and isolate corrupted free pages v2
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v5
ANNOUNCE: mdadm 3.0 - A tool for managing Soft RAID under Linux
2009-06-09 16:29 UTC (5+ messages)
` [dm-devel] "
[patch 0/3] crypto: padlock-aes: enable on VIA Nano
2009-06-09 16:29 UTC (5+ messages)
` [patch 1/3] crypto: padlock-aes: work around Nano CPU errata in ECB mode
` [patch 2/3] crypto: padlock-aes: work around Nano CPU errata in CBC mode
` [patch 3/3] crypto: padlock-aes: enable on 64-bit kernels
[PATCH 0/5] We must use rcu_barrier() on module unload
2009-06-09 16:26 UTC (6+ messages)
` [PATCH 4/5] sctp: protocol.c call rcu_barrier() on unload
linux-next: kbuild tree build failure
2009-06-09 16:19 UTC (3+ messages)
linux-next: voyager tree build failure
2009-06-09 16:06 UTC (3+ messages)
[PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver
2009-06-09 15:57 UTC (4+ messages)
regulator_register() API
2009-06-09 15:52 UTC (3+ messages)
[PATCH] kernel-doc: cleanup perl script
2009-06-09 15:50 UTC
[PATCH] X86: cpu_debug support for VIA / Centaur CPU's
2009-06-09 15:18 UTC (5+ messages)
[PATCH 0/5] wait_task_* cleanups V2
2009-06-09 15:14 UTC (3+ messages)
` [PATCH 1/5] Split wait_noreap_copyout()
[PATCH 0/3] [RFC] Functional fix to zone_reclaim() and bring behaviour more in line with expectations
2009-06-09 15:06 UTC (16+ messages)
` [PATCH 1/3] Reintroduce zone_reclaim_interval for when zone_reclaim() scans and fails to avoid CPU spinning at 100% on NUMA
` [PATCH 2/3] Properly account for the number of page cache pages zone_reclaim() can reclaim
[patch] x86: clear TS in irq_ts_save() when in an atomic section
2009-06-09 14:53 UTC (4+ messages)
` [patch v2] "
` [tip:x86/urgent] x86: Clear "
[PATCH -tip] perf_counter/x86: Correct some event and umask values for Intel processors
2009-06-09 14:52 UTC (3+ messages)
` [tip:perfcounters/core] perf_counter, x86: "
[PATCH v3] x86: detect use of extended APIC ID for AMD CPUs
2009-06-09 14:52 UTC (2+ messages)
` [tip:x86/urgent] x86: Detect "
[PATCH 0/5] [GIP PULL] tracing/events/trace_stack: various fixes
2009-06-09 14:52 UTC (10+ messages)
` [PATCH][GIT PULL] ring-buffer: pass in lockdep class key for reader_lock
` [tip:tracing/core] "
[linux-pm] Run-time PM idea (was: Re: [RFC][PATCH 0/2] PM: Rearrange core suspend code)
2009-06-09 14:48 UTC (3+ messages)
[PATCH v4] zone_reclaim is always 0 by default
2009-06-09 14:38 UTC (7+ messages)
[PATCH 1/1] Char: moxa, prevent opening unavailable ports
2009-06-09 14:33 UTC
[PATCH -tip] perf_counter/x86: Fix incorrect default branch
2009-06-09 14:25 UTC (4+ messages)
[git pull][PATCH 0/4] amd-iommu fixes for tip/core/iommu
2009-06-09 14:21 UTC (7+ messages)
` [PATCH 1/4] amd_iommu: fix lock imbalance
` [PATCH 2/4] amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handling
` [PATCH 3/4] amd-iommu: detach device explicitly before attaching it to a new domain
` [PATCH 4/4] amd-iommu: remove unnecessary "AMD IOMMU: " prefix
huge mem mmap eats all CPU when multiple processes
2009-06-09 14:16 UTC (3+ messages)
[PATCH 0/2] convert ftrace syscalls to TRACE_EVENT
2009-06-09 14:13 UTC (10+ messages)
` [PATCH 2/2] convert to syscall tracepoints
[this_cpu_xx 00/11] Introduce this_cpu_xx operations
2009-06-09 14:02 UTC (4+ messages)
` [this_cpu_xx 06/11] Eliminate get/put_cpu
linux-next: net/wireless tree build failure
2009-06-09 14:02 UTC (3+ messages)
[BUGFIX][PATCH] fix wrong lru rotate back at lumpty reclaim
2009-06-09 14:01 UTC (10+ messages)
` [PATCH] memcg: fix mem_cgroup_isolate_lru_page to use the same rotate logic at busy path
[PATCH 2.6.31] ehca: Tolerate dynamic memory operations and huge pages
2009-06-09 13:59 UTC
[RFC] IO scheduler based IO controller V4
2009-06-09 13:52 UTC (3+ messages)
[PATCH 0/4] FS: userspace notification of errors
2009-06-09 13:49 UTC (7+ messages)
[patch 19/87] Fix oops on close of hot-unplugged FTDI serial converter
2009-06-09 13:42 UTC (3+ messages)
[PULL] cpumask fixes
2009-06-09 13:38 UTC
[PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v3
2009-06-09 13:36 UTC (14+ messages)
[PATCH] jbd/jbd2 :clean up journal_try_to_free_buffers
2009-06-09 13:36 UTC (2+ messages)
[patch 00/38] power management / hibernate support for s390
2009-06-09 13:34 UTC (4+ messages)
` [patch 05/38] s390: hibernation "
[PATCH 3/3] Do not unconditionally treat zones that fail zone_reclaim() as full
2009-06-09 13:28 UTC (4+ messages)
linux-next: manual merge of the watchdog tree with the arm tree
2009-06-09 13:18 UTC (3+ messages)
linux-next: net tree build warning
2009-06-09 13:14 UTC (4+ messages)
SOCK_RAW does not receive broadcast (with VLAN unless PROMISC)
2009-06-09 13:14 UTC (7+ messages)
[RFC PATCH 0/5] simplify the print fmt in the event format files
2009-06-09 13:08 UTC (7+ messages)
` [RFC PATCH 5/5] tracing/events: modify kmem print to new format
linux-next: Tree for June 3
2009-06-09 13:05 UTC (4+ messages)
` mISDN: WARNING: at kernel/softirq.c:124 local_bh_enable+0x8f/0xb0()
[PATCH next] ide: fix PowerMac bootup oops
2009-06-09 13:02 UTC (5+ messages)
Oxford 16954 UART capabilities
2009-06-09 12:55 UTC
[PATCH 0/8] kernel:lockdep:replace DFS with BFS
2009-06-09 12:52 UTC (4+ messages)
XFS status update for May 2009
2009-06-09 12:34 UTC
[PATCH 001/001] gpio: AMD CS5535/CS5536 GPIO driver
2009-06-09 12:27 UTC (9+ messages)
` [PATCH v2 "
[PATCH net-next-2.6] net: dev_addr_init() fix
2009-06-09 12:21 UTC (4+ messages)
[tip:perfcounters/core] perf_counter: Implement generalized cache event types
2009-06-09 12:15 UTC (3+ messages)
linux-kernel
2009-06-09 12:11 UTC
[PATCH 1/2] cpuhotplug: use rw_semaphore for cpu_hotplug
2009-06-09 12:07 UTC (8+ messages)
` [PATCH] cpuhotplug: introduce try_get_online_cpus() take 2
` [PATCH -mm] cpuhotplug: introduce try_get_online_cpus() take 3
[PULL REQUEST] IEEE 802.15.4 stack: generic parts v4
2009-06-09 12:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®