summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-02-26mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+2
2017-02-23rose: limit sk_filter trim to payloadWillem de Bruijn1-1/+5
2017-02-23ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul1-0/+1
2017-02-23compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Paul E. McKenney1-1/+1
2017-02-23mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer1-3/+3
2017-02-23mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter1-2/+2
2017-02-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever1-0/+9
2017-02-23pwm: Unexport children before chip removalDavid Hsu1-0/+5
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings1-1/+1
2016-11-20Using BUG_ON() as an assert() is _never_ acceptableLinus Torvalds1-2/+2
2016-11-20compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini1-1/+1
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara1-0/+1
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-11-20mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner1-0/+2
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+2
2016-11-20can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-1/+2
2016-11-20fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-11-20fanotify: fix list corruption in fanotify_get_response()Jan Kara1-3/+0
2016-11-20fsnotify: add a way to stop queueing events on group shutdownJan Kara1-0/+3
2016-11-20efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo1-0/+9
2016-11-20block: fix bdi vs gendisk lifetime mismatchDan Williams1-0/+2
2016-11-20Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2-11/+19
2016-11-20radix-tree: fix radix_tree_iter_retry() for tagged iterators.Andrey Ryabinin1-0/+1
2016-11-20netfilter: x_tables: speed up jump target validationFlorian Westphal1-0/+4
2016-11-20x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-0/+1
2016-11-20IB/mlx5: Fix MODIFY_QP command input structureArtemy Kovalyov1-2/+2
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-08-22netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-0/+3
2016-08-22netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-1/+1
2016-08-22netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+2
2016-08-22netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-0/+3
2016-08-22netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-0/+4
2016-08-22fs: limit filesystem stacking depthMiklos Szeredi1-0/+11
2016-08-22net/mlx5: Add timeout handle to commands with callbackMohamad Haj Yahia1-0/+1
2016-08-22IB/mlx5: Fix post send fence logicEli Cohen1-0/+1
2016-08-22net/mlx5: Fix the size of modify QP mailboxMajd Dibbiny1-0/+1
2016-08-22sunrpc: Update RPCBIND_MAXNETIDLENChuck Lever1-2/+2
2016-08-22driver-core: use 'dev' argument in dev_dbg_ratelimited stubArnd Bergmann1-2/+5
2016-06-15mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov3-83/+44
2016-06-15compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches4-181/+116
2016-06-15Minimal fix-up of bad hashing behavior of hash_64()Linus Torvalds1-2/+18
2016-06-15Make hash_64() use a 64-bit multiply when appropriateLinus Torvalds1-0/+4
2016-06-15libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2-6/+5
2016-06-15mm: hugetlb: allow hugepages_supported to be architecture specificDominik Dingel1-9/+8
2016-06-15USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede1-0/+2
2016-06-15regulator: s2mps11: Fix invalid selector mask and voltages for buck9Krzysztof Kozlowski1-0/+2
2016-06-15Revert "net: validate variable length ll headers"Ben Hutchings1-20/+1
2016-05-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-0/+3
2016-05-01net: validate variable length ll headersWillem de Bruijn1-1/+20