summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit modeJarod Wilson2008-09-092-0/+29
| * | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-09-091-1/+1
| |\ \ \
| | * | | [MIPS] IP22: Fix detection of second HPC3 on Challenge SThomas Bogendoerfer2008-09-081-1/+1
| * | | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-095-1/+44
| | |/ / | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Linus Torvalds2008-09-083-3/+64
| |\ \ \
| | * | | avr32: pm_standby low-power ram bug fixHumphrey Bucknell2008-09-011-1/+1
| | * | | avr32: Fix lockup after Java stack underflow in user modeHaavard Skinnemoen2008-09-012-2/+63
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-09-082-7/+24
| |\ \ \ \
| | * | | | powerpc: Fix rare boot build breakageHugh Dickins2008-09-081-1/+1
| | * | | | powerpc/spufs: Fix possible scheduling of a context to multiple SPEsAndre Detsch2008-09-081-1/+2
| | * | | | powerpc/spufs: Fix race for a free SPUJeremy Kerr2008-09-051-4/+19
| | * | | | powerpc/spufs: Fix multiple get_spu_context()Jeremy Kerr2008-09-051-1/+2
| * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-089-12/+49
| |\ \ \ \ \
| | * | | | | [ARM] 5241/1: provide ioremap_wc()Lennert Buytenhek2008-09-063-8/+31
| | * | | | | [ARM] omap: fix virtual vs physical address space confusionsRussell King2008-09-044-2/+17
| | * | | | | [ARM] remove unused #include <version.h>Huang Weiyi2008-09-041-1/+0
| | * | | | | [ARM] omap: fix gpio.c build errorRussell King2008-09-031-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-081-8/+6
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | sparc64: Prevent sparc64 from invoking irq handlers on offline CPUsPaul E. McKenney2008-09-031-4/+4
| | * | | | | sparc64: Fix IPI call locking.David S. Miller2008-09-031-6/+4
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-069-55/+154
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann2008-09-061-10/+13
| | * | | | | x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann2008-09-061-6/+9
| | * | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost2008-09-061-1/+1
| | * | | | | x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu2008-09-063-8/+44
| | * | | | | x86: delay early cpu initialization until cpuid is doneKrzysztof Helt2008-09-061-2/+2
| | * | | | | x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin2008-09-051-23/+13
| | * | | | | x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin2008-09-053-2/+69
| | * | | | | x86: boot: stub out unimplemented CPU feature wordsH. Peter Anvin2008-09-051-4/+4
| * | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-061-6/+13
| |\ \ \ \ \ \
| | * | | | | | x86: HPET: read back compare register before reading counterThomas Gleixner2008-09-061-0/+7
| | * | | | | | x86: HPET fix moronic 32/64bit thinkoThomas Gleixner2008-09-061-4/+4
| | * | | | | | HPET: make minimum reprogramming delta usefulThomas Gleixner2008-09-051-2/+2
| * | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-09-069-31/+58
| |\ \ \ \ \ \ \
| | * | | | | | | [MIPS] Probe initrd header only if explicitly specifiedAtsushi Nemoto2008-09-052-15/+27
| | * | | | | | | [MIPS] TX39xx: Add missing local_flush_icache_range initializationAtsushi Nemoto2008-09-051-0/+1
| | * | | | | | | [MIPS] TXx9: Fix txx9_pcode initializationAtsushi Nemoto2008-09-051-0/+1
| | * | | | | | | [MIPS] Fix WARNING: at kernel/smp.c:290Thomas Bogendoerfer2008-09-056-14/+25
| | * | | | | | | [MIPS] Fix data bus error recoveryThomas Bogendoerfer2008-09-051-2/+4
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-051-0/+8
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | x86: add io delay quirk for Presario F700Chuck Ebbert2008-09-031-0/+8
| * | | | | | | | Merge git://git.infradead.org/~dwmw2/dwmw2-2.6.27Linus Torvalds2008-09-051-11/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "[ARM] use the new byteorder headers"David Woodhouse2008-09-051-11/+14
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-09-0510-62/+42
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | sh64: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y.Paul Mundt2008-09-051-10/+4
| | * | | | | | | sh: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y.Carmelo Amoroso2008-09-051-24/+3
| | * | | | | | | sh: fix semtimedop syscallYoshihiro Shimoda2008-08-281-1/+1
| | * | | | | | | sh: update AP325RXA defconfigMagnus Damm2008-08-281-10/+12
| | * | | | | | | sh: update Migo-R defconfigMagnus Damm2008-08-281-8/+13
| | * | | | | | | sh: fix platform_resource_setup_memory() section mismatchMagnus Damm2008-08-281-3/+3