index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler_attributes.h: move __compiletime_{error|warning}
Nick Desaulniers
2021-09-09
3
-9
/
+24
*
MAINTAINERS: add Nick as Reviewer for compiler_attributes.h
Nick Desaulniers
2021-08-04
1
-0
/
+1
*
Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4
Marco Elver
2021-07-16
1
-0
/
+1
*
Linux 5.13
v5.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
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'devprop-5.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-06-25
1
-4
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
software node: Handle software node injection to an existing device properly
Heikki Krogerus
2021-06-23
1
-4
/
+12
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]