summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: use offset_in_page macroGeliang Tang2016-01-201-2/+2
* dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig2016-01-201-6/+28
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-28/+361
* ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai2016-01-201-3/+3
* lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim2016-01-201-2/+2
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+3
* rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso2016-01-201-1/+1
* kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-201-37/+25
* kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-201-4/+39
* kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-201-4/+4
* kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-201-0/+4
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-1/+23
* include/linux/radix-tree.h: fix error in docs about locksAdam Barth2016-01-201-1/+1
* lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd2016-01-201-0/+1
* Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-192-2/+8
|\
| * blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-012-2/+8
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-182-7/+16
|\ \
| * | virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
| * | virtio_ring: use virt_store_mbMichael S. Tsirkin2016-01-121-0/+11
| * | virtio_ring: update weak barriers to use virt_xxxMichael S. Tsirkin2016-01-121-21/+4
| * | Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"Michael S. Tsirkin2016-01-121-4/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-01-181-4/+0
|\ \ \
| * | | numa: remove stale node_has_online_mem() defineChris Metcalf2016-01-181-4/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-01-182-23/+3
|\ \ \ \
| * | | | mmc: atmel: get rid of struct mci_dma_dataMans Rullgard2016-01-142-23/+1
| * | | | mmc: atmel-mci: restore dma on AVR32Mans Rullgard2016-01-141-0/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-182-3/+4
|\ \ \ \
| * | | | net/mlx5_core: Fix trimming down IRQ numberDoron Tsur2016-01-172-3/+4
* | | | | Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-01-181-0/+2
|\ \ \ \ \
| * | | | | rtc: s5m: Make register configuration per S2MPS device to remove exceptionsKrzysztof Kozlowski2016-01-111-0/+2
| * | | | | Merge tag 'ib-mfd-regulator-rtc-v4.5' into rtc-nextAlexandre Belloni2016-01-113-0/+161
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2016-01-181-0/+18
|\ \ \ \ \ \
| * | | | | | fbdev: Make fb-notify a no-op if CONFIG_FB=nEzequiel Garcia2015-12-151-0/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-176-24/+37
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2015-12-263-10/+21
| |\ \ \ \ \ \
| | * | | | | | security: Add hook to invalidate inode security labelsAndreas Gruenbacher2015-12-242-0/+11
| | * | | | | | security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-243-7/+7
| | * | | | | | security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher2015-12-242-3/+3
| * | | | | | | KEYS: prevent keys from being removed from specified keyringsMimi Zohar2015-12-151-0/+1
| * | | | | | | evm: provide a function to set the EVM key from the kernelDmitry Kasatkin2015-12-151-0/+7
| |/ / / / / /
| * | | | | | Sync to Linus v4.4-rc2 for LSM developers.James Morris2015-11-23314-3055/+8653
| |\ \ \ \ \ \
| * | | | | | | security/capability.h: cap_issubset/isclear can be booleanYaowei Bai2015-11-181-8/+8
| * | | | | | | security: remove unused cap_is_fs_cap functionYaowei Bai2015-11-181-6/+0
* | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-01-171-100/+104
|\ \ \ \ \ \ \ \
| * | | | | | | | audit: force seccomp event logging to honor the audit_enabled flagPaul Moore2016-01-131-100/+104
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-1727-362/+727
|\ \ \ \ \ \ \ \
| * | | | | | | | printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole2016-01-161-6/+6
| * | | | | | | | printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-01-161-0/+1
| * | | | | | | | err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar2016-01-161-1/+1
| * | | | | | | | include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai2016-01-161-5/+0