summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.3-rc4v5.3-rc4Linus Torvalds2019-08-111-1/+1
* Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-112-1/+7
|\
| * mm/memremap: Fix reuse of pgmap instances with internal referencesDan Williams2019-08-091-0/+6
| * dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-051-1/+1
* | Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds2019-08-111-5/+0
|\ \
| * | NTB/msi: remove incorrect MODULE definesLogan Gunthorpe2019-08-051-5/+0
| |/
* | Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-107-202/+24
|\ \
| * | dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed...Paul Walmsley2019-08-081-1/+1
| * | dt-bindings: riscv: remove obsolete cpus.txtPaul Walmsley2019-08-082-162/+12
| * | RISC-V: Remove udivdi3Palmer Dabbelt2019-08-082-34/+0
| * | riscv: delay: use do_div() instead of __udivdi3()Paul Walmsley2019-08-081-1/+5
| * | dt-bindings: Update the riscv,isa string descriptionAtish Patra2019-08-081-0/+4
| * | RISC-V: Remove per cpu clocksourceAtish Patra2019-08-061-4/+2
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-107-28/+48
|\ \
| * | x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-081-0/+1
| * | x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSNick Desaulniers2019-08-081-5/+28
| * | x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers2019-08-084-23/+17
| * | x86: mtrr: cyrix: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
| * | x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-1014-16/+69
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-5.3-20190808' of git://git.kernel.org/pub/sc...Thomas Gleixner2019-08-0814-16/+69
| |\ \ \
| | * | | perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-08-081-0/+1
| | * | | perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-083-1/+24
| | * | | perf record: Fix module size on s390Thomas Richter2019-08-083-3/+16
| | * | | perf tools: Fix include paths in ui directoryIan Rogers2019-08-082-5/+6
| | * | | perf tools: Fix a typo in a variable name in the Documentation MakefileMasanari Iida2019-08-081-1/+1
| | * | | perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-081-1/+4
| | * | | perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe2019-08-081-1/+1
| | * | | perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-081-1/+11
| | * | | perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo2019-08-081-1/+1
| | * | | perf bench numa: Fix cpu0 bindingJiri Olsa2019-08-011-2/+4
| |/ / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-102-10/+2
|\ \ \ \
| * | | | sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan2019-08-061-1/+1
| * | | | sched/psi: Reduce psimon FIFO priorityPeter Zijlstra2019-08-061-1/+1
| * | | | sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-061-8/+0
| | |_|/ | |/| |
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-101-4/+2
|\ \ \ \
| * | | | genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-081-4/+2
| | |_|/ | |/| |
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-101-11/+9
|\ \ \ \
| * | | | drm/i915: Remove redundant user_access_end() from __copy_from_user() error pathJosh Poimboeuf2019-08-091-11/+9
| |/ / /
* | | | Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-101-63/+101
|\ \ \ \
| * | | | gfs2: gfs2_walk_metadata fixAndreas Gruenbacher2019-08-091-63/+101
| | |/ / | |/| |
* | | | Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches2019-08-102-2/+2
* | | | Merge tag 'char-misc-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-107-28/+35
|\ \ \ \
| * | | | coresight: Fix DEBUG_LOCKS_WARN_ON for uninitialized attributeSuzuki K Poulose2019-08-011-0/+1
| * | | | MAINTAINERS: Move linux-fpga tree to new locationMoritz Fischer2019-07-301-1/+1
| * | | | nvmem: Use the same permissions for eeprom as for nvmemJean Delvare2019-07-301-4/+11
| * | | | Merge tag 'misc-habanalabs-fixes-2019-07-29' of git://people.freedesktop.org/...Greg Kroah-Hartman2019-07-304-23/+22
| |\ \ \ \
| | * | | | habanalabs: fix host memory polling in BE architectureBen Segal2019-07-294-6/+20
| | * | | | habanalabs: fix F/W download in BE architectureBen Segal2019-07-291-17/+2
| |/ / / /
* | | | | Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-102-3/+59
|\ \ \ \ \