Age | Commit message (Expand) | Author | Files | Lines |
2009-01-09 | ACPICA: delete acdisasm.h | Len Brown | 1 | -453/+0 |
2008-12-31 | ACPICA: Update version to 20081204. | robert.moore@intel.com | 1 | -1/+1 |
2008-12-31 | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default | robert.moore@intel.com | 1 | -1/+1 |
2008-12-31 | ACPICA: FADT parsing changes and fixes | Bob Moore | 2 | -1/+13 |
2008-12-31 | ACPICA: Add ACPI_MUTEX_TYPE configuration option | Bob Moore | 4 | -28/+75 |
2008-12-31 | ACPICA: Fixes for various ACPI data tables | Bob Moore | 2 | -1/+9 |
2008-12-31 | ACPICA: Restructure includes into public/private | Bob Moore | 14 | -615/+815 |
2008-12-31 | ACPI: remove private acpica headers from driver files | Lin Ming | 1 | -1/+0 |
2008-12-31 | ACPICA: New: acpi_reset interface - write to reset register | Bob Moore | 1 | -0/+2 |
2008-12-31 | ACPICA: New: acpi_read and acpi_write public interfaces | Bob Moore | 2 | -13/+8 |
2008-12-31 | ACPICA: New: Public GPE group enable/disable interfaces | Bob Moore | 1 | -4/+11 |
2008-12-31 | ACPICA: New: acpi_get_gpe_device interface | Bob Moore | 5 | -9/+20 |
2008-12-31 | ACPI: osl.c: replace return_ACPI_STATUS with return | Lin Ming | 2 | -1/+2 |
2008-12-30 | ACPICA: Update version to 20081031 | Bob Moore | 1 | -1/+1 |
2008-12-30 | ACPICA: Consolidate method arg count validation code | Bob Moore | 1 | -0/+3 |
2008-12-30 | ACPICA: Add Buffer->String conversion for predefined methods | Bob Moore | 1 | -1/+1 |
2008-12-30 | ACPICA: Add global pointer for FACS table to simplify FACS access | Bob Moore | 2 | -0/+3 |
2008-12-30 | ACPICA: Add a mechanism to escape infinite AML While() loops | Bob Moore | 3 | -1/+8 |
2008-12-30 | ACPICA: Update FACS waking vector interfaces | Bob Moore | 1 | -4/+2 |
2008-12-30 | ACPICA: Fix several warnings under gcc 4 compiler | Bob Moore | 1 | -4/+4 |
2008-12-19 | ACPI: don't cond_resched() when irqs_disabled() | Wu Fengguang | 1 | -1/+5 |
2008-12-19 | ACPI: fix 2.6.28 acpi.debug_level regression | Bjorn Helgaas | 1 | -1/+1 |
2008-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -1/+4 |
2008-12-18 | irda: Add irda_skb_cb qdisc related padding | Samuel Ortiz | 1 | -1/+3 |
2008-12-17 | USB: fix comment about endianness of descriptors | Phil Endecott | 1 | -2/+6 |
2008-12-16 | netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPEC | Pablo Neira Ayuso | 1 | -0/+1 |
2008-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+7 |
2008-12-16 | Define smp_call_function_many for UP | Rusty Russell | 1 | -0/+2 |
2008-12-11 | Revert "radeonfb: accelerate imageblit and other improvements" | Linus Torvalds | 1 | -13/+5 |
2008-12-11 | MN10300: Fix __put_user_asm8() | Akira Takeuchi | 1 | -1/+1 |
2008-12-10 | KSYM_SYMBOL_LEN fixes | Hugh Dickins | 1 | -1/+2 |
2008-12-10 | atomic: fix a typo in atomic_long_xchg() | Eric Dumazet | 1 | -1/+1 |
2008-12-10 | revert "percpu_counter: new function percpu_counter_sum_and_set" | Andrew Morton | 1 | -9/+3 |
2008-12-10 | revert "percpu counter: clean up percpu_counter_sum_and_set()" | Andrew Morton | 1 | -3/+9 |
2008-12-10 | netpoll: fix race on poll_list resulting in garbage entry | Neil Horman | 1 | -0/+7 |
2008-12-09 | Merge branch 'audit.b59' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+6 |
2008-12-09 | [PATCH] fix broken timestamps in AVC generated by kernel threads | Al Viro | 1 | -2/+2 |
2008-12-09 | [PATCH] asm/generic: fix bug - kernel fails to build when enable some common ... | Mike Frysinger | 1 | -0/+2 |
2008-12-09 | [PATCH] return records for fork() both to child and parent | Al Viro | 1 | -0/+2 |
2008-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2008-12-06 | Enforce a minimum SG_IO timeout | Linus Torvalds | 1 | -0/+1 |
2008-12-04 | [PATCH 2/2] documnt FMODE_ constants | Christoph Hellwig | 1 | -15/+17 |
2008-12-04 | [PATCH 1/2] kill FMODE_NDELAY_NOW | Christoph Hellwig | 1 | -1/+0 |
2008-12-04 | can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter | Oliver Hartkopp | 1 | -1/+1 |
2008-12-03 | block: fix setting of max_segment_size and seg_boundary mask | Milan Broz | 1 | -0/+2 |
2008-12-03 | block: internal dequeue shouldn't start timer | Tejun Heo | 1 | -5/+2 |
2008-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -1/+4 |
2008-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 1 | -0/+8 |
2008-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 1 | -1/+1 |
2008-12-03 | nfsd: fix vm overcommit crash fix #2 | Junjiro R. Okajima | 1 | -4/+8 |