aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-06-25kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Gravatar Rasmus Villemoes 1-4/+2
2015-06-25kernel/trace/trace_events_filter.c: use strreplace()Gravatar Rasmus Villemoes 1-3/+2
2015-06-25check_syslog_permissions() cleanupGravatar Vasily Averin 1-5/+5
2015-06-25security_syslog() should be called once onlyGravatar Vasily Averin 1-7/+4
2015-06-25printk: implement support for extended console driversGravatar Tejun Heo 1-8/+58
2015-06-25printk: factor out message formatting from devkmsg_read()Gravatar Tejun Heo 1-66/+80
2015-06-25printk: guard the amount written per line by devkmsg_read()Gravatar Tejun Heo 1-12/+22
2015-06-25clone: support passing tls argument via C rather than pt_regs magicGravatar Josh Triplett 1-16/+32
2015-06-25prctl: more prctl(PR_SET_MM_*) checksGravatar Alexey Dobriyan 1-67/+91
2015-06-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-7/+129
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesGravatar Johannes Weiner 1-1/+1
2015-06-24watchdog: add watchdog_cpumask sysctl to assist nohzGravatar Chris Metcalf 3-5/+70
2015-06-24smpboot: allow excluding cpus from the smpboot threadsGravatar Chris Metcalf 1-1/+58
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-118/+413
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 6-492/+587
2015-06-24Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-34/+88
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-63/+78
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-35/+61
2015-06-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-37/+115
2015-06-22Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-23/+48
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 33-1263/+1142
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-3/+53
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-456/+592
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+7
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-13/+37
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 11-17/+894
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 13-380/+481
2015-06-22Merge branches 'for-4.1/upstream-fixes', 'for-4.2/kaslr' and 'for-4.2/upstrea...Gravatar Jiri Kosina 1-30/+48
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Gravatar Ingo Molnar 15-28/+897
2015-06-20Merge branch 'irq/for-x86' into irq/coreGravatar Thomas Gleixner 6-21/+28
2015-06-20genirq: Remove bogus restriction in irq_move_mask_irq()Gravatar Thomas Gleixner 1-3/+3
2015-06-19locking/rtmutex: Update stale plist commentsGravatar Davidlohr Bueso 1-9/+9
2015-06-19futex: Lower the lock contention on the HB lock during wake upGravatar Sebastian Andrzej Siewior 3-18/+73
2015-06-19timer: Minimize nohz off overheadGravatar Thomas Gleixner 4-8/+17
2015-06-19timer: Reduce timer migration overhead if disabledGravatar Thomas Gleixner 8-43/+121
2015-06-19timer: Stats: Simplify the flags handlingGravatar Thomas Gleixner 2-10/+7
2015-06-19timer: Replace timer base by a cpu indexGravatar Thomas Gleixner 1-91/+36
2015-06-19timer: Use hlist for the timer wheel hash bucketsGravatar Thomas Gleixner 1-37/+27
2015-06-19timer: Remove FIFO "guarantee"Gravatar Thomas Gleixner 1-4/+2
2015-06-19timers: Sanitize catchup_timer_jiffies() usageGravatar Thomas Gleixner 1-24/+16
2015-06-19sched/deadline: Remove needless parameter in dl_runtime_exceeded()Gravatar Zhiqiang Zhang 1-2/+2
2015-06-19sched: Remove superfluous resetting of the p->dl_throttled flagGravatar Wanpeng Li 1-1/+0
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationGravatar Wanpeng Li 1-1/+0
2015-06-19sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Gravatar Wanpeng Li 1-1/+14
2015-06-19sched/deadline: Make init_sched_dl_class() __initGravatar Wanpeng Li 1-1/+1
2015-06-19sched/deadline: Optimize pull_dl_task()Gravatar Wanpeng Li 1-1/+27
2015-06-19sched/preempt: Add static_key() to preempt_notifiersGravatar Peter Zijlstra 1-5/+23
2015-06-19sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Gravatar Mathieu Desnoyers 1-1/+1
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Gravatar Peter Zijlstra 2-37/+27