summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds3-7/+2
2018-09-25seccomp: add "seccomp" syscallKees Cook1-0/+2
2018-06-16skb: Add skb_postpush_rcsum()Ben Hutchings1-0/+17
2018-06-16fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+4
2018-06-16IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny1-2/+2
2018-06-16usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich1-0/+3
2018-06-16ata: Add a new flag to destinguish sas controllerShaohua Li1-0/+1
2018-06-16mmc: sdhci: Allow override of mmc host operationsAdrian Hunter1-0/+1
2018-06-16nospec: Allow index argument to have const-qualified typeRasmus Villemoes1-2/+1
2018-06-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+1
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-1/+1
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers2-4/+0
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-1/+1
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2-0/+4
2018-06-16crypto: hash - prevent using keyed hashes without setting keyEric Biggers1-0/+2
2018-06-16crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+6
2018-03-19x86: fix build warnign with 32-bit PAEArnd Bergmann1-1/+1
2018-03-19nospec: Include <asm/barrier.h> dependencyDan Williams1-0/+1
2018-03-19nospec: Kill array_index_nospec_mask_check()Dan Williams1-21/+1
2018-03-19nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon1-15/+21
2018-03-19x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse1-1/+8
2018-03-19vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams1-1/+4
2018-03-19array_index_nospec: Sanitize speculative array de-referencesDan Williams1-0/+72
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-03-19kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada1-4/+5
2018-03-19sysfs/cpu: Add vulnerability folderThomas Gleixner1-0/+7
2018-03-03blk-mq: fix race between timeout and freeing requestMing Lei1-0/+6
2018-03-03sh_eth: fix SH7757 GEther initializationSergei Shtylyov1-1/+0
2018-03-03phy: Add helper function to check phy interface modeIyappan Subramanian1-2/+12
2018-03-03net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli1-0/+11
2018-03-03fscache: Fix the default for fscache_maybe_release_page()David Howells1-1/+1
2018-03-03stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches1-4/+4
2018-03-03include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2-13/+9
2018-03-03net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh1-1/+1
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2018-03-03efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman1-0/+6
2018-03-03scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig1-2/+0
2018-02-13x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini1-8/+0
2018-02-13blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-0/+1
2018-02-13iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel1-0/+1
2018-01-09KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook2-4/+4
2018-01-09KAISER: Kernel Address IsolationRichard Fellner3-2/+85
2018-01-09sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-0/+7
2018-01-01ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-2/+5
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman2-0/+5
2018-01-01exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-0/+1
2018-01-01ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman3-1/+2
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+1
2018-01-01netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+7
2018-01-01x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra1-8/+13