messages from 2009-02-15 14:23:59 to 2009-02-16 07:01:23 UTC [more...]
[RFD] Automatic suspend
2009-02-16 7:02 UTC (8+ messages)
2.6.29-rc5 hanging at boot when CONFIG_LOCK_STAT=y
2009-02-16 6:50 UTC
[PATCH 00/43] drivers/net: fix (sparse) warnings
2009-02-16 6:48 UTC (18+ messages)
` [PATCH 02/43] drivers/net/e2100.c: fix sparse warning: symbol shadows an earlier one
` [PATCH 13/43] drivers/net/atlx: fix sparse warnings: fix signedness
` [PATCH 16/43] drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier one
` [PATCH 17/43] drivers/net/cxgb3: fix sparse warnings: fix signedness
` [PATCH 24/43] drivers/net/ixgbe: fix sparse warning: Should it be static?
` [PATCH 26/43] drivers/net/sfc: fix sparse warning: symbol shadows an earlier one
` [PATCH 27/43] drivers/net/sfc: fix sparse warnings: Should it be static?
[PATCH] atl1c:Atheros L1C Gigabit Ethernet driver
2009-02-16 6:22 UTC
linux-next: Tree for February 16
2009-02-16 6:20 UTC
[PATCH 2.6.30] cxgb3: Add support for PCI ID 0x35
2009-02-16 4:46 UTC
ext2 + -osync: not as easy as it seems
2009-02-16 4:29 UTC (18+ messages)
` ext3: call blkdev_issue_flush on fsync
` vfs: Add MS_FLUSHONFSYNC mount flag
` ext4: call blkdev_issue_flush on fsync
[PATCHSET 0/8 version 3] exofs
2009-02-16 4:18 UTC (7+ messages)
` [PATCH 1/8] exofs: Kbuild, Headers and osd utils
` [PATCH 5/8] exofs: dir_inode and directory operations
` [PATCH 6/8] exofs: super_operations and file_system_type
[PATCH] fs/bio: bio_alloc_bioset: pass right object ptr to mempool_free
2009-02-16 4:15 UTC
2.6.29-rc5: Reported regressions from 2.6.28
2009-02-16 3:50 UTC (30+ messages)
` [Bug #12419] possible circular locking dependency on i915 dma
` [Bug #12502] pipe_read oops on sh
` [Bug #12609] v2.6.29-rc2 libata sff 32bit PIO regression
` [Bug #12615] boot hangs while bringing up gianfar ethernet
` [Bug #12650] Strange load average and ksoftirqd behavior with 2.6.29-rc2-git1
` [Bug #12617] unable to compile e100 firmware into kernel
` [Bug #12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc
[RFC][PATCH] filesystem: VMUFAT filesystem
2009-02-16 3:15 UTC (4+ messages)
[cgroup or VFS ?] WARNING: at fs/namespace.c:636 mntput_no_expire+0xac/0xf2()
2009-02-16 2:57 UTC (16+ messages)
[GIT PULL] ext4 fixes
2009-02-16 2:56 UTC
[PATCH] workqueue: don't alloc_percpu for single workqueue
2009-02-16 2:39 UTC (5+ messages)
Poking ieee80211_default_rc_algo causes kernel lockups
2009-02-16 2:37 UTC (8+ messages)
Slow file transfer speeds with CFQ IO scheduler in some cases
2009-02-16 2:34 UTC (11+ messages)
Intel ICH9M/M-E SATA error-handling/reset problems
2009-02-16 2:11 UTC (8+ messages)
[PATCH] Export symbol ksize()
2009-02-16 1:57 UTC (19+ messages)
[Bug 12713] Hang on resume from hibernation, apparently as result of 213d9417fec
2009-02-16 1:28 UTC (3+ messages)
2.6.29-rc5: Reported regressions 2.6.27 -> 2.6.28
2009-02-16 1:16 UTC (14+ messages)
` [Bug #12263] Sata soft reset filling log
` [Bug #12401] 2.6.28 regression: xbacklight broken on ThinkPad X61s
` [Bug #12406] 2.6.28 thinks that my PS/2 mouse is a touchpad
[PATCH 0/2] fix memmap init for handling memory hole v2
2009-02-16 0:50 UTC (5+ messages)
` [PATCH 1/2] clean up for early_pfn_to_nid
[PATCH 0/8] x86: fixmap.h x86 integration
2009-02-16 0:48 UTC (9+ messages)
` [PATCH 1/8] x86: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE
` [PATCH 2/8] x86: define FIXADDR_BOOT_* and redefine FIX_ADDR_SIZE
` [PATCH 3/8] x86: define reserve_top_address for x86_64
` [PATCH 4/8] x86: Add CONFIG_X86_{LOCAL,IO}_APIC
` [PATCH 5/8] x86: Add CONFIG_EFI
` [PATCH 6/8] x86: prepare fixmap_64.h for unification
` [PATCH 7/8] x86: prepare fixmap_32.h "
` [PATCH 8/8] x86: unify fixmap.h
PROBLEM: cannot get stable system since 2.6.28 kernel
2009-02-16 0:21 UTC (5+ messages)
[PATCH 00/20] ide-cd: use scatterlists also for PIO transfers
2009-02-16 0:15 UTC (21+ messages)
` [PATCH 01/20] ide: add support for arbitrary transfer lengths to ide_pio_bytes()
` [PATCH 02/20] ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()
` [PATCH 03/20] ide-cd: remove dead URLs
` [PATCH 04/20] ide-cd: use ide_end_rq() also for failed non-fs requests
` [PATCH 05/20] ide-cd: remove dead code from cdrom_decode_status()
` [PATCH 06/20] ide: remove needless ide_dump_status_no_sense() wrapper
` [PATCH 07/20] ide-cd: remove no longer needed 'ignore' module parameter
` [PATCH 08/20] ide-cd: factor out failed request completion from cdrom_end_request()
` [PATCH 09/20] ide-cd: unify ide_cd_do_request() exit paths
` [PATCH 10/20] ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path
` [PATCH 11/20] ide-cd: unify cdrom_newpc_intr() exit paths
` [PATCH 12/20] ide-cd: remove cdrom_end_request()
` [PATCH 13/20] ide-cd: kill whole failed request in ide_cd_do_request()
` [PATCH 14/20] ide-cd: cleanup ide_cd_do_request()
` [PATCH 15/20] ide-cd: use scatterlists for PIO transfers (fs requests)
` [PATCH 16/20] ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests
` [PATCH 17/20] ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw()
` [PATCH 18/20] ide-cd: use scatterlists for PIO transfers (non-fs requests)
` [PATCH 19/20] ide-cd: use common completion path for DMA requests in cdrom_newpc_intr()
` [PATCH 20/20] ide-cd: unify transfer padding "
[PATCH 01/18] ide: add ->read_sff_dma_status method
2009-02-16 0:08 UTC (6+ messages)
` [PATCH 13/18] ide: use ->tf_load in SELECT_DRIVE()
` [PATCH 14/18] ide: use ->tf_read in ide_read_error()
[PATCH] ieee1394: constify device ID tables
2009-02-15 23:22 UTC (3+ messages)
` [PATCH] firewire: share device ID table type with ieee1394
` [PATCH] firewire: also use vendor ID in root directory for driver matches
[PATCH] FRV: __pte_to_swp_entry doesn't expand correctly
2009-02-15 23:20 UTC
[PATCH 0/6] ide: more unifications of ATA and ATAPI support
2009-02-15 23:18 UTC (10+ messages)
` [PATCH 5/6] ide: remove ide_execute_pkt_cmd()
state of some x86 acpi patches
2009-02-15 23:10 UTC (8+ messages)
[PATCH] AMD Geode CS5535/5536 GPIO driver
2009-02-15 22:47 UTC (4+ messages)
x86: unify genapic code, unify subarchitectures, remove old subarchitecture code
2009-02-15 22:48 UTC (4+ messages)
[PATCH 0/7] V3 of the async function call patches
2009-02-15 22:19 UTC (7+ messages)
` [PATCH 1/7] async: Asynchronous function calls to speed up kernel boot
[PATCH] ieee1394: raw1394: add sparse annotations to raw1394_compat_write
2009-02-15 21:49 UTC
(no subject)
2009-02-15 20:52 UTC
[PATCH 0/2] PM: x86-64 suspend-resume fix
2009-02-15 21:46 UTC (3+ messages)
` [PATCH 1/2] x86_64: acpi/wakeup_64 cleanup
` [PATCH 2/2] x86_64: Fix S3 fail path
[PATCH] mmc_core: fix data timeout for SEND_EXT_CSD
2009-02-15 21:46 UTC (5+ messages)
[PATCH] Declare PIO_CMAP/GIO_CMAP as compatbile ioctls
2009-02-15 21:41 UTC (3+ messages)
Promo Result!!
2009-02-15 20:55 UTC
unusual hw_sector_size 4096 and pagecache
2009-02-15 21:20 UTC
[PATCH 1/1] ACPI: bus.c, fix error handling in acpi_bus_init
2009-02-15 20:55 UTC
[PATCH 0/10] ide: flags query macros
2009-02-15 20:51 UTC (5+ messages)
` [PATCH 01/10] ide: add "
[PATCH] : kernel/irq/devres.c:fix kernel-doc
2009-02-15 20:45 UTC (2+ messages)
[PATCH] : cleanup kernel-doc
2009-02-15 20:43 UTC (2+ messages)
[PATCH] security/smack/smack_lsm.c: cleanup kernel-doc
2009-02-15 20:41 UTC (2+ messages)
Vorladung zur Fahrprüfung
2009-02-15 19:52 UTC
[PATCH] idle_at_tick is only used when CONFIG_SMP is set
2009-02-15 20:16 UTC (2+ messages)
[PATCH 2/2 resend] libata-sff: avoid byte swapping in ata_sff_data_xfer()
2009-02-15 20:09 UTC (3+ messages)
[PATCH] Remove errors caught by checkpatch.pl in kernel/signal.c
2009-02-15 20:08 UTC (2+ messages)
[build bug] uvc_status_cleanup(): undefined reference to `input_unregister_device'
2009-02-15 20:00 UTC (6+ messages)
` [PATCH] UVC: "
` [PATCH PWC: fix build error when CONFIG_INPUT=m
[git pull][tip] updates for tip/tracing/ftrace
2009-02-15 19:44 UTC (2+ messages)
[PATCH] staging: &&/|| typo
2009-02-15 19:36 UTC (2+ messages)
[PATCH -mm] tracing: Fix section mismatch in trace_hw_branches.c
2009-02-15 19:41 UTC (2+ messages)
[PATCH 2/2] libata-sff: avoid byte swapping in ata
2009-02-15 19:27 UTC
git-send-email
2009-02-15 19:25 UTC (9+ messages)
[PATCH 1/2] libata-sff: fix 32-bit PIO ATAPI regression
2009-02-15 19:24 UTC
[PATCH 0/3] ftrace: updates for 2.6.29
2009-02-15 19:07 UTC (4+ messages)
[PATCH] Remove errors caught by checkpatch.pl in kernel/acct.c
2009-02-15 18:50 UTC
[PATCH] Remove errors caught by checkpatch.pl in kernel/kallsyms.c
2009-02-15 18:47 UTC (3+ messages)
[PATCH] Remove errors caught by checkpatch.pl in kernel/utsname_sysctl.c
2009-02-15 18:39 UTC
[0/3] lenovo-sl-laptop : new driver for drivers/staging
2009-02-15 18:29 UTC (6+ messages)
[PATCH] docbook: split kernel-api, add device-drivers book
2009-02-15 18:29 UTC (3+ messages)
[PATCH] spi-gpio: Implement spidelay() for busses that need it
2009-02-15 18:22 UTC
[RFC PATCH 0/6] module, kbuild: Faster boot with custom kernel
2009-02-15 18:20 UTC (7+ messages)
` [RFC PATCH 1/6] New option: Static linking of external modules
` [RFC PATCH 2/6] module: add module ELF section with module_init() pointer
` [RFC PATCH 3/6] module: always prefix module parameters with the module name
` [RFC PATCH 4/6] kbuild: allow linking of an external object into vmlinux
` [RFC PATCH 5/6] scripts: new module preprocessor for static linking
` [RFC PATCH 6/6] kbuild: enable relinking of vmlinux without full kernel tree
cpuinfo shows wrong MHz value
2009-02-15 17:43 UTC (5+ messages)
CONGRATULATIONS!!!
2009-02-15 16:37 UTC
學習快速記憶法只要1600元!!
2009-02-15 16:12 UTC
[PATCH] spi-gpio: Sanitize MISO bitvalue
2009-02-15 15:30 UTC
[PATCH] MAINTAINERS: switch hdaps to Frank Seidel
2009-02-15 15:27 UTC (7+ messages)
` [PATCHv2] "
[PATCH] hwmon/hdaps: Fix bug 7154 inversion of separate axis
2009-02-15 15:28 UTC (9+ messages)
` [PATCHv2] "
` [PATCHv3] "
i915 KMS framebuffer oops report (2.6.29-rc5)
2009-02-15 16:26 UTC
[PATCH] bcm47xx: Fix GPIO API return codes
2009-02-15 14:22 UTC (3+ messages)
` [OpenWrt-Devel] "
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