summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-017-7/+7
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-0113-19/+14Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-017-28/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-0133-387/+124Star
* sh64: failure to build sigframe != signal without handlerAl Viro2012-06-011-1/+1
* openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro2012-06-011-14/+6Star
* new helper: sigmask_to_save()Al Viro2012-06-0130-250/+84Star
* new helper: restore_saved_sigmask()Al Viro2012-06-0131-125/+32Star
* new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-017-0/+113
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-0131-68/+6Star
|\
| * avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callersAl Viro2012-05-241-1/+1
| * parisc: need to check NOTIFY_RESUME when exiting from syscallAl Viro2012-05-241-1/+1
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-2429-66/+4Star
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-018-46/+52
|\ \
| * | syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2012-06-012-0/+3
| * | um: properly check all process' threads for a live mmAnton Vorontsov2012-06-011-6/+7
| * | um: fix possible race on task->mmAnton Vorontsov2012-06-011-2/+5
| * | um: should hold tasklist_lock while traversing processesAnton Vorontsov2012-06-011-0/+3
| * | blackfin: fix possible deadlock in decode_address()Anton Vorontsov2012-06-011-3/+3
| * | blackfin: a couple of task->mm handling fixesAnton Vorontsov2012-06-011-13/+13
| * | sh: use clear_tasks_mm_cpumask()Anton Vorontsov2012-06-011-6/+1Star
| * | powerpc: use clear_tasks_mm_cpumask()Anton Vorontsov2012-06-011-9/+2Star
| * | arm: use clear_tasks_mm_cpumask()Anton Vorontsov2012-06-011-7/+1Star
| * | um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul2012-06-011-5/+19
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-311-2/+1Star
|\ \ \
| * | | KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong2012-05-281-2/+1Star
* | | | Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-311-15/+16
|\ \ \ \
| * | | | x86/mce: Cleanup timer messThomas Gleixner2012-05-301-15/+16
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-05-3148-306/+244Star
|\ \ \ \ \
| * | | | | s390/uaccess: fix access_ok compile warningsHeiko Carstens2012-05-301-4/+9
| * | | | | s390/cmpxchg: select HAVE_CMPXCHG_LOCAL optionHeiko Carstens2012-05-301-0/+1
| * | | | | s390/cmpxchg: fix sign extension bugsHeiko Carstens2012-05-301-6/+8
| * | | | | s390/cmpxchg: fix 1 and 2 byte memory accessesHeiko Carstens2012-05-301-4/+4
| * | | | | s390/cmpxchg: fix compile warnings specific to s390Heiko Carstens2012-05-301-9/+25
| * | | | | s390/cmpxchg: add missing memory barrier to cmpxchg64Heiko Carstens2012-05-301-1/+1
| * | | | | s390/cpu: remove cpu "capabilities" sysfs attributeHeiko Carstens2012-05-303-36/+0Star
| * | | | | s390/kernel: Fix smp_call_ipl_cpu() for offline CPUsMichael Holzheu2012-05-301-9/+10
| * | | | | s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu2012-05-305-35/+34Star
| * | | | | s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens2012-05-2421-122/+122
| * | | | | s390/headers: remove #ifdef __KERNEL__ from not exported headersHeiko Carstens2012-05-2413-52/+1Star
| * | | | | s390/irq: split irq stats for cpu-measurement alert facilitiesHendrik Brueckner2012-05-234-4/+6
| * | | | | s390/kexec: Move early_pgm_check_handler() to text sectionMichael Holzheu2012-05-231-1/+1
| * | | | | s390/kdump: Use real mode for PSW restart and kexecMichael Holzheu2012-05-233-1/+15
| * | | | | s390/kdump: Account /sys/kernel/kexec_crash_size changes in OS infoMichael Holzheu2012-05-231-1/+7
| * | | | | s390/kernel: Remove OS info init function call and diag 308 for kdumpMichael Holzheu2012-05-234-23/+2Star
* | | | | | Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds2012-05-317-62/+24Star
|\ \ \ \ \ \
| * | | | | | [PARISC] update parisc to use generic strncpy_from_user()James Bottomley2012-05-314-45/+3Star
| * | | | | | [PARISC] Fix parisc compile failure after smp: Add task_struct argument to __...James Bottomley2012-05-251-2/+0Star
| * | | | | | [PARISC] fix TLB fault path on PA2.0 narrow systemsJames Bottomley2012-05-251-13/+17
| * | | | | | [PARISC] fix boot failure on 32-bit systems caused by branch stubs placed bef...John David Anglin2012-05-251-2/+4