summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-081-16/+21
| * | | | | kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook2020-07-081-2/+2
| * | | | | module: Do not expose section addresses to non-CAP_SYSLOGKees Cook2020-07-081-3/+3
| * | | | | module: Refactor section attr into bin attributeKees Cook2020-07-081-21/+24
| * | | | | kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-083-9/+14
* | | | | | Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-051-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-06-031-1/+1
| |\ \ \ \ \ \
| | * | | | | | rcuperf: Fix printk format warningKefeng Wang2020-06-021-1/+1
* | | | | | | | vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig2020-07-031-1/+1
* | | | | | | | Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-07-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fork: annotate data race in copy_process()Weilong Chen2020-06-261-1/+1
* | | | | | | | | Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-022-5/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2020-06-302-5/+21
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-291-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serialDaniel Jordan2020-06-181-2/+2
* | | | | | | | | Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-285-30/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/cfs: change initial value of runnable_avgVincent Guittot2020-06-281-1/+1
| * | | | | | | | | smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-282-21/+3
| * | | | | | | | | sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2020-06-282-3/+3
| * | | | | | | | | sched/core: Fix ttwu() racePeter Zijlstra2020-06-281-5/+28
| * | | | | | | | | sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-281-1/+2
| * | | | | | | | | sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-281-0/+1
| * | | | | | | | | sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-06-281-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-7/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rcu: Fixup noinstr warningsPeter Zijlstra2020-06-251-7/+25
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-273-28/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-remap: align the size in dma_common_*_remap()Eric Auger2020-06-231-2/+3
| * | | | | | | | | dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATORChristoph Hellwig2020-06-231-1/+1
| * | | | | | | | | dma-direct: add missing set_memory_decrypted() for coherent mappingDavid Rientjes2020-06-231-0/+6
| * | | | | | | | | dma-direct: check return value when encrypting or decrypting memoryDavid Rientjes2020-06-171-5/+14
| * | | | | | | | | dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsDavid Rientjes2020-06-171-1/+6
| * | | | | | | | | dma-direct: always align allocation size in dma_direct_alloc_pages()David Rientjes2020-06-171-7/+10
| * | | | | | | | | dma-direct: mark __dma_direct_alloc_pages staticChristoph Hellwig2020-06-171-1/+1
| * | | | | | | | | dma-direct: re-enable mmap for !CONFIG_MMUChristoph Hellwig2020-06-172-14/+1
* | | | | | | | | | Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-06-272-29/+47
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-06-261-0/+4
| * | | | | | | | | | kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-1/+3
| * | | | | | | | | | kdb: Make kdb_printf() console handling more robustSumit Garg2020-06-251-0/+11
| * | | | | | | | | | kdb: Check status of console prior to invoking handlersSumit Garg2020-06-251-0/+2
| * | | | | | | | | | kdb: Re-factor kdb_printf() message write codeSumit Garg2020-06-251-29/+28
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-261-4/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki2020-06-251-4/+11
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-262-29/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | mm: remove vmalloc_execChristoph Hellwig2020-06-261-1/+3
| * | | | | | | | | kexec: do not verify the signature without the lockdown or mandatory signatureLianbo Jiang2020-06-261-28/+6
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-253-25/+40
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-173-25/+40
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev2020-06-171-20/+33
| | * | | | | | | | | devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen2020-06-171-4/+6
| | * | | | | | | | | bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko2020-06-171-1/+1
| | | |_|_|/ / / / / | | |/| | | | | | |