| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Remove messages if predefined repair(s) are successful | Bob Moore | 2009-12-15 | 4 | -30/+41 |
* | ACPICA: Move Package-to-Buffer repair code into common ToBuffer function | Bob Moore | 2009-12-15 | 3 | -49/+48 |
* | ACPICA: Fix mutex errors when running _REG methods | Bob Moore | 2009-12-15 | 1 | -11/+20 |
* | ACPICA: Update function headers, no functional change | Bob Moore | 2009-12-15 | 1 | -13/+14 |
* | ACPICA: Add more conversions to predefined name repair module | Bob Moore | 2009-12-15 | 1 | -76/+327 |
* | ACPICA: Update internal namespace node/handle interfaces | Bob Moore | 2009-12-15 | 12 | -77/+40 |
* | ACPICA: Add repair for bad _FDE/_GTM buffers | Bob Moore | 2009-12-15 | 2 | -11/+152 |
* | ACPICA: Fix two additional Scope override error messages | Bob Moore | 2009-12-15 | 1 | -6/+8 |
* | ACPICA: Fix two Scope type error messages | Bob Moore | 2009-12-15 | 1 | -8/+11 |
* | ACPICA: Fix possible memory leak for module-level code execution | Lin Ming | 2009-12-15 | 1 | -0/+6 |
* | ACPICA: Update version to 20091112. | Bob Moore | 2009-11-24 | 1 | -1/+1 |
* | ACPICA: Add additional module-level code support | Lin Ming | 2009-11-24 | 2 | -21/+61 |
* | ACPICA: Deploy new create integer interface where appropriate | Bob Moore | 2009-11-24 | 9 | -52/+30 |
* | ACPICA: New internal utility function to create Integer objects | Bob Moore | 2009-11-24 | 2 | -0/+31 |
* | ACPICA: Add repair for predefined methods that must return sorted lists | Bob Moore | 2009-11-24 | 4 | -2/+559 |
* | ACPICA: Fix possible fault if return Package objects contain NULL elements | Bob Moore | 2009-11-24 | 1 | -1/+42 |
* | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 2009-11-24 | 29 | -152/+197 |
* | ACPICA: Change package length error message to an info message | Bob Moore | 2009-11-24 | 1 | -4/+4 |
* | ACPICA: Reduce severity of predefined repair messages, Warning to Info | Bob Moore | 2009-11-24 | 4 | -4/+54 |
* | ACPICA: Update version to 20091013 | Bob Moore | 2009-11-24 | 1 | -1/+1 |
* | ACPICA: Fix possible memory leak for Scope ASL operator | Lin Ming | 2009-11-24 | 1 | -17/+33 |
* | ACPICA: Remove possibility of executing _REG methods twice | Lin Ming | 2009-11-24 | 1 | -5/+59 |
* | ACPICA: Add repair for bad _MAT buffers | Lin Ming | 2009-11-24 | 1 | -2/+21 |
* | ACPICA: Add repair for bad _BIF/_BIX packages | Bob Moore | 2009-11-24 | 1 | -26/+65 |
* | Linux 2.6.32-rc8v2.6.32-rc8 | Linus Torvalds | 2009-11-19 | 1 | -1/+1 |
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2009-11-19 | 2 | -11/+9 |
|\ |
|
| * | SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr() | Chuck Lever | 2009-11-14 | 1 | -10/+8 |
| * | NFSv4: Fix a cache validation bug which causes getcwd() to return ENOENT | Trond Myklebust | 2009-11-11 | 1 | -1/+1 |
* | | vt: Fix use of "new" in a struct field | Alan Cox | 2009-11-19 | 2 | -5/+5 |
* | | Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB... | David Woodhouse | 2009-11-19 | 1 | -0/+3 |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-11-18 | 7 | -32/+70 |
|\ \ |
|
| * | | [CPUFREQ] Fix stale cpufreq_cpu_governor pointer | Prarit Bhargava | 2009-11-17 | 1 | -2/+30 |
| * | | [CPUFREQ] Resolve time unit thinko in ondemand/conservative govs | Pallipadi, Venkatesh | 2009-11-17 | 2 | -4/+4 |
| * | | [CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4... | Rusty Russell | 2009-11-17 | 1 | -12/+7 |
| * | | [CPUFREQ] Fix use after free on governor restore | Dmitry Monakhov | 2009-11-17 | 1 | -6/+10 |
| * | | [CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not... | John Villalovos | 2009-11-17 | 1 | -6/+17 |
| * | | [CPUFREQ] powernow-k8: Fix test in get_transition_latency() | Roel Kluin | 2009-11-17 | 1 | -1/+1 |
| * | | [CPUFREQ] longhaul: select Longhaul version 2 for capable CPUs | Krzysztof Helt | 2009-11-17 | 1 | -1/+1 |
* | | | strcmp: fix overflow and possibly signedness error | Linus Torvalds | 2009-11-18 | 1 | -6/+14 |
* | | | Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-11-18 | 1 | -6/+5 |
|\ \ \ |
|
| * | | | agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge() | David Woodhouse | 2009-11-19 | 1 | -6/+5 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2009-11-18 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | ima: replace GFP_KERNEL with GFP_NOFS | Mimi Zohar | 2009-11-19 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-11-18 | 5 | -49/+48 |
|\ \ \ |
|
| * | | | OMAP: cs should be positive in gpmc_cs_free() | Roel Kluin | 2009-11-18 | 1 | -1/+1 |
| * | | | omap: fix unlikely(x) < y | Roel Kluin | 2009-11-18 | 1 | -1/+1 |
| * | | | omap3: clock: Fixed dpll3_m2x2 rate calculation | Tero Kristo | 2009-11-17 | 1 | -2/+2 |
| * | | | omap3: clock: Fix the DPLL freqsel computations | Rajendra Nayak | 2009-11-17 | 1 | -1/+1 |
| * | | | omap: Fix keymap for zoom2 according to matrix keypad framwork | Vimal Singh | 2009-11-16 | 1 | -44/+43 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2009-11-18 | 5 | -3/+14 |
|\ \ \ \ |
|