summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-021084-7661/+13019
|\ \ \ \ \
| | | | | * Merge commit '73053d973' into smp-hotplugRussell King2013-05-021-4/+5
| | | | | |\
| | | | | * | ARM: cpu hotplug: remove majority of cache flushing from platformsRussell King2013-04-1812-35/+0
| | | | | * | ARM: smp: flush L1 cache in cpu_die()Russell King2013-04-181-4/+38
| | | | | * | ARM: tegra: remove tegra specific cpu_disable()Russell King2013-04-183-11/+0
| | | | * | | ARM: 7702/1: Set the page table freeing ceiling to TASK_SIZECatalin Marinas2013-04-251-0/+9
| | | | * | | ARM: 7701/1: mm: Allow arch code to control the user page table ceilingHugh Dickins2013-04-253-4/+14
| | | | * | | ARM: 7695/1: mvebu: Enable pj4b on LPAE compilationsGregory CLEMENT2013-04-171-1/+2
| | | | * | | ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim2013-04-172-13/+17
| | | | * | | ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP insteadWill Deacon2013-04-035-7/+7
| | | | * | | ARM: 7688/1: add support for context tracking subsystemKevin Hilman2013-04-035-0/+34
| | | | * | | ARM: 7687/1: atomics: don't use exclusives for atomic64 read/set with LPAEWill Deacon2013-04-031-0/+24
| | | | * | | ARM: 7683/1: pci: add a align_resource hookThomas Petazzoni2013-04-032-0/+17
| | | | * | | ARM: 7676/1: fix a wrong value returned from CALLER_ADDRnKeun-O Park2013-03-191-2/+3
| | | | * | | ARM: 7672/1: uncompress debug support for multiplatform buildShawn Guo2013-03-154-0/+25
| | | | * | | ARM: 7671/1: use Kconfig to select uncompress.hShawn Guo2013-03-153-7/+9
| | | * | | | ARM: Update mach-typesRussell King2013-03-221-594/+397
| | * | | | | ARM: 7700/2: Make cpu_init() notraceJon Medhurst2013-04-261-1/+1
| | * | | | | ARM: 7703/1: Disable preemption in broadcast_tlb*_a15_erratum()Catalin Marinas2013-04-251-4/+5
| | * | | | | Linux 3.9-rc8v3.9-rc8Linus Torvalds2013-04-211-1/+1
| | * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-212-5/+17
| | |\ \ \ \ \
| | | * | | | | perf/x86: Fix offcore_rsp valid mask for SNB/IVBStephane Eranian2013-04-161-4/+16
| | | * | | | | perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-151-1/+1
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'vm_ioremap_memory-examples'Linus Torvalds2013-04-214-105/+19
| | |\ \ \ \ \
| | | * | | | | mtdchar: remove no-longer-used vma helpersLinus Torvalds2013-04-191-27/+0
| | | * | | | | vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds2013-04-191-10/+2
| | | * | | | | vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-25/+14
| | | * | | | | vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-30/+2
| | | * | | | | vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-13/+1
| | * | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-216-28/+180
| | |\ \ \ \ \ \
| | | * | | | | | kexec: use Crash kernel for Crash kernel lowYinghai Lu2013-04-171-1/+1
| | | * | | | | | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu2013-04-173-21/+104
| | | * | | | | | x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-174-7/+41
| | | * | | | | | x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-174-10/+45
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-2115-103/+361
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin2013-04-2013-83/+325
| | | |\ \ \ \ \ \
| | | | * | | | | | x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger2013-04-172-1/+19
| | | | * | | | | | efi: Export efi_query_variable_store() for efivars.koSergey Vlasov2013-04-161-0/+1
| | | | * | | | | | x86/Kconfig: Make EFI select UCS2_STRINGSergey Vlasov2013-04-161-0/+1
| | | | * | | | | | efi: Distinguish between "remaining space" and actually used spaceMatthew Garrett2013-04-151-6/+100
| | | | * | | | | | efi: Pass boot services variable info to runtime codeMatthew Garrett2013-04-154-0/+76
| | | | * | | | | | Move utf16 functions to kernel core and renameMatthew Garrett2013-04-156-62/+89
| | | | * | | | | | x86,efi: Check max_size only if it is non-zero.Richard Weinberger2013-04-111-1/+6
| | | | * | | | | | x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming2013-04-093-16/+36
| | | * | | | | | | x86, microcode: Verify the family before dispatching microcode patchingH. Peter Anvin2013-04-201-7/+31
| | | * | | | | | | x86, hyperv: Handle Xen emulation of Hyper-V more gracefullyK. Y. Srinivasan2013-04-181-13/+5
| | * | | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-04-2117-182/+34
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ARM: 7699/1: sched_clock: Add more notrace to prevent recursionStephen Boyd2013-04-191-2/+2
| | | * | | | | | | | ARM: 7698/1: perf: fix group validation when using enable_on_execWill Deacon2013-04-171-1/+4
| | | * | | | | | | | ARM: 7697/1: hw_breakpoint: do not use __cpuinitdata for dbg_cpu_pm_nbBastian Hecht2013-04-171-1/+1