All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-02-07 18:10:22 to 2007-02-07 18:57:05 UTC [more...]

[PATCH] Ban module license tag string termination trick
 2007-02-07 18:56 UTC  (2+ messages)

acpi change between 2.6.8.1 and 2.6.17 breaks Tyan S2466N power button
 2007-02-07 18:56 UTC  (2+ messages)

[PATCH 1/3] rcutorture: Use ARRAY_SIZE macro when appropriate
 2007-02-07 18:56 UTC  (2+ messages)
` [PATCH 2/3] rcutorture: style cleanup: avoid != NULL in boolean tests

ACPI patches for 2.6.21
 2007-02-07 18:52 UTC  (219+ messages)
    ` [PATCH 1/140] ACPI: clean up scan.c
      ` [PATCH 2/140] ACPI: rename some functions
      ` [PATCH 3/140] ACPI: add device_driver and hepler functions
      ` [PATCH 4/140] ACPI: add ACPI bus_type for driver model
      ` [PATCH 5/140] ACPI: change registration interface to follow "
      ` [PATCH 6/140] ACPI: adjust init order
      ` [PATCH 7/140] ACPI: convert to sysfs framework
      ` [PATCH 8/140] ACPI: add acpi_bus_ops in acpi_device
      ` [PATCH 9/140] ACPI: add acpi_bus_removal_type "
      ` [PATCH 10/140] ACPI: consolidate two motherboard drivers into one
      ` [PATCH 11/140] ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver
      ` [PATCH 12/140] ACPI: Set fake hid for non-PNPID ACPI devices
      ` [PATCH 13/140] output: Add display output class support
      ` [PATCH 14/140] output: Add output class document
      ` [PATCH 15/140] ACPI: Adds backlight sysfs support for acpi video driver
      ` [PATCH 16/140] ACPI: use PNPID:instance_no as bus_id of ACPI device
      ` [PATCH 17/140] ACPI: fix Supermicro X7DB8+ Boot regression
      ` [PATCH 18/140] ACPI: video: fix LCD monitor seen as CRT
      ` [PATCH 19/140] ACPI: use more understandable bus_id for ACPI devices
      ` [PATCH 20/140] ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster
      ` [PATCH 21/140] ACPI: move FADT resource reservations from motherboard driver to osl
      ` [PATCH 22/140] PNP: reserve system board iomem resources as well as ioport resources
      ` [PATCH 23/140] PNP: system.c whitespace cleanup
      ` [PATCH 24/140] i386: turn on CONFIG_PNP in defconfig
      ` [PATCH 25/140] ACPI: remove motherboard driver (redundant with PNP system driver)
      ` [PATCH 26/140] PNPACPI: remove EXPERIMENTAL dependency
      ` [PATCH 27/140] ACPI: add a Kconfig option for ACPI procfs interface
      ` [PATCH 28/140] ACPI: add ACPI debug attribute in sysfs
      ` [PATCH 29/140] ACPI: add ACPICA version "
      ` [PATCH 30/140] asus-laptop: add base driver
      ` [PATCH 31/140] asus-laptop: add led support
      ` [PATCH 32/140] asus-laptop: add bluetooth and wlan support
      ` [PATCH 33/140] asus-laptop: add backlight support
      ` [PATCH 34/140] asus-laptop: add display switching support
      ` [PATCH 35/140] asus-laptop: add ledd support
      ` [PATCH 36/140] asus-laptop: add light sensor support
      ` [PATCH 37/140] asus-laptop: Lindent
      ` [PATCH 39/140] ACPI: delete unused acpi_device_get_debug_info()
      ` [PATCH 40/140] ACPI: correct id for fixed buttons
      ` [PATCH 41/140] ACPI: prevent build failure when CONFIG_X86_NUMAQ=y
      ` [PATCH 42/140] ACPICA: Update function header
      ` [PATCH 43/140] ACPICA: Handle mis-matched package length
      ` [PATCH 44/140] ACPICA: Handle case NumElements > Package length
      ` [PATCH 45/140] ACPICA: Delete recursive feature of ACPI Global Lock
      ` [PATCH 46/140] ACPICA: Release global lock from interrupt handler
      ` [PATCH 47/140] ACPICA: Cast acpi_thread_id to UINT32 for debug output only
      ` [PATCH 48/140] ACPICA: fix for object premature deletion
      ` [PATCH 49/140] ACPICA: Temporary fix for BankValue parameter
      ` [PATCH 50/140] ACPICA: Update version to 20060721
      ` [PATCH 51/140] ACPICA: Update debug output
      ` [PATCH 53/140] ACPICA: misc fixes for new Table Manager:
      ` [PATCH 54/140] ACPICA: Update comments for individual table fields
      ` [PATCH 55/140] ACPICA: Fix for FADT conversion in 64-bit mode
      ` [PATCH 56/140] ACPICA: Lint changes
      ` [PATCH 57/140] ACPICA: minimal patch to integrate new tables into Linux
      ` [PATCH 58/140] ACPICA: Add support for DMAR table
      ` [PATCH 59/140] ACPICA: Add acpi_gpe_count global to track the number of GPE events
      ` [PATCH 60/140] ACPICA: Disable all wake GPEs after first one recieved
      ` [PATCH 61/140] ACPICA: Fix unalignment in acpi_ut_repair_name
      ` [PATCH 62/140] ACPICA: Store GPE number instead of bitmask
      ` [PATCH 63/140] ACPICA: Split acpi_format_exception into two parts
      ` [PATCH 64/140] ACPICA: Update version to 20060831
      ` [PATCH 65/140] ACPICA: Cleanup of FADT verification function
      ` [PATCH 66/140] ACPICA: Create tbfadt.c to hold all FADT-related functions
      ` [PATCH 67/140] ACPICA: Re-implement interpreters' "serialized mode"
      ` [PATCH 68/140] ACPICA: Delete stale FADT functions outside tbfadt.c
      ` [PATCH 69/140] ACPICA: Update comments in tbfadt.c
      ` [PATCH 70/140] ACPICA: add ASF comment
      ` [PATCH 71/140] ACPICA: re-factor table init routines for benefit of iASL
      ` [PATCH 72/140] ACPICA: Allow type ANY to be the target of the Scope operator
      ` [PATCH 73/140] ACPICA: IsResourceTemplate now returns ACPI_STATUS
      ` [PATCH 74/140] ACPICA: Add declarations for ASF! sub-tables
      ` [PATCH 75/140] ACPICA: FADT verification is now table driven
      ` [PATCH 76/140] ACPICA: Report error if method creates 2 objects with the same name
      ` [PATCH 77/140] ACPICA: New common routine for creating and verifying a local FADT
      ` [PATCH 78/140] ACPICA: Fix memory leak in table load error path
      ` [PATCH 79/140] ACPICA: Fix trace output name and whitespace
      ` [PATCH 80/140] ACPICA: Update version to 20060912
      ` [PATCH 81/140] ACPICA: Add full table name to disassembler output
      ` [PATCH 82/140] ACPICA: Fix for Global Lock semaphore
      ` [PATCH 83/140] ACPICA: Remove obsolete Flags parameter
      ` [PATCH 84/140] ACPICA: Use faster ByIndex interface to get FACS
      ` [PATCH 85/140] ACPICA: On AML mutex force-release, set depth to zero (was 1)
      ` [PATCH 86/140] ACPICA: Update interpreter error paths to always report the error
      ` [PATCH 87/140] ACPICA: Fix for possible memory leak and fault
      ` [PATCH 88/140] ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is called
      ` [PATCH 89/140] ACPICA: Update version to 20060927
      ` [PATCH 90/140] ACPICA: Restructured module into multiple functions
      ` [PATCH 91/140] ACPICA: Eliminate control method 2-pass parse/execute
      ` [PATCH 92/140] ACPICA: Fix race condition with AcpiWalkNamespace
      ` [PATCH 93/140] ACPICA: _CID support for PCI Root Bridge detection
      ` [PATCH 94/140] ACPICA: Use manifest constants for parse pass number
      ` [PATCH 95/140] ACPICA: Update comments
      ` [PATCH 96/140] ACPICA: Abort downward walk on temporary node detection
      ` [PATCH 97/140] ACPICA: Fixes for parameter validation
      ` [PATCH 98/140] ACPICA: Update version to 20061011
      ` [PATCH 99/140] ACPICA: Remove duplicate table manager
      ` [PATCH 100/140] ACPICA: use new ACPI headers
      ` [PATCH 101/140] ACPICA: Remove duplicate table definitions
      ` [PATCH 102/140] ACPICA: Remove duplicate table definitions (non-conflicting)
      ` [PATCH 103/140] ACPICA: Remove duplicate table definitions (non-conflicting), cont
      ` [PATCH 104/140] ACPICA: Update debug output routines for data structure changes
      ` [PATCH 105/140] ACPICA: Miscellaneous table manager updates and optimizations
      ` [PATCH 106/140] ACPICA: Fixes for load() operator
      ` [PATCH 107/140] ACPICA: Remove global lock handler on AcpiTerminate
      ` [PATCH 108/140] ACPICA: Ensure that all structures in acobject.h are aligned, via #pragma
      ` [PATCH 109/140] ACPICA: Add ACPI_MAX macro
      ` [PATCH 110/140] ACPICA: Fail AcpiEnable if ACPI tables not loaded
      ` [PATCH 111/140] ACPICA: Add include of actables.h
      ` [PATCH 112/140] ACPICA: Update version to 20061109
      ` [PATCH 113/140] ACPICA: Removed all 16-bit support
      ` [PATCH 114/140] ACPICA: Debugger multithreading enhancements
      ` [PATCH 115/140] ACPICA: Update a comment
      ` [PATCH 117/140] ACPICA: Added option to display memory statistics upon termination
      ` [PATCH 118/140] ACPICA: Update version to 20061215
      ` [PATCH 119/140] ACPICA: Allow ACPI id to be u32 instead of u8
      ` [PATCH 120/140] ACPICA: Allow processor to be declared with the Device() instead of Processor()
      ` [PATCH 121/140] ACPICA: Update copyright to 2007
      ` [PATCH 122/140] ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table load
      ` [PATCH 123/140] ACPICA: Update version to 20070126
      ` [PATCH 124/140] ACPI: build fix for IBM x440 - CONFIG_X86_SUMMIT
      ` [PATCH 125/140] ACPI: fix HP RX2600 IA64 boot
      ` [PATCH 126/140] ACPI_NUMA: fix HP IA64 simulator issue with extended memory domain
      ` [PATCH 127/140] ACPICA: reduce conflicts with Altix patch series
      ` [PATCH 128/140] Altix: ACPI SSDT PCI device support
      ` [PATCH 129/140] Altix: Add ACPI SSDT PCI device support (hotplug)
      ` [PATCH 130/140] ACPICA: fix gcc build warnings
      ` [PATCH 131/140] ACPI: dock: check if parent is on dock
      ` [PATCH 132/140] ACPI: bay: new driver adding removable drive bay support
      ` [PATCH 133/140] ACPI: bay: delete unused variable
      ` [PATCH 134/140] ACPI: bay: remove prototype procfs code
      ` [PATCH 135/140] ACPI: bay: make bay a platform driver
      ` [PATCH 136/140] ACPI: bay: make drive_bays static
      ` [PATCH 137/140] ACPI: bay: new driver is EXPERIMENTAL
      ` [PATCH 138/140] ACPI: bay: Convert ACPI Bay driver to be compatible with sysfs update
      ` [PATCH 139/140] asus-laptop: merge with ACPICA table update
      ` [PATCH 140/140] ACPICA: reduce table header messages to fit within 80 columns

[PATCH] (2.6.20) Toshiba RBTX49x7: declare prom_getcmdline()
 2007-02-07 18:53 UTC  (2+ messages)

Bluetooth audio driver causing kernel oops with alsa-driver-hg20070206
 2007-02-07 18:53 UTC  (3+ messages)

[PATCH] (2.6.20) Toshiba JMR3927 and RBTX49x7 do support LE
 2007-02-07 18:52 UTC  (2+ messages)

Move superblock on partition resize?
 2007-02-07 18:50 UTC  (2+ messages)

[Ltt-dev] Linux Kernel Markers : sparc build issue
 2007-02-07 18:46 UTC  (2+ messages)

Free Linux Driver Development!
 2007-02-07 18:42 UTC  (16+ messages)

gpu sharing layer for kernel
 2007-02-07 18:42 UTC  (4+ messages)

a question regarding Ext3 file truncate
 2007-02-07 18:42 UTC  (3+ messages)

[git patches] IDE updates for 2.6.20
 2007-02-07 18:42 UTC  (5+ messages)

[PATCH]indistinguishable devices with broken and unbroken firmware
 2007-02-07 18:42 UTC  (2+ messages)
` [usb-storage] "

[lm-sensors] Asus P5B Deluxe / Winbond 83627DHG
 2007-02-07 18:41 UTC  (2+ messages)

[PATCH] SELinux: change Kconfig to use select instead of depends
 2007-02-07 18:40 UTC  (4+ messages)

[PATCH]indistinguishable devices with broken and unbroken firmware
 2007-02-07 18:40 UTC  (2+ messages)
` [usb-storage] "

a whitelist for outgoing syn port 80, 443 traffic for hosting
 2007-02-07 18:40 UTC  (2+ messages)

[RFC] Tracking mlocked pages and moving them off the LRU
 2007-02-07 18:39 UTC  (11+ messages)

[PATCH 2.6.18 0/2] LARTC: trace control for netem
 2007-02-07 18:36 UTC  (2+ messages)
` [Fwd: [Netem] [PATCH 2.6.18 0/2] LARTC: trace control for netem]

PROBLEM: sata timeouts with intel 82801HB on amd64
 2007-02-07 17:26 UTC  (2+ messages)

[PATCH] [NETDEV] [005] dmfe : Add support for wake-on-lan
 2007-02-07 18:35 UTC  (2+ messages)
` [PATCH] "

[Bluez-users] Is this list dead?
 2007-02-07 18:35 UTC  (3+ messages)

[PATCH] [NETDEV] [004] dmfe : Add suspend/resume support
 2007-02-07 18:33 UTC  (2+ messages)
` [PATCH] "

[PATCH] [NETDEV] [003] dmfe : fix link detection
 2007-02-07 18:32 UTC  (2+ messages)
` [PATCH] "

[Cluster-devel] conga ./.cvsignore luci/cluster/form-macros
 2007-02-07 18:30 UTC 

[PATCH] [NETDEV] [002] dmfe : Fix possible oops
 2007-02-07 18:30 UTC 

[PATCH 2.6.20] rcutorture: Use ARRAY_SIZE macro when appropriate
 2007-02-07 18:29 UTC  (2+ messages)

+ clocksource-add-verification-watchdog-helper-fix-3.patch added to -mm tree
 2007-02-07 18:24 UTC  (7+ messages)
              ` [PATCH] sysctl selinux: Don't look at table->de
                  ` [PATCH 1/2] sysctl: Add a parent entry to ctl_table and set the parent entry
                    ` [PATCH 2/2] sysctl: Restore the selinux path based label lookup for sysctls

[PATCH] [NETDEV] [001] dmfe : trivial/spelling fixes
 2007-02-07 18:28 UTC 

git log filtering
 2007-02-07 18:27 UTC  (5+ messages)

[PATCH] [NETDEV] [000] dmfe : fix bugs and add features
 2007-02-07 18:26 UTC 

acpi change between 2.6.8.1 and 2.6.17 breaks Tyan S2466N power button
 2007-02-07 18:26 UTC  (2+ messages)

Fw: [Bugme-new] [Bug 7958] New: AE_AML_PACKAGE_LIMIT is beyond end of object
 2007-02-07 18:26 UTC  (3+ messages)

alloc_bootmem - Kernel panic
 2007-02-07 18:24 UTC  (2+ messages)

IPTables and different types of NAT
 2007-02-07 18:23 UTC  (4+ messages)

Bad race condition in the new autofs protocol somewhere
 2007-02-07 18:18 UTC  (3+ messages)
` [autofs] "

[PATCH] [NET] dmfe : number of fixes and features
 2007-02-07 18:16 UTC  (2+ messages)

[2.6.20][PATCH] fix mempolicy error check on a system with memory-less-node
 2007-02-07 18:15 UTC  (4+ messages)
    ` [PATCH] FS : Speedup rw_verify_area()

[Buildroot] Enabling Static builds
 2007-02-07 18:15 UTC  (2+ messages)

Marla'sBuber's wrote: Would you 
 2007-02-07 18:14 UTC 

[PATCH] change VGA yield behavior
 2007-02-07 18:13 UTC  (2+ messages)

Pinkertonwastebasket wrote: Would you 
 2007-02-07 18:12 UTC 


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.