summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-153-173/+1
|\
| * all arch: remove system call sys_sysctlXiaoming Ni2020-08-143-173/+1
* | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-142-50/+1
* | dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins2020-08-141-18/+9
|/
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-145-7/+53
|\
| * time: Delete repeated words in commentsRandy Dunlap2020-08-103-3/+3
| * timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner2020-08-063-4/+50
* | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-143-25/+201
|\ \
| * | posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-063-12/+183
| * | posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner2020-08-061-19/+24
* | | Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-142-4/+11
|\ \ \
| * | | genirq: Unlock irq descriptor after errorsGuenter Roeck2020-08-131-2/+5
| * | | genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-121-2/+6
* | | | Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-141-17/+43
|\ \ \ \
| * | | | modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2020-08-051-0/+26
| * | | | modules: return licensing information from find_symbolChristoph Hellwig2020-08-011-5/+11
| * | | | modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2020-08-011-2/+2
| * | | | modules: unexport __module_addressChristoph Hellwig2020-08-011-1/+0
| * | | | modules: unexport __module_text_addressChristoph Hellwig2020-08-011-1/+0
| * | | | modules: mark each_symbol_section staticChristoph Hellwig2020-08-011-2/+1
| * | | | modules: mark find_symbol staticChristoph Hellwig2020-08-011-2/+1
| * | | | modules: mark ref_module staticChristoph Hellwig2020-08-011-4/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-136-41/+62
|\ \ \ \ \
| * | | | | bpf: Delete repeated words in commentsRandy Dunlap2020-08-072-2/+2
| * | | | | bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev2020-08-061-1/+1
| * | | | | bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-063-38/+59
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-1214-52/+101
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-122-4/+4
| * | | | | kcov: make some symbols staticWei Yongjun2020-08-121-3/+3
| * | | | | kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver2020-08-121-1/+1
| * | | | | panic: make print_oops_end_marker() staticYue Hu2020-08-121-1/+1
| * | | | | kernel/panic.c: make oops_may_print() return boolTiezhu Yang2020-08-121-1/+1
| * | | | | kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna2020-08-121-0/+50
| * | | | | kmod: remove redundant "be an" in the commentTiezhu Yang2020-08-121-3/+2
| * | | | | kernel: add a kernel_wait helperChristoph Hellwig2020-08-122-25/+20
| * | | | | exec: use force_uaccess_begin during exec and exitChristoph Hellwig2020-08-121-1/+1
| * | | | | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-124-12/+8
| * | | | | mm: use unsigned types for fragmentation scoreNitin Gupta2020-08-121-1/+1
| * | | | | mm: proactive compactionNitin Gupta2020-08-121-0/+9
| * | | | | mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* | | | | | Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-111-0/+97
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | PM, libnvdimm: Add runtime firmware activation supportDan Williams2020-07-281-0/+97
* | | | | | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-104-13/+23
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2020-08-068-132/+122
| |\ \ \ \ \ \
| | * | | | | | hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-291-3/+10
| | * | | | | | timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-291-8/+11
| | * | | | | | sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
| * | | | | | | locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson2020-07-251-1/+1
* | | | | | | | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-2/+2