summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-041-4/+12
|\
| * Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek2020-08-041-4/+4
| |\
| | * console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko2020-06-251-1/+1
| | * console: Propagate error code from console ->setup()Andy Shevchenko2020-06-251-3/+3
| * | doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele2020-07-131-0/+8
| |/
* | Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-044-0/+439
|\ \
| * | entry: Correct 'noinstr' attributesIngo Molnar2020-07-261-2/+2
| * | entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-242-1/+53
| * | entry: Provide generic interrupt entry/exit codeThomas Gleixner2020-07-241-0/+117
| * | entry: Provide generic syscall exit functionThomas Gleixner2020-07-241-0/+169
| * | entry: Provide generic syscall entry functionalityThomas Gleixner2020-07-243-0/+101
* | | Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-041-145/+108
|\ \ \
| * | | timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker2020-07-241-3/+18
| * | | timers: Lower base clock forwarding thresholdFrederic Weisbecker2020-07-171-1/+1
| * | | timers: Remove must_forward_clkFrederic Weisbecker2020-07-171-16/+6
| * | | timers: Spare timer softirq until next expiryFrederic Weisbecker2020-07-171-41/+8
| * | | timers: Expand clk forward logic beyond nohzFrederic Weisbecker2020-07-171-22/+4
| * | | timers: Reuse next expiry cache after nohz exitFrederic Weisbecker2020-07-171-4/+2
| * | | timers: Always keep track of next expiryFrederic Weisbecker2020-07-171-21/+21
| * | | timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker2020-07-171-1/+9
| * | | timers: Add comments about calc_index() ceiling workFrederic Weisbecker2020-07-171-1/+11
| * | | timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker2020-07-171-36/+25
| * | | timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen2020-07-171-30/+34
| * | | timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker2020-07-171-1/+1
* | | | Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-043-19/+4
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-08-032-2/+4
| |\ \ \ \
| | * | | | genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...John Stultz2020-07-271-1/+2
| | * | | | irqdomain: Export irq_domain_update_bus_tokenJohn Stultz2020-07-271-0/+1
| | * | | | genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu2020-07-271-1/+1
| * | | | | genirq: Remove preflow handler supportValentin Schneider2020-07-042-17/+0
* | | | | | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-046-104/+238
|\ \ \ \ \ \
| * | | | | | dma-contiguous: cleanup dma_alloc_contiguousChristoph Hellwig2020-07-281-17/+14
| * | | | | | dma-debug: use named initializers for dir2nameChristoph Hellwig2020-07-191-2/+6
| * | | | | | dma-mapping: add a dma_ops_bypass flag to struct deviceChristoph Hellwig2020-07-192-22/+60
| * | | | | | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-192-1/+6
| * | | | | | dma-mapping: inline the fast path dma-direct callsChristoph Hellwig2020-07-161-65/+0
| * | | | | | dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig2020-07-162-9/+164
* | | | | | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-5/+6
|\ \ \ \ \ \ \
| * | | | | | | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-171-5/+6
* | | | | | | | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-043-7/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | prctl: exe link permission error changed from -EINVAL to -EPERMNicolas Viennot2020-07-191-1/+1
| * | | | | | | | prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exeNicolas Viennot2020-07-191-4/+7
| * | | | | | | | pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pidAdrian Reber2020-07-191-1/+1
| * | | | | | | | pid: use checkpoint_restore_ns_capable() for set_tidAdrian Reber2020-07-191-1/+1
* | | | | | | | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-51/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+1
| * | | | | | | | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-9/+0
| * | | | | | | | | fork: remove do_fork()Christian Brauner2020-07-041-24/+1
| * | | | | | | | | fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-16/+14
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-08-042-16/+27
|\ \ \ \ \ \ \ \ \