summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar12-218/+591
2012-07-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+7
2012-07-01printk.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-30Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-84/+213
2012-06-30printk: Optimize if statement logic where newline existsSteven Rostedt1-7/+6
2012-06-29printk: flush continuation lines immediately to consoleKay Sievers1-68/+176
2012-06-26syslog: fill buffer with more than a single message for SYSLOG_ACTION_READJan Beulich1-14/+37
2012-06-26Revert "printk: return -EINVAL if the message len is bigger than the buf size"Greg Kroah-Hartman1-3/+1
2012-06-25rcu: Stop rcu_do_batch() from multiplexing the "count" variablePaul E. McKenney1-7/+7
2012-06-25printk: fix regression in SYSLOG_ACTION_CLEARAlan Stern1-0/+1
2012-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+7
2012-06-21Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+10
2012-06-21Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-33/+208
2012-06-21c/r: prctl: Move PR_GET_TID_ADDRESS to a proper placeCyrill Gorcunov1-3/+3
2012-06-21pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaperOleg Nesterov1-8/+2
2012-06-21pidns: guarantee that the pidns init will be the last pidns process reapedEric W. Biederman2-1/+33
2012-06-21mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov1-0/+1
2012-06-19cgroups: Account for CSS_DEACT_BIAS in __css_putSalman Qazi1-2/+10
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng1-0/+36
2012-06-18perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng1-4/+4
2012-06-18perf: Avoid race between cpu hotplug and installing eventYan, Zheng1-0/+5
2012-06-18Merge branch 'perf/urgent' into perf/coreIngo Molnar3-5/+26
2012-06-18perf: Use css_tryget() to avoid propping up css refcountSalman Qazi1-3/+7
2012-06-18Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-7/+3
2012-06-16printk: return -EINVAL if the message len is bigger than the buf sizeYuanhan Liu1-1/+3
2012-06-16printk: use mutex lock to stop syslog_seq from going wildYuanhan Liu1-2/+11
2012-06-16uprobes: Remove the unnecessary initialization in add_utask()Oleg Nesterov1-1/+0
2012-06-16uprobes: __copy_insn() needs "loff_t offset"Oleg Nesterov1-6/+6
2012-06-16uprobes: Don't use loff_t for the valid virtual addressOleg Nesterov1-17/+9
2012-06-16uprobes: Simplify the usage of uprobe->pending_listOleg Nesterov1-8/+4
2012-06-16uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_br...Oleg Nesterov1-6/+5
2012-06-16uprobes: No need to re-check vma_address() in write_opcode()Oleg Nesterov1-5/+0
2012-06-16uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() failsOleg Nesterov1-4/+4
2012-06-16uprobes: Copy_insn() shouldn't depend on mm/vma/vaddrOleg Nesterov1-9/+6
2012-06-16uprobes: Document uprobe_register() vs uprobe_mmap() racePeter Zijlstra1-3/+28
2012-06-16uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) firstOleg Nesterov1-0/+10
2012-06-16uprobes: Rework register_for_each_vma() to make it O(n)Oleg Nesterov1-113/+86
2012-06-16uprobes: Install_breakpoint() should fail if is_swbp_insn() == TOleg Nesterov1-1/+1
2012-06-16uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()Oleg Nesterov1-28/+13
2012-06-16uprobes: __copy_insn() should ensure a_ops->readpage != NULLOleg Nesterov1-0/+3
2012-06-16uprobes: Valid_vma() should reject VM_HUGETLBOleg Nesterov1-1/+2
2012-06-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+19
2012-06-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-81/+113
2012-06-16kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers1-28/+192
2012-06-14tracing: Register the ftrace internal events during early bootSteven Rostedt1-1/+1
2012-06-14ftrace: Remove a superfluous checkBorislav Petkov1-6/+2
2012-06-14watchdog: Quiet down the boot messagesDon Zickus1-1/+18
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet2-4/+7
2012-06-13printk: Fix alignment of buf causing crash on ARM EABIAndrew Lunn1-2/+2
2012-06-11Merge tag 'v3.5-rc2' into perf/coreIngo Molnar7-85/+214