summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usr/include: replace extra-y with always-yMasahiro Yamada2022-03-311-1/+1
* certs: simplify empty certs creation in certs/MakefileMasahiro Yamada2022-03-031-10/+11
* certs: include certs/signing_key.x509 unconditionallyMasahiro Yamada2022-03-032-19/+0
* kallsyms: ignore all local labels prefixed by '.L'Changbin Du2022-02-221-1/+1
* kconfig: fix missing '# end of' for empty menuMasahiro Yamada2022-02-181-12/+13
* kconfig: add fflush() before ferror() checkMasahiro Yamada2022-02-181-0/+2
* kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-1522-31/+30
* kbuild: Add environment variables for userprogs flagsElliot Berman2022-02-145-8/+26
* kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-145-13/+9
* Linux 5.17-rc4v5.17-rc4Linus Torvalds2022-02-131-2/+2
* Merge tag 'kbuild-fixes-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-02-133-11/+17
|\
| * kconfig: fix failing to generate auto.confJing Leng2022-02-121-4/+9
| * kconfig: fix missing fclose() on error pathsMasahiro Yamada2022-02-101-6/+6
| * Makefile.extrawarn: Move -Wunaligned-access to W=1Nathan Chancellor2022-02-081-0/+1
| * kconfig: let 'shell' return enough output for deep path namesBrenda Streiff2022-02-081-1/+1
* | Merge tag 'irq-urgent-2022-02-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-133-6/+19
|\ \
| * \ Merge tag 'irqchip-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-02-133-6/+19
| |\ \
| | * | irqchip/sifive-plic: Add missing thead,c900-plic match stringGuo Ren2022-02-021-0/+1
| | * | dt-bindings: update riscv plic compatible stringGuo Ren2022-02-021-6/+15
| | * | irqchip/gic-v3-its: Skip HP notifier when no ITS is registeredMarc Zyngier2022-02-021-0/+3
* | | | Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-132-25/+16
|\ \ \ \
| * | | | x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers2022-02-022-25/+16
* | | | | Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-131-5/+6
|\ \ \ \ \
| * | | | | sched/fair: Fix fault in reweight_entityTadeusz Struk2022-02-061-5/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-131-2/+2
|\ \ \ \ \
| * | | | | perf: Fix list corruption in perf_cgroup_switch()Song Liu2022-02-061-2/+2
* | | | | | Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-131-0/+2
|\ \ \ \ \ \
| * | | | | | x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre2022-02-101-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag '5.17-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-02-135-17/+31
|\ \ \ \ \ \
| * | | | | | cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-081-5/+14
| * | | | | | cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-084-11/+6
| * | | | | | cifs: call cifs_reconnect when a connection is markedShyam Prasad N2022-02-081-0/+1
| * | | | | | [smb3] improve error message when mount options conflict with posixSteve French2022-02-061-1/+10
| |/ / / / /
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-02-124-7/+20
|\ \ \ \ \ \
| * | | | | | scsi: lpfc: Reduce log messages seen after firmware downloadJames Smart2022-02-072-2/+8
| * | | | | | scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabledJames Smart2022-02-072-5/+12
* | | | | | | Merge tag 'char-misc-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-02-1216-38/+105
|\ \ \ \ \ \ \
| * | | | | | | iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTLMathias Krause2022-02-111-3/+11
| * | | | | | | speakup-dectlk: Restore pitch settingSamuel Thibault2022-02-081-0/+1
| * | | | | | | bus: mhi: pci_generic: Add mru_default for Cinterion MV31-WSlark Xiao2022-02-061-0/+1
| * | | | | | | bus: mhi: pci_generic: Add mru_default for Foxconn SDX55Slark Xiao2022-02-061-0/+1
| * | | | | | | Merge tag 'phy-fixes-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2022-02-0511-34/+80
| |\ \ \ \ \ \ \
| | * | | | | | | phy: dphy: Correct clk_pre parameterLiu Ying2022-02-024-11/+11
| | * | | | | | | phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing2022-01-271-1/+1
| | * | | | | | | phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()Dan Carpenter2022-01-271-1/+1
| | * | | | | | | phy: xilinx: zynqmp: Fix bus width setting for SGMIIRobert Hancock2022-01-271-5/+6
| | * | | | | | | phy: cadence: Sierra: fix error handling bugs in probe()Dan Carpenter2022-01-241-14/+21
| | * | | | | | | phy: ti: Fix missing sentinel for clk_div_tableKishon Vijay Abraham I2022-01-241-0/+1
| | * | | | | | | phy: broadcom: Kconfig: Fix PHY_BRCM_USB config optionAl Cooper2022-01-231-2/+1
| | * | | | | | | phy: usb: Leave some clocks running during suspendAl Cooper2022-01-231-0/+38