aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-26io_uring: make CQ ring wakeups be more efficientJens Axboe1-10/+56
2019-09-26ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2-2/+18
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-09-26dt-bindings: net: ravb: Add support for r8a774b1 SoCBiju Das1-0/+1
2019-09-26net: stmmac: Fix page pool sizeThierry Reding1-1/+3
2019-09-26macsec: drop skb sk before calling gro_cells_receiveXin Long1-0/+1
2019-09-26iocost: bump up default latency targets for hard disksTejun Heo1-2/+2
2019-09-26iocost: improve nr_lagging handlingTejun Heo1-8/+11
2019-09-26iocost: better trace vrate changesTejun Heo1-1/+6
2019-09-26smb3: pass mode bits into create callsSteve French7-21/+51
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld1-2/+2
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes1-17/+13
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski19-151/+151
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski8-94/+94
2019-09-26MAINTAINERS: add Yanjun to FORCEDETH maintainers listRain River1-0/+1
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei2-39/+5
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei2-2/+2
2019-09-25checkpatch: check for nested (un)?likely() callsDenis Efremov1-0/+6
2019-09-25hexagon: drop empty and unused free_initrd_memMike Rapoport1-13/+0
2019-09-25mm: factor out common parts between MADV_COLD and MADV_PAGEOUTMinchan Kim1-147/+45
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim8-0/+251
2019-09-25mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIMMinchan Kim1-3/+3
2019-09-25mm: introduce MADV_COLDMinchan Kim10-4/+232
2019-09-25mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas2-5/+6
2019-09-25vfio/type1: untag user pointers in vaddr_get_pfnAndrey Konovalov1-0/+2
2019-09-25tee/shm: untag user pointers in tee_shm_registerAndrey Konovalov1-0/+1
2019-09-25media/v4l2-core: untag user pointers in videobuf_dma_contig_user_getAndrey Konovalov1-4/+5
2019-09-25drm/radeon: untag user pointers in radeon_gem_userptr_ioctlAndrey Konovalov1-0/+2
2019-09-25drm/amdgpu: untag user pointersAndrey Konovalov2-1/+3
2019-09-25userfaultfd: untag user pointersAndrey Konovalov1-10/+12
2019-09-25fs/namespace: untag user pointers in copy_mount_optionsAndrey Konovalov1-1/+1
2019-09-25mm: untag user pointers in get_vaddr_framesAndrey Konovalov1-0/+2
2019-09-25mm: untag user pointers in mm/gup.cAndrey Konovalov1-0/+4
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov8-1/+23
2019-09-25lib: untag user pointers in strn*_userAndrey Konovalov3-4/+7
2019-09-25lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman1-6/+8
2019-09-25ipc/sem.c: convert to use built-in RCU list checkingJoel Fernandes (Google)1-1/+2
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring1-12/+8
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring1-1/+1
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook2-7/+12
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook2-12/+8
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Kees Cook1-10/+11
2019-09-25bug: lift "cut here" out of __warn()Kees Cook1-4/+2
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook2-9/+8
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook1-4/+4
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook2-24/+7
2019-09-25scripts/gdb: handle split debugDouglas Anderson1-2/+2
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson3-20/+21
2019-09-25compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada1-3/+1
2019-09-25uaccess: add missing __must_check attributesKees Cook2-11/+12