summaryrefslogtreecommitdiffstats
path: root/include/asm-s390/siginfo.h
blob: e0ff1ab054beaf3ac61212a576818446855e9d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  include/asm-s390/siginfo.h
 *
 *  S390 version
 *
 *  Derived from "include/asm-i386/siginfo.h"
 */

#ifndef _S390_SIGINFO_H
#define _S390_SIGINFO_H

#ifdef __s390x__
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
#endif

#include <asm-generic/siginfo.h>

#endif
-9/+3 * PM: Convert wakeup flag accessors to inline functionsAlan Stern2008-04-193-45/+94 * PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern2008-04-193-17/+23 * PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern2008-04-191-1/+1 * Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki2008-04-192-11/+8 * PM: Handle device registrations during suspend/resumeRafael J. Wysocki2008-04-195-52/+40 * block: send disk "change" event for rescan_partitions()Kay Sievers2008-04-191-0/+4 * sysdev: detect multiple driver registrationsBen Dooks2008-04-191-0/+16 * driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg2008-04-191-2/+2 * power_state: remove it from driver corePavel Machek2008-04-191-5/+0 * PNP: add all PNP card device id's as individual aliasesKay Sievers2008-04-191-13/+44 * firmware: clean up samples for coding style issuesGreg Kroah-Hartman2008-04-192-38/+40 * firmware: move firmware_class from Documentation/ to samples/Randy Dunlap2008-04-192-6/+6 * sysfs: small header file cleanup for SYSFS=nDavid Rientjes2008-04-191-7/+2 * driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches2008-04-192-14/+7 * driver core: register_memory/unregister_memory clean ups and bugfixBadari Pulavarty2008-04-191-15/+7 * driver core: memory: semaphore to mutexDaniel Walker2008-04-193-7/+7 * UIO: hold a reference to the device's owner while the device is openUwe Kleine-König2008-04-191-15/+21 * UIO: Implement a UIO interface for the SMX CryptengineBen Nizette2008-04-194-0/+159 * UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch2008-04-191-4/+0 * UIO: arch/arm/Kconfig: Make UIO available on ARM architectureHans-Jürgen Koch2008-04-191-0/+2 * uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng2008-04-191-1/+1 * uio: Kconfig improvementsDenis Cheng2008-04-191-5/+5 * kobject: catch kobjects that are not initializedGreg Kroah-Hartman2008-04-191-1/+8 * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-04-1818-335/+503 |\ | * security: fix up documentation for security_module_enableJames Morris2008-04-191-1/+1 | * Security: Introduce security= boot parameterAhmed S. Darwish2008-04-19