messages from 2007-07-11 22:37:45 to 2007-07-12 00:22:43 UTC [more...]
[PATCH 0/2] Kexec jump: The first step to kexec base hibernation
2007-07-12 0:22 UTC (2+ messages)
[PATCH 00/23] Mount writer count API (read-only bind mounts prep)
2007-07-12 0:17 UTC (9+ messages)
` [PATCH 01/23] rearrange may_open() to be r/o friendly
` [PATCH 02/23] create cleanup helper svc_msnfs()
` [PATCH 04/23] r/o bind mounts: stub functions
` [PATCH 09/23] elevate mnt writers for callers of vfs_mkdir()
` [PATCH 11/23] elevate write count for link and symlink calls
` [PATCH 12/23] elevate mount count for extended attributes
` [PATCH 13/23] elevate write count for file_update_time()
` [PATCH 15/23] unix_find_other() elevate write count for touch_atime()
[parisc-linux] Crashed on 2.6.22-rc7, Linus' tree
2007-07-12 0:21 UTC
d80211 deadlock with wpa_supplicant and rmmod
2007-07-11 23:41 UTC (3+ messages)
[Qemu-devel] qemu/target-ppc translate_init.c
2007-07-12 0:18 UTC
-mm merge plans for 2.6.23
2007-07-12 0:15 UTC (26+ messages)
` x86 status was "
` generic clockevents/ (hr)time(r) patches "
RFC: CONFIG_PAGE_SHIFT (aka software PAGE_SIZE)
2007-07-12 0:12 UTC (4+ messages)
REVIEW: zero existing secondary superblocks with mkfs.xfs -f
2007-07-12 0:19 UTC (3+ messages)
[PATCH 1/2] Function stripspace now gets a buffer instead file descriptors
2007-07-12 0:14 UTC (6+ messages)
acpi regression on some laptops
2007-07-12 0:09 UTC (5+ messages)
[PATCH] Allow blktap to be able to be booted as system volume for PV-on-HVM(TAKE 2)
2007-07-12 0:13 UTC
[U-Boot-Users] [PATCH 0/5] Generic PCI-E changes for relative bus numbering
2007-07-12 0:13 UTC (2+ messages)
[PATCH/RFC] Return ENOSPC and EDQUOT for nfs writes earlier
2007-07-12 0:12 UTC
[Pcihpd-discuss] [PATCH 26/34] PCI: add pci_try_set_mwi
2007-07-12 0:01 UTC
[PATCH] rocket: Fix mutex locking compile warning
2007-07-11 23:56 UTC
[PATCH -rt WIP] NMI-safe lightweight parallel-update -rt RCU
2007-07-12 0:09 UTC (2+ messages)
[PATCH 6/7] Add /sys/kernel/notes
2007-07-11 23:57 UTC (3+ messages)
Linux 2.6.22 released
2007-07-11 23:56 UTC (14+ messages)
[GIT PATCH] sysfs and driver core patches for 2.6.22
2007-07-11 23:55 UTC (66+ messages)
` [PATCH 01/61] Rules on how to use sysfs in userspace programs
` [PATCH 02/61] debugfs: add rename for debugfs files
` [PATCH 03/61] DMI-based module autoloading
` [PATCH 04/61] Driver core: add missing kset uevent
` [PATCH 05/61] sysdev: use mutex instead of semaphore
` [PATCH 06/61] Power Management: use mutexes instead of semaphores
` [PATCH 07/61] PM: Remove pm_parent from struct dev_pm_info
` [PATCH 08/61] PM: Remove saved_state "
` [PATCH 09/61] PM: Simplify suspend_device
` [PATCH 10/61] Driver core: include linux/mutex.h from attribute_container.c
` [PATCH 11/61] driver core: properly get driver in device_release_driver
` [PATCH 12/61] driver core: fix kernel doc of device_release_driver
` [PATCH 13/61] Driver core: fix devres_release_all() return value
` [PATCH 14/61] PM: Remove prev_state from struct dev_pm_info
` [PATCH 15/61] PM: Remove power_state.event checks from suspend core code
` [PATCH 16/61] PM: Do not check parent state in suspend and resume "
` [PATCH 17/61] PM: do not use saved_state from struct dev_pm_info on ARM
` [PATCH 18/61] Driver core: coding style cleanup
` [PATCH 19/61] idr: fix obscure bug in allocation path
` [PATCH 20/61] idr: separate out idr_mark_full()
` [PATCH 21/61] ida: implement idr based id allocator
` [PATCH 22/61] sysfs: move release_sysfs_dirent() to dir.c
` [PATCH 23/61] sysfs: allocate inode number using ida
` [PATCH 24/61] sysfs: make sysfs_put() ignore NULL sd
` [PATCH 25/61] sysfs: fix error handling in binattr write()
` [PATCH 26/61] sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()
` [PATCH 27/61] sysfs: flatten and fix sysfs_rename_dir() error handling
` [PATCH 28/61] sysfs: consolidate sysfs_dirent creation functions
` [PATCH 29/61] sysfs: add sysfs_dirent->s_parent
` [PATCH 30/61] sysfs: add sysfs_dirent->s_name
` [PATCH 31/61] sysfs: make sysfs_dirent->s_element a union
` [PATCH 32/61] sysfs: implement kobj_sysfs_assoc_lock
` [PATCH 33/61] sysfs: reimplement symlink using sysfs_dirent tree
` [PATCH 34/61] sysfs: implement bin_buffer
` [PATCH 35/61] sysfs: implement sysfs_dirent active reference and immediate disconnect
` [PATCH 36/61] sysfs: kill attribute file orphaning
` [PATCH 37/61] sysfs: separate out sysfs_attach_dentry()
` [PATCH 38/61] sysfs: reimplement sysfs_drop_dentry()
` [PATCH 39/61] sysfs: kill unnecessary attribute->owner
` [PATCH 40/61] driver-core: make devt_attr and uevent_attr static
` [PATCH 41/61] sysfs: make sysfs_alloc_ino() static
` [PATCH 42/61] sysfs: fix parent refcounting during rename and move
` [PATCH 43/61] sysfs: reorganize sysfs_new_indoe() and sysfs_create()
` [PATCH 44/61] sysfs: use iget_locked() instead of new_inode()
` [PATCH 45/61] sysfs: fix root sysfs_dirent -> root dentry association
` [PATCH 46/61] sysfs: move s_active functions to fs/sysfs/dir.c
` [PATCH 47/61] sysfs: slim down sysfs_dirent->s_active
` [PATCH 48/61] sysfs: use singly-linked list for sysfs_dirent tree
` [PATCH 49/61] sysfs: Fix oops in sysfs_drop_dentry on x86_64
` [PATCH 50/61] sysfs: make sysfs_drop_dentry() access inodes using ilookup()
` [PATCH 51/61] sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags
` [PATCH 52/61] sysfs: implement SYSFS_FLAG_REMOVED flag
` [PATCH 53/61] sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()
` [PATCH 54/61] sysfs: make kobj point to sysfs_dirent instead of dentry
` [PATCH 55/61] sysfs: consolidate sysfs spinlocks
` [PATCH 56/61] sysfs: use sysfs_mutex to protect the sysfs_dirent tree
` [PATCH 57/61] sysfs: restructure add/remove paths and fix inode update
` [PATCH 58/61] sysfs: move sysfs_drop_dentry() to dir.c and make it static
` [PATCH 59/61] sysfs: implement sysfs_get_dentry()
` [PATCH 60/61] sysfs: make directory dentries and inodes reclaimable
` [PATCH 61/61] sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes
[patch 07/12] Memoryless nodes: SLUB support
2007-07-12 0:07 UTC
[GIT PATCH] PCI patches for 2.6.22
2007-07-11 23:49 UTC (2+ messages)
` [PATCH 05/34] PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
Hibernation Redesign (was: malicious filesystems (was Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM)
2007-07-11 23:46 UTC (10+ messages)
` Hibernation Redesign
git pull on ia64 linux tree
2007-07-12 0:04 UTC (2+ messages)
[PATCH] Make s3c24xx_i2s_set_clkdiv() change the correct bits
2007-07-12 0:03 UTC
[2.6.23 PATCH 13/18] dm: netlink
2007-07-11 23:37 UTC (4+ messages)
+ sky-cpu-and-nexus-use-seq_file-single_open-on-proc-interface.patch added to -mm tree
2007-07-11 23:59 UTC
+ sky-cpu-and-nexus-get-rid-of-useless-null-init.patch added to -mm tree
2007-07-11 23:58 UTC
[PATCH] Pass -g to assembler under CONFIG_DEBUG_INFO
2007-07-11 23:53 UTC (10+ messages)
+ add-sys-kernel-notes.patch added to -mm tree
2007-07-11 23:48 UTC
+ use-build-id-ld-option.patch added to -mm tree
2007-07-11 23:48 UTC
+ alpha-put-allocated-elf-notes-in-read-only-data-segment.patch added to -mm tree
2007-07-11 23:48 UTC
+ i386-put-allocated-elf-notes-in-read-only-data-segment.patch added to -mm tree
2007-07-11 23:48 UTC
+ s390-put-allocated-elf-notes-in-read-only-data-segment.patch added to -mm tree
2007-07-11 23:48 UTC
+ powerpc-put-allocated-elf-notes-in-read-only-data-segment.patch added to -mm tree
2007-07-11 23:48 UTC
+ x86_64-put-allocated-elf-notes-in-read-only-data-segment.patch added to -mm tree
2007-07-11 23:48 UTC
[RFC 2/2] shrink size of scatterlist on common i386/x86-64
2007-07-11 23:46 UTC (2+ messages)
[patch 1/9] move 82xx/83xx/86xx Kconfig options to platform selection
2007-07-11 23:47 UTC (4+ messages)
[Qemu-devel] qemu configure
2007-07-11 23:39 UTC
XFS capacity leak with dmapi
2007-07-11 23:37 UTC
Patch for geoip to make it work with Linux kernel 2.6.22.x
2007-07-11 23:35 UTC (6+ messages)
LVM2 ./WHATS_NEW lib/metadata/metadata.c lib/m
2007-07-11 23:33 UTC
Software based SATA RAID-5 expandable arrays?
2007-07-11 23:29 UTC (2+ messages)
Haben Sie wieder Spass am Leben! which details the -- at speaking the language
2007-07-11 23:28 UTC
[PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2
2007-07-11 23:26 UTC (2+ messages)
Git tree updated
2007-07-11 23:24 UTC (3+ messages)
[PATCH] do firmware feature fixups after features are initialised
2007-07-11 23:23 UTC (4+ messages)
[Qemu-devel] qemu/audio sdlaudio.c
2007-07-11 23:23 UTC
[PATCH] git-merge: run commit hooks when making merge commits
2007-07-11 23:21 UTC (3+ messages)
[PATCH] spidernet: enable poll() before registering interrupts
2007-07-11 23:19 UTC
mmu_gather changes & generalization
2007-07-11 23:18 UTC (3+ messages)
S3 state transition
2007-07-11 23:15 UTC
[Qemu-devel] qemu console.c qemu-doc.texi vl.c vl.h
2007-07-11 23:14 UTC
[PATCH] MTD driver for alauda chips
2007-07-11 23:08 UTC (3+ messages)
` [PATCH Take 3] "
how to do directory renames in fast-import
2007-07-11 23:11 UTC (8+ messages)
` [PATCH] Support wholesale "
[PATCH 1/6] locks: share more common lease code
2007-07-11 23:10 UTC (6+ messages)
` [PATCH 6/6] nfs: disable leases over NFS
latest list of apparently "dead" CONFIG variables under arch/mips
2007-07-11 23:03 UTC (3+ messages)
[RFC][PATCH -mm 0/7] Freezer update (updated)
2007-07-11 23:02 UTC (8+ messages)
` [RFC][PATCH -mm 2/7] Freezer: Do not sync filesystems from freeze_processes
` [RFC][PATCH -mm 4/7] Freezer: Introduce freezer-firendly waiting macros
` [RFC][PATCH -mm 6/7] Freezer: Be more verbose
[PATCH] gitweb: New cgi parameter: filter
2007-07-11 23:00 UTC (3+ messages)
` [PATCH] gitweb: new cgi parameter: option
sky2 hangs without any messages
2007-07-11 22:55 UTC (7+ messages)
[patch 0/7] CAN: Add new PF_CAN protocol family, try #3
2007-07-11 22:52 UTC (18+ messages)
` [patch 5/7] CAN: Add virtual CAN netdevice driver
[Qemu-devel] qemu/hw fdc.c
2007-07-11 22:50 UTC
[PATCH 01/02] Sierra Wireless - Add TRU-Install (c) Support
2007-07-11 22:49 UTC (3+ messages)
` [linux-usb-devel] "
[Qemu-devel] qemu block-raw.c dis-asm.h gdbstub.c m68k-dis.c
2007-07-11 22:48 UTC
Power Mangement Interfaces
2007-07-11 22:48 UTC (5+ messages)
` [linux-pm] Re: Hibernate after alarm wakes from STR
` "
[PATCH 6/7] Add /sys/kernel/notes
2007-07-11 22:48 UTC (3+ messages)
[Qemu-devel] qemu dyngen.c
2007-07-11 22:47 UTC
[Cluster-devel] conga/luci homebase/form-macros homebase/homeb
2007-07-11 22:47 UTC
[Qemu-devel] qemu/hw gt64xxx.c
2007-07-11 22:45 UTC
[RFD] BIO_RW_BARRIER - what it means for devices, filesystems, and dm/md
2007-07-11 22:44 UTC (14+ messages)
` "
` [dm-devel] "
[Printing-architecture] Self-certification of Printers and Print Drivers for POSIX/Linux
2007-07-11 22:41 UTC
[PATCH 02/02] Sierra Wireless - Add new devices
2007-07-11 22:30 UTC
[5/5][TG3]: Update version to 3.78
2007-07-11 23:32 UTC
[4/5][TG3]: Add missing NVRAM strapping
2007-07-11 23:32 UTC
[3/5][TG3]: Enable auto MDI
2007-07-11 23:32 UTC
2.6.22-rc6-mm1 -- BUG - EIP: [<c01a77a1>] sysfs_addrm_finish+0x1c2/0x226 SS:ESP 0068:c5ff9db8
2007-07-11 22:39 UTC (10+ messages)
[2/5][TG3]: Fix the polarity bit
2007-07-11 23:32 UTC
[1/5][TG3]: Fix irq_sync race condition
2007-07-11 23:31 UTC
[PATCH] Native-mode fix for Pegasos pata_via
2007-07-11 22: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.