summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * irqchip/apple-aic: Drop unused ipi_hwirq fieldMarc Zyngier2022-01-171-1/+0
| * | | Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-301-4/+19
| |\ \ \
| | * | | perf/core: Fix cgroup event list managementNamhyung Kim2022-01-261-2/+9
| | * | | perf: Always wake the parent eventJames Clark2022-01-261-2/+10
| * | | | Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-301-4/+5
| |\ \ \ \
| | * | | | sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-01-251-4/+5
| * | | | | Merge tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-302-1/+2
| |\ \ \ \ \
| | * | | | | x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck2022-01-251-0/+1
| | * | | | | x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam2022-01-231-1/+1
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-3012-70/+91
| |\ \ \ \ \ \
| | * | | | | | ocfs2: fix a deadlock when commit transJoseph Qi2022-01-301-14/+11
| | * | | | | | jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi2022-01-301-0/+2
| | * | | | | | psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-01-301-38/+41
| | * | | | | | psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan2022-01-301-6/+5
| | * | | | | | mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne2022-01-301-5/+12
| | * | | | | | kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver2022-01-301-0/+5
| | * | | | | | tools/testing/scatterlist: add missing definesMaor Gottlieb2022-01-301-1/+2
| | * | | | | | mm: page->mapping folio->mapping should have the same offsetWei Yang2022-01-301-0/+1
| | * | | | | | memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins2022-01-301-0/+6
| | * | | | | | ia64: make IA64_MCA_RECOVERY bool instead of tristateRandy Dunlap2022-01-301-1/+1
| | * | | | | | binfmt_misc: fix crash when load/unload moduleTong Zhang2022-01-301-4/+4
| | * | | | | | include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton2022-01-301-1/+1
| |/ / / / / /
| * | | | | | Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-294-19/+9
| |\ \ \ \ \ \
| | * | | | | | PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas2022-01-263-9/+8
| | * | | | | | PCI: mt7621: Remove unused function pcie_rmw()Sergio Paracuellos2022-01-251-9/+0
| | * | | | | | PCI: mt7621: Drop of_match_ptr() to avoid unused variableSergio Paracuellos2022-01-251-1/+1
| | |/ / / / /
| * | | | | | Merge tag 'gpio-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-292-1/+2
| |\ \ \ \ \ \
| | * | | | | | gpio: sim: add doc file to index fileRandy Dunlap2022-01-241-0/+1
| | * | | | | | gpio: sim: check the label length when setting up device propertiesBartosz Golaszewski2022-01-241-1/+1
| | |/ / / / /
| * | | | | | Merge tag 'char-misc-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-292-9/+10
| |\ \ \ \ \ \
| | * | | | | | counter: fix an IS_ERR() vs NULL bugDan Carpenter2022-01-261-9/+6
| | * | | | | | eeprom: at25: Restore missing allocationKees Cook2022-01-221-0/+4
| * | | | | | | Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-2910-106/+205
| |\ \ \ \ \ \ \
| | * | | | | | | kbuild: remove include/linux/cyclades.h from header file checkGreg Kroah-Hartman2022-01-271-0/+1
| | * | | | | | | serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2022-01-262-36/+13
| | * | | | | | | serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades2022-01-261-2/+6
| | * | | | | | | serial: stm32: fix software flow control transferValentin Caron2022-01-261-1/+1
| | * | | | | | | serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron2022-01-261-0/+12
| | * | | | | | | tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-01-261-1/+3
| | * | | | | | | serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-01-261-1/+10
| | * | | | | | | tty: rpmsg: Fix race condition releasing tty portArnaud Pouliquen2022-01-261-14/+26
| | * | | | | | | tty: Partially revert the removal of the Cyclades public APIMaciej W. Rozycki2022-01-261-0/+35
| | * | | | | | | tty: Add support for Brainboxes UC cards.Cameron Williams2022-01-261-2/+98
| | * | | | | | | Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman2022-01-261-55/+6
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-2916-15/+115
| |\ \ \ \ \ \ \
| | * | | | | | | usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak2022-01-261-3/+3
| | * | | | | | | usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay2022-01-261-1/+1
| | * | | | | | | usb: gadget: at91_udc: fix incorrect print typeMiles Chen2022-01-261-1/+1
| | * | | | | | | usb: dwc3: xilinx: Fix error handling when getting USB3 PHYRobert Hancock2022-01-261-5/+5
| | * | | | | | | usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 modeRobert Hancock2022-01-261-0/+13