summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-06-24iio: buffer: fix the function signature to match implementationPhil Reid1-1/+1
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-5/+5
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2-9/+9
2018-06-24time: Introduce struct __kernel_itimerspecDeepa Dinamani2-2/+3
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+12
2018-06-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-1/+8
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+1
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-06-24kill dentry_update_name_case()Al Viro1-2/+0
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner348-2426/+6406
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara1-1/+1
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-7/+11
2018-06-22Merge branch 'icrc-counter' into rdma.git for-nextJason Gunthorpe1-3/+8
2018-06-22irqdesc: Delete irq_desc_get_msi_desc()John Garry1-5/+0
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang1-0/+1
2018-06-22rhashtable: clean up dereference of ->future_tbl.NeilBrown1-1/+1
2018-06-22rhashtable: simplify INIT_RHT_NULLS_HEAD()NeilBrown1-1/+1
2018-06-22rhashtable: remove nulls_base and related code.NeilBrown2-32/+3
2018-06-22rhashtable: split rhashtable.hNeilBrown5-128/+144
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-13/+8
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2018-06-21net/mlx5: Add RoCE RX ICRC encapsulated counterTalat Batheesh1-3/+8
2018-06-21locking/refcounts: Include fewer headers in <linux/refcount.h>Alexey Dobriyan1-3/+4
2018-06-21kernel.h: Fix a typo in commentWei Wang1-1/+1
2018-06-21x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com1-0/+1
2018-06-21atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland1-66/+30
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-24/+73
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-0/+48
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-0/+124
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-2/+24
2018-06-21atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland1-0/+16
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-0/+23
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-0/+11
2018-06-21atomics: Make conditional ops return 'bool'Mark Rutland1-11/+13
2018-06-21atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland1-32/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-21cpu/hotplug: Provide knobs to control SMTThomas Gleixner1-0/+13
2018-06-21locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon2-21/+27
2018-06-21rseq/cleanup: Do not abort rseq c.s. in child on fork()Mathieu Desnoyers1-4/+1
2018-06-21kprobes: Remove jprobe stub APIMasami Hiramatsu1-50/+0
2018-06-21kprobes: Remove jprobe API implementationMasami Hiramatsu1-3/+0
2018-06-21bpf: enforce correct alignment for instructionsEric Dumazet1-1/+3
2018-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-22/+84
2018-06-20x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+2
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+2
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig1-0/+2
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan17-39/+115