summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2016-01-06lib/vsprintf: add %*pg format specifierDmitry Monakhov
2016-01-06fs: use gendisk->disk_name where possibleDmitry Monakhov
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik
2016-01-06amdkfd: don't open-code memdup_user()Al Viro
2016-01-06cdrom: don't open-code memdup_user()Al Viro
2016-01-06rsxx: don't open-code memdup_user()Al Viro
2016-01-06mtip32xx: don't open-code memdup_user()Al Viro
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Al Viro
2016-01-04[um] hostaudio: don't open-code memdup_user()Al Viro
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro
2016-01-04... and a couple in net/9pAl Viro
2016-01-04md: more open-coded offset_in_page()Al Viro
2016-01-04dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro
2016-01-04hpfs: missing endianness annotationAl Viro
2016-01-04drivers/mtd/maps/pcmciamtd.c: __iomem annotationsAl Viro
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro
2016-01-04saner calling conventions for copy_mount_options()Al Viro
2016-01-04fix the leak in integrity_read_file()Al Viro
2016-01-04ppc: get rid of the remnants of __get_user64()Al Viro
2016-01-04put the remnants of ..._user_ret() to restAl Viro
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro
2016-01-04cciss: switch to memdup_user_nul()Al Viro
2016-01-04switch wireless debugfs ->write() instances to memdup_user_nul()Al Viro
2016-01-04selinuxfs: switch to memdup_user_nul()Al Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro
2016-01-04new helper: memdup_user_nul()Al Viro
2016-01-03Linux 4.4-rc8Linus Torvalds
2016-01-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-01-03Merge tag 'drm-intel-fixes-2016-01-02' of git://anongit.freedesktop.org/drm-i...Linus Torvalds
2015-12-31Merge tag 'pci-v4.4-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-31sparc: Wire up mlock2 system call.David S. Miller
2015-12-31sparc: Add all necessary direct socket system calls.David S. Miller
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2015-12-30Merge tag 'wireless-drivers-for-davem-2015-12-28' of git://git.kernel.org/pub...David S. Miller
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange
2015-12-30Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-12-30drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang
2015-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-12-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens