summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-499/+874
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-219/+474
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-306/+20
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-460/+994
2012-05-22Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-8/+4
2012-05-21new helper: sigsuspend()Al Viro-18/+17
2012-05-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+45
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-25/+465
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-23/+171
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-298/+1073
2012-05-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2012-05-21timekeeping: Fix a few minor newline issues.Richard Cochran-3/+1
2012-05-21ntp: Fix a stale comment and a few stray newlines.Richard Cochran-4/+2
2012-05-21ntp: Correct TAI offset during leap secondRichard Cochran-1/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner-32/+41
2012-05-21irq: Remove irq_chip->release()Richard Weinberger-6/+0
2012-05-21timers: Provide generic Kconfig switchesThomas Gleixner-0/+35
2012-05-21Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-29/+17
2012-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar-54/+92
2012-05-19userns: Silence silly gcc warning.Eric W. Biederman-2/+2
2012-05-19irqdomain: Document size parameter of irq_domain_add_linear()Mark Brown-0/+1
2012-05-19irqdomain: trivial pr_fmt conversion.Paul Mundt-15/+17
2012-05-19irqdomain: Make irq_domain_simple_map() static.Paul Mundt-2/+2
2012-05-19irqdomain: Export remaining public API symbols.Paul Mundt-0/+10
2012-05-19irqdomain: Support removal of IRQ domains.Paul Mundt-2/+59
2012-05-19tracing: Remove kernel_lock annotationsRichard Weinberger-2/+0
2012-05-19tracing: Fix initial buffer_size_kb stateVaibhav Nagarnaik-1/+2
2012-05-19ring-buffer: Merge separate resize loopsVaibhav Nagarnaik-26/+15
2012-05-18PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer...Minho Ban-0/+13
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo-54/+92
2012-05-18sched: Taint kernel with TAINT_WARN after sleep-in-atomic bugKonstantin Khlebnikov-0/+1
2012-05-17cred: use correct cred accessor with regards to rcu read lockSasha Levin-2/+2
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds-1/+7
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra-367/+2
2012-05-17Merge branch 'sched/urgent' into sched/coreIngo Molnar-0/+2
2012-05-16ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACERSteven Rostedt-1/+0
2012-05-16ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt-2/+2
2012-05-16ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt-8/+13
2012-05-16ftrace: Return record ip addr for ftrace_location()Steven Rostedt-6/+10
2012-05-16ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt-40/+40
2012-05-16ftrace: Speed up search by skipping pages by addressSteven Rostedt-6/+16
2012-05-16ftrace: Remove extra helper functionsSteven Rostedt-37/+24
2012-05-16ftrace: Sort all function addresses, not just per pageSteven Rostedt-12/+22
2012-05-16tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik-0/+2
2012-05-16tracing: Check return value of tracing_dentry_percpu()Namhyung Kim-0/+3
2012-05-16ring-buffer: Reset head page before running self testSteven Rostedt-0/+4
2012-05-16ring-buffer: Add integrity check at end of iter readSteven Rostedt-0/+29
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha-2/+0
2012-05-16ring-buffer: Make addition of pages in ring buffer atomicVaibhav Nagarnaik-25/+77