messages from 2008-10-31 06:39:01 to 2008-10-31 09:31:29 UTC [more...]
[PATCH 0/2] ftrace: handle NMIs safely
2008-10-31 9:30 UTC (9+ messages)
` [PATCH 1/2] ftrace: nmi safe code modification
` [PATCH] ftrace: nmi safe code clean ups
` [PATCH] hardirq.h clean up
[2.6.26] kobject_add_internal failed for 2:0 with -EEXIST / unable to handle kernel NULL pointer dereference in sysfs_create_link
2008-10-31 9:28 UTC (12+ messages)
[PATCH] git-filter-branch: Add an example on how to remove empty commits
2008-10-31 9:26 UTC (5+ messages)
` filter-branch enhancements
` [PATCH] make git-filter-branch use parse-options
` [PATCH] filter-branch: add git_commit_non_empty_tree and --prune-empty
Feedback wanted: V4L2 framework additions
2008-10-31 9:26 UTC (2+ messages)
proposal on runtime power management in hid
2008-10-31 9:26 UTC (3+ messages)
[Buildroot] [PATCH] Bump lite version
2008-10-31 9:25 UTC
[RFC][PATCH 0/5] memcg : some patches related to swap
2008-10-31 9:25 UTC (3+ messages)
` [RFC][PATCH 1/5] memcg : force_empty to do move account
[Buildroot] Write access to SVN and bug tracker
2008-10-31 9:24 UTC (2+ messages)
[PATCH 0/3 -v4] kexec/i386: kexec page table code clean up
2008-10-31 9:23 UTC (3+ messages)
dbench 15% regression with 2.6.28-rc1
2008-10-31 9:23 UTC (3+ messages)
[RFC] B+Tree library
2008-10-31 9:20 UTC (7+ messages)
[PATCH] Add io-mapping functions to dynamically map large device apertures
2008-10-31 9:21 UTC (2+ messages)
RFC - device names and mdadm with some reference to udev
2008-10-31 9:18 UTC (2+ messages)
[PATCH 0/6] Kill off the virtio_net tx mitigation timer
2008-10-31 9:16 UTC (8+ messages)
` [PATCH 1/6] kvm: qemu: virtio: remove unused variable
` [PATCH 2/6] kvm: qemu: dup the qemu_eventfd() return
` [PATCH 3/6] kvm: qemu: add qemu_eventfd_write() and qemu_eventfd_read()
` [PATCH 4/6] kvm: qemu: aggregate reads from eventfd
` [PATCH 5/6] kvm: qemu: virtio-net: handle all tx in I/O thread without timer
README in libselinux
2008-10-31 9:17 UTC (5+ messages)
Freezer: Don't count threads waiting for frozen filesystems
2008-10-31 9:16 UTC (6+ messages)
` [linux-pm] "
tbench wrt. loopback TSO
2008-10-31 9:16 UTC (5+ messages)
linux-next: manual merge of the creds tree
2008-10-31 9:16 UTC (2+ messages)
[patch 0/9] writeback data integrity and other fixes (take 3)
2008-10-31 9:16 UTC (7+ messages)
` [patch 7/9] mm: write_cache_pages terminate quickly
` [patch 9/9] mm: do_sync_mapping_range integrity fix
[oe-commits] Carsten Haitzler (Raster) : qemu: seems the move to the svn rev of qemu broke as there are compiler bugs
2008-10-31 9:13 UTC (2+ messages)
[U-Boot] Can't connect to PHY, BCM5461
2008-10-31 9:14 UTC (6+ messages)
[Buildroot] [buildroot 0001485]: DirectFB: Download site moved and x11 always required
2008-10-31 9:12 UTC
[U-Boot] [PATCH PPC_4xx V3] Print simple row of dots instead of spinning wheel
2008-10-31 9:09 UTC (5+ messages)
[PATCH] i2c: Drop I2C_CLASS_ALL
2008-10-31 9:09 UTC (2+ messages)
[GIT PULL] sh updates for 2.6.28-rc3
2008-10-31 9:07 UTC (2+ messages)
[Buildroot] [buildroot 0001364]: Cannot compile DirectFB on ARM
2008-10-31 9:07 UTC
[Ocfs2-devel] [PATCH 00/27] Quotas for OCFS2 (version 3)
2008-10-31 9:06 UTC (29+ messages)
` [Ocfs2-devel] [PATCH 01/27] quota: Add callbacks for allocating and destroying dquot structures
` [Ocfs2-devel] [PATCH 02/27] quota: Increase size of variables for limits and inode usage
` [Ocfs2-devel] [PATCH 03/27] quota: Remove bogus 'optimization' in check_idq() and check_bdq()
` [Ocfs2-devel] [PATCH 04/27] quota: Make _SUSPENDED just a flag
` [Ocfs2-devel] [PATCH 05/27] quota: Allow to separately enable quota accounting and enforcing limits
` [Ocfs2-devel] [PATCH 06/27] ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()
` [Ocfs2-devel] [PATCH 07/27] ext4: "
` [Ocfs2-devel] [PATCH 08/27] reiserfs: "
` [Ocfs2-devel] [PATCH 09/27] quota: Remove compatibility function sb_any_quota_enabled()
` [Ocfs2-devel] [PATCH 10/27] quota: Introduce DQUOT_QUOTA_SYS_FILE flag
` [Ocfs2-devel] [PATCH 11/27] quota: Move quotaio_v[12].h from include/linux/ to fs/
` [Ocfs2-devel] [PATCH 12/27] quota: Split off quota tree handling into a separate file
` [Ocfs2-devel] [PATCH 13/27] quota: Convert union in mem_dqinfo to a pointer
` [Ocfs2-devel] [PATCH 14/27] quota: Allow negative usage of space and inodes
` [Ocfs2-devel] [PATCH 15/27] quota: Keep which entries were set by SETQUOTA quotactl
` [Ocfs2-devel] [PATCH 16/27] quota: Update version number
` [Ocfs2-devel] [PATCH 17/27] quota: Add helpers to allow ocfs2 specific quota initialization, freeing and recovery
` [Ocfs2-devel] [PATCH 18/27] quota: Implement function for scanning active dquots
` [Ocfs2-devel] [PATCH 19/27] mm: Export pdflush_operation()
` [Ocfs2-devel] [PATCH 20/27] ocfs2: Support nested transactions
` [Ocfs2-devel] [PATCH 21/27] ocfs2: Assign feature bits and system inodes to quota feature and quota files
` [Ocfs2-devel] [PATCH 22/27] ocfs2: Mark system files as not subject to quota accounting
` [Ocfs2-devel] [PATCH 23/27] ocfs2: Implementation of local and global quota file handling
` [Ocfs2-devel] [PATCH 24/27] ocfs2: Add quota calls for allocation and freeing of inodes and space
` [Ocfs2-devel] [PATCH 25/27] ocfs2: Implement quota syncing thread
` [Ocfs2-devel] [PATCH 26/27] ocfs2: Implement quota recovery
` [Ocfs2-devel] [PATCH 27/27] ocfs2: Enable quota accounting on mount, disable on umount
[linux-dvb] tm6000 compling issues
2008-10-31 9:05 UTC
[U-Boot] [PATCH] Olimex SAM9-L9260 board support
2008-10-31 9:05 UTC (15+ messages)
linux-next: manual merge of the creds tree
2008-10-31 9:03 UTC (2+ messages)
Rearranging layout of code in the scheduler
2008-10-31 9:03 UTC (5+ messages)
` Deadline scheduling (was: Re: Rearranging layout of code in the scheduler)
Realtek ALC268, Acer 4315 ?Use mic port as independent output?
2008-10-31 9:03 UTC (2+ messages)
linux-next: manual merge of the creds tree
2008-10-31 9:02 UTC (6+ messages)
a couple of bugs in autofs
2008-10-31 9:02 UTC (14+ messages)
[Cluster-devel] Cluster 2.03.09 released
2008-10-31 8:58 UTC
[PATCH] crc32c-intel: Update copyright head
2008-10-31 8:56 UTC (2+ messages)
[PATCH] slab: unsigned slabp->inuse cannot be less than 0
2008-10-31 8:54 UTC (4+ messages)
[PATCH] slub - fix get_object_page comment
2008-10-31 8:54 UTC (3+ messages)
[U-Boot] [PATCH] dataflash: fix a problem with the last partition
2008-10-31 8:53 UTC (3+ messages)
[PATCH] fork.c: cleanup for copy_sighand()
2008-10-31 8:51 UTC
[PATCH V2 0/2] enable irqs when waiting for rwlocks
2008-10-31 8:52 UTC (3+ messages)
[uml-devel] "warning: passing argument 1 of ‘um_execve’ discards qualifiers from pointer target type"
2008-10-31 8:52 UTC (5+ messages)
notify the task switching and syscall
2008-10-31 8:51 UTC
linux-next: Tree for October 23
2008-10-31 8:50 UTC (12+ messages)
` linux-next: kernel/trace/trace.c:658: error:
` [PATCH] tracing: fix a build error on alpha and m68k
[PATCH 0/9] more robustness against pack corruptions
2008-10-31 8:46 UTC (3+ messages)
` [PATCH 1/9] close another possibility for propagating pack corruption
[PATCH 0/1] sata_sil: Option to use IO space to access TF registers
2008-10-31 8:48 UTC (6+ messages)
[U-Boot] question: U-boot linking against libgcc
2008-10-31 8:47 UTC (2+ messages)
[linux-dvb] Update: S2API , scan-s2, TT 3200_CI, VDR 1.7.0, Streamdev (latest version)
2008-10-31 8:45 UTC (5+ messages)
[PATCH] x86: fix missing cpu_index initialisation
2008-10-31 8:44 UTC (4+ messages)
Still 4965 issues with wireless-testing
2008-10-31 8:41 UTC (2+ messages)
IP-less bridge as a martian source
2008-10-31 8:41 UTC (6+ messages)
request for pre-generated git.info pages
2008-10-31 0:19 UTC (3+ messages)
A typesetting problem with git man pages
2008-10-31 8:37 UTC (4+ messages)
[Buildroot] [PATCH] Create zlib installation directory in the staging dir
2008-10-31 8:37 UTC (2+ messages)
[PATCH 0/2] range timer support
2008-10-31 8:37 UTC (5+ messages)
[U-Boot] [PATCH] move README.nios_CONFIG_SYS_NIOS_CPU to doc
2008-10-31 8:31 UTC
How to set the original/target sample rate?
2008-10-31 8:31 UTC
[PATCH v3] spi: Add PPC4xx SPI driver
2008-10-31 8:31 UTC (4+ messages)
headset doesn't work with mplayer in fc9
2008-10-31 8:27 UTC (4+ messages)
[Cluster-devel] Cluster 2.99.12 (development snapshot) released
2008-10-31 8:27 UTC
[IA64] Weekly benchmark results [ww43]
2008-10-31 8:26 UTC
checkpatch.pl print the line twice when trailing statements in the same line
2008-10-31 8:24 UTC (2+ messages)
[PATCH] t4030: Don't use echo -n
2008-10-31 8:20 UTC (4+ messages)
` [PATCH] Avoid using non-portable `echo -n` in tests
[PATCH] Documentation: add a planning document for the next CLI revamp
2008-10-31 8:20 UTC (3+ messages)
[Xenomai-core] llimd
2008-10-31 8:18 UTC (4+ messages)
[RFC PATCH 1/3] quota: Add reservation support for delayed block allocation
2008-10-31 8:15 UTC (2+ messages)
[Ocfs2-devel] [PATCH 21/27] ocfs2: Assign feature bits and system inodes to quota feature and quota files
2008-10-31 8:11 UTC
[PATCH] Introduce receive.denyDeletes
2008-10-31 8:04 UTC (4+ messages)
[mtd-util][nandwrite] does nandwrite support MLC flash?
2008-10-31 8:05 UTC
[PATCH] scsierror: fix indentation and braces disagreement - add braces
2008-10-31 8:03 UTC (3+ messages)
net tree merges
2008-10-31 8:04 UTC
mmc_spi.c driver
2008-10-31 7:59 UTC (9+ messages)
2.6.25.18 in memory corruption?
2008-10-31 7:58 UTC
[PATCH 7/7] misc: replace NIPQUAD()
2008-10-31 7:56 UTC (2+ messages)
[PATCH 5/7] drivers: replace NIPQUAD()
2008-10-31 7:56 UTC (2+ messages)
Long delays and keystrokes required - related to disk encryption?
2008-10-31 7:57 UTC (4+ messages)
linux-next: Tree for October 31
2008-10-31 7:56 UTC
firewire: struct device - replace bus_id with dev_name(), dev_set_name()
2008-10-31 7:55 UTC (2+ messages)
ieee1394: struct device - replace bus_id with dev_name(), dev_set_name()
2008-10-31 7:55 UTC (2+ messages)
[PATCH 4/7] net: replace NIPQUAD() in net/*/
2008-10-31 7:55 UTC (2+ messages)
[PATCH 2/7] net: replace NIPQUAD() in net/ipv4/ net/ipv6/
2008-10-31 7:54 UTC (2+ messages)
[PATCH 1/7] net: replace NIPQUAD() in net/ipv4/netfilter/
2008-10-31 7:53 UTC (2+ messages)
[tbench regression fixes]: digging out smelly deadmen
2008-10-31 7:52 UTC (4+ messages)
[PATCH] udp: Introduce special NULL pointers for hlist termination
2008-10-31 7:51 UTC (4+ messages)
iommu: mapping reserved region failed - Q35 - VT-D Issue
2008-10-31 7:51 UTC (15+ messages)
` iommu: mapping reserved region failed - Q35 - VT-DIssue
` iommu: mapping reserved region failed - Q35 -VT-DIssue
[PATCH] CUBIC v2.3 with new improved slow start
2008-10-31 7:50 UTC (3+ messages)
` [PATCH] tcp: mark BIC as experimental
CONFIG_PCI_LEGACY and defconfigs
2008-10-31 7:49 UTC
[PATCH 0/6 RESEND] Add qdisc->ops->peek() support
2008-10-31 7:47 UTC (2+ messages)
[NET-NEXT PATCH] ixgbe: add device support for 82598AT (copper 10GbE) adapters
2008-10-31 7:46 UTC
[4 Patches] New blktap implementation, 2nd try
2008-10-31 7:44 UTC
Please pull from 'merge' (updated)(for 2.6.28)
2008-10-31 7:43 UTC
[PATCH] xfrm: remove unused struct xfrm_policy::next
2008-10-31 7:42 UTC (2+ messages)
[PATCH] xfrm: C99 for xfrm_dev_notifier
2008-10-31 7:42 UTC (2+ messages)
[PATCH] net: kconfig cleanup
2008-10-31 7:41 UTC
Weird behaviour on iwl3945 module
2008-10-31 7:39 UTC
[PATCH] [MPC8313ERDB] Remove duplicate DMA entry from device tree
2008-10-31 7:39 UTC (2+ messages)
[PATCH] Documentation: add a planning document for the next CLI revamp
2008-10-31 7:36 UTC (10+ messages)
[PATCH] elevator.c: prevent flushing small requests to device
2008-10-31 7:33 UTC (2+ messages)
Netlink programming problem
2008-10-31 7:32 UTC
[PATCH V2 10/16] Squashfs: cache operations
2008-10-31 7:29 UTC (6+ messages)
[PATCH] Add support usb setting on sh 7366
2008-10-31 7:28 UTC (2+ messages)
How could i use a file system on Ram ?
2008-10-31 7:26 UTC (2+ messages)
[PATCH] NFS boot panic fix on Migo-r
2008-10-31 7:23 UTC (2+ messages)
checksums.ini again
2008-10-31 7:20 UTC (2+ messages)
Fwd: undefined reference to 'ioctl'
2008-10-31 7:18 UTC
[PATCH] regression: vmalloc easily fail
2008-10-31 7:16 UTC (10+ messages)
[git patches] net driver updates for 2.6.29
2008-10-31 7:16 UTC (2+ messages)
(unknown),
2008-10-31 7:14 UTC
[PATCH] sh: Add sci_rxd_in of SH4-202
2008-10-31 7:12 UTC (2+ messages)
[PATCH] sh: Add '-up' to ISA flag if enable SH3
2008-10-31 7:09 UTC (2+ messages)
[Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez
2008-10-31 7:09 UTC (6+ messages)
[RFC][PATCH] xfrm: do not leak ESRCH to user space
2008-10-31 7:07 UTC (4+ messages)
[RFC PATCH] Correct the interrupt handler in sh4 serial device
2008-10-31 7:05 UTC (3+ messages)
[PATCH 2.6.28-rc2] sata_promise: add ATA engine reset to reset ops
2008-10-31 7:03 UTC
[PATCH] Use find instead of perl in t5000 to get file modification time
2008-10-31 7:00 UTC (3+ messages)
question: emulate_large_send_offload
2008-10-31 7:01 UTC (2+ messages)
[GIT PULL] Labeled networking fixes for 2.6.28
2008-10-31 6:57 UTC (2+ messages)
netfilter 00/02: netfilter fixes
2008-10-31 6:55 UTC (5+ messages)
` netns 01/02: add register_pernet_gen_subsys/unregister_pernet_gen_subsys
` netfilter 02/02: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()
[PATCH 3/7] net: delete excess kernel-doc notation
2008-10-31 6:54 UTC (2+ messages)
[PATCH] kexec memory ranges dynamic allocation
2008-10-31 6:53 UTC (6+ messages)
[git patches] net driver fixes for 2.6.28-rc
2008-10-31 6:52 UTC (2+ messages)
About the version of libnfnetlink and libnetfilter_queue in RHEL 5.2!
2008-10-31 6:51 UTC
pull request: wireless-2.6 2008-10-29
2008-10-31 6:49 UTC (3+ messages)
[PATCH 0/4] Init updates for hsmmc, also second controller
2008-10-31 6:41 UTC (4+ messages)
` [PATCH 3/4] HSMMC: Add support for the "
linux-next: sound tree build failure
2008-10-31 6:39 UTC (2+ messages)
Build error for alsa-util 1.0.18
2008-10-31 6:39 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.