1
0
forked from pool/kernel-source

commit 3fa892ec9615adec76d6cc9117fc009d79163d26

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7364
This commit is contained in:
Michal Marek
2012-10-19 06:02:07 +00:00
committed by Git OBS Bridge
parent ec6a68cfc1
commit 407b2cd6ea
42 changed files with 926 additions and 67 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Oct 18 21:25:25 CEST 2012 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
- commit 19e7e54
-------------------------------------------------------------------
Thu Oct 18 19:21:35 CEST 2012 - agraf@suse.de
- ARM: Update config files: Fix exynos uart
- commit 1b4b5c5
-------------------------------------------------------------------
Thu Oct 18 16:26:57 CEST 2012 - trenn@suse.de
- Cleanup ACPI table override patches with latest x86-tip commits
and proper git-xy: meta tags:
- lib: Add early cpio decoder.
- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
for e820 handling.
- ACPI: Store valid ACPI tables passed via early initrd in
reserved memblock areas.
- ACPI: Implement physical address table override.
- ACPI: Create acpi_table_taint() function to avoid code
duplication.
- ACPI: Document ACPI table overriding via initrd.
- ACPI: Fix build when disabled.
- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
- ACPI: Overriding ACPI tables via initrd only works with
an initrd.
- ACPI: Cleanup acpi_initrd_override declaration and remove
ifdefs.
- Delete patches.arch/acpi_fix_custom_method_acc.patch.
- Delete patches.arch/acpi_override_2_2.patch.
- Delete patches.arch/acpi_override_documentation.
- Delete patches.arch/acpi_override_introduce_taint_func.patch.
- Delete patches.arch/acpi_physical_override.patch.
- Delete patches.arch/lib_earlycpio.patch.
- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
- commit c45da8f
-------------------------------------------------------------------
Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz