summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/85xx: sbc8560 - remove "has-rstcr" from global utilities blockPaul Gortmaker2009-08-241-1/+0
| * | powerpc/85xx: issue fsl_soc reboot warning only when applicablePaul Gortmaker2009-08-241-2/+4
| * | powerpc/85xx: sbc8560 - Fix warm reboot with board specific reset functionLiang Li2009-08-241-1/+38
| * | powerpc/83xx: sbc8349 - update defconfig, enable MTD, USB storagePaul Gortmaker2009-08-241-12/+308
| * | powerpc/83xx: Fix incorrect PCI interrupt map in SBC834x DTSLiang Li2009-08-241-4/+4
| * | powerpc/83xx: Add localbus node and MTD partitions for SBC834xLiang Li2009-08-241-0/+40
| * | powerpc/83xx: Remove second USB node from SBC834x DTSLiang Li2009-08-241-12/+0
| * | powerpc/85xx: Add support for P2020RDB boardPoonam Aggrwal2009-08-245-1/+739
| * | powerpc/booke: Move MMUCSR definition into mmu-book3e.hKumar Gala2009-08-243-8/+12
| * | powerpc/82xx: mgcoge - updated defconfigHeiko Schocher2009-08-241-6/+80
* | | powerpc/pseries: Reduce the polling interval in __cpu_up()Gautham R Shenoy2009-08-271-3/+2
* | | powerpc: Remove SMP warning from PowerMac cpufreqBastian Blank2009-08-271-8/+0
* | | powerpc: Fix __flush_icache_range on 44xJosh Boyer2009-08-271-0/+7
* | | powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt2009-08-2715-87/+149
* | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-08-27151-1176/+1762
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-254-10/+2
| |\ \
| | * | irda/sa1100_ir: fix broken netdev_ops conversionAlexander Beregalov2009-08-251-4/+0
| | * | irda/au1k_ir: fix broken netdev_ops conversionAlexander Beregalov2009-08-251-4/+0
| | * | pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller2009-08-242-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-08-2513-143/+175
| |\ \ \
| | * | | sparc64: Validate linear D-TLB misses.David S. Miller2009-08-254-28/+76
| | * | | sparc64: Update defconfig.David S. Miller2009-08-181-25/+34
| | * | | sparc32: Update defconfig.David S. Miller2009-08-181-30/+44
| | * | | sparc32: Kill trap table freeing code.David S. Miller2009-08-182-48/+0
| | * | | sparc: sys32.S incorrect compat-layer splice() system callMathieu Desnoyers2009-08-181-1/+1
| | * | | sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM.David S. Miller2009-08-022-6/+8
| | * | | sparc64: Sign extend length arg to truncate syscalls when compat.David S. Miller2009-07-272-2/+4
| | * | | sparc: Fix cleanup crash in bbc_envctrl_cleanup()David S. Miller2009-07-171-3/+8
| * | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-253-1/+15
| |\ \ \ \
| | * | | | perf_counter: Fix typo in read() output generationPeter Zijlstra2009-08-211-1/+1
| | * | | | perf tools: Check perf.data ownerPeter Zijlstra2009-08-192-0/+14
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-251-12/+16
| |\ \ \ \ \
| | * | | | | dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin2009-08-211-12/+16
| * | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-255-18/+19
| |\ \ \ \ \ \
| | * | | | | | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-194-17/+18
| | * | | | | | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
| * | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-253-19/+17
| |\ \ \ \ \ \ \
| | * | | | | | | tracing: Fix too large stack usage in do_one_initcall()Ingo Molnar2009-08-211-3/+4
| | * | | | | | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-181-6/+11
| | * | | | | | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-259-103/+80
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86: Fix build with older binutils and consolidate linker scriptJan Beulich2009-08-251-79/+47
| | * | | | | | | | x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang2009-08-241-1/+1
| | * | | | | | | | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/MakefileJan Beulich2009-08-201-1/+1
| | * | | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-08-203-12/+18
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | xen: rearrange things to fix stackprotectorJeremy Fitzhardinge2009-08-192-12/+14
| | | * | | | | | | | x86: make sure load_percpu_segment has no stackprotectorJeremy Fitzhardinge2009-08-191-0/+4
| | * | | | | | | | | i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich2009-08-181-7/+1
| | * | | | | | | | | x86, pat: Allow ISA memory range uncacheable mapping requestsSuresh Siddha2009-08-172-3/+12
| * | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-08-252-28/+44
| |\ \ \ \ \ \ \ \ \ \