summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-1/+1
|\
| * Merge branch 'objtool/urgent'Peter Zijlstra2021-10-0751-394/+215
| |\
| * | x86: Always inline context_tracking_guest_enter()Peter Zijlstra2021-09-151-1/+1
* | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-0116-97/+79
|\ \ \
| * | | locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-306-59/+2
| * | | futex: Implement sys_futex_waitv()André Almeida2021-10-073-1/+34
| * | | futex: Split out syscallsPeter Zijlstra2021-10-071-1/+1
| * | | sched: Make cond_resched_lock() variants RT awareThomas Gleixner2021-10-012-11/+28
| * | | sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner2021-10-012-2/+5
| * | | sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner2021-10-011-4/+3
| * | | sched: Make cond_resched_*lock() variants consistent vs. might_sleep()Thomas Gleixner2021-10-011-6/+6
| * | | sched: Clean up the might_sleep() underscore zooThomas Gleixner2021-10-012-7/+7
| * | | locking/lockdep: Cleanup the repeated declarationShaokun Zhang2021-09-171-2/+0
| * | | lockdep: Improve comments in wait-type checksZhouyi Zhou2021-09-171-1/+1
| * | | kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst2021-09-172-14/+3
| |/ /
* | | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-012-3/+32
|\ \ \
| * | | perf: Add mem_hops field in perf_mem_data_src structureKajol Jain2021-10-191-2/+9
| * | | perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove ...Kajol Jain2021-10-191-1/+7
| * | | perf/x86: Add new event for AUX output counter indexAdrian Hunter2021-10-152-0/+16
* | | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-013-14/+21
|\ \ \ \
| * \ \ \ Merge branch irq/misc-5.16 into irq/irqchip-nextMarc Zyngier2021-10-281-2/+3
| |\ \ \ \
| | * | | | irqchip: Fix compile-testing without CONFIG_OFArnd Bergmann2021-10-251-2/+3
| | | |_|/ | | |/| |
| * | | | Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier2021-10-281-1/+4
| |\ \ \ \
| | * | | | genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier2021-10-261-1/+4
| * | | | | Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier2021-10-282-8/+2
| |\ \ \ \ \
| | * | | | | irq: remove handle_domain_{irq,nmi}()Mark Rutland2021-10-261-8/+1
| | * | | | | irq: add generic_handle_arch_irq()Mark Rutland2021-10-251-0/+1
| | | |/ / / | | |/| | |
| * | | | | irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLAREFlorian Fainelli2021-10-201-1/+1
| | |/ / / | |/| | |
| * | | | irqchip: Provide stronger type checking for IRQCHIP_MATCH/IRQCHIP_DECLAREMarc Zyngier2021-10-201-2/+11
| |/ / /
* | | | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-012-2/+11
|\ \ \ \
| * | | | btrfs: send: prepare for v2 protocolDavid Sterba2021-10-291-2/+9
| * | | | fs: export an inode_update_time helperJosef Bacik2021-10-261-0/+2
* | | | | Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-012-1/+107
|\ \ \ \ \
| * | | | | lib/xz: Add MicroLZMA decoderLasse Collin2021-10-191-0/+106
| * | | | | erofs: get compression algorithms directly on mappingGao Xiang2021-10-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-11-011-3/+0
|\ \ \ \ \
| * | | | | fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-211-3/+0
* | | | | | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-0/+9
|\ \ \ \ \ \
| * | | | | | block: simplify the block device syncing codeChristoph Hellwig2021-10-221-0/+4
| * | | | | | block: remove __sync_blockdevChristoph Hellwig2021-10-221-0/+5
* | | | | | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* | | | | | | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-013-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-3/+0
| * | | | | | | | block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2021-10-221-3/+0
| * | | | | | | | block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig2021-10-221-5/+0
| * | | | | | | | scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-0/+3
| * | | | | | | | block: add a ->get_unique_id methodChristoph Hellwig2021-10-221-0/+11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-5.16/cdrom-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-012-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | drivers/cdrom: improved ioctl for media change detectionLukas Prediger2021-09-152-0/+20