summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1320-180/+90
|\
| * alpha: switch to saner kernel_execve() semanticsAl Viro2012-10-123-17/+2
| * arm: switch to saner kernel_execve() semanticsAl Viro2012-10-124-29/+7
| * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-1210-68/+21
| * infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-121-0/+3
| * ppc: eeh_event should just use kthread_run()Al Viro2012-10-111-3/+2
| * alpha: get rid of switch_stack argument of do_work_pending()Al Viro2012-10-112-23/+20
| * alpha: don't bother passing switch_stack separately from regsAl Viro2012-10-111-13/+13
| * alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2012-10-112-17/+20
| * alpha: simplify TIF_NEED_RESCHED handlingAl Viro2012-10-111-17/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1327-63/+63
|\ \
| * | vfs: define struct filename and have getname() return itJeff Layton2012-10-1227-63/+63
* | | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-122-1/+58
|\ \ \
| * | | xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk2012-10-121-1/+15
| * | | xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk2012-10-121-0/+2
| * | | xen pv-on-hvm: add pfn_is_ram helper for kdumpOlaf Hering2012-10-041-0/+41
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-1210-39/+57
|\ \ \ \
| * | | | time: Convert x86_64 to using new update_vsyscallJohn Stultz2012-09-244-30/+45
| * | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-248-8/+8
| * | | | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-244-4/+4
| * | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-241-0/+3
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-1213-69/+473
|\ \ \ \ \
| * \ \ \ \ Merge branch 'staging/for_v3.7' into v4l_for_linusMauro Carvalho Chehab2012-10-1113-69/+473
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'samsung_platform_data' into staging/for_v3.7Mauro Carvalho Chehab2012-10-05294-3853/+461
| | |\ \ \ \ \
| | * | | | | | [media] ARM: EXYNOS: Change MIPI-CSIS device regulator supply namesSylwester Nawrocki2012-10-053-6/+6
| | * | | | | | [media] ARM: samsung: Change __s5p_mipi_phy_control() function signatureSylwester Nawrocki2012-10-051-13/+7
| | * | | | | | [media] ARM: samsung: Remove unused fields from FIMC and CSIS platform dataSylwester Nawrocki2012-10-052-6/+0
| | * | | | | | [media] media: davinci: vpif: display: separate out subdev from outputLad, Prabhakar2012-10-052-11/+66
| | * | | | | | [media] davinci: move struct vpif_interface to chan_cfgHans Verkuil2012-10-052-24/+24
| | * | | | | | [media] vpif_capture: move routing info from subdev to inputHans Verkuil2012-10-052-8/+12
| | * | | | | | [media] vpif_capture: remove unnecessary can_route flagHans Verkuil2012-10-052-4/+0
| | * | | | | | [media] ARM: davinci: da850 evm: Add EVM specific code for VPIF to workManjunath Hadli2012-10-052-0/+163
| | * | | | | | [media] ARM: davinci: da850: Add SoC related definitions for VPIFManjunath Hadli2012-10-054-0/+206
| | * | | | | | [media] davinci: vpbe: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_...Lad, Prabhakar2012-10-051-1/+1
| | * | | | | | [media] dm644x: replace the obsolete preset API by the timings APIHans Verkuil2012-10-052-20/+12
* | | | | | | | Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-122-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | pinctrl/nomadik: support other alternate-C functionsJean-Nicolas Graux2012-10-102-0/+8
* | | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-1240-22/+602
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge branch 'fixes' into for-linusRussell King2012-10-112666-77339/+87009
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernelsRussell King2012-10-091-2/+2
| * | | | | | | | | ARM: 7549/1: HYP: fix boot on some ARM1136 coresMarc Zyngier2012-10-091-4/+5
| * | | | | | | | | Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2012-09-3014-26/+652
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: virt: arch_timers: enable access to physical timersMarc Zyngier2012-09-191-0/+13
| | * | | | | | | | | ARM: virt: Add CONFIG_ARM_VIRT_EXT optionDave Martin2012-09-191-0/+17
| | * | | | | | | | | ARM: virt: Add boot-time diagnosticsDave Martin2012-09-193-0/+40
| | * | | | | | | | | ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin2012-09-194-8/+91
| | * | | | | | | | | ARM: virt: allow the kernel to be entered in HYP modeDave Martin2012-09-196-3/+286
| | * | | | | | | | | ARM: opcodes: add __ERET/__MSR_ELR_HYP instruction encodingMarc Zyngier2012-09-191-0/+10
| * | | | | | | | | | ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceonLorenzo Pieralisi2012-09-282-0/+2
| * | | | | | | | | | Merge branch 'cache-louis' of git://linux-arm.org/linux-2.6-lp into devel-stableRussell King2012-09-2627-9/+140
| |\ \ \ \ \ \ \ \ \ \