summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2018-06-161-0/+3
* ata: Add a new flag to destinguish sas controllerShaohua Li2018-06-161-0/+1
* mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2018-06-161-0/+1
* nospec: Allow index argument to have const-qualified typeRasmus Villemoes2018-06-161-2/+1
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-06-161-0/+1
* pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-06-161-1/+1
* pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-06-162-4/+0
* pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-06-161-1/+1
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2018-06-162-0/+4
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-06-161-0/+2
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-06-161-0/+6
* x86: fix build warnign with 32-bit PAEArnd Bergmann2018-03-191-1/+1
* nospec: Include <asm/barrier.h> dependencyDan Williams2018-03-191-0/+1
* nospec: Kill array_index_nospec_mask_check()Dan Williams2018-03-191-21/+1
* nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2018-03-191-15/+21
* x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-03-191-1/+8
* vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-03-191-1/+4
* array_index_nospec: Sanitize speculative array de-referencesDan Williams2018-03-191-0/+72
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-03-191-0/+9
* kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada2018-03-191-4/+5
* sysfs/cpu: Add vulnerability folderThomas Gleixner2018-03-191-0/+7
* blk-mq: fix race between timeout and freeing requestMing Lei2018-03-031-0/+6
* sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-03-031-1/+0
* phy: Add helper function to check phy interface modeIyappan Subramanian2018-03-031-2/+12
* net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli2018-03-031-0/+11
* fscache: Fix the default for fscache_maybe_release_page()David Howells2018-03-031-1/+1
* stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches2018-03-031-4/+4
* include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2018-03-032-13/+9
* net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh2018-03-031-1/+1
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-03-031-0/+1
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2018-03-031-0/+6
* scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig2018-03-031-2/+0
* x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2018-02-131-8/+0
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2018-02-131-0/+1
* iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel2018-02-131-0/+1
* KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook2018-01-092-4/+4
* KAISER: Kernel Address IsolationRichard Fellner2018-01-093-2/+85
* sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2018-01-091-0/+7
* ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2018-01-011-2/+5
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2018-01-012-0/+5
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2018-01-011-0/+1
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2018-01-013-1/+2
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2018-01-011-0/+1
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2018-01-011-0/+7
* x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2018-01-011-8/+13
* pci_ids: Add PCI device IDs for F15h M60hAravind Gopalakrishnan2018-01-011-0/+2
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2018-01-011-0/+3
* fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2018-01-011-0/+1
* include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann2018-01-011-0/+10
* bus: mbus: fix window size calculation for 4GB windowsJan Luebbe2018-01-011-2/+2