Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
39 changes: 35 additions & 4 deletions Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
*.aux
*.bin
*.bz2
*.c.[012]*.*
*.cis
*.cpio
*.csp
*.dbg
*.dsp
*.dvi
*.elf
Expand All @@ -14,6 +16,7 @@
*.gcov
*.gen.S
*.gif
*.gmo
*.grep
*.grp
*.gz
Expand Down Expand Up @@ -48,14 +51,17 @@
*.tab.h
*.tex
*.ver
*.vim
*.xml
*.xz
*_MODULES
*_reg_safe.h
*_vga16.c
*~
\#*#
*.9
.*
.[^g]*
.gen*
.*.d
.mm
53c700_d.h
Expand All @@ -69,6 +75,7 @@ Image
Module.markers
Module.symvers
PENDING
PERF*
SCCS
System.map*
TAGS
Expand All @@ -80,6 +87,7 @@ aic7*seq.h*
aicasm
aicdb.h*
altivec*.c
ashldi3.S
asm-offsets.h
asm_offsets.h
autoconf.h*
Expand All @@ -92,19 +100,24 @@ bounds.h
bsetup
btfixupprep
build
builtin-policy.h
bvmlinux
bzImage*
capability_names.h
capflags.c
classlist.h*
clut_vga16.c
common-cmds.h
comp*.log
compile.h*
conf
config
config-*
config_data.h*
config.c
config.mak
config.mak.autogen
config.tmp
conmakehash
consolemap_deftbl.c*
cpustr.h
Expand All @@ -115,22 +128,27 @@ devlist.h*
dnotify_test
docproc
dslm
dtc-lexer.lex.c
elf2ecoff
elfconfig.h*
evergreen_reg_safe.h
exception_policy.conf
fixdep
flask.h
fore200e_mkfirm
fore200e_pca_fw.c*
gconf
gconf.glade.h
gen-devlist
gen-kdb_cmds.c
gen_crc32table
gen_init_cpio
generated
genheaders
genksyms
*_gray256.c
hash
hid-example
hpet_example
hugepage-mmap
hugepage-shm
Expand All @@ -145,15 +163,15 @@ int32.c
int4.c
int8.c
kallsyms
kconfig
kern_constants.h
keywords.c
ksym.c*
ksym.h*
kxgettext
lkc_defs.h
lex.c
lex.*.c
linux
lib1funcs.S
logo_*.c
logo_*_clut224.c
logo_*_mono.c
Expand All @@ -164,14 +182,15 @@ machtypes.h
map
map_hugetlb
maui_boot.h
media
mconf
mdp
miboot*
mk_elfconfig
mkboot
mkbugboot
mkcpustr
mkdep
mkpiggy
mkprep
mkregtable
mktables
Expand All @@ -188,6 +207,7 @@ oui.c*
page-types
parse.c
parse.h
parse-events*
patches*
pca200e.bin
pca200e_ecd.bin2
Expand All @@ -197,6 +217,7 @@ perf-archive
piggyback
piggy.gzip
piggy.S
pmu-*
pnmtologo
ppc_defs.h*
pss_boot.h
Expand All @@ -207,6 +228,7 @@ r300_reg_safe.h
r420_reg_safe.h
r600_reg_safe.h
recordmcount
regdb.c
relocs
rlim_names.h
rn50_reg_safe.h
Expand All @@ -216,7 +238,9 @@ series
setup
setup.bin
setup.elf
size_overflow_hash.h
sImage
slabinfo
sm_tbl*
split-include
syscalltab.h
Expand All @@ -227,6 +251,7 @@ tftpboot.img
timeconst.h
times.h*
trix_boot.h
user_constants.h
utsrelease.h*
vdso-syms.lds
vdso.lds
Expand All @@ -238,23 +263,29 @@ vdso32.lds
vdso32.so.dbg
vdso64.lds
vdso64.so.dbg
vdsox32.lds
vdsox32-syms.lds
version.h*
vmImage
vmlinux
vmlinux-*
vmlinux.aout
vmlinux.bin.all
vmlinux.bin.bz2
vmlinux.lds
vmlinux.relocs
vmlinuz
voffset.h
vsyscall.lds
vsyscall_32.lds
wanxlfw.inc
uImage
unifdef
utsrelease.h
wakeup.bin
wakeup.elf
wakeup.lds
zImage*
zconf.hash.c
zconf.lex.c
zoffset.h
7 changes: 7 additions & 0 deletions Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
the specified number of seconds. This is to be used if
your oopses keep scrolling off the screen.

pax_nouderef [X86] disables UDEREF. Most likely needed under certain
virtualization environments that don't cope well with the
expand down segment used by UDEREF on X86-32 or the frequent
page table updates on X86-64.

pax_softmode= 0/1 to disable/enable PaX softmode on boot already.

pcbit= [HW,ISDN]

pcd. [PARIDE]
Expand Down
Loading