summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20121212' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-1310-136/+234
|\
| * MN10300: Use asm-generic/pci_iomap.hDavid Howells2012-12-121-0/+1
| * MN10300: Get rid of unused variable from ASB2305 PCI codeDavid Howells2012-12-121-3/+1
| * MN10300: ASB2305 PCI code needs linux/irq.hDavid Howells2012-12-121-0/+1
| * mn10300/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-12-121-8/+25
| * MN10300: Handle cacheable PCI regions in pci_iomap()David Howells2012-12-122-1/+36
| * MN10300: fix debug polling in ttySM driverMark Salter2012-12-121-12/+23
| * MN10300: ttySM: clean up unnecessary castingMark Salter2012-12-122-6/+6
| * MN10300: fix SMP synchronization between txdma and serial driverMark Salter2012-12-124-48/+90
| * MN10300: fix serial port vdma irq setup for SMPMark Salter2012-12-121-4/+30
| * MN10300: cleanup IRQ affinity settingMark Salter2012-12-123-52/+17
| * MN10300: ttySM: Use memory barriers correctly in circular buffer logicDavid Howells2012-12-121-6/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-12273-4221/+1375
|\|
| * do_coredump(): get rid of pt_regs argumentAl Viro2012-11-293-5/+5
| * print_fatal_signal(): get rid of pt_regs argumentAl Viro2012-11-291-2/+3
| * ptrace_signal(): get rid of unused argumentsAl Viro2012-11-291-4/+2
| * get rid of ptrace_signal_deliver() argumentsAl Viro2012-11-294-5/+5
| * new helper: signal_pt_regs()Al Viro2012-11-293-0/+11
| * unify default ptrace_signal_deliverAl Viro2012-11-2918-42/+6
| * flagday: kill pt_regs argument of do_fork()Al Viro2012-11-299-26/+19
| * death to idle_regs()Al Viro2012-11-294-22/+0
| * don't pass regs to copy_process()Al Viro2012-11-291-4/+2
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-2934-60/+45
| * bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-295-54/+7
| * xtensa: switch to generic clone()Al Viro2012-11-295-11/+3
| * openrisc: switch to use of generic fork and cloneAl Viro2012-11-296-66/+19
| * unicore32: switch to generic clone(2)Al Viro2012-11-294-25/+7
| * score: switch to generic fork/vfork/cloneAl Viro2012-11-296-58/+8
| * c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic c...Al Viro2012-11-294-36/+6
| * take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-2912-63/+11
| * mn10300: switch to generic fork/vfork/cloneAl Viro2012-11-292-28/+8
| * h8300: switch to generic fork/vfork/cloneAl Viro2012-11-293-44/+6
| * tile: switch to generic clone()Al Viro2012-11-292-8/+1
| * m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo...Al Viro2012-11-294-71/+46
| * alpha: switch to generic fork/vfork/cloneAl Viro2012-11-294-59/+17
| * s390: switch to generic fork/vfork/cloneAl Viro2012-11-293-42/+14
| * microblaze: switch to generic fork/vfork/cloneAl Viro2012-11-297-56/+12
| * hexagon: switch to generic clone()Al Viro2012-11-294-52/+6
| * sh: switch to generic fork/vfork/cloneAl Viro2012-11-295-110/+11
| * parisc: switch to generic fork/vfork/cloneAl Viro2012-11-294-69/+22
| * m32r: switch to generic fork/vfork/cloneAl Viro2012-11-292-42/+7
| * cris: switch to generic fork/vfork/cloneAl Viro2012-11-294-60/+13
| * avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro2012-11-294-47/+11
| * arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro2012-11-297-28/+12
| * frv: switch to generic fork/vfork/cloneAl Viro2012-11-292-40/+8
| * powerpc: switch to generic fork/clone/vforkAl Viro2012-11-294-32/+4
| * arm: switch to generic fork/vfork/cloneAl Viro2012-11-296-55/+13
| * x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-2916-117/+52
| * get rid of pt_regs argument of ->load_binary()Al Viro2012-11-2912-20/+25
| * get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-296-9/+8