aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-7/+0
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+16
2013-03-02Add HAVE_64BIT_ALIGNED_ACCESSJames Hogan1-0/+16
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+7
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+26
2013-02-14burying unused conditionalsAl Viro1-15/+0
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro1-0/+11
2013-02-03generic sys_compat_rt_sigaction()Al Viro1-0/+3
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro1-0/+10
2013-02-03generic compat_sys_rt_sigqueueinfo()Al Viro1-0/+3
2013-02-03generic compat_sys_rt_sigpending()Al Viro1-0/+3
2013-02-03generic compat_sys_rt_sigprocmask()Al Viro1-0/+3
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-0/+5
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu1-0/+12
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+3
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-6/+0
2012-12-19Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Linus Torvalds1-0/+19
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+14
2012-12-06byteorder: allow arch to opt to use GCC intrinsics for byteswappingDavid Woodhouse1-0/+19
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-7/+8
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro1-0/+14
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+19
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer1-0/+3
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+13
2012-09-30preparation for generic kernel_thread()Al Viro1-0/+3
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+19
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker1-0/+10
2012-09-25cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker1-0/+6
2012-08-17cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTINGFrederic Weisbecker1-0/+3
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa1-0/+7
2012-08-10perf: Unified API to record selective sets of arch registersJiri Olsa1-0/+6
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-0/+7
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-0/+3
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+17
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+23
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski1-0/+3
2012-05-08tracing: Fix kconfig warning due to a typoSrikar Dronamraju1-1/+1
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner1-0/+8
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju1-1/+1
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+2
2012-05-05init_task: Create generic init_task instanceThomas Gleixner1-0/+3
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner1-0/+3
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-8/+25
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry1-5/+5
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry1-5/+9
2012-04-14seccomp: add SECCOMP_RET_ERRNOWill Drewry1-2/+4
2012-04-14seccomp: add system call filtering using BPFWill Drewry1-0/+17
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+3
2012-03-23nmi watchdog: do not use cpp symbol in KconfigCong Wang1-0/+3
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-0/+3
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-9/+20
2012-02-22uprobes: Move to kernel/events/Ingo Molnar1-1/+1
2012-02-17uprobes/core: Clean up, refactor and improve the codeIngo Molnar1-4/+10
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju1-0/+11
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens1-0/+3
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens1-0/+3
2012-01-12mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens1-0/+8
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter1-0/+4
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying1-0/+3
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-0/+3
2011-04-10arch:Kconfig.locks Remove unused config option.Justin P. Mattock1-3/+0
2010-11-26mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer1-0/+3
2010-10-29jump label: Add work around to i386 gcc asm goto bugSteven Rostedt1-0/+14
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+3
2010-09-22jump label: Base patch for jump labelJason Baron1-0/+3
2010-09-13kprobes: Fix Kconfig dependencyMasami Hiramatsu1-2/+2
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar1-0/+7
2010-05-16lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker1-0/+4
2010-05-16lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archsFrederic Weisbecker1-0/+3
2010-05-01hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker1-0/+11
2010-03-16kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobesMasami Hiramatsu1-7/+2
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+13
2010-02-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+8
2010-02-26oprofile/x86: remove OPROFILE_IBS config optionRobert Richter1-14/+0
2010-02-26oprofile: remove EXPERIMENTAL from the config option descriptionRobert Richter1-1/+1
2010-02-26oprofile: remove tracing build dependencyRobert Richter1-2/+0
2010-02-25kprobes: Introduce kprobes jump optimizationMasami Hiramatsu1-0/+13
2010-02-22tracing/kprobes: Add short documentation for HAVE_REGS_AND_STACK_ACCESS_APIHeiko Carstens1-0/+5
2010-02-17tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens1-0/+3
2009-12-18hw-breakpoints: Fix hardware breakpoints -> perf events dependencyFrederic Weisbecker1-3/+1
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+9
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-0/+3
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker1-0/+1
2009-10-01core, x86: Add user return notifiersAvi Kivity1-0/+10
2009-09-17oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAPChristian Borntraeger1-0/+1
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-0/+12
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar1-0/+2
2009-07-20oprofile: Implement performance counter multiplexingJason Yeh1-0/+12
2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter1-0/+2
2009-06-02hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad1-0/+4
2009-04-09mutex: have non-spinning mutexes on s390 by defaultHeiko Carstens1-0/+3
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+1
2009-03-05tracing: clean up menuIngo Molnar1-0/+1
2009-03-05dma-debug: add Kconfig entryJoerg Roedel1-0/+2
2009-01-14[CVE-2009-0029] System call wrapper infrastructureHeiko Carstens1-0/+3
2008-12-12oprofile: select RING_BUFFERIngo Molnar1-0/+2
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-10-27Change UTF8 chars in Kconfig help text about Oprofile AMD barcelonaJesper Dangaard Brouer1-1/+1
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-9/+9
2008-10-13Merge branch 'linus' into oprofile-v2Ingo Molnar1-0/+18
2008-07-26tracehook: CONFIG_HAVE_ARCH_TRACEHOOKRoland McGrath1-0/+18
2008-07-26x86/oprofile: add CONFIG_OPROFILE_IBS optionRobert Richter1-0/+14
2008-07-25introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbolJohannes Berg1-0/+19
2008-07-24access_process_vm device memory infrastructureRik van Riel1-0/+3
2008-07-24add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell1-0/+7
2008-06-26Add generic helpers for arch IPI function callsJens Axboe1-0/+3
2008-04-29dma: add dma_*map*_attrs() interfacesArthur Kepner1-0/+3
2008-03-04Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli1-0/+7
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers1-0/+28
2008-02-03Create arch/KconfigMathieu Desnoyers1-0/+3