summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-18docs: kbuild: add INSTALL_DTBS_PATHRicardo B. Marliere2-0/+13
2023-10-18UML: remove unused cmd_vdso_installMasahiro Yamada1-12/+0
2023-10-18csky: remove unused cmd_vdso_installMasahiro Yamada1-10/+0
2023-10-18modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada1-24/+26
2023-10-18modpost: refactor check_sec_ref()Masahiro Yamada1-6/+7
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada2-22/+16
2023-10-18modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-2/+2
2023-10-18modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-5/+5
2023-10-18kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada1-2/+0
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer2-0/+4
2023-10-03kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada5-7/+12
2023-10-03modpost: Optimize symbol search from linear to binary searchJack Brennen4-66/+232
2023-10-01Linux 6.6-rc4v6.6-rc4Linus Torvalds1-1/+1
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)1-1/+1
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-30Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-09-30selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2-4/+4
2023-09-30mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-09-30mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-09-30mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2-0/+20
2023-09-30mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo1-0/+20
2023-09-30arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts1-14/+3
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts22-49/+100
2023-09-30maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett3-73/+237
2023-09-30maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett1-0/+9
2023-09-30nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-09-30mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2-1/+17
2023-09-30mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)1-2/+2
2023-09-30fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-09-29MAINTAINERS: Fix Florian Fainelli's email addressUwe Kleine-König1-1/+1
2023-09-29io_uring/fs: remove sqe->rw_flags checking from LINKATJens Axboe1-1/+1
2023-09-29x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang1-5/+25
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)1-0/+1
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-09-28iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven1-1/+1
2023-09-28NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever1-2/+2
2023-09-28ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal1-1/+1
2023-09-28ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal1-1/+1
2023-09-28scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal2-4/+14
2023-09-28ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal3-2/+11
2023-09-28ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal2-18/+31
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal2-2/+18
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal5-12/+148
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal4-23/+84