summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-055-125/+90
|\
| * LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-212-4/+7
| * LSM: bury struct security_mnt_optsAl Viro2018-12-211-8/+0
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-212-38/+16
| * LSM: turn sb_eat_lsm_opts() into a methodAl Viro2018-12-211-2/+2
| * LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-212-6/+3
| * new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-25/+3
| * LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-212-3/+5
| * LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-212-3/+6
| * vfs: Separate changing mount flags full remountDavid Howells2018-12-201-1/+1
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-202-51/+63
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-01-051-1/+0
|\ \
| * | exec: make prepare_bprm_creds staticChanho Min2018-12-101-1/+0
| |/
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2019-01-053-0/+36
|\ \
| * \ Merge branch 'next/drivers' into next/lateOlof Johansson2019-01-0421-830/+1865
| |\ \
| | * \ Merge tag 'qcom-drivers-for-4.21-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2018-12-201-0/+3
| | |\ \
| | | * | firmware: qcom: scm: fix compilation error when disabledJonathan Marek2018-12-051-0/+3
| | * | | Merge tag 'zynq-soc-for-v5.0' of https://github.com/Xilinx/linux-xlnx into ne...Arnd Bergmann2018-12-201-0/+30
| | |\ \ \
| | | * | | memory: pl353: Add driver for arm pl353 static memory controllerNaga Sureshkumar Relli2018-12-131-0/+30
| | | | |/ | | | |/|
| * | | | tty: serial: Add RDA8810PL UART driverManivannan Sadhasivam2018-12-311-0/+3
| * | | | Merge tag 'imx8mq-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson2018-12-311-0/+395
| |\ \ \ \
* | \ \ \ \ Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-052-0/+2
|\ \ \ \ \ \
| * | | | | | csky: define syscall_get_arch()Dmitry V. Levin2018-12-301-0/+1
| * | | | | | elf-em.h: add EM_CSKYDmitry V. Levin2018-12-301-0/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-0514-57/+34
|\ \ \ \ \ \ \
| * | | | | | | fs: don't open code lru_to_page()Nikolay Borisov2019-01-042-3/+2
| * | | | | | | mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-7/+6
| * | | | | | | kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-042-0/+2
| * | | | | | | bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-041-1/+1
| * | | | | | | exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-041-0/+1
| * | | | | | | fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-0/+2
| * | | | | | | fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-041-2/+0
| * | | | | | | fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-041-3/+0
| * | | | | | | include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label sizeCarmeli Tamir2019-01-041-2/+2
| * | | | | | | autofs: add strictexpire mount optionIan Kent2019-01-041-1/+1
| * | | | | | | lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-01-041-6/+7
| * | | | | | | fls: change parameter to unsigned intMatthew Wilcox2019-01-042-2/+2
| * | | | | | | include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan2019-01-041-1/+1
| * | | | | | | build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseMasahiro Yamada2019-01-041-15/+7
| * | | | | | | build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Masahiro Yamada2019-01-041-14/+0
* | | | | | | | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-1/+1
* | | | | | | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-034-16/+13
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-038-32/+84
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-022-7/+15
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-021-0/+10
| | * | | | | | | bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-021-6/+1
| | * | | | | | | bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-021-1/+2
| | * | | | | | | bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-021-0/+2
| * | | | | | | | ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-0/+20
| * | | | | | | | ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang2019-01-011-0/+2