| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Input: serio - make write method mandatory" | Dmitry Torokhov | 2021-07-21 | 3 | -12/+4 |
* | Input: parkbd - switch to use module_parport_driver() | Andy Shevchenko | 2021-07-19 | 1 | -13/+1 |
* | Input: serio - make write method mandatory | Dmitry Torokhov | 2021-07-19 | 3 | -4/+12 |
* | Input: ixp4xx-beeper - delete driver | Linus Walleij | 2021-07-19 | 3 | -196/+0 |
* | Merge tag 'v5.13' into next | Dmitry Torokhov | 2021-07-19 | 12694 | -251421/+641527 |
|\ |
|
| * | Linux 5.13v5.13 | Linus Torvalds | 2021-06-28 | 1 | -1/+1 |
| * | Revert "signal: Allow tasks to cache one sigqueue struct" | Linus Torvalds | 2021-06-27 | 5 | -61/+2 |
| * | Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-06-26 | 5 | -21/+21 |
| |\ |
|
| | * | s390/stack: fix possible register corruption with stack switch helper | Heiko Carstens | 2021-06-21 | 1 | -7/+11 |
| | * | s390/topology: clear thread/group maps for offline cpus | Sven Schnelle | 2021-06-21 | 1 | -3/+9 |
| | * | s390/vfio-ap: clean up mdev resources when remove callback invoked | Tony Krowiak | 2021-06-21 | 1 | -10/+0 |
| | * | s390: clear pt_regs::flags on irq entry | Sven Schnelle | 2021-06-21 | 1 | -0/+1 |
| | * | s390: fix system call restart with multiple signals | Sven Schnelle | 2021-06-21 | 1 | -1/+0 |
| * | | Merge tag 'pinctrl-v5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-06-26 | 2 | -3/+10 |
| |\ \ |
|
| | * | | pinctrl: stm32: fix the reported number of GPIO lines per bank | Fabien Dessenne | 2021-06-18 | 1 | -2/+7 |
| | * | | pinctrl: microchip-sgpio: Put fwnode in error case during ->probe() | Andy Shevchenko | 2021-06-18 | 1 | -1/+3 |
| * | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2021-06-26 | 2 | -4/+20 |
| |\ \ \ |
|
| | * | | | scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART) | Christoph Hellwig | 2021-06-23 | 1 | -4/+18 |
| | * | | | scsi: sr: Return appropriate error code when disk is ejected | ManYi Li | 2021-06-19 | 1 | -0/+2 |
| * | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-06-25 | 14 | -160/+258 |
| |\ \ \ \ |
|
| | * | | | | mailmap: add Marek's other e-mail address and identity without diacritics | Marek BehĂșn | 2021-06-25 | 1 | -0/+2 |
| | * | | | | MAINTAINERS: fix Marek's identity again | Marek BehĂșn | 2021-06-25 | 1 | -2/+2 |
| | * | | | | mm/page_alloc: do bulk array bounds check after checking populated elements | Mel Gorman | 2021-06-25 | 1 | -0/+4 |
| | * | | | | mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array | Rasmus Villemoes | 2021-06-25 | 1 | -1/+1 |
| | * | | | | mm/hwpoison: do not lock page again when me_huge_page() successfully recovers | Naoya Horiguchi | 2021-06-25 | 1 | -14/+30 |
| | * | | | | mm,hwpoison: return -EHWPOISON to denote that the page has already been poisoned | Aili Yao | 2021-06-25 | 1 | -1/+2 |
| | * | | | | mm/memory-failure: use a mutex to avoid memory_failure() races | Tony Luck | 2021-06-25 | 1 | -13/+23 |
| | * | | | | mm, futex: fix shared futex pgoff on shmem huge page | Hugh Dickins | 2021-06-25 | 4 | -28/+9 |
| | * | | | | kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_... | Petr Mladek | 2021-06-25 | 1 | -11/+24 |
| | * | | | | kthread_worker: split code for canceling the delayed work timer | Petr Mladek | 2021-06-25 | 1 | -17/+29 |
| | * | | | | mm/vmalloc: unbreak kasan vmalloc support | Daniel Axtens | 2021-06-25 | 1 | -10/+14 |
| | * | | | | KVM: s390: prepare for hugepage vmalloc | Claudio Imbrenda | 2021-06-25 | 1 | -1/+6 |
| | * | | | | mm/vmalloc: add vmalloc_no_huge | Claudio Imbrenda | 2021-06-25 | 2 | -0/+18 |
| | * | | | | nilfs2: fix memory leak in nilfs_sysfs_delete_device_group | Pavel Skripkin | 2021-06-25 | 1 | -0/+1 |
| | * | | | | mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() | Hugh Dickins | 2021-06-25 | 1 | -0/+4 |
| | * | | | | mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes | Hugh Dickins | 2021-06-25 | 1 | -9/+25 |
| | * | | | | mm: page_vma_mapped_walk(): get vma_address_end() earlier | Hugh Dickins | 2021-06-25 | 1 | -4/+9 |
| | * | | | | mm: page_vma_mapped_walk(): use goto instead of while (1) | Hugh Dickins | 2021-06-25 | 1 | -4/+3 |
| | * | | | | mm: page_vma_mapped_walk(): add a level of indentation | Hugh Dickins | 2021-06-25 | 1 | -50/+55 |
| | * | | | | mm: page_vma_mapped_walk(): crossing page table boundary | Hugh Dickins | 2021-06-25 | 1 | -4/+4 |
| | * | | | | mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block | Hugh Dickins | 2021-06-25 | 1 | -16/+14 |
| | * | | | | mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd | Hugh Dickins | 2021-06-25 | 1 | -5/+6 |
| | * | | | | mm: page_vma_mapped_walk(): settle PageHuge on entry | Hugh Dickins | 2021-06-25 | 1 | -4/+8 |
| | * | | | | mm: page_vma_mapped_walk(): use page for pvmw->page | Hugh Dickins | 2021-06-25 | 1 | -5/+4 |
| * | | | | | userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definition | Gleb Fotengauer-Malinovskiy | 2021-06-25 | 1 | -2/+2 |
| * | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-06-25 | 4 | -7/+16 |
| |\ \ \ \ \ |
|
| | * | | | | | i2c: robotfuzz-osif: fix control-request directions | Johan Hovold | 2021-06-24 | 1 | -2/+2 |
| | * | | | | | i2c: dev: Add __user annotation | Andreas Hecht | 2021-06-24 | 1 | -1/+1 |
| | * | | | | | i2c: cp2615: check for allocation failure in cp2615_i2c_recv() | Dan Carpenter | 2021-06-20 | 1 | -4/+10 |
| | * | | | | | i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_access | Heiner Kallweit | 2021-06-20 | 1 | -0/+3 |
| | | |_|/ /
| | |/| | | |
|