aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/utsname_sysctl.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-09fs: xattr: Use kvfree()Richard Weinberger1-24/+14
2016-01-09[s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro1-2/+1
2016-01-08nbd: use ->compat_ioctl()Al Viro2-11/+1
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn1-62/+68
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro4-55/+61
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn1-54/+68
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov17-90/+49
2016-01-06lib/vsprintf: add %*pg format specifierDmitry Monakhov2-0/+35
2016-01-06fs: use gendisk->disk_name where possibleDmitry Monakhov1-9/+3
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik1-3/+3
2016-01-06amdkfd: don't open-code memdup_user()Al Viro1-26/+7
2016-01-06cdrom: don't open-code memdup_user()Al Viro1-7/+3
2016-01-06rsxx: don't open-code memdup_user()Al Viro1-7/+4
2016-01-06mtip32xx: don't open-code memdup_user()Al Viro1-15/+8
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Al Viro1-11/+3
2016-01-04[um] hostaudio: don't open-code memdup_user()Al Viro1-7/+3
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro1-2/+2
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro1-5/+4
2016-01-04... and a couple in net/9pAl Viro1-2/+2
2016-01-04md: more open-coded offset_in_page()Al Viro2-3/+3
2016-01-04dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro1-1/+1
2016-01-04hpfs: missing endianness annotationAl Viro1-1/+1
2016-01-04drivers/mtd/maps/pcmciamtd.c: __iomem annotationsAl Viro1-14/+14
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro3-18/+12
2016-01-04saner calling conventions for copy_mount_options()Al Viro3-30/+28
2016-01-04fix the leak in integrity_read_file()Al Viro1-5/+6
2016-01-04ppc: get rid of the remnants of __get_user64()Al Viro1-15/+0
2016-01-04put the remnants of ..._user_ret() to restAl Viro5-130/+0
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro1-10/+7
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro4-95/+48
2016-01-04cciss: switch to memdup_user_nul()Al Viro1-10/+4
2016-01-04switch wireless debugfs ->write() instances to memdup_user_nul()Al Viro2-174/+89
2016-01-04selinuxfs: switch to memdup_user_nul()Al Viro1-73/+41
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro12-197/+71
2016-01-04new helper: memdup_user_nul()Al Viro2-0/+32
2016-01-03Linux 4.4-rc8Linus Torvalds1-1/+1
2015-12-31sparc: Wire up mlock2 system call.David S. Miller3-4/+5
2015-12-31sparc: Add all necessary direct socket system calls.David S. Miller3-18/+24
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_closeXin Long2-4/+5
2015-12-30net, socket, socket_wq: fix missing initialization of flagsNicolai Stange1-0/+1
2015-12-30drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang1-1/+1
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens2-8/+8
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-29mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman1-12/+19
2015-12-29ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-29m32r: add io*_rep helpersSudip Mukherjee1-1/+9
2015-12-29m32r: fix build failureSudip Mukherjee1-0/+1
2015-12-29arch/x86/xen/suspend.c: include xen/xen.hAndrew Morton1-0/+1
2015-12-29mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov1-14/+46
2015-12-29ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12