summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-06-21drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon
2018-06-19Merge branch 'fslc_4.9-1.0.x-imx' into toradex_4.9-1.0.x-imx-nextMax Krummenacher
2018-03-23Merge remote-tracking branch 'remotes/fslc/4.9-1.0.x-imx' into toradex_4.9-1....Marcel Ziswiler
2018-03-12Merge tag 'v4.9.87' into fslc_4.9-1.0.x-imxMax Krummenacher
2018-03-11nospec: Allow index argument to have const-qualified typeRasmus Villemoes
2018-03-11dax: fix vma_is_fsdax() helperDan Williams
2018-03-08Merge remote-tracking branch 'linux-fslc/4.9-1.0.x-imx' into toradex_4.9-1.0....Stefan Agner
2018-02-28libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams
2018-02-28mm: introduce get_user_pages_longtermDan Williams
2018-02-26Merge tag 'v4.9.84' into 4.9-1.0.x-imx-stable-mergeFabio Estevam
2018-02-25PCI: Change pci_host_common_probe() visibilityMarc Gonzalez
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2018-02-25ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang
2018-02-22x86: fix build warnign with 32-bit PAEArnd Bergmann
2018-02-22nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon
2018-02-22compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven
2018-02-22jbd2: fix sphinx kernel-doc build warningsTobin C. Harding
2018-02-17mtd: cfi: convert inline functions to macrosArnd Bergmann
2018-02-13x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse
2018-02-13vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams
2018-02-13array_index_nospec: Sanitize speculative array de-referencesDan Williams
2018-02-13module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli
2018-02-03net/mlx5: Define interface bits for fencing UMR wqeMax Gurtovoy
2018-01-31bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann
2018-01-31mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2018-01-31Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman
2018-01-31drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla
2018-01-24Merge tag 'v4.9.76' into 4.9-1.0.x-imx-stable-mergeStefan Agner
2018-01-23module: Add retpoline tag to VERMAGICAndi Kleen
2018-01-17objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf
2018-01-17sysfs/cpu: Add vulnerability folderThomas Gleixner
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet
2018-01-17sh_eth: fix SH7757 GEther initializationSergei Shtylyov
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-01-10fscache: Fix the default for fscache_maybe_release_page()David Howells
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2018-01-02mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UPAndy Lutomirski
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2018-01-02net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2018-01-02ptr_ring: add barriersMichael S. Tsirkin