summaryrefslogtreecommitdiff
path: root/arch/parisc/Kconfig.debug
blob: bc989e522a045c17ca4514478b7cb5ef9d77fc4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menu "Kernel hacking"

source "lib/Kconfig.debug"

config DEBUG_RODATA
       bool "Write protect kernel read-only data structures"
       depends on DEBUG_KERNEL
       help
         Mark the kernel read-only data as write-protected in the pagetables,
         in order to catch accidental (and incorrect) writes to such const
         data. This option may have a slight performance impact because a
         portion of the kernel code won't be covered by a TLB anymore.
         If in doubt, say "N".

endmenu
2013-08-06 22:24:30 +0200'>2013-08-06nvc0: implement MP performance counters for nvc0:nvd9Samuel Pitoiset1-93/+335 2013-08-06nvc0: add more MP counters for nve4Samuel Pitoiset1-0/+20 2013-06-19gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger1-4/+2 2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+3 2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4 2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1 2013-04-03nvc0: read PM counters for each warp scheduler separatelyChristoph Bumiller1-54/+130 2013-04-03nvc0: add some metrics to driver specific queriesChristoph Bumiller1-56/+153 2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller1-23/+111 2013-04-03nvc0: use correct hw query for PRIMITIVES_GENERATEDChristoph Bumiller1-4/+7 2013-04-03nvc0: use fence to check state of queries that don't write sequenceChristoph Bumiller1-1/+5 2013-03-29nvc0: implement MP performance countersChristoph Bumiller1-1/+392 2012-09-30nv50,nvc0: implement blitChristoph Bumiller1-0/+3 2012-04-19nv50,nvc0: prevent multiple flushes when user spins on get_query_resultChristoph Bumiller1-18/+25 2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-96/+92 2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-4/+4