index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
mm/page_alloc: do bulk array bounds check after checking populated elements
Mel Gorman
1
-0
/
+4
2021-06-24
mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array
Rasmus Villemoes
1
-1
/
+1
2021-06-24
mm/hwpoison: do not lock page again when me_huge_page() successfully recovers
Naoya Horiguchi
1
-14
/
+30
2021-06-24
mm,hwpoison: return -EHWPOISON to denote that the page has already been poisoned
Aili Yao
1
-1
/
+2
2021-06-24
mm/memory-failure: use a mutex to avoid memory_failure() races
Tony Luck
1
-13
/
+23
2021-06-24
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
4
-28
/
+9
2021-06-24
kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
Petr Mladek
1
-11
/
+24
2021-06-24
kthread_worker: split code for canceling the delayed work timer
Petr Mladek
1
-17
/
+29
2021-06-24
mm/vmalloc: unbreak kasan vmalloc support
Daniel Axtens
1
-10
/
+14
2021-06-24
KVM: s390: prepare for hugepage vmalloc
Claudio Imbrenda
1
-1
/
+6
2021-06-24
mm/vmalloc: add vmalloc_no_huge
Claudio Imbrenda
2
-0
/
+18
2021-06-24
nilfs2: fix memory leak in nilfs_sysfs_delete_device_group
Pavel Skripkin
1
-0
/
+1
2021-06-24
mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
Hugh Dickins
1
-0
/
+4
2021-06-24
mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes
Hugh Dickins
1
-9
/
+25
2021-06-24
mm: page_vma_mapped_walk(): get vma_address_end() earlier
Hugh Dickins
1
-4
/
+9
2021-06-24
mm: page_vma_mapped_walk(): use goto instead of while (1)
Hugh Dickins
1
-4
/
+3
2021-06-24
mm: page_vma_mapped_walk(): add a level of indentation
Hugh Dickins
1
-50
/
+55
2021-06-24
mm: page_vma_mapped_walk(): crossing page table boundary
Hugh Dickins
1
-4
/
+4
2021-06-24
mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
Hugh Dickins
1
-16
/
+14
2021-06-24
mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
Hugh Dickins
1
-5
/
+6
2021-06-24
mm: page_vma_mapped_walk(): settle PageHuge on entry
Hugh Dickins
1
-4
/
+8
2021-06-24
mm: page_vma_mapped_walk(): use page for pvmw->page
Hugh Dickins
1
-5
/
+4
2021-06-24
perf/x86/intel/lbr: Zero the xstate buffer on allocation
Thomas Gleixner
1
-1
/
+2
2021-06-22
module: limit enabling module.sig_enforce
Mimi Zohar
1
-5
/
+9
2021-06-22
Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"
Rafael J. Wysocki
1
-3
/
+13
2021-06-22
signal: Prevent sigqueue caching after task got released
Thomas Gleixner
1
-1
/
+16
2021-06-22
sched/fair: Ensure that the CFS parent is added after unthrottling
Rik van Riel
1
-0
/
+28
2021-06-22
locking/lockdep: Improve noinstr vs errors
Peter Zijlstra
3
-2
/
+6
2021-06-22
x86: Always inline task_size_max()
Peter Zijlstra
1
-1
/
+1
2021-06-22
x86/xen: Fix noinstr fail in exc_xen_unknown_trap()
Peter Zijlstra
1
-0
/
+2
2021-06-22
x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()
Peter Zijlstra
1
-1
/
+2
2021-06-22
x86/entry: Fix noinstr fail in __do_fast_syscall_32()
Peter Zijlstra
1
-1
/
+1
2021-06-21
objtool/x86: Ignore __x86_indirect_alt_* symbols
Peter Zijlstra
1
-0
/
+4
2021-06-21
swiotlb: manipulate orig_addr when tlb_addr has offset
Bumyong Lee
1
-8
/
+15
2021-06-20
Linux 5.13-rc7
Linus Torvalds
1
-2
/
+2
2021-06-19
tools headers UAPI: Sync linux/in.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+3
2021-06-19
tools headers UAPI: Sync asm-generic/unistd.h with the kernel original
Arnaldo Carvalho de Melo
1
-2
/
+1
2021-06-19
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+0
2021-06-19
perf test: Fix non-bash issue with stat bpf counters
Ian Rogers
1
-2
/
+2
2021-06-19
perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL
Riccardo Mancini
1
-1
/
+2
2021-06-19
perf metricgroup: Return error code from metricgroup__add_metric_sys_event_iter()
John Garry
1
-3
/
+5
2021-06-19
perf metricgroup: Fix find_evsel_group() event selector
John Garry
1
-3
/
+3
2021-06-19
riscv: dts: fu740: fix cache-controller interrupts
David Abdurachmanov
1
-1
/
+1
2021-06-18
riscv: Ensure BPF_JIT_REGION_START aligned with PMD size
Jisheng Zhang
3
-6
/
+5
2021-06-18
riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' name
Jisheng Zhang
1
-4
/
+4
2021-06-18
afs: Re-enable freezing once a page fault is interrupted
Matthew Wilcox (Oracle)
1
-5
/
+8
2021-06-18
net: ethernet: fix potential use-after-free in ec_bhf_remove
Pavel Skripkin
1
-1
/
+3