summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight
2023-10-18minmax: relax check to allow comparison between unsigned arguments and signed...David Laight
2023-10-18minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight
2023-10-18minmax: fix indentation of __cmp_once() and __clamp_once()David Laight
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight
2023-10-18kstrtox: remove strtobool()Christophe JAILLET
2023-10-18extract and use FILE_LINE macroAlexey Dobriyan
2023-10-04crash_core.c: remove unneeded functionsBaoquan He
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He
2023-10-04crash_core: add generic function to do reservationBaoquan He
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-10-04minmax: fix header inclusionsAndy Shevchenko
2023-10-04minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04seq_file: add helper macro to define attribute for rw fileXingui Yang
2023-10-04kill task_struct->thread_groupOleg Nesterov
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett
2023-09-29maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal
2023-09-28ata: libata-scsi: link ata port and scsi deviceDamien Le Moal
2023-09-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-09-27timers: Tag (hr)timer softirq as hotplug safeFrederic Weisbecker
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik
2023-09-25ata: libata-sata: increase PMP SRST timeout to 10sMatthias Schiffer
2023-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2023-09-22Merge tag 'hardening-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-22Merge tag 'locking-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-21scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal