First  |  Prev |  Next  |  Last
Pages: 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970
writeback: tracking subsystems causing writeback
Michael Rubin <mrubin(a)google.com> writes: # cat /sys/block/sda/bdi/writeback_stats balance dirty pages 0 balance dirty pages waiting 0 periodic writeback 92024 periodic writeback exited 0 laptop periodic ... 19 Jun 2010 16:45
[PATCH v2] ath5k: disable ASPM
On Fri, 2010-06-18 at 17:11 +0300, Maxim Levitsky wrote: On Fri, 2010-06-18 at 09:59 -0400, Bob Copeland wrote: On Fri, Jun 18, 2010 at 7:05 AM, Maxim Levitsky <maximlevitsky(a)gmail.com> wrote: Patch I made uses GPL code from e1000e, but since ath5k is dual-licensed so patch can't be accepted. ... 23 Jun 2010 16:11
x86, vdso: Error out if the vdso contains external references
> diff --git a/arch/x86/vdso/checkundef.sh b/arch/x86/vdso/checkundef.sh new file mode 100755 index 0000000..490be1c --- /dev/null +++ b/arch/x86/vdso/checkundef.sh @@ -0,0 +1,10 @@ +#!/bin/sh +nm="$1" +file="$2" +"$nm" "$file" | grep '^ *U' > /dev/null 2>&1 Does that really handle the fai... 19 Jun 2010 03:43
[PATCH 1/4] x86: rename verify_cpu_64.S to verify_cpu.S
The code is 32bit already, and can be used in 32bit routines. Signed-off-by: Kees Cook <kees.cook(a)canonical.com> --- arch/x86/boot/compressed/head_64.S | 2 +- arch/x86/kernel/trampoline_64.S | 2 +- arch/x86/kernel/verify_cpu.S | 105 ++++++++++++++++++++++++++++++++++++ arch/x86/kernel/verify... 19 Jun 2010 02:39
[PATCH v2 0/4] x86: clear XD_DISABLED flag on Intel to regain NX
This will clear the MSR_IA32_MISC_ENABLE_XD_DISABLE bit so that NX cannot be inappropriately controlled by the BIOS on Intel CPUs. If NX actually needs to be disabled, "noexec=off" can be used. Based on feedback from HPA, this was reworked to extend the existing "verify_cpu" routines, and to more tightly confine... 19 Jun 2010 02:39
[PATCH 2/4] x86: clear XD_DISABLED flag on Intel to regain NX
This will clear the MSR_IA32_MISC_ENABLE_XD_DISABLE bit so that NX cannot be inappropriately controlled by the BIOS on Intel CPUs. If NX actually needs to be disabled, "noexec=off" can be used. Signed-off-by: Kees Cook <kees.cook(a)canonical.com> --- arch/x86/kernel/verify_cpu.S | 49 ++++++++++++++++++++++++++... 19 Jun 2010 02:39
[PATCH 4/4] x86: only CPU features determine NX capabilities
Fix the NX feature boot warning when NX is missing to correctly reflect that BIOSes cannot disable NX now. Signed-off-by: Kees Cook <kees.cook(a)canonical.com> --- arch/x86/mm/setup_nx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/mm/setup_nx.c b/arch/x86/mm/setup_nx.c in... 19 Jun 2010 02:39
[PATCH v2 23/26] hwmon: Add JZ4740 ADC driver
This patch adds support for reading the ADCIN pin of ADC unit on JZ4740 SoCs. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Jonathan Cameron <kernel(a)jic23.retrosnub.co.uk> Cc: lm-sensors(a)lm-sensors.org --- Changes since v1 - Move ADC core access synchronizing from the HWMON driver to a MFD driver. T... 19 Jun 2010 09:05
[PATCH v2 10/26] MIPS: JZ4740: Add PWM support
This patch adds support for the PWM part of the timer unit on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- arch/mips/jz4740/pwm.c | 169 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 169 insertions(+), 0 deletions(-) create mode 100644 arch/mips/jz4740/pwm.c dif... 19 Jun 2010 01:35
[PATCH v2 14/26] MIPS: JZ4740: Add Kbuild files
This patch adds the Kbuild files for the JZ4740 architecture and adds JZ4740 support to the MIPS Kbuild files. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- Changes since v1 - Adjust to MIPS Kbuild changes --- arch/mips/Kbuild.platforms | 1 + arch/mips/Kconfig | 13 +++++++++++++ ... 19 Jun 2010 01:35
First  |  Prev |  Next  |  Last
Pages: 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970