summaryrefslogtreecommitdiff
path: root/sys/arch/ia64/include
AgeCommit message (Expand)Author
2023-06-03fix various typos in comments and messages.andvar
2022-08-20machine/efi.h: Migrate common definitions to dev/efi/efi.h.riastradh
2022-08-20ia64/efi.h: Make st_rt/st_cfgtbl pointers, not uint64_t, per spec.riastradh
2022-08-20ia64: Make ct_data void *, not uint64_t, as in spec.riastradh
2022-08-20ia64: Use uint64_t, not void *, for EFI virtual addresses, as in spec.riastradh
2022-08-20ia64/efi.h: Fix whitespace. No functional change intended.riastradh
2022-08-20machine/efi.h: Add more memory descriptor attributes.riastradh
2022-07-21s/Transration/Translation/andvar
2022-07-21fix typos in comments and log messages, mainly s/intrrupt/interrupt/.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-04-06Nix trailing whitespace in files of membars, atomics, and lock stubs.riastradh
2022-02-12__cpu_simple_lock(9): Omit needless barriers in init.riastradh
2021-11-15Sprinkle const (and fix build)skrll
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-04-01Whitespace: #define<tab>simonb
2021-01-23Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8christos
2020-09-07define __HAVE___LWP_GETPRIVATE_FASTmrg
2020-06-29Fix for last checkin, don't try use non-existent register from a (currently) ...scole
2020-06-29Allow kernel to compile by preventing "error: stack usage is ..."scole
2020-04-17Mark the .ident section as mergable string section to avoid redundantjoerg
2019-12-27Harmonize the namespace of fast TLS base pointer getter functionskamil
2019-12-26s/lenght/length/msaitoh
2019-12-22Add acpi_intr_mask() and acpi_intr_unmask() which, following the pre-existingthorpej
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
2019-12-01Fix false sharing problems with cpu_info. Identified with tprof(8).ad
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2019-11-29Nix mb_* on ia64.riastradh
2019-11-29Largely eliminate the MD rwlock.h header file.riastradh
2019-11-24Make ci_want_resched a u_int.ad
2019-11-23cpu_need_resched():ad
2019-11-16do the ignore -Wshadow dance for builtins and GCC 8, copied from ppc version.mrg
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2019-06-18Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointerkamil
2019-06-17Enhance ia64/mcontext defineskamil
2019-05-02Remove some unused assembly and other variables to reduce compile warningsscole
2019-04-11Fix CVS Id usagekamil
2019-03-29Remove SGROWSIZ parameter which looks like it was imported from FreeBSD and n...scole
2019-01-21Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64.dholland
2019-01-10consolidate hint@pause in one place. remove mf.a from memory barriersscole
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-12-29fix stack size calculationscole
2018-12-02fix SP offsetscole
2018-11-16Add MD functions for establishing and disestablishing interrupt handlers.jmcneill
2018-11-16Add intr_establish_xname stubjmcneill
2018-11-15change "PCB" to "pcb"scole
2018-11-14- When forking, use own register stack for each threadscole
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-04-26Update some of the _UC_MACHINE* macros even though gregs[] aren't tied to any...scole
2018-03-20Allow registering ACPI interrupt handlers with a xname.bouyer