summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr/if.c
Commit message (Expand)AuthorAgeFilesLines
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-10/+11
* x86/mtrr: Require CAP_SYS_ADMIN for all accessKees Cook2019-12-091-19/+2
* x86/mtrr: Get rid of mtrr_seq_show() forward declarationBorislav Petkov2019-12-091-22/+20
* x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2018-12-191-0/+2
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-3/+3
* x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn2018-07-071-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* x86/mtrr: Convert to use strncpy_from_user() helperAndy Shevchenko2018-05-161-10/+2
* x86/mtrr: Convert to use match_string() helperAndy Shevchenko2018-05-161-11/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86: mtrr: if: remove use of seq_printf return valueJoe Perches2015-04-151-7/+5
* x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-7/+4
* x86: Simplify bound checks in the MTRR codeArjan van de Ven2009-10-021-5/+12
* x86, mtrr: Convert loop to a while based construct, avoid naked semicolonJoe Perches2009-09-201-6/+6
* x86: Clean up mtrr/if.cJaswinder Singh Rajput2009-07-041-59/+76
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-9/+1
* x86: mtrr_cleanup try gran_size to less than 1M, cleanupJ.A. Magallón2008-10-031-2/+2
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-1/+1
* x86: switch to proc_create()Alexey Dobriyan2008-04-171-4/+3
* x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes2008-01-301-6/+2
* x86: mtrr use type bool [RESEND AGAIN]Paul Jimenez2008-01-301-7/+8
* i386: move kernel/cpu/mtrrThomas Gleixner2007-10-111-0/+439