summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel: add kcov code coverageDmitry Vyukov2016-03-2228-1/+567
* profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann2016-03-221-2/+2
* hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-6/+5
* ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-1/+1
* panic: change nmi_panic from macro to functionHidehiro Kawai2016-03-222-20/+21
* eventfd: document lockless access in eventfd_pollPaolo Bonzini2016-03-221-2/+40
* cred/userns: define current_user_ns() as a functionArnd Bergmann2016-03-222-3/+4
* rapidio: add mport char device driverAlexandre Bounine2016-03-226-0/+3105
* rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine2016-03-221-9/+73
* rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine2016-03-221-9/+16
* rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine2016-03-221-16/+21
* rapidio/tsi721: add filtered debug outputAlexandre Bounine2016-03-224-189/+249
* rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine2016-03-222-7/+235
* rapidio: add outbound window supportAlexandre Bounine2016-03-223-0/+59
* rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine2016-03-221-12/+30
* rapidio: add global inbound port write interfacesAlexandre Bounine2016-03-227-51/+144
* rapidio: move rio_pw_enable into core codeAlexandre Bounine2016-03-224-11/+22
* rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine2016-03-223-13/+15
* rapidio: add lock protection for doorbell listAlexandre Bounine2016-03-222-3/+8
* rapidio/rionet: add mport removal handlingAlexandre Bounine2016-03-221-26/+44
* rapidio/rionet: add locking into add/remove deviceAlexandre Bounine2016-03-221-50/+102
* powerpc/fsl_rio: changes to mport registrationAlexandre Bounine2016-03-221-6/+12
* rapidio/tsi721: add HW specific mport removalAlexandre Bounine2016-03-223-122/+212
* rapidio: add core mport removal supportAlexandre Bounine2016-03-223-20/+98
* rapidio: move net allocation into core codeAlexandre Bounine2016-03-224-44/+128
* rapidio: rework common RIO device add/delete routinesAlexandre Bounine2016-03-223-12/+36
* rapidio/rionet: add shutdown event handlingAlexandre Bounine2016-03-221-0/+38
* rapidio/tsi721: add shutdown notification callbackAlexandre Bounine2016-03-223-0/+48
* rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine2016-03-222-0/+14
* rapidio/tsi721: add query_mport callbackAlexandre Bounine2016-03-221-0/+34
* rapidio: add query_mport operationAlexandre Bounine2016-03-223-0/+69
* rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine2016-03-222-30/+32
* rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine2016-03-222-30/+142
* rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine2016-03-222-21/+62
* rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine2016-03-221-4/+2
* rapidio/rionet: add capability to change MTUAurelien Jacquiot2016-03-221-2/+15
* rapidio/rionet: fix deadlock on SMPAurelien Jacquiot2016-03-221-2/+2
* cpumask: remove incorrect information from commentEric Biggers2016-03-221-2/+0
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-226-12/+32
* ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov2016-03-221-2/+1
* fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero2016-03-223-5/+24
* x86/compat: remove is_compat_task()Andy Lutomirski2016-03-223-3/+4
* drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski2016-03-221-1/+1
* input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski2016-03-221-11/+1
* drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-03-222-2/+2
* drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski2016-03-221-1/+1
* firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski2016-03-221-2/+2
* net/xfrm_user: use in_compat_syscall to deny compat syscallsAndy Lutomirski2016-03-221-1/+1
* net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski2016-03-221-1/+1
* ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-03-221-1/+1
OpenPOWER on IntegriCloud