public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-01-25 00:26:17 to 2008-01-25 07:52:39 UTC [more...]

[GIT PATCH] driver core patches against 2.6.24
 2008-01-25  7:32 UTC  (100+ messages)
` [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
` [PATCH 002/196] Chinese: rephrase English introduction in HOWTO
` [PATCH 004/196] Chinese: add translation of SubmittingPatches
` [PATCH 005/196] Chinese: add translation of SubmittingDrivers
` [PATCH 006/196] Chinese: add translation of oops-tracing.txt
` [PATCH 007/196] Chinese: add translation of stable_kernel_rules.txt
` [PATCH 008/196] Chinese: add translation of volatile-considered-harmful.txt
` [PATCH 009/196] Chinese: add translation of sparse.txt
` [PATCH 010/196] Chinese: add translation of Codingstyle
` [PATCH 011/196] sysfs: Fix a copy-n-paste typo in comment
` [PATCH 012/196] nozomi driver
` [PATCH 013/196] Documentation: Replace obsolete "driverfs" with "sysfs"
` [PATCH 014/196] kobject: remove incorrect comment in kobject_rename
` [PATCH 015/196] PM: Acquire device locks on suspend
` [PATCH 016/196] kref: add kref_set()
` [PATCH 017/196] aoechr: Convert from class_device to device
` [PATCH 018/196] coda: convert struct class_device to struct device
` [PATCH 019/196] DMA: Convert from class_device to device for DMA engine
` [PATCH 020/196] IDE: Convert from class_device to device for ide-tape
` [PATCH 021/196] ISDN: Convert from class_device to device for ISDN capi
` [PATCH 022/196] adb: Convert from class_device to device
` [PATCH 023/196] MCP_UCB1200: "
` [PATCH 024/196] mtd: Convert from class_device to device for MTD/mtdchar
` [PATCH 025/196] paride: Convert from class_device to device for block/paride
` [PATCH 026/196] pktcdvd: Convert from class_device to device for block/pktcdvd
` [PATCH 027/196] tifm: Convert from class_device to device for TI flash media
` [PATCH 028/196] cosa: Convert from class_device to device for cosa sync driver
` [PATCH 029/196] ecryptfs: clean up attribute mess
` [PATCH 030/196] driver core: Make the dev_*() family of macros in device.h complete
` [PATCH 031/196] sysfs: create optimal relative symlink targets
` [PATCH 032/196] sysfs: remove SPIN_LOCK_UNLOCKED
` [PATCH 033/196] kobject: convert ibmasm to use kref, not kobject
` [PATCH 034/196] kobject: convert hvc_console "
` [PATCH 035/196] kobject: convert hvcs "
` [PATCH 036/196] kobject: convert icom "
` [PATCH 037/196] kobject: fix up kobject_set_name to use kvasprintf
` [PATCH 038/196] kobject: make kobject_cleanup be static
` [PATCH 039/196] kobject: add kobject_init_ng function
` [PATCH 040/196] kobject: add kobject_add_ng function
` [PATCH 041/196] kobject: add kobject_init_and_add function
` [PATCH 042/196] kobject: remove struct kobj_type from struct kset
` [PATCH 043/196] kobject: remove kobj_set_kset_s as no one is using it anymore
` [PATCH 044/196] kset: add kset_create_and_add function
` [PATCH 045/196] kobject: add kobject_create_and_add function
` [PATCH 046/196] kobject: get rid of kobject_add_dir
` [PATCH 047/196] kobject: get rid of kobject_kset_add_dir
` [PATCH 048/196] kobject: convert fuse to use kobject_create
` [PATCH 049/196] kobject: convert securityfs "
` [PATCH 050/196] kobject: convert debugfs "
` [PATCH 051/196] kobject: convert configfs "
` [PATCH 052/196] kset: convert ecryptfs to use kset_create
` [PATCH 053/196] kobject: convert main fs kobject to use kobject_create
` [PATCH 054/196] kset: convert gfs2 to use kset_create
` [PATCH 055/196] kset: convert gfs2 dlm "
` [PATCH 056/196] kset: convert "
` [PATCH 057/196] kset: convert pci hotplug to use kset_create_and_add
` [PATCH 058/196] kset: remove decl_subsys_name
` [PATCH 059/196] kset: convert kernel_subsys to use kset_create
` [PATCH 060/196] kset: convert drivers/base/bus.c "
` [PATCH 061/196] kset: convert drivers/base/class.c "
` [PATCH 062/196] kset: convert drivers/base/firmware.c "
` [PATCH 063/196] kset: convert /sys/devices "
` [PATCH 064/196] kobject: convert /sys/hypervisor to use kobject_create
` [PATCH 065/196] kobject: convert s390 hypervisor "
` [PATCH 066/196] kset: convert /sys/devices/system to use kset_create
` [PATCH 067/196] kset: convert slub "
` [PATCH 068/196] kset: move /sys/slab to /sys/kernel/slab
` [PATCH 069/196] kset: convert /sys/module to use kset_create
` [PATCH 070/196] kset: convert /sys/power "
` [PATCH 071/196] kset: convert struct bus_device->devices "
` [PATCH 072/196] kset: convert struct bus_device->drivers "
` [PATCH 073/196] Driver Core: add kobj_attribute handling
` [PATCH 074/196] Driver Core: switch all dynamic ksets to kobj_sysfs_ops
` [PATCH 075/196] fix struct user_info export's sysfs interaction
` [PATCH 076/196] ecryptfs: remove version_str file from sysfs
` [PATCH 077/196] efivars: make new_var and del_var binary sysfs files
` [PATCH 078/196] kobject: convert efivars to kobj_attr interface
` [PATCH 079/196] firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interface
` [PATCH 080/196] kset: convert efivars to use kset_create for the efi subsystem
` [PATCH 081/196] kset: convert efivars to use kset_create for the vars sub-subsystem
` [PATCH 082/196] kobject: convert arm/mach-omap1/pm.c to kobj_attr interface
` [PATCH 083/196] kobject: convert pseries/power.c "
` [PATCH 084/196] kobject: convert s390 ipl.c "
` [PATCH 085/196] kset: convert s390 ipl.c to use kset_create
` [PATCH 086/196] kobject: convert parisc/pdc_stable to kobj_attr interface
` [PATCH 087/196] kset: convert parisc/pdc_stable.c to use kset_create
` [PATCH 088/196] Driver Core: kill subsys_attribute and default sysfs ops
` [PATCH 089/196] kset: convert edd to use kset_create
` [PATCH 090/196] kobject: convert /sys/firmware/acpi/ to use kobject_create
` [PATCH 091/196] firmware: remove firmware_(un)register()
` [PATCH 092/196] firmware: change firmware_kset to firmware_kobj
` [PATCH 093/196] kset: convert ocfs2 to use kset_create

[PATCH 4/6] x86: fix some bugs about EFI runtime code mapping
 2008-01-25  7:35 UTC  (2+ messages)

[PATCH 1/3] exporting capability code/name pairs (try 2nd)
 2008-01-25  7:32 UTC  (2+ messages)

[PATCH 1/6] x86: fix NX bit handling in change_page_attr
 2008-01-25  7:32 UTC  (2+ messages)

[PATCH]PCIE ASPM support - takes 3
 2008-01-24 17:22 UTC  (2+ messages)

[PATCH 0/2] dm-band: The I/O bandwidth controller: Overview
 2008-01-25  7:07 UTC  (2+ messages)
` dm-band: The I/O bandwidth controller: Performance Report

[PATCH] PCI: modify SB700 SATA MSI quirk
 2008-01-25  6:52 UTC  (3+ messages)

[kvm-devel] [PATCH] mmu notifiers #v3
 2008-01-25  6:35 UTC  (13+ messages)
  ` [kvm-devel] [PATCH] mmu notifiers #v4
    ` [kvm-devel] [PATCH] export notifier #1

[RESENT] Fix previously extX_ioctl() patches
 2008-01-25  6:35 UTC  (3+ messages)
` [PATCH] Convert ext4_ioctl to an unlocked_ioctl

[dm-devel] [PATCH 0/2] dm-band: The I/O bandwidth controller: Overview
 2008-01-25  6:26 UTC  (2+ messages)

2.6.24-rc8-mm1
 2008-01-25  6:05 UTC  (7+ messages)
` 2.6.24-rc8-mm1 Kernel oops will running kernbench
          ` 2.6.24 Kernel oops will running kernbench regression from 2.6.24-rc8-mm1

[RFC] some page can't be migrated
 2008-01-25  6:03 UTC  (13+ messages)

[patch 0/4] [RFC] MMU Notifiers V1
 2008-01-25  5:56 UTC  (5+ messages)
` [patch 1/4] mmu_notifier: Core code
` [patch 2/4] mmu_notifier: Callbacks to invalidate address ranges
` [patch 3/4] mmu_notifier: invalidate_page callbacks for subsystems with rmap
` [patch 4/4] MMU notifier: invalidate_page callbacks using Linux rmaps

[PATCH 5/6] x86: use reboot_type on EFI 32
 2008-01-25  5:55 UTC 

[PATCH 0/6] x86: some fixes of early_ioremap and EFI runtime services
 2008-01-25  5:54 UTC 

[PATCH 3/6] x86: early_ioremap_reset fix
 2008-01-25  5:54 UTC 

[PATCH 2/6] x86: make early_ioremap_debug early_param
 2008-01-25  5:54 UTC 

[PATCH 6/6] x86: fixes some bugs about EFI memory map handling
 2008-01-25  5:55 UTC 

x86.git: mtrr trimming removes all memory under kvm
 2008-01-25  5:44 UTC  (6+ messages)
  ` [PATCH] x86: trim ram need to check if mtrr is there v2

bluetooth : lockdep warning on rfcomm
 2008-01-25  5:37 UTC  (3+ messages)

[PATCH] 2.4: fix memory corruption from misinterpreted bad_inode_ops return values
 2008-01-25  4:53 UTC  (6+ messages)

[PATCH] x86: ioremap_nocache fix
 2008-01-25  5:22 UTC 

[PATCH 2/3] exporting capability code/name pairs (try 2nd)
 2008-01-25  5:18 UTC 

[PATCH 3/3] exporting capability code/name pairs (try 2nd)
 2008-01-25  5:18 UTC 

[patch 00/26] mount options: fix filesystem's ->show_options
 2008-01-25  5:13 UTC  (3+ messages)
` [patch 06/26] mount options: fix autofs4

[PATCH for mm] Remove iBCS support
 2008-01-25  5:12 UTC  (17+ messages)

[PATCH] x86: Construct 32 bit boot time page tables in native format
 2008-01-25  4:41 UTC  (36+ messages)

[PATCH] x86: Remove nx_enabled from fault.c
 2008-01-25  4:41 UTC 

[patch] PCI: disable MSI on more ATI NorthBridges
 2008-01-25  4:33 UTC  (7+ messages)
` [patch] PCI: disable the MSI of AMD RS690
  ` [patch] PCI: modify SB700 SATA MSI quirk

[PATCH UCC TDM 1/3 Updated] Platform changes for UCC TDM driver for MPC8323eRDB. Also includes related QE changes and dts entries
 2008-01-25  4:09 UTC  (7+ messages)

[PATCH UCC TDM 3/3 ] Modified Documentation to explain dts entries for TDM driver
 2008-01-25  3:58 UTC  (3+ messages)
  ` [PATCH UCC TDM 3/3 ] Modified Documentation to explain dtsentries "

[PATCH 9/10] introduce intel_menlow platform specific driver
 2008-01-25  3:45 UTC  (7+ messages)

[RFC][PATCH 3/8] mem_notify v5: introduce /dev/mem_notify new device (the core of this patch series)
 2008-01-25  3:33 UTC  (3+ messages)

[RFC][PATCH 0/4] enabling graphics memory dma remapping
 2008-01-25  3:02 UTC  (6+ messages)
` [agp-mm][PATCH "
  ` [agp-mm][PATCH 1/4][intel_iommu] explicit export current graphics dmar status

[PATCH 00/26] atl1: divide and modernize
 2008-01-25  3:01 UTC  (7+ messages)
` [PATCH 09/26] atl1: refactor tx processing

[patch] x86, i387: use convert_to_fxsr() in fpregs_set()
 2008-01-25  1:59 UTC  (2+ messages)
` [PATCH x86/mm] x86: i387 fpregs_set convert_to_fxsr

[PATCH] W1: w1_therm.c standardize units to millidegrees C
 2008-01-25  1:49 UTC  (4+ messages)

[PATCH 0/9] bfs: assorted cleanups
 2008-01-25  1:55 UTC  (5+ messages)
` [PATCH 5/9] bfs: move function prototype to the proper header file

[PATCH 0/3] percpu: Optimize percpu accesses
 2008-01-25  1:46 UTC  (7+ messages)

LowFree/LowMem problem
 2008-01-25  1:45 UTC  (4+ messages)

2.6.24-rc8-mm1 : net tcp_input.c warnings
 2008-01-25  1:30 UTC  (11+ messages)

CONFIG_MARKERS
 2008-01-25  1:27 UTC  (4+ messages)
  ` [PATCH] Linux Kernel Markers Support for Proprierary Modules

[WARNING -rc8] at fs/sysfs/dir.c:424 sysfs_add_one(), related with processor (ACPI)
 2008-01-25  1:27 UTC  (5+ messages)

"Default Linux Capabilities" default in 2.6.24
 2008-01-25  1:12 UTC 

[RFC] ext3: per-process soft-syncing data=ordered mode
 2008-01-25  1:19 UTC  (2+ messages)

[PATCH 2/2] x86: Further shrink ifdef sections in fault.c
 2008-01-25  1:05 UTC 

[PATCH 1/2] x86: Shrink some ifdefs in fault.c
 2008-01-25  1:05 UTC 

[PATCH -mm 0/5] b43: Fix suspend/resume deadlock
 2008-01-25  0:37 UTC  (6+ messages)
` [PATCH -mm 1/5] PM: Export device_pm_schedule_removal
` [PATCH -mm 2/5] Misc: Add possibility to remove misc devices during suspend/resume
` [PATCH -mm 3/5] HWRNG: Add possibility to remove hwrng "
` [PATCH -mm 4/5] Leds: Add possibility to remove leds classdevs "
` [PATCH -mm 5/5] b43: Avoid unregistering device objects during suspend

[RFC] Parallelize IO for e2fsck
 2008-01-25  0:25 UTC  (4+ messages)

[patch 01/26] mount options: add documentation
 2008-01-25  0:24 UTC  (2+ messages)

[PATCH] x86: ignore spurious faults
 2008-01-25  0:26 UTC  (5+ messages)
` [PATCH UPDATE] "


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