summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | genirq/affinity: Create affinity mask for single vectorMing Lei2019-08-081-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-061-2/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-251-2/+2
| |\
| | * bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-231-2/+2
* | | memremap: move from kernel/ to mm/Christoph Hellwig2019-08-032-406/+0
* | | kernel/signal.c: fix a kernel-doc markupMauro Carvalho Chehab2019-08-031-1/+1
* | | Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-021-2/+11
|\ \ \
| * | | dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}Christoph Hellwig2019-07-241-2/+11
| |/ /
* | | Merge tag 'dma-mapping-5.3-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-021-3/+5
|\ \ \
| * | | dma-contiguous: page-align the size in dma_free_contiguous()Nicolin Chen2019-07-291-1/+2
| * | | dma-contiguous: do not overwrite align in dma_alloc_contiguous()Nicolin Chen2019-07-291-2/+3
* | | | Merge tag 'trace-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-311-10/+7
|\ \ \ \
| * | | | fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du2019-07-301-10/+7
| |/ / /
* | | | exit: make setting exit_state consistentChristian Brauner2019-07-301-2/+3
* | | | pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)2019-07-291-0/+1
|/ / /
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-272-44/+102
|\ \ \
| * | | sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-07-251-39/+81
| * | | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-252-5/+21
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-271-1/+1
|\ \ \
| * | | perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-07-251-1/+1
| |/ /
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-07-274-15/+40
|\ \ \
| * | | locking/mutex: Test for initialized mutexSebastian Andrzej Siewior2019-07-251-1/+10
| * | | locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-251-7/+6
| * | | locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-251-1/+2
| * | | locking/rwsem: Add ACQUIRE commentsPeter Zijlstra2019-07-251-5/+13
| * | | lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-07-251-1/+3
| * | | locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-07-251-0/+2
| * | | locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long2019-07-251-1/+5
* | | | Merge branch 'access-creds'Linus Torvalds2019-07-251-2/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-241-2/+19
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-221-4/+4
|\ \ \ \
| * | | | sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=yThomas Gleixner2019-07-221-4/+4
| | |/ / | |/| |
* / | | pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan2019-07-221-0/+1
|/ / /
* | | Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-202-25/+22
|\ \ \
| * | | dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/deviceFugang Duan2019-07-191-7/+11
| * | | dma-direct: only limit the mapping size if swiotlb could be usedChristoph Hellwig2019-07-171-6/+4
| * | | dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-162-12/+7
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-202-3/+7
|\ \ \ \
| * | | | bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-181-1/+1
| * | | | Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-2/+1
| |\ \ \ \
| | * | | | bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-091-2/+1
| * | | | | stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra2019-07-181-0/+5
* | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-201-0/+16
|\ \ \ \ \ \
| * | | | | | smp: Warn on function calls from softirq contextPeter Zijlstra2019-07-201-0/+16
| |/ / / / /
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-201-2/+23
|\ \ \ \ \ \
| * | | | | | sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RTThomas Gleixner2019-07-181-2/+23