aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2016-03-22hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai
2016-03-22ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai
2016-03-22eventfd: document lockless access in eventfd_pollPaolo Bonzini
2016-03-22cred/userns: define current_user_ns() as a functionArnd Bergmann
2016-03-22rapidio: add mport char device driverAlexandre Bounine
2016-03-22rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine
2016-03-22rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine
2016-03-22rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine
2016-03-22rapidio/tsi721: add filtered debug outputAlexandre Bounine
2016-03-22rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine
2016-03-22rapidio: add outbound window supportAlexandre Bounine
2016-03-22rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine
2016-03-22rapidio: add global inbound port write interfacesAlexandre Bounine
2016-03-22rapidio: move rio_pw_enable into core codeAlexandre Bounine
2016-03-22rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine
2016-03-22rapidio: add lock protection for doorbell listAlexandre Bounine
2016-03-22rapidio/rionet: add mport removal handlingAlexandre Bounine
2016-03-22rapidio/rionet: add locking into add/remove deviceAlexandre Bounine
2016-03-22powerpc/fsl_rio: changes to mport registrationAlexandre Bounine
2016-03-22rapidio/tsi721: add HW specific mport removalAlexandre Bounine
2016-03-22rapidio: add core mport removal supportAlexandre Bounine
2016-03-22rapidio: move net allocation into core codeAlexandre Bounine
2016-03-22rapidio: rework common RIO device add/delete routinesAlexandre Bounine
2016-03-22rapidio/rionet: add shutdown event handlingAlexandre Bounine
2016-03-22rapidio/tsi721: add shutdown notification callbackAlexandre Bounine
2016-03-22rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine
2016-03-22rapidio/tsi721: add query_mport callbackAlexandre Bounine
2016-03-22rapidio: add query_mport operationAlexandre Bounine
2016-03-22rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine
2016-03-22rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine
2016-03-22rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine
2016-03-22rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine
2016-03-22rapidio/rionet: add capability to change MTUAurelien Jacquiot
2016-03-22rapidio/rionet: fix deadlock on SMPAurelien Jacquiot
2016-03-22cpumask: remove incorrect information from commentEric Biggers
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov
2016-03-22fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero
2016-03-22x86/compat: remove is_compat_task()Andy Lutomirski
2016-03-22drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski
2016-03-22input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski
2016-03-22drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski
2016-03-22firewire: use in_compat_syscall to check ioctl compatnessAndy Lutomirski
2016-03-22net/xfrm_user: use in_compat_syscall to deny compat syscallsAndy Lutomirski
2016-03-22net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski
2016-03-22ext4: in ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski