summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-02irq: Call tick_irq_enter() inside HARDIRQ_OFFSETFrederic Weisbecker1-9/+5
2020-12-02irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker4-22/+40
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker5-48/+102
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker5-17/+9
2020-12-02sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker2-7/+5
2020-11-30genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier1-2/+9
2020-11-24sh/irq: Add missing closing parentheses in arch_show_interrupts()Geert Uytterhoeven1-1/+1
2020-11-23softirq: Move related code into one sectionThomas Gleixner1-53/+54
2020-11-23preempt: Cleanup the macro maze a bitThomas Gleixner1-14/+16
2020-11-23irqstat: Move declaration into asm-generic/hardirq.hThomas Gleixner2-25/+2
2020-11-23sh: irqstat: Use the generic irq_cpustat_tThomas Gleixner1-10/+4
2020-11-23asm-generic/irqstat: Add optional __nmi_count memberThomas Gleixner1-0/+3
2020-11-23arm64: irqstat: Get rid of duplicated declarationThomas Gleixner1-5/+2
2020-11-23ARM: irqstat: Get rid of duplicated declarationThomas Gleixner2-8/+5
2020-11-23um/irqstat: Get rid of the duplicated declarationsThomas Gleixner1-16/+1
2020-11-23irqstat: Get rid of nmi_count() and __IRQ_STAT()Thomas Gleixner1-4/+0
2020-11-23sh: Get rid of nmi_count()Thomas Gleixner2-2/+2
2020-11-23parisc: Remove bogus __IRQ_STAT macroThomas Gleixner1-1/+0
2020-11-16genirq: Fix kernel-doc markupsMauro Carvalho Chehab2-2/+2
2020-11-15genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner2-3/+1
2020-11-14genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner3-71/+0
2020-11-07regmap: irq: Convert to use irq_domain_create_legacy()Andy Shevchenko1-6/+5
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko3-3/+26
2020-11-07irqdomain: Replace open coded of_node_to_fwnode()Andy Shevchenko1-1/+1
2020-11-07irqdomain: Add forward declaration of fwnode_handleAndy Shevchenko1-0/+1
2020-11-07irqdomain: Remove unused of_device_id forward declarationAndy Shevchenko1-1/+0
2020-11-01Linux 5.10-rc2v5.10-rc2Linus Torvalds1-1/+1
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+30
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-16/+6
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-14/+10
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds95-26793/+34
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds250-2493/+4134
2020-11-01Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-30/+49
2020-11-01Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-38/+37
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-138/+195
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-76/+306
2020-10-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-82/+157
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds23-40/+40
2020-10-31Merge tag 'dma-mapping-5.10-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+3
2020-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-21/+43
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini1-2/+0
2020-10-31KVM: selftests: Don't require THP to run testsAndrew Jones1-7/+16
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov3-5/+5
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson5-0/+159
2020-10-30Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds13-236/+281
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-30net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-30net/mlx5: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-30mei: hw: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3