public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-05-18 18:41:56 to 2008-05-19 07:42:32 UTC [more...]

your change to prevent needless re-building of vmlinux.o
 2008-05-19  7:42 UTC  (5+ messages)
  ` [RFC PATCH] move link of vmlinux from Makefile to a script

linux-next: Tree for May 19
 2008-05-19  7:41 UTC 

[2.6.26-rc2-mm1] sync to speed up?
 2008-05-19  7:29 UTC  (2+ messages)

BISECTED REGRESSION: 2.6.26-rc2: FUSE changes break mount of ntfs-3g
 2008-05-19  7:14 UTC  (2+ messages)

2.6.26-rc2-git5: Reported regressions from 2.6.25
 2008-05-19  7:10 UTC  (25+ messages)
` [Bug #10606] 2.6.26-rc1 regression: ACPI fails to load SDT. - Dell M1530
` [Bug #10638] sysbench+mysql(oltp, readonly) 30% regression with 2.6.26-rc1
` [Bug #10641] [BUG] 2.6.26-rc1-git4 - task blocked on powerpc for more than 120 seconds
` [Bug #10582] INFO: task pdflush:27505 blocked "
` [Bug #10645] 2.6.26-rc1 lost half the RAM on UltraSPARC 5
` [Bug #10710] [BISECTED] Lots of "rescheduling IPIs" in powertop
` [Bug #10649] lxfb driver regression

[PATCH] usb-serial: pl2303: add support for RATOC REX-USB60F
 2008-05-19  6:14 UTC  (3+ messages)

[PATCH] ahci: change the Device IDs of nvidia MCP7B AHCI controller in ahci.c
 2008-05-19  6:44 UTC 

[PATCH 0/2] MUSB: 2 patches to fix some bug found on Blackfin
 2008-05-19  6:39 UTC  (3+ messages)

[PATCH 1/1] kconfig: incorrect 'len' field initialisation ?
 2008-05-19  6:39 UTC  (2+ messages)

[PATCH] virtio_net: free transmit skbs in a timer
 2008-05-19  1:52 UTC  (4+ messages)

[PATCH v2 -mm 0/2] x86: per-device dma_mapping_ops
 2008-05-19  6:31 UTC  (3+ messages)
` [PATCH v2 -mm 1/2] add the device argument to dma_mapping_error
  ` [PATCH v2 -mm 2/2] x86: per-device dma_mapping_ops support

[PATCH] let ERR_PTR BUILD_BUG_ON when we know its argument is not a valid errno
 2008-05-19  6:43 UTC  (15+ messages)
` [PATCH 0/6] Sanity checks for ERR_PTR argument
` [PATCH 1/6] ERR_PTR: if errno value is known at compile time, make sure it's valid
` [PATCH 2/6] ERR_PTR: add ERR_OR_0_PTR
` [PATCH 3/6] vfs: open_exec cleanup
` [PATCH 4/6] procfs: switch ERR_PTR to ERR_OR_0_PTR when "error" might be 0
` [PATCH 5/6] vfs: fix ERR_PTR abuse in generic_readlink
` [PATCH 6/6] ERR_PTR: warn when ERR_PTR parameter is not errno value

[PATCH 0/2] x86: per-device dma_mapping_ops
 2008-05-19  6:32 UTC  (4+ messages)

[patch 00/21] Slab Fragmentation Reduction V12
 2008-05-19  5:45 UTC  (7+ messages)
` [patch 10/21] buffer heads: Support slab defrag

[RFC][PATCH] md: avoid fullsync if a faulty member missed a dirty transition
 2008-05-19  5:27 UTC  (12+ messages)

[PATCH] Add support for HTC Shift Touchscreen
 2008-05-19  5:22 UTC  (3+ messages)

[PATCH 00/40] ide: generic ATAPI support
 2008-05-19  5:10 UTC  (35+ messages)
` [PATCH 04/40] ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr()
` [PATCH 09/40] ide-tape: remove superfluous error message from idetape_pc_intr()
` [PATCH 10/40] ide-tape: remove superfluous warning message from idetape_issue_pc()
` [PATCH 11/40] ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef
` [PATCH 12/40] ide-tape: remove stale comments from idetape_pc_intr()
` [PATCH 13/40] ide-tape: remove SIMULATE_ERRORS debug code
` [PATCH 14/40] ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1()
` [PATCH 15/40] ide-{floppy,tape,scsi}: log device name instead of driver name
` [PATCH 16/40] ide-tape: make idetape_retry_pc() void
` [PATCH 17/40] ide-tape: merge callbacks
` [PATCH 18/40] ide-tape: make pc->idetape_callback void
` [PATCH 19/40] ide-floppy: merge callbacks
` [PATCH 20/40] ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
` [PATCH 21/40] ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
` [PATCH 22/40] ide-floppy: start DMA engine in idefloppy_transfer_pc1()
` [PATCH 23/40] ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()
` [PATCH 24/40] ide-tape: factor out waiting for good ireason from idetape_transfer_pc()
` [PATCH 25/40] ide: add PC_FLAG_ZIP_DRIVE pc flag
` [PATCH 26/40] ide-{cd,floppy,tape}: remove checking for drive->scsi
` [PATCH 27/40] ide-scsi: set drive->scsi flag for devices handled by the driver
` [PATCH 28/40] ide: add ide_transfer_pc() helper
` [PATCH 29/40] ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()
` [PATCH 30/40] ide: add PC_FLAG_DRQ_INTERRUPT pc flag
` [PATCH 31/40] ide: add ide_issue_pc() helper
` [PATCH 32/40] ide-{floppy,tape}: move checking of ->failed_pc to ->callback
` [PATCH 33/40] ide-tape: factor out DSC handling from idetape_pc_intr()
` [PATCH 34/40] ide-tape: add ide_tape_io_buffers() helper
` [PATCH 35/40] ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled
` [PATCH 36/40] ide-floppy: add more debugging to idefloppy_pc_intr()
` [PATCH 37/40] ide-scsi: use pc->callback
` [PATCH 38/40] ide-scsi: add more debugging to idescsi_pc_intr()
` [PATCH 39/40] ide-{floppy,scsi}: read Status Register before stopping DMA engine
` [PATCH 40/40] ide: add ide_pc_intr() helper

[PATCH 1/4] lmb: Fix compile warning
 2008-05-19  5:09 UTC  (3+ messages)
    ` [PATCH v2] "

linux-next: Tree for May 14
 2008-05-19  5:03 UTC  (9+ messages)
              ` [PATCH v3] Fix various 8390 builds

[PATCH][PCI]: Introduce pci_find_capability_cached and make MSI use it
 2008-05-19  4:48 UTC  (5+ messages)
      ` [PATCH] msi: skip calling pci_find_capability from msi_set_mask_bits

[PATCH] binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat
 2008-05-19  4:41 UTC  (3+ messages)

[PATCH 0/4] (RESEND) ext3[34] barrier changes
 2008-05-19  4:11 UTC  (16+ messages)

[PATCH, RFC] Char dev BKL pushdown v2
 2008-05-19  4:03 UTC  (3+ messages)

Regression- XFS won't mount on partitioned md array
 2008-05-19  3:46 UTC  (9+ messages)
      ` Mechanism to safely force repair of single md stripe w/o hurting data integrity of file system

kernel boot hangs after x86: insert_resorce for lapic addr after e820_reserve_resources
 2008-05-19  3:43 UTC  (6+ messages)

[PATCH 0/4] jbd: possible filesystem corruption fixes (rebased)
 2008-05-19  3:38 UTC  (13+ messages)
` [PATCH 2/4] jbd: ordered data integrity fix (rebased)
` [PATCH 3/4] jbd: abort when failed to log metadata buffers (rebased)
` [PATCH 4/4] jbd: fix error handling for checkpoint io (rebased)

[PATCH 3/4] [MMC] mmc_spi: add polling support for the card detect line
 2008-05-19  3:02 UTC  (2+ messages)
` [PATCH 3/4] [MMC] mmc_spi: add polling support for the card detectline

[PATCH 1/67] aufs document
 2008-05-19  2:27 UTC  (12+ messages)
` [PATCH 2/67] aufs manual
  ` [PATCH 3/67] aufs global header file
    ` [PATCH 4/67] aufs configuration
      ` [PATCH 5/67] aufs Makefile

Top kernel oopses/warnings for the week of May 16th 2008
 2008-05-19  2:23 UTC 

SATA disk reports DRDY and goes to PIO0 eventually. noapic fixes it
 2008-05-19  2:08 UTC 

bootmem: Double freeing a PFN on nodes spanning other nodes
 2008-05-19  1:31 UTC  (3+ messages)

[PATCH] input: add support for SEGA Dreamcast controller as joystick
 2008-05-19  1:09 UTC  (2+ messages)

[PATCH 000 of 10] md: Various bug fixes and small improvements for md in 2.6.26-rc
 2008-05-19  1:11 UTC  (11+ messages)
` [PATCH 001 of 10] md: Fix possible oops when removing a bitmap from an active array
` [PATCH 002 of 10] md: proper extern for mdp_major
` [PATCH 003 of 10] md: kill file_path wrapper
` [PATCH 004 of 10] md: md: raid5 rate limit error printk
` [PATCH 005 of 10] md: raid1: Fix restoration of bio between failed read and write
` [PATCH 006 of 10] md: Notify userspace on 'write-pending' changes to array_state
` [PATCH 007 of 10] md: notify userspace on 'stop' events
` [PATCH 008 of 10] md: Improve setting of "events_cleared" for write-intent bitmaps
` [PATCH 009 of 10] md: Allow parallel resync of md-devices
` [PATCH 010 of 10] md: Restart recovery cleanly after device failure

ext3_dx_add_entry: Directory index full!
 2008-05-19  0:58 UTC  (7+ messages)

Linux 2.6.24 kernel BUG at fs/buffer.c:450
 2008-05-19  0:34 UTC  (3+ messages)

[BUG] Winchip2A + 2.6.25 = klogd 100% CPU, /proc/mtrr busted
 2008-05-19  0:18 UTC 

[PATCH] selinux: reorder inode_security_struct to increase objs/slab on 64bit
 2008-05-18 23:18 UTC  (2+ messages)

2.6.26-rc2-mm1 + 2 hotfixes -- possible recursive locking: swapper/1 is trying to acquire lock: (&cls->mutex){--..}, at: [<c02a6564>] device_add+0x3ef/0x4ec
 2008-05-18 23:11 UTC 

[PATCH] jbd_commit_transaction() races with journal_try_to_drop_buffers() causing DIO failures
 2008-05-18 22:37 UTC  (11+ messages)
            ` [PATCH] Fix DIO EIO error caused by race between jbd_commit_transaction() and journal_try_to_drop_buffers()
                ` [PATCH] JBD: Fix DIO EIO error caused by race between free buffer and commit trasanction

[GIT] Please pull NFS client bugfixes and cleanups
 2008-05-18 22:29 UTC 

[GIT pull] x86 fixes for 2.6.26
 2008-05-18 22:26 UTC  (8+ messages)

[regression bisected] HR-timers bug >=2.6.25
 2008-05-18 22:15 UTC  (6+ messages)

Linux 2.6.26-rc3
 2008-05-18 22:12 UTC 

[PATCH] crypto: make michael_block a function
 2008-05-18 21:57 UTC  (5+ messages)

[PATCH] power_supply: support CHARGE_NOW in OLPC battery
 2008-05-18 21:46 UTC  (11+ messages)
            ` [PATCH] power_supply: add CHARGE_COUNTER property and olpc_battery support for it

crossbuild fails in modpost
 2008-05-18 21:31 UTC  (10+ messages)

[GIT PULL] i2c updates and fixes for 2.6.26
 2008-05-18 20:51 UTC 

[RFC] x86: merge nmi_32-64 to nmi.c
 2008-05-18 20:40 UTC  (14+ messages)

Hack to fix not working spindown over Firewire
 2008-05-18 20:32 UTC  (10+ messages)
        ` [PATCH 0/5] SCSI and FireWire: fix/add START STOP UNIT for SBP-2 disks

[BUG] unable to handle kernel paging request in next-20080516
 2008-05-18 20:22 UTC  (4+ messages)

[PATCH, RFC] char dev BKL pushdown
 2008-05-18 20:26 UTC  (2+ messages)

ieee80211: unable to handle kernel NULL pointer dereference
 2008-05-18 20:23 UTC 

ieee80211: unable to handle kernel NULL pointer dereference
 2008-05-18 20:22 UTC 

Error in save_stack_trace() on x86_64?
 2008-05-18 20:23 UTC  (6+ messages)

[PATCH] kill empty chardev open/release methods
 2008-05-18 19:58 UTC  (3+ messages)

[PATCH, RFC] char dev BKL pushdown
 2008-05-18 20:07 UTC  (2+ messages)

Tracking and crediting bug reporters
 2008-05-18 19:51 UTC  (2+ messages)

Kernel hangs in SMP + VMware environment
 2008-05-18 19:45 UTC  (2+ messages)

[patch 00/18] Updated m68k patches for 2.6.26
 2008-05-18 18:47 UTC  (19+ messages)
` [patch 01/18] m68k: Convert access_ok() to an inline function
` [patch 02/18] m68k: Kill CONFIG_FB_DAFB
` [patch 03/18] m68k: FB_HP300 depends on DIO and doesnt need FB_CFB_FILLRECT
` [patch 04/18] m68k: Kill CONFIG_WHIPPET_SERIAL
` [patch 05/18] m68k vme_scc: avoid global namespace pollution
` [patch 06/18] m68k: Make gcc aware that BUG() does not return
` [patch 07/18] m68k: Correct jump if not running on HP300
` [patch 08/18] m68k: macide doesnt check for Mac
` [patch 09/18] m68k: dnfb doesnt check for Apollo
` [patch 10/18] m68k: Some network drivers do not check the platform
` [patch 11/18] m68k: Some input "
` [patch 12/18] m68k: Return -ENODEV if no device is found
` [patch 13/18] m68k: Q40/Q60 floppy support is broken
` [patch 14/18] m68k: export m68k_mmutype
` [patch 15/18] m68k: Prefix ISA type with ISA_TYPE_
` [patch 16/18] m68k: Correctly handle multi-ISA at runtime
` [patch 17/18] m68k: Update defconfigs
` [patch 18/18] m68k: Add multi_defconfig

[RFC] rfkill class rework
 2008-05-18 18:48 UTC  (16+ messages)
` [PATCH 01/15] ACPI: thinkpad-acpi: fix initialization error paths
` [PATCH 02/15] ACPI: thinkpad-acpi: fix LED handling on older ThinkPads
` [PATCH 03/15] Input: rename SW_RADIO to SW_RFKILL_ALL (v2)
` [PATCH 04/15] rfkill: clarify meaning of rfkill states
` [PATCH 05/15] rfkill: fix minor typo in kernel doc
` [PATCH 06/15] rfkill: handle SW_RFKILL_ALL events
` [PATCH 07/15] rfkill: add parameter to disable radios by default
` [PATCH 08/15] rfkill: add read-write rfkill switch support
` [PATCH 09/15] rfkill: add the WWAN radio type
` [PATCH 10/15] rfkill: rework suspend and resume handlers
` [PATCH 11/15] rfkill: add notifier chains support
` [PATCH 12/15] rfkill: add type string helper
` [PATCH 13/15] rfkill: add uevent notifications
` [PATCH 14/15] rfkill: do not allow userspace to override ALL RADIOS OFF
` [PATCH 15/15] rfkill: document rw rfkill switches and clarify input subsystem interactions


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