summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-054-0/+462
|\
| * entry: Correct __secure_computing() stubThomas Gleixner2020-07-261-1/+2
| * entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-242-0/+88
| * entry: Provide generic interrupt entry/exit codeThomas Gleixner2020-07-241-0/+62
| * entry: Provide generic syscall exit functionThomas Gleixner2020-07-241-0/+189
| * entry: Provide generic syscall entry functionalityThomas Gleixner2020-07-241-0/+121
| * seccomp: Provide stub for __secure_computing()Thomas Gleixner2020-07-241-0/+1
* | Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-052-0/+17
|\ \
| * \ Merge tag 'timers-v5.9' of https://git.linaro.org/people/daniel.lezcano/linux...Thomas Gleixner2020-07-232-0/+17
| |\ \
| | * | dt-bindings: timer: Add Ingenic X1000 OST bindings.周琰杰 (Zhou Yanjie)2020-07-231-0/+12
| | * | ARM: at91: add atmel tcb capabilitiesKamel Bouhara2020-07-111-0/+5
* | | | Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-057-40/+45
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-08-035-24/+45
| |\ \ \ \
| | * | | | irqchip: Fix IRQCHIP_PLATFORM_DRIVER_* compilation by including module.hMarc Zyngier2020-07-271-0/+1
| | * | | | irqchip: Add IRQCHIP_PLATFORM_DRIVER_BEGIN/END and IRQCHIP_MATCH helper macrosSaravana Kannan2020-07-271-0/+23
| | * | | | irqchip: irq-bcm2836.h: drop a duplicated wordRandy Dunlap2020-07-271-1/+1
| | * | | | irqchip/gic-v3: Remove unused register definitionZenghui Yu2020-07-271-4/+0
| | * | | | drivers/acpi: Remove function castOscar Carter2020-06-271-6/+6
| | * | | | drivers/irqchip: Use new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRYOscar Carter2020-06-271-2/+3
| | * | | | drivers/acpi: Add new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRYOscar Carter2020-06-271-0/+11
| | * | | | irqchip/vic: Cut down the external APILinus Walleij2020-06-271-9/+0
| | * | | | irqchip/vic: Drop cascaded intialization callLinus Walleij2020-06-271-2/+0
| * | | | | genirq: Remove preflow handler supportValentin Schneider2020-07-042-16/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-053-223/+143
|\ \ \ \ \
| * | | | | dma-mapping: add a dma_ops_bypass flag to struct deviceChristoph Hellwig2020-07-191-0/+8
| * | | | | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-192-2/+13
| * | | | | dma-mapping: inline the fast path dma-direct callsChristoph Hellwig2020-07-161-23/+69
| * | | | | dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig2020-07-162-225/+80
* | | | | | Merge tag 'uuid-for-5.9' of git://git.infradead.org/users/hch/uuidLinus Torvalds2020-08-051-2/+0
|\ \ \ \ \ \
| * | | | | | uuid: remove unused uuid_le_to_bin() definitionAndy Shevchenko2020-07-201-2/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-054-1/+18
|\ \ \ \ \ \
| * | | | | | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-172-3/+14
| * | | | | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+2
| * | | | | | open: add close_range()Christian Brauner2020-06-172-0/+4
* | | | | | | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-052-1/+14
|\ \ \ \ \ \ \
| * | | | | | | capabilities: Introduce CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-192-1/+14
* | | | | | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-16/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
| * | | | | | | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-14/+1
| * | | | | | | | fork: remove do_fork()Christian Brauner2020-07-041-1/+0
| * | | | | | | | fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-1/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-08-041-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | nsproxy: support CLONE_NEWTIME with setns()Christian Brauner2020-07-081-0/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-046-40/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | exec: Implement kernel_execveEric W. Biederman2020-07-211-7/+2
| * | | | | | | | exec: Move initialization of bprm->filename into alloc_bprmEric W. Biederman2020-07-211-0/+1
| * | | | | | | | exec: Remove unnecessary spaces from binfmts.hEric W. Biederman2020-07-211-5/+5
| * | | | | | | | umd: Remove exit_umhEric W. Biederman2020-07-072-17/+0
| * | | | | | | | bpfilter: Take advantage of the facilities of struct pidEric W. Biederman2020-07-071-1/+2
| * | | | | | | | exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-071-0/+2