summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro
2012-11-28kill stray kernel_thread() garbageAl Viro
2012-11-28consolidate sys_execve() prototypeAl Viro
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro
2012-11-28alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro
2012-11-28alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro
2012-11-28alpha: simplify fork and friendsAl Viro
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro
2012-11-28um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro
2012-11-28microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro
2012-11-28sh64: fix altstack switching on sigreturnAl Viro
2012-11-28openrisk: fix altstack switching on sigreturnAl Viro
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro
2012-11-28Merge branch 'arch-tile' into no-rebasesAl Viro
2012-11-28tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro
2012-11-28KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong
2012-11-28KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov
2012-11-28unicore32/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-28sh/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-28powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-28mips/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-28microblaze/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-28xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk
2012-11-28c6x: use generic kvm_para.hMark Salter
2012-11-28c6x: remove internal kernel symbols from exported setup.hMark Salter
2012-11-28ARM: EXYNOS: Avoid early use of of_machine_is_compatible()Doug Anderson
2012-11-28tile: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-28sh: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-28powerpc: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-28mips: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-28microblaze: dma-mapping: support debug_dma_mapping_errorShuah Khan
2012-11-28ia64: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-28c6x: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-28ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-28[media] omap3isp: Add CSI configuration registers from control block to ISP r...Sakari Ailus
2012-11-28i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flagShubhrajyoti D
2012-11-28ARM: 7586/1: sp804: set cpumask to cpu_possible_mask for clock event deviceWill Deacon
2012-11-28Merge remote-tracking branch 'linus/master' into staging/for_v3.8Mauro Carvalho Chehab
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones
2012-11-27ARM: ux500: Strip out duplicate touch screen platform informationLee Jones
2012-11-27KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti
2012-11-27KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti
2012-11-27KVM: x86: notifier for clocksource changesMarcelo Tosatti
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-11-27x86: vdso: pvclock gettime supportMarcelo Tosatti