summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: exc3000 - split MT event handling from IRQ handlerLucas Stach2021-03-081-53/+61
* Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-02-231-47/+33
* Input: alps - fix spelling of "positive"Bhaskar Chowdhury2021-02-231-1/+1
* ARM: dts: cros-ec-keyboard: Use keymap macrosPhilip Chen2021-02-231-89/+4
* dt-bindings: input: Fix the keymap for LOCK keyPhilip Chen2021-02-231-2/+2
* dt-bindings: input: Create macros for cros-ec keymapPhilip Chen2021-02-231-0/+103
* Input: cros-ec-keyb - expose function row physical map to userspacePhilip Chen2021-02-232-0/+85
* dt-bindings: input: cros-ec-keyb: Add a new property describing top rowPhilip Chen2021-02-231-0/+24
* Merge tag 'v5.11' into nextDmitry Torokhov2021-02-2321409-568939/+1445417
|\
| * Linux 5.11v5.11Linus Torvalds2021-02-141-2/+2
| * Merge branch 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-141-0/+1
| |\
| | * leds: rt8515: add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann2021-02-141-0/+1
| * | Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-143-2/+4
| |\ \
| | * | scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer2021-02-141-0/+1
| | * | sparc: remove wrong comment from arch/sparc/include/asm/KbuildMasahiro Yamada2021-02-141-2/+0
| | * | kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada2021-02-111-0/+3
| | |/
| * | Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-144-7/+22
| |\ \
| | * | x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner2021-02-101-4/+11
| | * | x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov2021-02-091-3/+3
| | * | x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2021-02-082-0/+8
| | |/
| * | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-131-1/+1
| |\ \
| | * | clk: sunxi-ng: mp: fix parent rate change flag checkJernej Skrabec2021-02-121-1/+1
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-02-131-0/+1
| |\ \ \
| | * | | scsi: scsi_debug: Fix a memory leakMaurizio Lombardi2021-02-091-0/+1
| * | | | Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-134-8/+11
| |\ \ \ \
| | * | | | cgroup: update PSI file description in docsOdin Ugedal2021-01-191-3/+3
| | * | | | cgroup: fix psi monitor for root cgroupOdin Ugedal2021-01-191-1/+3
| | * | | | MAINTAINERS: Update my email addressZefan Li2021-01-151-2/+2
| | * | | | MAINTAINERS: Remove stale URLs for cpusetZefan Li2021-01-151-2/+0
| | * | | | cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou2021-01-151-0/+3
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-134-5/+14
| |\ \ \ \ \
| | * | | | | h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedRandy Dunlap2021-02-131-0/+3
| | * | | | | MAINTAINERS: add Andrey Konovalov to KASAN reviewersAndrey Konovalov2021-02-131-0/+1
| | * | | | | MAINTAINERS: update Andrey Konovalov's email addressAndrey Konovalov2021-02-131-1/+1
| | * | | | | MAINTAINERS: update KASAN file listAndrey Konovalov2021-02-131-2/+3
| | * | | | | scripts/recordmcount.pl: support big endian for ARCH shRong Chen2021-02-131-1/+5
| | * | | | | m68k: make __pfn_to_phys() and __phys_to_pfn() available for !MMUMike Rapoport2021-02-131-1/+1
| * | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-131-1/+10
| |\ \ \ \ \ \
| | * | | | | | i2c: stm32f7: fix configuration of the digital filterAlain Volmat2021-02-121-1/+10
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-131-1/+2
| |\ \ \ \ \ \
| | * | | | | | btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue2021-02-121-1/+2
| * | | | | | | Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernelLinus Torvalds2021-02-124-4/+28
| |\ \ \ \ \ \ \
| | * | | | | | | cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-111-0/+1
| | * | | | | | | cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg2021-02-113-2/+17
| | * | | | | | | cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg2021-02-101-2/+2
| | * | | | | | | cifs: fix dfs-linksRonnie Sahlberg2021-02-091-0/+8
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'io_uring-5.11-2021-02-12' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-121-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "io_uring: don't take fs for recvmsg/sendmsg"Jens Axboe2021-02-101-2/+4
| * | | | | | | | Merge tag 'drm-fixes-2021-02-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-1212-78/+122
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'drm-misc-fixes' of git://anongit.freedesktop.org/drm/drm-misc i...Dave Airlie2021-02-129-37/+75
| | |\ \ \ \ \ \ \ \