public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-12-31 19:43:31 to 2008-01-01 16:20:12 UTC [more...]

WARNING: do not add new typedefs - is that for real?
 2008-01-01 16:15 UTC 

[2.6 patch] remove CONFIG_EXPERIMENTAL
 2008-01-01 16:07 UTC  (8+ messages)

IDE/ACPI related hibernation regression: Second attempt fails
 2008-01-01 16:11 UTC 

SATA buffered read VERY slow (not raid, Promise TX300 card); 2.6.23.1(vanilla)
 2008-01-01 16:06 UTC  (6+ messages)
  ` SATA kernel-buffered "

[PATCH] x86_64: fix problems due to use of "outb" to port 80 on some AMD64x2 laptops, etc
 2008-01-01 15:59 UTC  (21+ messages)
            ` [PATCH] x86: "
                ` [PATCH] x86: provide a DMI based port 0x80 I/O delay override

semi-regular plea for stable device mapping
 2008-01-01 15:54 UTC 

asm-x86/msr.h for sanitized headers: clean it or punt it
 2008-01-01 15:47 UTC  (5+ messages)

[ANNOUNCE] [LTP] The Linux Test Project has been Released for DECEMBER 2007
 2008-01-01 15:40 UTC 

[PATCH] x86: kprobes change kprobe_handler flow
 2008-01-01 15:35 UTC  (3+ messages)

2.6.24-rc6-mm1
 2008-01-01 15:32 UTC  (17+ messages)
` [PATCH -mm] crypto: scatterwalk.h needs sched.h
` 2.6.24-rc6-mm1 (build problem: gpio_keys)
    ` [PATCH -mm] gpio: fix x86 build problem: gpio_keys
` 2.6.24-rc6-mm1 (driver core/sysfs)

[PATCH 00/54] KVM patch queue review for 2.6.25 merge window (part IV)
 2008-01-01 15:36 UTC  (55+ messages)
` [PATCH 01/54] KVM: MMU: Remove gva_to_hpa()
` [PATCH 02/54] KVM: Remove gpa_to_hpa()
` [PATCH 03/54] KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
` [PATCH 04/54] KVM: MMU: Rename 'release_page'
` [PATCH 05/54] KVM: Disallow fork() and similar games when using a VM
` [PATCH 06/54] KVM: Enhance guest cpuid management
` [PATCH 07/54] KVM: VMX: Remove the secondary execute control dependency on irqchip
` [PATCH 08/54] KVM: Portability: Move unalias_gfn to arch dependent file
` [PATCH 09/54] KVM: x86 emulator: Make a distinction between repeat prefixes F3 and F2
` [PATCH 10/54] KVM: x86 emulator: address size and operand size overrides are sticky
` [PATCH 11/54] KVM: Remove misleading check for mmio during event injection
` [PATCH 12/54] KVM: MMU: mark pages that were inserted to the shadow pages table as accessed
` [PATCH 13/54] KVM: x86 emulator: Rename 'cr2' to 'memop'
` [PATCH 14/54] KVM: x86 emulator: cmps instruction
` [PATCH 15/54] KVM: Add ifdef in irqchip struct for x86 only structures
` [PATCH 16/54] KVM: x86 emulator: Move rep processing before instruction execution
` [PATCH 17/54] KVM: x86 emulator: unify two switches
` [PATCH 18/54] KVM: x86 emulator: unify four switch statements into two
` [PATCH 19/54] KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
` [PATCH 20/54] KVM: Correct kvm_init() error paths not freeing bad_pge
` [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
` [PATCH 22/54] KVM: SVM: Remove KVM specific defines for MSR_EFER
` [PATCH 23/54] KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interface
` [PATCH 24/54] KVM: Replace dest_Lowest_Prio and dest_Fixed with self-defined macros
` [PATCH 25/54] KVM: Extend ioapic code to support iosapic
` [PATCH 26/54] KVM: Portability: Move address types to their own header file
` [PATCH 27/54] KVM: Portability: Move IO device definitions to its "
` [PATCH 28/54] KVM: Portability: Stop including x86-specific headers in kvm_main.c
` [PATCH 29/54] KVM: Portability: Create kvm_arch_vcpu_runnable() function
` [PATCH 30/54] KVM: Convert KVM from ->nopage() to ->fault()
` [PATCH 31/54] KVM: MMU: Remove unused prev_shadow_ent variable from fetch()
` [PATCH 32/54] KVM: Generalize exception injection mechanism
` [PATCH 33/54] KVM: Replace page fault injection by the generalized exception queue
` [PATCH 34/54] KVM: Replace #GP "
` [PATCH 35/54] KVM: Use generalized exception queue for injecting #UD
` [PATCH 36/54] KVM: x86 emulator: fix eflags preparation for emulation
` [PATCH 37/54] KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel
` [PATCH 38/54] KVM: SVM: Emulate read/write access to cr8
` [PATCH 39/54] KVM: x86 emulator: Fix stack instructions on 64-bit mode
` [PATCH 40/54] KVM: SVM: Trap access to the cr8 register
` [PATCH 41/54] KVM: MMU: Use cmpxchg for pte updates on walk_addr()
` [PATCH 42/54] KVM: MMU: Simplify calculation of pte access
` [PATCH 43/54] KVM: MMU: Set nx bit correctly on shadow ptes
` [PATCH 44/54] KVM: MMU: Move pte access calculation into a helper function
` [PATCH 45/54] KVM: MMU: Fix inherited permissions for emulated guest pte updates
` [PATCH 46/54] KVM: MMU: No need to pick up nx bit from guest pte
` [PATCH 47/54] KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site
` [PATCH 48/54] KVM: MMU: Remove walker argument to set_pte()
` [PATCH 49/54] KVM: MMU: Move set_pte() into guest paging mode independent code
` [PATCH 50/54] KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal
` [PATCH 51/54] KVM: MMU: Use mmu_set_spte() for real-mode shadows
` [PATCH 52/54] KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apic
` [PATCH 53/54] KVM: MMU: Fix SMP shadow instantiation race
` [PATCH 54/54] KVM: LAPIC: minor debugging compile fix

[x86] get rid of checkpatch.pl complains on apm_32.c
 2008-01-01 15:34 UTC  (5+ messages)

asm-x86/byteorder.h: clean up for userspace
 2008-01-01 15:22 UTC  (2+ messages)

[PATCH] [CFT] Code clarification patch to Kprobes arch code
 2008-01-01 15:19 UTC  (2+ messages)

Major regression on hackbench with SLUB (more numbers)
 2008-01-01 15:19 UTC  (12+ messages)

[RFC: 2.6 patch] make BINFMT_FLAT a bool
 2008-01-01 14:57 UTC  (2+ messages)

[2.6.25 patch] remove a.out interpreter for ELF executables
 2008-01-01 14:36 UTC  (2+ messages)

[2.6 patch] #if 0 dma_async_memcpy_buf_to_buf()
 2008-01-01 14:25 UTC  (2+ messages)

[2.6 patch] the scheduled shaper removal
 2008-01-01 14:24 UTC  (2+ messages)

[Patch 0/8] Remove 'TOPDIR' from Makefiles
 2008-01-01 14:28 UTC  (26+ messages)
` [Patch 1/8] UML: "
      ` (Try #2) "
` [Patch 2/8] MIPS: "
    ` (Try #2) "
` [Patch 3/8] S390: "
    ` (Try #2) [Patch 3/8] S390: Tiny fixes for Makefile
` [Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles
    ` (Try #2) "
` [Patch 5/8] INFINIBAND: "
    ` (Try #2) "
` [Patch 6/8] FRV: "
    ` (Try #2) [Patch 6/8] FRV: Drop "
` [Patch 7/8] FS: Remove "
    ` (Try #2) [Patch 7/8] FS: Drop 'TOPDIR' from Makefiles and remove some dead code
` [Patch 8/8] Remove 'TOPDIR' from the Top Makefile

Status of the v850 port?
 2008-01-01 13:50 UTC 

Status of the h8300 port?
 2008-01-01 13:49 UTC 

[2.6 patch] OSS msnd: fix array overflows
 2008-01-01 13:49 UTC 

[2.6 patch] remove ps2esdi
 2008-01-01 13:49 UTC 

[2.6 patch] remove broken MTD drivers
 2008-01-01 13:48 UTC 

[2.6 patch] make USB_STORAGE_ONETOUCH available with PM
 2008-01-01 13:48 UTC 

[2.6 patch] mthca: the scheduled MSI support removal
 2008-01-01 13:47 UTC 

[2.6 patch] the scheduled 'time' option removal
 2008-01-01 13:46 UTC 

[2.6 patch] x86: default to PCI=y
 2008-01-01 13:46 UTC 

[2.6 patch] CIFS: #if 0 mode_to_access_flags()
 2008-01-01 13:46 UTC 

Linux 2.4.36 released
 2008-01-01 12:58 UTC 

[PATCH] [KBUILD] fix external module install path
 2008-01-01 12:45 UTC  (2+ messages)

IDE/ACPI related hibernation regression: Second attempt fails
 2008-01-01 10:47 UTC  (2+ messages)

[PATCH] checkpatch.pl: recognize the #elif preprocessor directive
 2008-01-01 10:12 UTC 

[ANNOUNCE] qgit-2.1 and qgit-1.5.8
 2008-01-01  8:26 UTC  (7+ messages)

[RFC] [patch 1/2] add non_init_kernel_text_address
 2008-01-01  6:34 UTC  (5+ messages)

[PATCH 00/26] atl1: divide and modernize
 2008-01-01  6:09 UTC  (28+ messages)
` [PATCH 01/26] atl1: relocate atl1 driver to /drivers/net/atlx
` [PATCH 02/26] atl1: move common functions to atlx files
` [PATCH 03/26] atl1: fix broken TSO
` [PATCH 04/26] atl1: add ethtool register dump
` [PATCH 05/26] atl1: print debug info if rrd error
` [PATCH 06/26] atl1: update initialization parameters
` [PATCH 07/26] atl1: clarify max rx frame size
` [PATCH 08/26] atl1: additional DMA engine configuration
` [PATCH 09/26] atl1: refactor tx processing
` [PATCH 10/26] atl1: use csum_start
` [PATCH 11/26] atl1: refactor initialization and startup
` [PATCH 12/26] atl1: refactor atl1_probe
` [PATCH 13/26] atl1: refactor interrupt handling
` [PATCH 14/26] atl1: move stray defines to header file
` [PATCH 15/26] atl1: tidy up ring management
` [PATCH 16/26] atl1: modernize check link function
` [PATCH 17/26] atl1: update phy config function
` [PATCH 18/26] atl1: make function static
` [PATCH 19/26] atl1: modernize down/up functions
` [PATCH 20/26] atl1: update change mtu
` [PATCH 21/26] atl1: update atl1_close
` [PATCH 22/26] atl1: update netpoll
` [PATCH 23/26] atl1: update shutdown and remove functions
` [PATCH 24/26] atl1: update wake-on-lan
` [PATCH 25/26] atl1: add NAPI support
` [PATCH 26/26] atl1: remove experimental tag and clean up comments

[PATCH] Force UNIX domain sockets to be built in
 2008-01-01  5:01 UTC  (15+ messages)

[PATCH][RFC] Simple tamper-proof device filesystem
 2008-01-01  2:16 UTC  (3+ messages)

[PATCH 1/2] ssb: add 'ssb_pcihost_set_power_state' function
 2008-01-01  0:50 UTC  (2+ messages)

Recursive variable `KBUILD_CFLAGS' references itself (eventually)
 2008-01-01  0:49 UTC  (4+ messages)

[PATCH 2/2] b44: power down PHY when interface down
 2008-01-01  0:17 UTC 

[PATCH] alsa: fix compilation warning in GCC
 2007-12-31 23:51 UTC 

[PATCH] x86: provide a DMI based port 0x80 I/O delay override
 2007-12-31 23:41 UTC  (8+ messages)

getting rid of filp search in fs_may_remount_ro()
 2007-12-31 22:54 UTC  (2+ messages)

[PATCH] [2.6.24] Add PPC nvram ioctls to compat_ioctl
 2007-12-31 22:45 UTC 

[PATCH 1/2] configfs: dir.c fix possible recursive locking
 2007-12-31 22:03 UTC  (2+ messages)

2.6.24-rc6-mm1 - git-lblnet.patch and networking horkage
 2007-12-31 22:01 UTC  (6+ messages)

[linux-usb-devel] 2.6.24-rc3-mm1: usb mouse doesn't work
 2007-12-31 21:06 UTC  (2+ messages)

kexec refuses to boot latest -mm
 2007-12-31 20:22 UTC  (5+ messages)

[RFC][PATCH] byteorder: introduce le32_add_cpu & friends to core
 2007-12-31 20:05 UTC  (7+ messages)

Can't disconnect a USB sound device and connect another
 2007-12-31 20:03 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