| Commit message (Expand) | Author | Files | Lines |
2022-03-07 | arm64: lib: Import latest version of Arm Optimized Routines' strcmp | Joey Gouly | 1 | -112/+126 |
2022-02-06 | Linux 5.17-rc3v5.17-rc3 | Linus Torvalds | 1 | -1/+1 |
2022-02-06 | perf ftrace: system_wide collection is not effective by default | Changbin Du | 1 | -21/+24 |
2022-02-06 | libperf: Add arm64 support to perf_mmap__read_self() | Rob Herring | 2 | -1/+102 |
2022-02-06 | tools include UAPI: Sync sound/asound.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+3 |
2022-02-06 | perf stat: Fix display of grouped aliased events | Ian Rogers | 1 | -9/+10 |
2022-02-06 | perf tools: Apply correct label to user/kernel symbols in branch mode | German Gomez | 3 | -2/+5 |
2022-02-06 | perf bpf: Fix a typo in bpf_counter_cgroup.c | Masanari Iida | 1 | -1/+1 |
2022-02-06 | perf synthetic-events: Return error if procfs isn't mounted for PID namespaces | Leo Yan | 1 | -0/+19 |
2022-02-06 | perf session: Check for NULL pointer before dereference | Ameer Hamza | 1 | -1/+2 |
2022-02-06 | perf annotate: Set error stream of objdump process for TUI | Namhyung Kim | 1 | -0/+1 |
2022-02-06 | perf tools: Add missing branch_sample_type to perf_event_attr__fprintf() | Anshuman Khandual | 1 | -1/+1 |
2022-02-06 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2022-02-04 | PCI: kirin: Add dev struct for of_device_get_match_data() | Bjorn Helgaas | 1 | -13/+18 |
2022-02-04 | random: only call crng_finalize_init() for primary_crng | Dominik Brodowski | 1 | -5/+5 |
2022-02-04 | random: access primary_pool directly rather than through pointer | Dominik Brodowski | 1 | -7/+7 |
2022-02-04 | random: wake up /dev/random writers after zap | Jason A. Donenfeld | 1 | -1/+4 |
2022-02-04 | random: continually use hwgenerator randomness | Dominik Brodowski | 1 | -4/+6 |
2022-02-04 | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld | 5 | -23/+33 |
2022-02-04 | kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to... | Shuah Khan | 1 | -2/+7 |
2022-02-04 | MAINTAINERS: update rppt's email | Mike Rapoport | 1 | -1/+1 |
2022-02-04 | mm/kmemleak: avoid scanning potential huge holes | Lang Yu | 1 | -6/+7 |
2022-02-04 | ipc/sem: do not sleep with a spin lock held | Minghao Chi | 1 | -2/+2 |
2022-02-04 | mm/pgtable: define pte_index so that preprocessor could recognize it | Mike Rapoport | 1 | -0/+1 |
2022-02-04 | mm/page_table_check: check entries at pmd levels | Pasha Tatashin | 3 | -0/+42 |
2022-02-04 | mm/khugepaged: unify collapse pmd clear, flush and free | Pasha Tatashin | 1 | -16/+18 |
2022-02-04 | mm/page_table_check: use unsigned long for page counters and cleanup | Pasha Tatashin | 1 | -28/+7 |
2022-02-04 | mm/debug_vm_pgtable: remove pte entry from the page table | Pasha Tatashin | 1 | -0/+2 |
2022-02-04 | Revert "mm/page_isolation: unset migratetype directly for non Buddy page" | Chen Wandun | 1 | -1/+1 |
2022-02-04 | iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() | Joerg Roedel | 1 | -0/+2 |
2022-02-04 | PCI/MSI: Remove bogus warning in pci_irq_get_affinity() | Thomas Gleixner | 1 | -1/+2 |
2022-02-04 | KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer | Sean Christopherson | 1 | -3/+3 |
2022-02-04 | KVM: x86: Report deprecated x87 features in supported CPUID | Jim Mattson | 1 | -6/+7 |
2022-02-04 | ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkage | Anton Lundin | 2 | -0/+11 |
2022-02-04 | MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer | Sergey Shtylyov | 1 | -0/+8 |
2022-02-04 | erofs: fix small compressed files inlining | Gao Xiang | 1 | -0/+7 |
2022-02-04 | block: bio-integrity: Advance seed correctly for larger interval sizes | Martin K. Petersen | 1 | -1/+1 |
2022-02-04 | gcc-plugins/stackleak: Use noinstr in favor of notrace | Kees Cook | 1 | -3/+2 |
2022-02-03 | ax25: fix reference count leaks of ax25_dev | Duoming Zhou | 4 | -19/+41 |
2022-02-03 | net: stmmac: ensure PTP time register reads are consistent | Yannick Vignon | 1 | -7/+12 |
2022-02-03 | printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin() | Mickaël Salaün | 1 | -1/+1 |
2022-02-03 | Revert "module, async: async_synchronize_full() on module init iff async is u... | Igor Pylypiv | 3 | -24/+5 |
2022-02-03 | net: ipa: request IPA register values be retained | Alex Elder | 3 | -0/+64 |
2022-02-03 | dt-bindings: net: qcom,ipa: add optional qcom,qmp property | Alex Elder | 1 | -0/+6 |
2022-02-03 | cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning | Waiman Long | 1 | -0/+10 |
2022-02-03 | fs/ext4: fix comments mentioning i_mutex | hongnanli | 8 | -20/+20 |
2022-02-03 | ext4: fix incorrect type issue during replay_del_range | Xin Yin | 1 | -2/+3 |
2022-02-03 | jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}() | Yang Li | 1 | -0/+4 |
2022-02-03 | ext4: fix potential NULL pointer dereference in ext4_fill_super() | Lukas Czerner | 1 | -1/+1 |
2022-02-03 | jbd2: refactor wait logic for transaction updates into a common function | Ritesh Harjani | 3 | -38/+38 |