summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: allow arch to supply p??_free_tlb functionsNicholas Piggin2018-07-141-0/+8
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-132-94/+58
|\
| * rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers2018-07-101-50/+0
| * rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-101-8/+19
| * rseq: uapi: Update uapi commentsMathieu Desnoyers2018-07-101-33/+36
| * rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers2018-07-101-3/+3
* | Merge branch 'for-4.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-111-0/+24
|\ \
| * | ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede2018-07-021-0/+1
| * | libata: add command iterator helpersJens Axboe2018-06-191-0/+23
* | | Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-07-111-1/+1
|\ \ \
| * | | uio: change to use the mutex lock instead of the spin lockXiubo Li2018-07-071-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-07-091-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | HID: core: allow concurrent registration of driversBenjamin Tissoires2018-06-251-1/+2
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-081-7/+22
|\ \ \ \
| * | | | compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers2018-07-031-7/+22
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-07-082-2/+1
|\ \ \ \ \
| * | | | | kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-032-2/+1
| |/ / / /
* | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-07-061-21/+19
|\ \ \ \ \
| * | | | | dt-bindings: clock: imx6ul: Do not change the clock definition orderFabio Estevam2018-06-291-21/+19
* | | | | | Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-07-051-2/+0
|\ \ \ \ \ \
| * | | | | | ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-031-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-0211-57/+97
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-0/+20
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-015-55/+68
| |\ \ \ \ \
| | * | | | | bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-48/+8
| | * | | | | bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-5/+23
| | * | | | | bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-263-2/+37
| * | | | | | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-282-1/+3
| |\ \ \ \ \ \
| | * | | | | | net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-262-1/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-282-1/+1
| |\ \ \ \ \ \
| | * | | | | | netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-182-1/+1
| * | | | | | | nfp: reject binding to shared blocksJohn Hurley2018-06-271-0/+5
* | | | | | | | Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-011-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-06-261-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | iio: buffer: fix the function signature to match implementationPhil Reid2018-06-241-1/+1
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-07-011-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | acpi: Add helper for deactivating memory regionHeikki Krogerus2018-06-251-0/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-304-1/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2018-06-252-1/+11
| * | | | | | | | kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann2018-06-252-0/+43
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-302-20/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | sg: remove ->sg_magic memberJens Axboe2018-06-291-18/+0
| * | | | | | | | block: Fix transfer when chunk sectors exceeds maxKeith Busch2018-06-261-2/+2
* | | | | | | | | Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-291-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PM / Domains: Rename opp_node to npViresh Kumar2018-06-251-2/+2
| * | | | | | | | | PM / Domains: Fix return value of of_genpd_opp_to_performance_state()Viresh Kumar2018-06-251-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | aio: mark __aio_sigset::sigmask constAvi Kivity2018-06-291-1/+1
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-282-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder2018-06-281-1/+1
| * | | | | | | | | slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-06-281-0/+4