messages from 2008-06-24 20:01:37 to 2008-06-25 07:30:26 UTC [more...]
[RFC][PATCH] prevent incorrect oom under split_lru
2008-06-25 7:29 UTC (7+ messages)
[git patches] net driver updates for .27
2008-06-25 7:24 UTC (4+ messages)
When did High-Resolution Timers hit mainline?
2008-06-25 7:09 UTC (4+ messages)
[PATCH] softlockup: show irqtrace
2008-06-25 7:13 UTC
[bug, acpi] BUG: spinlock bad magic on CPU#0, swapper/1, ACPI Exception (utmutex-0263): AE_BAD_PARAMETER
2008-06-25 7:07 UTC (15+ messages)
` [PATCH] ACPI: don't walk tables if ACPI was disabled
` [PATCH] ACPI: add standard linux WARN() output to ACPI warnings
[GIT PULL] KVM fixes for 2.6.26-rc7
2008-06-25 7:08 UTC (3+ messages)
[PATCH] kernel/signal.c: change vars pid and tgid types to pid_t
2008-06-25 7:07 UTC
[PATCH] x86: remove unnecessary #ifdef CONFIG_X86_32...#else
2008-06-25 7:03 UTC
[PATCH 0/3] freeze feature ver 1.6
2008-06-25 6:36 UTC (3+ messages)
[PATCH][RFC] gpiolib: async notification of gpio events
2008-06-25 6:28 UTC
nanosleep() uses CLOCK_MONOTONIC, should be CLOCK_REALTIME?
2008-06-25 6:16 UTC (7+ messages)
stuck tcp connections 2.6.26-rc7
2008-06-25 6:25 UTC (8+ messages)
[RFC -mm 0/6] sysv ipc: scale msgmnb with the number of cpus
2008-06-25 6:18 UTC (4+ messages)
linux-next: Tree for June 24
2008-06-25 6:05 UTC (13+ messages)
` [BUILD-FAILURE] linux-next: Tree for June 24 - missing files in drivers/media/dvb/
` linux-next: Tree for June 24 (XFS x2)
` [xfs-masters] "
` linux-next: Tree for June 24 (ivtv)
[PATCH 2/2] acpi based pci gap caluculation v2
2008-06-25 6:04 UTC (5+ messages)
v2.6.26-rc7: BUG: unable to handle kernel NULL pointer dereference
2008-06-25 5:38 UTC (4+ messages)
[PATCH] add diffconfig utility
2008-06-25 5:36 UTC (8+ messages)
` [PATCH] add diffconfig utility (v2)
Kernel Crash when using the open-iscsi initiator on 2.6.25.6
2008-06-25 5:36 UTC
[patch][RFC] an early patch for x86_64 preempt-rt kernel cause more __might_sleep warnings
2008-06-25 5:31 UTC (2+ messages)
[PATCH 1/6] futex: checkpatch cleanup
2008-06-25 5:29 UTC (7+ messages)
` [PATCH 2/6] futex: update prio on requeue
` [PATCH 3/6] mutex debug: add generic blocked_on usage
` [PATCH 4/6] rtmutex: "
` [PATCH 5/6] -rt: nested rtmutex blocked_on
` [PATCH 6/6] futex: fix miss ordered wakeups
[PATCH] UTC timestamp option for FAT filesystems
2008-06-25 5:24 UTC
[PATCH] x86: numa 32 using apicid_2_node to get node for logical_apicid
2008-06-25 5:14 UTC (2+ messages)
` [PATCH] x86: remove end_pfn in 64bit
[PATCH 0/5 v2] x86 boot: various E820 & EFI related fixes - what changed in v2
2008-06-25 5:05 UTC (15+ messages)
` [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal in some kernel info printks
[PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support
2008-06-25 4:44 UTC (38+ messages)
` [PATCH 01 of 36] x86: asm-x86/pgtable.h: fix compiler warning
` [PATCH 02 of 36] x86: add memory clobber to save/loadsegment
` [PATCH 03 of 36] x86: add memory barriers to wrmsr
` [PATCH 04 of 36] x86: remove open-coded save/load segment operations
` [PATCH 05 of 36] x86_64: use write_gdt_entry in vsyscall_set_cpu
` [PATCH 06 of 36] x86_64: use p??_populate() to attach pages to pagetable
` [PATCH 07 of 36] x86_64: unify early_ioremap
` [PATCH 08 of 36] x86_64: Add gate_offset() and gate_segment() macros
` [PATCH 09 of 36] x86_64: Use __pgd() on mk_kernel_pgd()
` [PATCH 10 of 36] x86: unify pgd_index
` [PATCH 11 of 36] x86: unify mmu_context.h
` [PATCH 12 of 36] x86_64: replace end_pfn with num_physpages
` [PATCH 13 of 36] x86_64: add prototype for x86_64_start_kernel()
` [PATCH 14 of 36] x86_64: add sync_cmpxchg
` [PATCH 15 of 36] x86: simplify vmalloc_sync_all
` [PATCH 16 of 36] x86/paravirt: add a pgd_alloc/free hooks
` [PATCH 17 of 36] x86: preallocate and prepopulate separately
` [PATCH 18 of 36] x86/paravirt: add debugging for missing operations
` [PATCH 19 of 36] paravirt_ops: define PARA_INDIRECT for indirect asm calls
` [PATCH 20 of 36] paravirt/x86_64: move __PAGE_OFFSET to leave a space for hypervisor
` [PATCH 21 of 36] x86-64: add FIX_PARAVIRT_BOOTMAP fixmap slot
` [PATCH 22 of 36] x86_64: split x86_64_start_kernel
` [PATCH 23 of 36] x86_64: adjust mapping of physical pagetables to work with Xen
` [PATCH 24 of 36] x86_64: create small vmemmap mappings if PSE not available
` [PATCH 25 of 36] x86_64: PSE no longer a hard requirement
` [PATCH 26 of 36] x86_64: Split set_pte_vaddr()
` [PATCH 27 of 36] x86_64: __switch_to(): Move arch_leave_lazy_cpu_mode() to the right place
` [PATCH 28 of 36] Save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode()
` [PATCH 29 of 36] Use __KERNEL_DS as SS when returning to a kernel thread (VERIFY)
` [PATCH 30 of 36] x86/paravirt_ops: split sysret and sysexit
` [PATCH 31 of 36] x86_64 pvops: don't restore user rsp within sysret
` [PATCH 32 of 36] Add sysret/sysexit pvops for returning to 32-bit compatibility userspace
` [PATCH 33 of 36] x86_64: ia32entry: replace privileged instructions with pvops
` [PATCH 34 of 36] x86_64: swapgs pvop with a user-stack can never be called
` [PATCH 35 of 36] x86_64/paravirt: add adjust_exception_frame
` [PATCH 36 of 36] x86_64/paravirt: Make load_gs_index() a paravirt operation
Scatter-gather list constraints
2008-06-25 4:02 UTC (3+ messages)
[PATCH] x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit"
2008-06-25 3:49 UTC (3+ messages)
[git pull] audit fixes
2008-06-25 3:42 UTC
[git pull] vfs patches
2008-06-25 3:32 UTC
/proc 2.6.24 changes for guest CPU accounting
2008-06-25 3:28 UTC (6+ messages)
` [PATCH] Documentation: add descs for guest fields in stat procfs files
[patch 1/5] x86: perfctr-watchdog.c - coding style cleanup
2008-06-25 3:18 UTC (5+ messages)
Helpdesk Alert.(WEBMAIL.CQU.EDU.AU) Account Owner
2008-06-25 3:12 UTC
[PATCH] [UPDATED] ixgbe: add LRO support
2008-06-25 3:09 UTC (2+ messages)
[PATCH 2.6.27] cxgb3 - add missing adapter type for RDMA
2008-06-25 3:09 UTC (2+ messages)
合作
2008-06-25 2:38 UTC
[PATCH 01/21] lib: add byteorder helpers for the aligned case
2008-06-25 2:35 UTC (4+ messages)
` byteorder helpers and void * (was: Re: [PATCH 01/21] lib: add byteorder helpers for the aligned case)
Linux 2.6.26-rc8
2008-06-25 2:31 UTC
2.6.26-rc7-git2: Reported regressions from 2.6.25
2008-06-25 2:05 UTC (5+ messages)
` [Bug #10868] Oops on loading ipaq module since 2.6.26, prevents use of device
Oops when using growisofs
2008-06-25 1:42 UTC (4+ messages)
weird bug on r8169 with usb
2008-06-25 1:31 UTC (3+ messages)
[0/2] memrlimit improve error handling
2008-06-25 1:01 UTC (3+ messages)
Scatter-gather list constraints
2008-06-25 0:18 UTC (3+ messages)
[PATCH] ext3: handle deleting corrupted indirect blocks
2008-06-25 0:15 UTC (4+ messages)
mce_64.c: mce_cpu_quirks being ignored
2008-06-25 0:12 UTC (3+ messages)
[PATCH 1/1] CPM1: Don't send break on TX_STOP, don't interrupt RX/TX when adjusting termios parameters
2008-06-24 23:58 UTC
[PATCH 1/1] CPM1: Don't send break on TX_STOP, don't interrupt RX/TX when adjusting termios parameters
2008-06-24 23:40 UTC (2+ messages)
[PATCH 1/2] net: Add the CPU id to skb->queue_mapping's upper 8 bits
2008-06-24 23:37 UTC (3+ messages)
` [PATCH 2/2] net: Fix consumers of skb->queue_mapping to use lower "
[PATCH] some typo fixes in docs and comments
2008-06-24 23:32 UTC (2+ messages)
[PATCH 0/8] CGroup Files: Add write_string control file method
2008-06-24 23:30 UTC (7+ messages)
` [PATCH 2/8] CGroup Files: Add write_string cgroup "
` [PATCH 3/8] CGroup Files: Move the release_agent file to use typed handlers
2.6.26-rc6-git2: Reported regressions from 2.6.25
2008-06-24 23:22 UTC (5+ messages)
` [Bug 10843] Display artifacts on XOrg logout with PAT kernel and VESA framebuffer
[Patch] Documentation/kdump/kdump.txt: fix some words
2008-06-24 23:19 UTC (2+ messages)
[2.6 patch] asm/ptrace.h userspace headers cleanup
2008-06-24 22:17 UTC (2+ messages)
Performance of ext4
2008-06-24 22:58 UTC (13+ messages)
[PATCH] Fix serial_match_port() for dynamic major tty-device numbers
2008-06-24 22:54 UTC (3+ messages)
[PATCH 3/3] Add timeout feature
2008-06-24 22:09 UTC (2+ messages)
[2.6 patch] fix BLK_DEV_HD_ONLY on ARM dependencies
2008-06-24 22:05 UTC (10+ messages)
` [0/5] move hd.c to drivers/block/
` [1/5] remove BLK_DEV_HD_ONLY
` [2/5] ide/legacy/hd.c: use late_initcall()
` [3/5] move ide/legacy/hd.c to drivers/block/
` [4/5] update the BLK_DEV_HD help text
` [5/5] hd.c: remove the #include <linux/mc146818rtc.h>
[PATCH] - Fix stack overflow for large values of MAX_APICS
2008-06-24 22:03 UTC (4+ messages)
` [bug] "
[PATCH] x86: move some func calling from setup_arch to paging_init
2008-06-24 22:02 UTC (5+ messages)
` [PATCH] x86: introduce init_memory_mapping for 32bit
SM501: Fixes for akpms comments on gpiolib addition
2008-06-24 22:00 UTC
[PATCH] Add alloc_pages_exact() and free_pages_exact()
2008-06-24 21:44 UTC (3+ messages)
[PATCH] x86: fix e820_update_range size when overlapping
2008-06-24 21:58 UTC (4+ messages)
` [PATCH] x86: get max_pfn_mapped in init_memory_mapping
` [PATCH] x86: add table_top check for alloc_low_page in 64 bit
` [PATCH] x86: change size if e820_update/remove_range
[patch 2.6.26-rc7] <linux/bcd.h> space reduction
2008-06-24 21:54 UTC (4+ messages)
[PATCH 0/7] x86: pat.c: reserve_memtype strip down
2008-06-24 21:59 UTC (2+ messages)
[PATCH 1/3] Implement generic freeze feature
2008-06-24 21:48 UTC (2+ messages)
[PATCH] x86 ACPI: normalize segment descriptor register on resume
2008-06-24 21:47 UTC (3+ messages)
strange freeze with VIA C7 dedicated server and libc 2.6.1
2008-06-24 21:28 UTC (4+ messages)
configfs: Q: item leak in a failing configfs_attach_group()?
2008-06-24 21:34 UTC (4+ messages)
[PATCH -mm 0/3] sysv ipc: increase msgmnb with the number of cpus
2008-06-24 21:31 UTC (3+ messages)
` [PATCH -mm 1/3] sysv ipc: increase msgmnb default value wrt. "
drive appears confused; hda lost interrupt; IRQ169: nobody cared
2008-06-24 21:32 UTC (4+ messages)
Linux 2.6.25.9
2008-06-24 21:27 UTC (2+ messages)
[patch 0/4] Container Freezer: Reuse Suspend Freezer
2008-06-24 21:27 UTC (3+ messages)
` [patch 3/4] Container Freezer: Implement freezer cgroup subsystem
[Bug #10815] 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0
2008-06-24 21:15 UTC (12+ messages)
[REGRESSION] 2.6.24/25: random lockups when accessing external USB harddrive
2008-06-24 21:15 UTC (2+ messages)
[GFS2] Pull request
2008-06-24 21:12 UTC
[patch 06/10] Add return value to reserve_bootmem_node()
2008-06-24 21:07 UTC (3+ messages)
[GFS2] Some fixes
2008-06-24 20:20 UTC (3+ messages)
` [PATCH 1/2] [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000
` [PATCH 2/2] [GFS2] fix gfs2 block allocation (cleaned up)
[PATCH] leds: make sure led->trigger is valid before calling trigger->activate
2008-06-24 21:02 UTC (2+ messages)
[PATCH 1/3] introduce PF_KTHREAD flag
2008-06-24 20:51 UTC (4+ messages)
Limit E820 map when specifying mem parameter
2008-06-24 20:21 UTC (6+ messages)
` [PATCH 2/3] e820_update_range(): Allow specifying ULLONG_MAX
` [PATCH 3/3] Limit E820 map when a user-defined memory map is specified
[rfc patch 0/4] splice: cleanups and fixes
2008-06-24 20:06 UTC (16+ messages)
` [rfc patch 3/4] splice: remove confirm from pipe_buf_operations
[PATCH] maple: tidy maple_driver code by removing redundant connect/disconnect
2008-06-24 20:01 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox