All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-01-09 08:02:50 to 2009-01-09 10:18:00 UTC [more...]

ACPI & Suspend related patches for 2.6.29
 2009-01-09  9:27 UTC  (94+ messages)
` [PATCH 01/94] ACPI: EC: Add some basic check for ECDT data
  ` [PATCH 02/94] ACPI: EC: fix compilation warning
  ` [PATCH 03/94] /proc/acpi/alarm: handle day-of-month wraparound on readback
  ` [PATCH 04/94] ACPI: video: Fix reversed brightness behavior on ThinkPad SL series
  ` [PATCH 05/94] Hibernate: Call platform_begin before swsusp_shrink_memory
  ` [PATCH 06/94] ACPI hibernate: Add a mechanism to save/restore ACPI NVS memory
  ` [PATCH 07/94] x86 hibernate: Mark ACPI NVS memory region at startup
  ` [PATCH 08/94] ACPI hibernate: Introduce new kernel parameter acpi_sleep=s4_nonvs
  ` [PATCH 09/94] Hibernate: Do not oops on resume if image data are incorrect
  ` [PATCH 10/94] Hibernate: Take overlapping zones into account (rev. 2)
  ` [PATCH 11/94] Hibernate: Replace unnecessary evaluation of pfn_to_page()
  ` [PATCH 12/94] drivers/misc/Makefile, Kconfig: cleanup
  ` [PATCH 13/94] create drivers/platform/x86/ from drivers/misc/
  ` [PATCH 14/94] ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86
  ` [PATCH 15/94] doc: fix kernel-parameters.txt formatting
  ` [PATCH 16/94] Newly inserted battery might differ from one just removed, so
  ` [PATCH 17/94] ACPI: disable MPS when NO APIC-table found
  ` [PATCH 18/94] eeepc-laptop: use select and not depends on
  ` [PATCH 19/94] ACPICA: Fix several warnings under gcc 4 compiler
  ` [PATCH 20/94] ACPICA: Update FACS waking vector interfaces
  ` [PATCH 21/94] ACPICA: Fix possible memory leak on error in parser
  ` [PATCH 22/94] ACPICA: Optimize execution of AML While loops
  ` [PATCH 23/94] ACPICA: Add a mechanism to escape infinite AML While() loops
  ` [PATCH 24/94] ACPICA: Update debug output for IndexField I/O
  ` [PATCH 25/94] ACPICA: Fix namestring for the SystemCMOS address space
  ` [PATCH 26/94] ACPICA: Emit warning if two FACS or DSDT tables found in the FADT
  ` [PATCH 27/94] ACPICA: Add global pointer for FACS table to simplify FACS access
  ` [PATCH 28/94] ACPICA: Reformat comments, no functional changes
  ` [PATCH 29/94] ACPICA: Add support to externally execute _OSI method
  ` [PATCH 30/94] ACPICA: Remove references to obsolete ACPI_DUMP_APP
  ` [PATCH 31/94] ACPICA: Fix to allow aliases within ASL namepaths
  ` [PATCH 32/94] ACPICA: Allow multiple backslash prefix in namepaths
  ` [PATCH 33/94] ACPICA: Add Buffer->String conversion for predefined methods
  ` [PATCH 34/94] ACPICA: Consolidate method arg count validation code
  ` [PATCH 35/94] ACPICA: Enhance implicit return mechanism
  ` [PATCH 36/94] ACPICA: Update version to 20081031
  ` [PATCH 37/94] cpuidle: Add decaying history logic to menu idle predictor
  ` [PATCH 38/94] ACPI: Do not modify SCI_EN directly
  ` [PATCH 39/94] ACPI: PCI: use conventional PCI address format
  ` [PATCH 40/94] ACPI: PCI: remove unnecessary null pointer checks
  ` [PATCH 41/94] ACPI: PCI: simplify buffer management for evaluating _PRT
  ` [PATCH 42/94] ACPI: PCI: ignore _PRT function information
  ` [PATCH 43/94] ACPI: PCI: fix GSI/IRQ naming confusion
  ` [PATCH 44/94] ACPI: PCI: move struct acpi_prt_entry declaration out of public header file
  ` [PATCH 45/94] ACPI: PCI: add a helper to convert _PRT INTx pin number to name
  ` [PATCH 46/94] ACPI: PCI: always use the PCI INTx pin values, not the _PRT ones
  ` [PATCH 47/94] ACPI: PCI: use 1-based encoding for _PRT quirks
  ` [PATCH 48/94] ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pin
  ` [PATCH 49/94] ACPI: PCI: tweak _PRT lookup debug
  ` [PATCH 50/94] ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive
  ` [PATCH 51/94] ACPI: PCI: use positive logic to simplify code
  ` [PATCH 52/94] ACPI: PCI: follow typical PCI INTx swizzling pattern
  ` [PATCH 53/94] ACPI: PCI: combine lookup and derive
  ` [PATCH 54/94] ACPI: PCI: simplify list of _PRT entries
  ` [PATCH 55/94] ACPI: PCI: simplify struct acpi_prt_entry
  ` [PATCH 56/94] ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inline
  ` [PATCH 57/94] ACPI: PCI: whitespace and useless initialization cleanup
  ` [PATCH 58/94] ACPI: PCI: add HP copyright
  ` [PATCH 59/94] ACPI: simplify buffer management for acpi_pci_bind() etc
  ` [PATCH 60/94] ACPI: ec.c, pci_link.c, video_detec.c: static
  ` [PATCH 61/94] video: always update the brightness when poking "brightness"
  ` [PATCH 62/94] ACPI: osl.c: replace return_ACPI_STATUS with return
  ` [PATCH 63/94] ACPI: ec.c: call acpi_get_name to get node name
  ` [PATCH 64/94] ACPI: proc.c: remove ACPI_FUNCTION_TRACE
  ` [PATCH 65/94] ACPI: wakeup.c: "
  ` [PATCH 66/94] ACPICA: New: acpi_get_gpe_device interface
  ` [PATCH 67/94] ACPICA: New: Public GPE group enable/disable interfaces
  ` [PATCH 68/94] ACPI: main.c: use new public "
  ` [PATCH 69/94] ACPI: sony-laptop.c: call acpi_get_object_info to get node info
  ` [PATCH 70/94] ACPI: power.c: call acpi_get_name to get node name
  ` [PATCH 71/94] ACPI: panasonic-laptop.c: remove ACPI_FUNCTION_TRACE
  ` [PATCH 72/94] ACPI: io_acpi_init.c: call acpi_get_name to get node fullname
  ` [PATCH 73/94] ACPI: io_common.c: call acpi_get_table to avoid using ACPI_SIG_DSDT
  ` [PATCH 74/94] ACPICA: New: acpi_read and acpi_write public interfaces
  ` [PATCH 75/94] ACPICA: Move all public H/W interfaces to new hwxface
  ` [PATCH 76/94] ACPICA: New: acpi_reset interface - write to reset register
  ` [PATCH 77/94] ACPI: reboot.c: use new acpi_reset interface
  ` [PATCH 78/94] ACPI: remove private acpica headers from driver files
  ` [PATCH 80/94] ACPICA: Fixes for various ACPI data tables
  ` [PATCH 81/94] ACPICA: Add ACPI_MUTEX_TYPE configuration option
  ` [PATCH 82/94] ACPICA: FADT parsing changes and fixes
  ` [PATCH 83/94] ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default
  ` [PATCH 84/94] ACPICA: FADT: Update error msgs for consistency
  ` [PATCH 85/94] ACPICA: Update version to 20081204
  ` [PATCH 86/94] ACPICA: delete acdisasm.h
  ` [PATCH 87/94] ACPICA: delete utcache.c
  ` [PATCH 88/94] fujitsu-laptop: Add BL power, LED control and radio state information
  ` [PATCH 89/94] fujitsu-laptop: Simplify SBLL/SBL2 backlight handling
  ` [PATCH 90/94] ACPI: Avoid array address overflow when _CST MWAIT hint bits are set
  ` [PATCH 91/94] ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"
  ` [PATCH 92/94] ACPI: fix build warning
  ` [PATCH 93/94] ACPICA: create acpica/ directory
  ` [PATCH 94/94] ACPICA: hide private headers

LVM2/test test-utils.sh t-inconsistent-metadata.sh
 2009-01-09 10:16 UTC 

[Regression] USB wakeup problem on Toshiba Portege R500
 2009-01-09 10:18 UTC  (5+ messages)

Thoughts about the b43 RNG
 2009-01-09 10:15 UTC  (4+ messages)

next-20090107: WARNING: at kernel/sched.c:4435 sub_preempt_count
 2009-01-09 10:09 UTC  (2+ messages)

Funny: git -p submodule summary
 2009-01-09 10:13 UTC  (9+ messages)

HTB - very bad precision? HFSC works fine! 2.6.28
 2009-01-09 10:15 UTC  (22+ messages)
` [BUG 12364] "
  ` [BUG #12364] "

Oops with Gigabyte motherboard "GA-X48-DQ6" and r8168 Realtek driver
 2009-01-09  9:40 UTC 

Too async libata breakage
 2009-01-09 10:10 UTC  (9+ messages)
  ` [fix] "

HP accelerometer: split chip handling from HP ACPI interface
 2009-01-09 10:13 UTC  (6+ messages)
` HP accelerometer: free fall detection working, testers wanted

RFC: Fix f_flags races without the BKL
 2009-01-09 10:08 UTC  (4+ messages)

[PATCH 1/1] pata_via.c: Support VX855 and future chips whose IDE controller use 0x0571
 2009-01-09 10:09 UTC 

[PATCH 0/4 v8] i.MX31: dmaengine and framebuffer drivers
 2009-01-09 10:09 UTC  (4+ messages)

[PATCH] Enable PCI passthrough with stub domain
 2009-01-09 10:08 UTC 

[PATCH] w35und: typedef removal
 2009-01-09 10:08 UTC  (2+ messages)

drivers returning wrong results from their _tx op
 2009-01-09 10:06 UTC  (6+ messages)

nbd: trivial cleanups
 2009-01-09 10:06 UTC 

dm-loop status
 2009-01-09  9:59 UTC  (3+ messages)

[linux-dvb] dvb-t config for Ukraine_Kiev (ua)
 2009-01-09  9:54 UTC  (4+ messages)

[RFC PATCH] make diff --color-words customizable
 2009-01-09  9:53 UTC  (2+ messages)

[PATCH] Input: Make MOUSE_PS2_LIFEBOOK depend on X86
 2009-01-09  9:52 UTC 

wiki spam
 2009-01-09  9:49 UTC 

[Xenomai-help] Use Xenomai / C++
 2009-01-09  9:43 UTC  (2+ messages)

[U-Boot] [PATCH] tools/netconsole: make a bit more robust and use ncb when possible
 2009-01-09  9:38 UTC 

[RFC][PATCH 0/4] some memcg fixes
 2009-01-09  9:37 UTC  (14+ messages)
` [RFC][PATCH 3/4] memcg: fix for mem_cgroup_hierarchical_reclaim
` [RFC][PATCH 4/4] memcg: make oom less frequently

[U-Boot] [PATCH] ncb: use socklen_t
 2009-01-09  9:38 UTC 

list freezer as supported
 2009-01-09  9:39 UTC 

[ANNOUNCE] Kernel Blocking Firewall
 2009-01-09  9:09 UTC  (7+ messages)

[Qemu-devel] Ongoing changes to the displaying code
 2009-01-09  9:28 UTC  (4+ messages)

[PATCH -v7][RFC]: mutex: implement adaptive spinning
 2009-01-09  9:28 UTC  (3+ messages)

thinkpad-acpi: split delayed LEDs stuff, clean up code
 2009-01-09  9:22 UTC 

[Buildroot] svn commit: trunk/buildroot/target/linux
 2009-01-09  9:19 UTC  (2+ messages)

[RFC PATCH crypto 4/4] AES-NI: Add support to Intel AES-NI instructions for x86_64 platform
 2009-01-09  9:18 UTC  (4+ messages)

[Buildroot] svn commit: trunk/buildroot/target/linux
 2009-01-09  9:17 UTC  (2+ messages)

[Buildroot] Buildroot maintainer and stable releases
 2009-01-09  9:15 UTC  (8+ messages)

[Qemu-devel] qemu: block.c: introducing "fmt:FMT:" prefix to image-filenames
 2009-01-09  9:17 UTC  (7+ messages)

Who wrote 2.6.28
 2009-01-09  9:07 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] info blockstats (block-qcow2): show highest allocated offset (bytes)
 2009-01-09  9:09 UTC  (2+ messages)

[PATCH, resend] git-commit: colored status when color.ui is set
 2009-01-09  9:00 UTC  (2+ messages)

[patch 0/4] s390: net drivers convert to net_device_ops
 2009-01-09  9:02 UTC  (5+ messages)
` [patch 1/4] lcs: "
` [patch 2/4] ctcm: "
` [patch 3/4] netiucv: "
` [patch 4/4] claw: "

[bug] sound: INFO: possible recursive locking detected
 2009-01-09  9:00 UTC  (7+ messages)
    ` [PATCH] ALSA: hda - create hda_codec.control_mutex for kcontrol->private_value

1.5.6.5 fails to clone git.kernel.org/[...]/rostedt/linux-2.6-rt
 2009-01-09  8:58 UTC  (2+ messages)

[PATCH] ioemu: don't expose MSI/MSI-X capabilities to IA64 HVM guest in ioemu
 2009-01-09  8:59 UTC 

[PATCH 0/7] ASoc updates for -next
 2009-01-09  8:55 UTC  (4+ messages)

(unknown),
 2009-01-09  7:46 UTC 

(2009) Job Opportunities In Progress
 2009-01-09  8:47 UTC 

OE dev meeting
 2009-01-09  8:40 UTC  (5+ messages)

[PATCH] wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev [v2]
 2009-01-09  8:41 UTC  (2+ messages)
` [PATCH] wimax: fix typo in kernel-doc for debugfs_dentry in struct wimax_dev

Contributing/Testing gfxmenu on x86_64 Fedora 10
 2009-01-09  7:35 UTC 

[PATCH 0/2] Allow cloning to an existing empty directory
 2009-01-09  8:33 UTC  (6+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] Use is_pseudo_dir_name everywhere

Source Code Help
 2009-01-09  8:32 UTC  (2+ messages)

[PATCH] dmatest: flush and invalidate destination buffer before DMA
 2009-01-09  8:30 UTC  (4+ messages)

PostProcessing API
 2009-01-09  8:04 UTC 

"BUG: scheduling while atomic: pdflush/30/0x00000002" in latest git
 2009-01-09  8:22 UTC  (9+ messages)
    ` [PATCH] async: Don't call async_synchronize_full_special() while holding sb_lock

[PATCH]fix a ssl migration hang issue
 2009-01-09  8:21 UTC 

c preprocessor expansion
 2009-01-09  8:15 UTC  (3+ messages)

[PATCH] ftdi_sio driver support of bar code scanner from Diebold
 2009-01-09  8:15 UTC  (2+ messages)

[PATCH 1/2 (resend) ] introduce soft reset handler
 2009-01-09  8:11 UTC  (2+ messages)

[IA64] Weekly benchmark results [2009ww01]
 2009-01-09  8:11 UTC 

Migrating from Xen 3.2 to KVM
 2009-01-09  8:11 UTC  (2+ messages)

[PATCH 2/2 (resend) ] reset flag documentation
 2009-01-09  8:08 UTC  (2+ messages)

[BUG] AS-ioscheduler: kernel panic at as_exit_queue
 2009-01-09  8:05 UTC 

[ath9k-devel] [PATCH] ath9k: Enable Bluetooth Coexistence support
 2009-01-09  8:06 UTC  (3+ messages)
  `  "

[PATCH v2 0/3] libertas: driver for GSPI devices
 2009-01-09  8:05 UTC  (6+ messages)
` [PATCH v2 1/3] libertas: Fix alignment issues in libertas core
  ` [PATCH v2 2/3] libertas: Update libertas core with GSPI constants
    ` [PATCH v2 3/3] libertas: if_spi, driver for libertas GSPI devices

[PATCH] block: Add Kconfig help which notes that ext4 needs CONFIG_LSF
 2009-01-09  8:04 UTC  (3+ messages)

[RFC] IPV6 address management
 2009-01-09  8:02 UTC  (4+ messages)
  ` [PATCH] ipv6: address preservation on link down


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.