summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | sparc32: switch to generic kernel_thread()Al Viro2012-10-164-81/+56
| | * | | | | | | | sparc32: bury the remnants of LOWSYS tricksAl Viro2012-10-161-13/+2
| | * | | | | | | | sparc64: convert to generic execveAl Viro2012-10-166-71/+12
| | * | | | | | | | sparc64: switch to generic kernel_execve()Al Viro2012-10-143-27/+6
| | * | | | | | | | sparc64: take fprs_write() and friends to start_thread()Al Viro2012-10-143-13/+9
| | * | | | | | | | sparc64: switch to generic kernel_thread()Al Viro2012-10-145-82/+42
| | * | | | | | | | sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro2012-10-149-30/+29
| | |/ / / / / / /
| * | | | | | | | Merge branch 'arch-mips' into no-rebasesAl Viro2012-10-1711-120/+39
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mips: switch to saner kernel_execve() semanticsAl Viro2012-10-153-12/+2
| | * | | | | | | | MIPS: Switch over to generic sys_execve and kernel_execve.Ralf Baechle2012-10-147-76/+19
| | * | | | | | | | mips: switch to generic kernel_thread()Al Viro2012-10-145-44/+30
| | |/ / / / / / /
| * | | | | | | | c6x: switch to saner kernel_execve() semanticsAl Viro2012-10-153-12/+2
| |/ / / / / / /
* | | | | | | | generic sys_fork / sys_vfork / sys_cloneAl Viro2012-11-283-4/+60
* | | | | | | | alpha: reorganize copy_process(), prepare to saner fork_idle()Al Viro2012-11-281-21/+14
* | | | | | | | alpha: don't pass useless arguments to do_{,rt_},sigreturn()Al Viro2012-11-282-12/+8
* | | | | | | | alpha: simplify fork and friendsAl Viro2012-11-282-19/+14
* | | | | | | | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro2012-11-281-1/+1
* | | | | | | | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro2012-11-281-6/+2
* | | | | | | | kill daemonize()Al Viro2012-11-287-128/+1
* | | | | | | | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro2012-11-281-1/+1
* | | | | | | | score: do_sigaltstack() expects a userland pointer...Al Viro2012-11-281-5/+2
* | | | | | | | sh64: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
* | | | | | | | openrisk: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
* | | | | | | | um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro2012-11-281-1/+2
* | | | | | | | Linux 3.7-rc7v3.7-rc7Linus Torvalds2012-11-251-1/+1
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-11-252-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/eeh: Do not invalidate PE properlyGavin Shan2012-11-261-1/+1
| * | | | | | | | powerpc/pseries: Fix oops with MSIs when missing EEH PEsAlexey Kardashevskiy2012-11-231-1/+2
* | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-11-253-12/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss2012-11-231-2/+17
| * | | | | | | | | MIPS: Fix crash that occurs when function tracing is enabledAl Cooper2012-11-231-4/+4
| * | | | | | | | | MIPS: Merge overlapping bootmem rangesRalf Baechle2012-11-231-6/+20
* | | | | | | | | | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-11-241-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ALSA: hda - Fix build without CONFIG_PMTakashi Iwai2012-11-241-2/+4
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-11-2316-49/+131
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86-64: Fix ordering of CFI directives and recent ASM_CLAC additionsJan Beulich2012-11-201-7/+7
| * | | | | | | | | | | x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky2012-11-201-0/+4
| * | | | | | | | | | | x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin2012-11-201-0/+2
| * | | | | | | | | | | x86-32: Fix invalid stack address while in softirqRobert Richter2012-11-202-11/+32
| * | | | | | | | | | | Merge commit 'efi-for-3.7-v2' into x86/urgentH. Peter Anvin2012-11-202-3/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86, efi: Fix processor-specific memcpy() build errorMatt Fleming2012-11-201-0/+2
| | * | | | | | | | | | | x86: remove dummy long from EFI stubCesar Eduardo Barros2012-11-201-3/+0
| * | | | | | | | | | | | x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim2012-11-141-1/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-11-131-13/+18
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86/mce: Do not change worker's running cpu in cmci_rediscover().Tang Chen2012-10-301-13/+18
| * | | | | | | | | | | | x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-10-311-0/+14
| * | | | | | | | | | | | x86/ce4100: Fix PCI configuration register access for devices without interruptsMaxime Bizon2012-10-301-0/+13
| * | | | | | | | | | | | x86/ce4100: Fix reboot by forcing the reboot method to be KBDMaxime Bizon2012-10-301-0/+10
| * | | | | | | | | | | | x86/ce4100: Fix pm_poweroffFlorian Fainelli2012-10-301-0/+14
| * | | | | | | | | | | | MAINTAINERS: Update email address for Robert RichterRobert Richter2012-10-301-1/+1
OpenPOWER on IntegriCloud