aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann1-5/+0
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann1-1/+1
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko1-0/+5
2019-06-03locking/atomic: Use s64 for atomic64_t on 64-bitMark Rutland1-1/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-5/+0
2019-03-07include/linux/types.h: use "unsigned int" instead of "unsigned"WangBo1-3/+3
2018-12-01types: Remove call_rcu_bh() and call_rcu_sched()Paul E. McKenney1-2/+2
2018-06-07include/linux/types.h: use fixed width types without double-underscore prefixMasahiro Yamada1-14/+14
2018-06-07include/linux/types.h: define aligned_ types based on uapi headerMasahiro Yamada1-3/+3
2018-02-20doc: Fix typo in rcu_head commentsLihao Liang1-1/+1
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan1-1/+1
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-19types: Update obsolete callback_head commentPaul E. McKenney1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-3/+0
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-2/+2
2016-05-23signal: make oom_flags a boolTetsuo Handa1-1/+0
2015-11-25arm64: fix building without CONFIG_UID16Arnd Bergmann1-1/+1
2015-11-05rcu: force alignment on struct callback_head/rcu_headKirill A. Shutemov1-1/+15
2015-07-22rcu: Create a synchronize_rcu_mult()Paul E. McKenney1-0/+3
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu1-2/+10
2015-04-15include/linux: remove empty conditionalsRasmus Villemoes1-6/+0
2015-02-12linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven1-4/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-0/+3
2014-05-20DMA-API: Clarify physical/bus address distinctionBjorn Helgaas1-0/+1
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-48/+2
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro1-4/+5
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro1-1/+1
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely1-0/+6
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-03consolidate umode_t declarationsAl Viro1-0/+1
2011-12-12types.h: fix comment spelling for 'architectures'Mark Einon1-1/+1
2011-09-28rcu: Move rcu_head definition to types.hPaul E. McKenney1-0/+10
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-0/+6
2010-10-26types.h: move misplaced commentAndrew Morton1-10/+10
2010-10-15types.h: define __aligned_u64 and expose to userspaceEric Paris1-1/+14
2010-08-06Merge branch 'master' into for-linusChris Metcalf1-1/+4
2010-07-11fix #warning about using kernel headers in userpsaceJustin P. Mattock1-1/+4
2010-07-06Move list types from <linux/list.h> to <linux/types.h>.Chris Metcalf1-0/+12
2010-05-17atomic_t: Remove volatile from atomic_t definitionAnton Blanchard1-2/+2
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-1/+1
2009-03-26remove __KERNEL_STRICT_NAMESArnd Bergmann1-11/+2
2009-03-26unconditionally include asm/types.h from linux/types.hJaswinder Singh Rajput1-1/+2
2009-02-06make linux/types.h as assembly safeJaswinder Singh Rajput1-1/+2
2009-01-07linux/types.h: Don't depend on __GNUC__ for __le64/__be64Detlef Riekenberg1-2/+1
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-0/+10
2008-12-29Get rid of CONFIG_LSFJens Axboe1-8/+3
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-0/+1