summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-143-3/+3
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-132-14/+5Star
|\
| * gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada2018-06-082-14/+5Star
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-132-4/+6
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-134-7/+8
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-4/+4
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-1/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1310-13/+18
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1312-35/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-112-19/+32
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-081-17/+31
| |\ \
| | * | bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-071-17/+31
| * | | umh: fix race conditionAlexei Starovoitov2018-06-071-2/+1Star
| | |/ | |/|
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+1
|\ \ \
| * | | scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier2018-05-181-0/+1
* | | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-105-0/+365
|\ \ \ \
| * | | | rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-065-0/+365
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-102-13/+55
|\ \ \ \ \
| * | | | | genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner2018-06-061-2/+35
| * | | | | genirq/migration: Avoid out of line call if pending is not setThomas Gleixner2018-06-061-4/+1Star
| * | | | | genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2018-06-061-7/+19
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-101-17/+7Star
|\ \ \ \ \ \
| * | | | | | signal: Remove no longer required irqsave/restoreAnna-Maria Gleixner2018-06-101-17/+7Star
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2018-06-091-0/+1
|\ \ \ \ \ \
| * | | | | | ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2018-06-051-0/+1
* | | | | | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-094-181/+200
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-093-181/+199
| |\ \ \ \ \ \ \
| | * | | | | | | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-4/+28
| | * | | | | | | memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams2018-05-163-177/+171Star
| * | | | | | | | libnvdimm, e820: Register all pmem resourcesDan Williams2018-06-031-0/+1
* | | | | | | | | kernel/hung_task.c: show all hung tasks before panicTetsuo Handa2018-06-081-4/+7
* | | | | | | | | mm: split page_type out from _mapcountMatthew Wilcox2018-06-081-0/+1
* | | | | | | | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-082-2/+9
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-072-6/+2Star
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro2018-05-101-1/+1
| * | | | | | | | tracing: Remove PPC32 wart from config TRACING_SUPPORTMichael Ellerman2018-05-031-5/+1Star
* | | | | | | | | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-071-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee2018-03-201-0/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0722-463/+4605
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0510-53/+169
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPSYonghong Song2018-06-041-0/+2
| | * | | | | | | | | bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-043-0/+18
| | * | | | | | | | | bpf/xdp: devmap can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-13/+6Star
| | * | | | | | | | | xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
| | * | | | | | | | | bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-032-3/+10
| | * | | | | | | | | bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-032-22/+58
| | * | | | | | | | | bpf: show prog and map id in fdinfoDaniel Borkmann2018-06-031-4/+8
| | * | | | | | | | | bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann2018-06-031-1/+1
| | * | | | | | | | | bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-1/+20
| | * | | | | | | | | bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+5