summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | proc/stat: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | | proc/cpuinfo: switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
| * | | proc: wire up generic_file_splice_read for iter opsChristoph Hellwig2020-11-061-0/+2
| * | | seq_file: add seq_read_iterChristoph Hellwig2020-11-062-13/+33
| | |/ | |/|
* | | Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-085-32/+54
|\ \ \
| * | | x86/platform/uv: Recognize UV5 hubless system identifierMike Travis2020-11-071-3/+10
| * | | x86/platform/uv: Remove spaces from OEM IDsMike Travis2020-11-071-0/+3
| * | | x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis2020-11-071-2/+5
| * | | x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-051-18/+33
| * | | x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song2020-11-043-9/+3
| |/ /
* | | Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-081-7/+5
|\ \ \
| * | | perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-071-7/+5
* | | | Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-081-2/+14
|\ \ \ \
| * | | | futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2020-11-071-2/+14
| | |/ / | |/| |
* | | | Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-089-18/+107
|\ \ \ \
| * | | | dt-bindings: irqchip: ti, sci-inta: Fix diagram indentation for unmapped eventsPeter Ujfalusi2020-11-031-1/+1
| * | | | Merge tag 'irqchip-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2020-11-012077-8509/+15751
| |\ \ \ \
| | * | | | irqchip/ti-sci-inta: Add support for unmapped event handlingPeter Ujfalusi2020-11-011-3/+80
| | * | | | dt-bindings: irqchip: ti, sci-inta: Update for unmapped event handlingPeter Ujfalusi2020-11-011-0/+10
| | * | | | irqchip/renesas-intc-irqpin: Merge irlm_bit and needs_irlmGeert Uytterhoeven2020-11-011-5/+3
| | * | | | irqchip/sifive-plic: Fix chip_data access within a hierarchyGreentime Hu2020-11-011-4/+4
| | * | | | irqchip/sifive-plic: Fix broken irq_set_affinity() callbackGreentime Hu2020-10-251-1/+1
| | * | | | irqchip/stm32-exti: Add all LP timer exti direct events supportFabrice Gasnier2020-10-251-0/+4
| | * | | | irqchip/bcm2836: Fix missing __init annotationMarc Zyngier2020-10-251-1/+1
| | * | | | irqchip/mips: Drop selection of IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-10-161-2/+0
| | * | | | irqchip/mst: Make mst_intc_of_init staticMarc Zyngier2020-10-151-2/+2
| | * | | | irqchip/mst: MST_IRQ should depend on ARCH_MEDIATEK or ARCH_MSTARV7Geert Uytterhoeven2020-10-151-0/+1
| | * | | | genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-10-151-0/+1
* | | | | | Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-081-2/+2
|\ \ \ \ \ \
| * | | | | | entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner2020-11-041-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'powerpc-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-11-0810-104/+44
|\ \ \ \ \ \
| * | | | | | powerpc/numa: Fix build when CONFIG_NUMA=nScott Cheloha2020-11-061-3/+9
| * | | | | | powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-054-66/+28
| * | | | | | powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+2
| * | | | | | powerpc/40x: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-8/+0
| * | | | | | powerpc/603: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+0
| * | | | | | powerpc: Use asm_goto_volatile for put_user()Michael Ellerman2020-11-051-2/+2
| * | | | | | powerpc/smp: Call rcu_cpu_starting() earlierQian Cai2020-11-021-1/+2
| * | | | | | powerpc/eeh_cache: Fix a possible debugfs deadlockQian Cai2020-11-021-2/+3
| |/ / / / /
* | | | | | Merge tag 'block-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-077-46/+65
|\ \ \ \ \ \
| * | | | | | null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2020-11-062-17/+32
| * | | | | | Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe2020-11-055-29/+33
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | nvme-tcp: avoid repeated request completionSagi Grimberg2020-11-031-1/+1
| | * | | | | nvme-rdma: avoid repeated request completionSagi Grimberg2020-11-031-1/+1
| | * | | | | nvme-tcp: avoid race between time out and tear downChao Leng2020-11-031-11/+3
| | * | | | | nvme-rdma: avoid race between time out and tear downChao Leng2020-11-031-10/+2
| | * | | | | nvme: introduce nvme_sync_io_queuesChao Leng2020-11-032-2/+7
| | * | | | | Revert "nvme-pci: remove last_sq_tail"Keith Busch2020-11-021-4/+19
* | | | | | | Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-073-48/+142
|\ \ \ \ \ \ \
| * | | | | | | io_uring: fix link lookup racing with link timeoutPavel Begunkov2020-11-051-1/+15