All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-01-14 21:03:53 to 2008-01-14 22:48:57 UTC [more...]

[PATCH 1/5] forcedeth: reset register fix
 2008-01-13 21:02 UTC 

Trouble with hdparm -d on Dell D610
 2008-01-14 22:48 UTC  (9+ messages)

[Cluster-devel] cluster/cmirror-kernel/src dm-clog-tfr.c dm-clog.c
 2008-01-14 22:46 UTC 

unify pagetable accessors patch causes double fault II
 2008-01-14 22:46 UTC  (6+ messages)

[Qemu-devel] PXA27x AC97
 2008-01-14 22:46 UTC  (3+ messages)

[PATCH] fix flickering timeout message for slow terminals (gfxterm)
 2008-01-14 20:32 UTC  (2+ messages)

[DTC PATCH] libfdt: Add ft_get_next_node(), ft_get_next_prop(), and ft_getprop_offset()
 2008-01-14 22:44 UTC  (3+ messages)

Performance loss 2.6.22->22.6.23->2.6.24-rc7 on CPU intensive benchmark on 8 Core Xeon
 2008-01-14 22:43 UTC  (4+ messages)

[U-Boot-Users] [PATCH] ColdFire: Add modules header files
 2008-01-14 22:43 UTC 

i2c-remove-redundant-i2c_client-list.patch
 2008-01-14 22:42 UTC  (4+ messages)

Question related to XFS sync , especially fsync
 2008-01-14 22:42 UTC  (2+ messages)

[patch 0/9] mount ownership and unprivileged mount syscall (v6)
 2008-01-14 22:42 UTC  (13+ messages)
` [patch 1/9] unprivileged mounts: add user mounts to the kernel
` [patch 2/9] unprivileged mounts: allow unprivileged umount
` [patch 3/9] unprivileged mounts: account user mounts
` [patch 4/9] unprivileged mounts: propagate error values from clone_mnt
` [patch 5/9] unprivileged mounts: allow unprivileged bind mounts

[BUG] skge 0000:02:05: read data parity error
 2008-01-14 22:37 UTC  (13+ messages)

[PATCH 1/3] 8xx: Analogue & Micro Adder875 board support
 2008-01-14 22:40 UTC  (4+ messages)

The ext3 way of journalling
 2008-01-14 22:39 UTC  (12+ messages)

[oe-commits] org.oe.dev add asterisk sound files for 1.4 version
 2008-01-14 20:54 UTC 

[PATCH 0/11] updates to stacking and lvconvert
 2008-01-14 22:39 UTC  (3+ messages)
` [PATCH 2/11] Add upward link from underlying LV to stacked seg

[PATCH 2/5] forcedeth: checksum fix
 2008-01-13 21:02 UTC 

Cache aliasing issues using 4K pages
 2008-01-14 22:34 UTC  (2+ messages)
` [SPAM] "

[PATCH] Change a WARN message in checkpatch
 2008-01-14 22:29 UTC 

[lm-sensors] [PATCH 1/1] : hwmon - new chip driver for TI
 2008-01-14 22:28 UTC  (4+ messages)
    ` [PATCH 1/1] : hwmon - new chip driver for TI ADS7828 A-D

2.6.24-rc7-rt2
 2008-01-14 22:30 UTC  (3+ messages)

PNP_DRIVER_RES_DISABLE breaks swsusp at least with snd_cs4236
 2008-01-14 22:26 UTC  (6+ messages)
` -mm: pnp-do-not-stop-start-devices-in-suspend-resume-path.patch breaks resuming isapnp cards

[linux-kernel] Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override
 2008-01-14 22:22 UTC  (15+ messages)

[PATCH] checkpatch: add filename in the summary
 2008-01-14 22:23 UTC 

panic in sg_add when class_device_create() fails
 2008-01-14 22:28 UTC  (2+ messages)

[PATCH] [0/31] Great change_page_attr patch series v2
 2008-01-14 22:17 UTC  (32+ messages)
` [PATCH] [1/31] Shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels
` [PATCH] [2/31] CPA: Do a simple self test at boot
` [PATCH] [3/31] Add pte accessors for the global bit
` [PATCH] [4/31] Add pte_pgprot on i386
` [PATCH] [5/31] Don't drop NX bit in pte modifier functions for 32bit
` [PATCH] [6/31] CPA: Undo white space changes
` [PATCH] [7/31] Extract page table dumping code from i386 fault handler into dump_pagetable()
` [PATCH] [8/31] CPA: Return the page table level in lookup_address()
` [PATCH] [9/31] CPA: Add simple self test at boot
` [PATCH] [10/31] CPA: Change kernel_map_pages to not use c_p_a()
` [PATCH] [11/31] CPA: Change 32bit back to init_mm semaphore locking
` [PATCH] [12/31] CPA: CLFLUSH support in change_page_attr()
` [PATCH] [13/31] CPA: Use macros to modify the PG_arch_1 page flags in change_page_attr
` [PATCH] [14/31] CPA: Use page granuality TLB flushing "
` [PATCH] [15/31] CPA: Don't flush the caches when the CPU supports self-snoop
` [PATCH] [16/31] CPA: Use wbinvd() macro instead of inline assembly in 64bit c_p_a()
` [PATCH] [17/31] CPA: Reorder TLB / cache flushes to follow Intel recommendation
` [PATCH] [18/31] CPA: Make change_page_attr() more robust against use of PAT bits
` [PATCH] [19/31] CPA: Limit cache flushing to pages that really change caching
` [PATCH] [20/31] CPA: Fix inaccurate comments in 64bit change_page_attr()
` [PATCH] [21/31] CPA: Dump pagetable when inconsistency is detected
` [PATCH] [22/31] CPA: Only queue actually unused page table pages for freeing
` [PATCH] [23/31] CPA: Remove unnecessary masking of address
` [PATCH] [24/31] CPA: Only unmap kernel init pages in text mapping when CONFIG_DEBUG_RODATA is set
` [PATCH] [25/31] CPA: Always do full TLB flush when splitting large pages
` [PATCH] [26/31] CPA: Fix reference counting when changing already changed pages
` [PATCH] [27/31] CPA: Change comments of external interfaces to kerneldoc format
` [PATCH] [28/31] CPA: Make kernel_text test match boot mapping initialization
` [PATCH] [29/31] CPA: Add a BUG_ON checking for someone setting the kernel text NX
` [PATCH] [30/31] Remove set_kernel_exec
` [PATCH] [31/31] Clean up pte_exec

[U-Boot-Users] [PATCH] MPC8313eRDB/MPC8349ITX: fix board Makefile for silent build (with -s)
 2008-01-14 22:27 UTC  (2+ messages)

[U-Boot-Users] [PATCH u-boot-mpc83xx] Changes in uboot DDR configuration for MPC8313eRDB
 2008-01-14 22:26 UTC  (2+ messages)

Possibly silly Q?
 2008-01-14 22:17 UTC  (3+ messages)

[U-Boot-Users] [PATCH] Enable the isdram command on the MPC8360EMDS board
 2008-01-14 22:26 UTC  (4+ messages)

[PATCH] ACPI: Put button input devices in correct place in sysfs
 2008-01-14 22:25 UTC  (4+ messages)

[U-Boot-Users] [PATCH 4/4] mpc83xx: Add the support for MPC8315ERDB board
 2008-01-14 22:25 UTC  (2+ messages)

[U-Boot-Users] [PATCH 3/4] mpc83xx: Add config of eTSEC emergency priority in SPCR
 2008-01-14 22:25 UTC  (2+ messages)

[U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config from MPC8360ERDK.h
 2008-01-14 22:25 UTC  (3+ messages)
` [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h

[PATCH 0/5] WMI
 2008-01-14 22:25 UTC  (4+ messages)
` [PATCH, RFC] HP WMI hotkey driver, RFKill query?

Git Cygwin - unable to create any repository - help!
 2008-01-14 22:21 UTC  (3+ messages)

[PATCH 0/3] bonding: 3 fixes for 2.6.24
 2008-01-14 22:15 UTC  (11+ messages)

[PATCH 0/12] ide-floppy redux v2.5
 2008-01-14 22:32 UTC  (11+ messages)
` [PATCH 7/12] ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro
  ` [PATCH 8/12] ide-floppy: merge idefloppy_{input,output}_buffers
` [PATCH 9/12] ide-floppy: remove unused IDEFLOPPY_USE_READ12
  ` [PATCH 10/12] ide-floppy: remove atomic test_*bit macros
    ` [PATCH 11/12] ide-floppy: remove IDEFLOPPY_DEBUG_INFO

Fwd: Fwd: laptop / computer hardlocks during execution of 32bit applications(binaries) on 64bit system (Gentoo)
 2008-01-14 22:16 UTC  (4+ messages)

[Qemu-devel] qemu vnc.c
 2008-01-14 22:19 UTC  (6+ messages)

Linux kernel 2.6.23.14 released
 2008-01-14 22:16 UTC 

iwlwifi 1.2.23 vs. kernel 2.6.23.13
 2008-01-14 22:16 UTC  (3+ messages)

Latest git-x86 doesn't build on 32bit
 2008-01-14 22:16 UTC 

[U-Boot-Users] [PATCH] mpc83xx: fix phy-connection-type fixup code
 2008-01-14 22:14 UTC 

发/票
 2008-01-14 22:14 UTC 

checkpatch: add filename before the summary line
 2008-01-14 22:13 UTC  (3+ messages)

[Qemu-devel] qemu Makefile.target configure qemu-doc.texi hw
 2008-01-14 22:09 UTC 

ALC268 test model not working
 2008-01-14 22:08 UTC  (2+ messages)

[PATCH] scripts/checkpatch.pl: warn about using __FUNCTION__
 2008-01-14 22:19 UTC 

[PATCH] - TPM save state before suspending to ram
 2008-01-14 22:09 UTC  (6+ messages)
` [tpmdd-devel] "

aic94xx: failing on high load
 2008-01-14 22:04 UTC  (5+ messages)

[PATCH][MIPS] Add Atlas to feature-removal-schedule
 2008-01-14 22:02 UTC  (2+ messages)
` [SPAM] "

[PATCH] builtin-commit.c: remove useless check added by faulty cut and paste
 2008-01-14 21:54 UTC  (3+ messages)

[U-Boot-Users] [PATCH 0/1] ARM: remove useless function board_post_init
 2008-01-14 21:55 UTC  (3+ messages)
` [U-Boot-Users] [PATCH 1/1] xsengine: rename board_post_init to board_late_init

That xenstored console leak
 2008-01-14 21:54 UTC  (4+ messages)

Namespaces exhausted CLONE_XXX bits problem
 2008-01-14 21:54 UTC  (9+ messages)

[PATCH 0/4] Devices accessibility control group (v2)
 2008-01-14 21:54 UTC  (4+ messages)
` [PATCH 4/4] The control group itself

projected date for mount.cifs to support DFS junction points
 2008-01-14 21:53 UTC  (6+ messages)
      ` review 4, was "
          ` [linux-cifs-client] "

[PATCH] Make default pre-commit hook less noisy
 2008-01-14 21:51 UTC  (2+ messages)

[Buildroot] TR: error messages
 2008-01-14 21:51 UTC 

[Qemu-devel] qemu/audio dsound_template.h
 2008-01-14 21:50 UTC 

+ fix-the-remove-task_ppid_nr_ns-commit.patch added to -mm tree
 2008-01-14 21:49 UTC 

[Qemu-devel] qemu vnc.c
 2008-01-14 21:45 UTC 

Why are network counters only updated once a second?
 2008-01-14 22:31 UTC  (2+ messages)

[PATCH 1/2] parse_commit_buffer: don't parse invalid commits
 2008-01-14 21:42 UTC  (4+ messages)

[PATCH 0/2] kvm clock - userspace
 2008-01-14 21:42 UTC 

[PATCH 0/3] kvm clock, next iteration
 2008-01-14 21:41 UTC 

[PATCH] address hfs on-disk corruption robustness review comments
 2008-01-14 21:35 UTC  (2+ messages)
` [PATCH] hfs: fix coverity-found null deref

[PATCH] Use getopt_long() instead of argp_parse() in grub-emu
 2008-01-14 21:37 UTC  (3+ messages)

[uml-devel] [RFC PATCH 10/10] SKAS4 - Guest get_mm and switch_mm support
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 0/10] SKAS4
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 1/10] SKAS4 - Fix x86_64 arch_copy_thread
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 2/10] SKAS4 - Macroize stub system call execution loop
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 3/10] SKAS4 - Host SIGSEGV siginfo_t extensions
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 4/10] SKAS4 - Workaround compat PTRACE_GETSIGINFO bug
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 5/10] SKAS4 - start_up.c preparation
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 6/10] SKAS4 - Add guest support for using PTRACE_GETSIGINFO
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 7/10] SKAS4 - Host get_mm and switch_mm
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 9/10] SKAS4 - rename new_mm
 2008-01-14 21:36 UTC 

[uml-devel] [RFC PATCH 8/10] SKAS4 - stub management preparation
 2008-01-14 21:36 UTC 

fs/hfs/btree.c: new NULL dereference
 2008-01-14 21:35 UTC  (2+ messages)

[PATCH 0/3] x86_64:amd fam10h mmconf
 2008-01-14 21:39 UTC 

[PATCH 1/3] x86_64: check and enable MMCONFIG for AMD Family 10h Opteron v2
 2008-01-14 21:37 UTC  (3+ messages)
  ` [PATCH 2/3] x86_64: check MSR to get MMCONFIG for AMD Family 10h Opteron
    ` [PATCH 3/3] x86_64: set cfg_size for AMD Family 10h in case MMCONFIG is used

[PATCH] s2io LRO bugs
 2008-01-14 21:33 UTC  (2+ messages)

[PATCH] KVM virtio balloon driver
 2008-01-14 21:29 UTC  (2+ messages)

2.6.24-rc6: possible recursive locking detected
 2008-01-14 21:27 UTC  (10+ messages)

[PATCH][MIPS] Malta: Fix reading the PCI clock frequency on big-endian
 2008-01-14 21:27 UTC 

[U-Boot-Users] [PATCH] Correct NAND erase percentage output
 2008-01-14 21:27 UTC  (2+ messages)

2.6.24-rc7-rt1
 2008-01-14 21:27 UTC  (5+ messages)

[Bugme-new] [Bug 9747] New: Oops on boot from laptop mode writing to /proc/acpi/processor/CPU0/throttling
 2008-01-14 21:25 UTC 

[patch 02/11] PAT x86: Map only usable memory in x86_64 identity map and kernel text
 2008-01-14 21:28 UTC  (7+ messages)

[PATCH] fix the "remove task_ppid_nr_ns" commit
 2008-01-14 21:22 UTC  (2+ messages)

[PATCH] parse_commit_buffer: don't parse invalid commits
 2008-01-14 21:20 UTC 

+ sky2-wake-on-lan-configuration-issues.patch added to -mm tree
 2008-01-14 21:17 UTC 

- revert-sky2-enable-pci-config-writes.patch removed from -mm tree
 2008-01-14 21:17 UTC 

[PATCH 0/2] KVM clock - userspace part
 2008-01-14 21:17 UTC  (4+ messages)
` [PATCH 1/2] include kvm_para.h

[PATCH 0/3] UCC TDM driver for MPC83xx platforms
 2008-01-14 21:15 UTC  (4+ messages)

[PATCH 1/3] drivers/misc :UCC based TDM driver for MPC83xx platforms
 2008-01-14 21:14 UTC  (3+ messages)

occasionally corrupted network stats in /proc/net/dev
 2008-01-14 17:38 UTC  (2+ messages)

Fwd: surround51 lfe/center/front channel cross-talk with intel8x0 board
 2008-01-14 21:11 UTC 

[U-Boot-Users] [PATCH 6/8] ColdFire: Add MCF547x_8x FEC driver
 2008-01-14 21:11 UTC  (4+ messages)

LVM2 ./WHATS_NEW tools/lvconvert.c
 2008-01-14 21:11 UTC 

Linux 2.6.23.14
 2008-01-14 21:10 UTC  (2+ messages)

Linux 2.6.22.16
 2008-01-14 21:09 UTC  (2+ messages)

Problem booting Linux 2.6 on Virtex-4
 2008-01-14 21:09 UTC  (4+ messages)

Strange lockup during unmount in 2.6.22 - maybe rpciod deadlock?
 2008-01-14 21:09 UTC  (7+ messages)

[U-Boot-Users] [PATCH] Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
 2008-01-14 21:09 UTC 

libata-scsi.c: new check-after-use
 2008-01-14 21:08 UTC 

[U-Boot-Users] [PATCH] Fix incorrect address test in AT91F_DataflashSelect
 2008-01-14 21:08 UTC 

LVM2 lib/config/defaults.h lib/metadata/metada 
 2008-01-14 21:08 UTC 

[U-Boot-Users] [PATCH] Improve DataFlash CS definition
 2008-01-14 21:07 UTC 

[Bugme-new] [Bug 9721] New: wake on lan fails with sky2 module
 2008-01-14 21:05 UTC  (6+ messages)
        ` [RFT] sky2: wake-on-lan configuration issues

performance problem: "git commit filename"
 2008-01-14 21:03 UTC  (17+ messages)
            ` [PATCH] index: be careful when handling long names

2.6.24-rc7, intel audio: alsa doesn't say a beep
 2008-01-14 21:03 UTC  (4+ messages)

[rfc] changes to user memory mapping scheme
 2008-01-14 21:04 UTC  (8+ messages)
` [rfc][patch 2/2] mm: introduce optional pte_special pte bit


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.