summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dcache: delete unused d_hash_maskAlexey Dobriyan2018-01-261-3/+2
* dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan2018-01-261-1/+3
* fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers2018-01-262-9/+2
* fs: fold __inode_permission() into inode_permission()Eric Biggers2018-01-262-46/+26
* fs: add RWF_APPENDJürg Billeter2018-01-262-1/+7
* sctp: use vmemdup_user() rather than badly open-coding memdup_user()Al Viro2018-01-201-48/+11
* snd_ctl_elem_init_enum_names(): switch to vmemdup_user()Al Viro2018-01-201-3/+3
* replace_user_tlv(): switch to vmemdup_user()Al Viro2018-01-201-4/+5
* new primitive: vmemdup_user()Al Viro2018-01-072-1/+29
* memdup_user(): switch to GFP_USERAl Viro2018-01-071-6/+1
* eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()Eric Biggers2018-01-062-16/+7
* eventfd: fold eventfd_ctx_read() into eventfd_read()Eric Biggers2018-01-062-45/+15
* eventfd: convert to use anon_inode_getfd()Eric Biggers2018-01-062-51/+7
* nfs4file: get rid of pointless include of btrfs.hAl Viro2017-12-301-1/+0
* uvc_v4l2: clean copyin/copyout upAl Viro2017-12-291-33/+22
* vme_user: don't use __copy_..._user()Al Viro2017-12-291-4/+4
* usx2y: don't bother with memdup_user() for 16-byte structureAl Viro2017-12-281-25/+18
* snd_hwdep_dsp_load(): don't bother with access_ok()Al Viro2017-12-281-2/+0
* usx2y: don't bother with access_ok() in ->dsp_load()Al Viro2017-12-281-15/+13
* r128: don't open-code memdup_user()Al Viro2017-12-281-17/+6
* VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-265-29/+34
* Add primitives for manipulating bitfields both in host- and fixed-endian.Al Viro2017-12-171-0/+46
* Fix misannotated out-of-line _copy_to_user()Christophe Leroy2017-12-111-1/+1
* vfs: remove unused hardirq.hYang Shi2017-12-072-2/+0
* fs/file.c: trim includesAl Viro2017-12-051-5/+0
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-271-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-276-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * | irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * | irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-148-10/+47
| |\ \
| | * | irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * | irqchip/gic-v4: Add forward definition of struct irq_domain_opsMarc Zyngier2017-11-131-0/+1
| | * | irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * | irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * | irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * | irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
| | * | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-102-2/+22
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2638-616/+472
|\ \ \ \
| * | | | x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1
| * | | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-2311-454/+2
| * | | | x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-233-4/+4
| * | | | x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2