summaryrefslogtreecommitdiff
path: root/include/linux/types.h
AgeCommit message (Expand)Author
2021-02-13s390,alpha: switch to 64-bit ino_tHeiko Carstens
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko
2019-06-03locking/atomic: Use s64 for atomic64_t on 64-bitMark Rutland
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-03-07include/linux/types.h: use "unsigned int" instead of "unsigned"WangBo
2018-12-01types: Remove call_rcu_bh() and call_rcu_sched()Paul E. McKenney
2018-06-07include/linux/types.h: use fixed width types without double-underscore prefixMasahiro Yamada
2018-06-07include/linux/types.h: define aligned_ types based on uapi headerMasahiro Yamada
2018-02-20doc: Fix typo in rcu_head commentsLihao Liang
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-19types: Update obsolete callback_head commentPaul E. McKenney
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-05-23signal: make oom_flags a boolTetsuo Handa
2015-11-25arm64: fix building without CONFIG_UID16Arnd Bergmann
2015-11-05rcu: force alignment on struct callback_head/rcu_headKirill A. Shutemov
2015-07-22rcu: Create a synchronize_rcu_mult()Paul E. McKenney
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu
2015-04-15include/linux: remove empty conditionalsRasmus Villemoes
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran
2014-05-20DMA-API: Clarify physical/bus address distinctionBjorn Helgaas
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-03consolidate umode_t declarationsAl Viro
2011-12-12types.h: fix comment spelling for 'architectures'Mark Einon
2011-09-28rcu: Move rcu_head definition to types.hPaul E. McKenney
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori
2010-10-26types.h: move misplaced commentAndrew Morton
2010-10-15types.h: define __aligned_u64 and expose to userspaceEric Paris
2010-08-06Merge branch 'master' into for-linusChris Metcalf
2010-07-11fix #warning about using kernel headers in userpsaceJustin P. Mattock
2010-07-06Move list types from <linux/list.h> to <linux/types.h>.Chris Metcalf
2010-05-17atomic_t: Remove volatile from atomic_t definitionAnton Blanchard
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz
2009-03-26remove __KERNEL_STRICT_NAMESArnd Bergmann
2009-03-26unconditionally include asm/types.h from linux/types.hJaswinder Singh Rajput
2009-02-06make linux/types.h as assembly safeJaswinder Singh Rajput
2009-01-07linux/types.h: Don't depend on __GNUC__ for __le64/__be64Detlef Riekenberg
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox