summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: print interruptsFlorian Fainelli2023-04-193-0/+247
* scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2023-04-192-1/+6
* scripts/gdb: add a Radix Tree ParserKieran Bingham2023-04-193-0/+99
* lib/rbtree: use '+' instead of '|' for setting color.Noah Goldstein2023-04-192-3/+3
* proc/stat: remove arch_idle_time()Heiko Carstens2023-04-191-26/+0
* checkpatch: check for misuse of the link tagsMatthieu Baerts2023-04-191-1/+12
* checkpatch: allow Closes tags with linksMatthieu Baerts2023-04-191-5/+5
* checkpatch: use a list of "link" tagsMatthieu Baerts2023-04-191-4/+20
* checkpatch: don't print the next line if not definedMatthieu Baerts2023-04-191-1/+1
* docs: process: allow Closes tags with linksMatthieu Baerts2023-04-192-13/+35
* scripts/gdb: fix lx-timerlist for HRTIMER_MAX_CLOCK_BASES printingPeng Liu2023-04-191-1/+2
* scripts/gdb: fix lx-timerlist for Python3Peng Liu2023-04-192-2/+7
* scripts/gdb: fix lx-timerlist for struct timequeue_head changePeng Liu2023-04-191-2/+1
* lib/test-string_helpers: replace UNESCAPE_ANY by UNESCAPE_ALL_MASKAndy Shevchenko2023-04-081-1/+1
* scripts/gdb: bail early if there are no generic PDFlorian Fainelli2023-04-081-1/+3
* scripts/gdb: bail early if there are no clocksFlorian Fainelli2023-04-081-0/+2
* kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-082-9/+3
* x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-083-16/+0
* rapidio/tsi721: remove redundant pci_clear_masterCai Huoqing2023-04-081-3/+0
* kernel.h: split the hexadecimal related helpers to hex.hAndy Shevchenko2023-04-082-28/+36
* epoll: use refcount to reduce ep_mutex contentionPaolo Abeni2023-04-081-72/+123
* notifiers: add tracepoints to the notifiers infrastructureGuilherme G. Piccoli2023-04-082-0/+75
* kernel/hung_task.c: set some hung_task.c variables storage-class-specifier to...Tom Rix2023-04-081-5/+5
* MAINTAINERS: remove the obsolete section EMBEDDED LINUXLukas Bulwahn2023-04-081-6/+0
* checkpatch: ignore ETHTOOL_LINK_MODE_ enum valuesGerhard Engleder2023-04-081-0/+2
* scripts/link-vmlinux.sh: fix error message presentationAndrew Morton2023-04-081-1/+1
* ELF: fix all "Elf" typosAlexey Dobriyan2023-04-0814-26/+26
* mm: uninline kstrdup()Alexey Dobriyan2023-04-081-0/+1
* scripts/gdb: support getting current task struct in UMLGlenn Washburn2023-04-081-2/+8
* scripts/gdb: correct indentation in get_current_taskGlenn Washburn2023-04-081-9/+9
* dca: delete unnecessary variableDan Carpenter2023-04-081-3/+1
* kcov: improve documentationAndrey Konovalov2023-04-081-67/+102
* nfs: remove empty if statement from nfs3_prepare_get_aclUros Bizjak2023-04-081-3/+2
* proc: remove mark_inode_dirty() in .setattr()Chao Yu2023-04-083-3/+0
* ia64: salinfo: placate defined-but-not-used warningRandy Dunlap2023-04-081-1/+1
* ia64: mm/contig: fix section mismatch warning/errorRandy Dunlap2023-04-081-1/+1
* delayacct: improve the average delay precision of getdelay tool to microsecondWang Yong2023-04-083-24/+24
* Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-072-5/+2
|\
| * gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole2023-04-031-1/+1
| * gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole2023-04-031-3/+0
| * gpio: GPIO_REGMAP: select REGMAP instead of depending on itRandy Dunlap2023-03-061-1/+1
* | Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-04-073-17/+71
|\ \
| * | ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad W530Hans de Goede2023-04-051-0/+14
| * | ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 and iMac14,2Hans de Goede2023-04-051-0/+23
| * | ACPI: video: Make acpi_backlight=video work independent from GPU driverHans de Goede2023-04-051-2/+13
| * | ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede2023-04-052-15/+21
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-04-071-18/+14
|\ \ \
| * | | arm64: compat: Work around uninitialized variable warningArd Biesheuvel2023-04-051-18/+14
* | | | Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-04-078-79/+140
|\ \ \ \
| * | | | ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrNamjae Jeon2023-04-034-37/+111