summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-173/+281
2015-06-25exit,stats: /* obey this comment */Rik van Riel1-1/+1
2015-06-25kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes1-4/+2
2015-06-25kernel/trace/trace_events_filter.c: use strreplace()Rasmus Villemoes1-3/+2
2015-06-25check_syslog_permissions() cleanupVasily Averin1-5/+5
2015-06-25security_syslog() should be called once onlyVasily Averin1-7/+4
2015-06-25printk: implement support for extended console driversTejun Heo1-8/+58
2015-06-25printk: factor out message formatting from devkmsg_read()Tejun Heo1-66/+80
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo1-12/+22
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-16/+32
2015-06-25prctl: more prctl(PR_SET_MM_*) checksAlexey Dobriyan1-67/+91
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-153/+121
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-7/+129
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner1-1/+1
2015-06-24watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf3-5/+70
2015-06-24smpboot: allow excluding cpus from the smpboot threadsChris Metcalf1-1/+58
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-118/+413
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-492/+587
2015-06-24Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-34/+88
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-63/+78
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-35/+61
2015-06-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-37/+115
2015-06-22Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-23/+48
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds33-1263/+1142
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-3/+53
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-456/+592
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-13/+37
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-17/+894
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-380/+481
2015-06-22Merge branches 'for-4.1/upstream-fixes', 'for-4.2/kaslr' and 'for-4.2/upstrea...Jiri Kosina1-30/+48
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar15-28/+897
2015-06-20Merge branch 'irq/for-x86' into irq/coreThomas Gleixner6-21/+28
2015-06-20genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner1-3/+3
2015-06-19locking/rtmutex: Update stale plist commentsDavidlohr Bueso1-9/+9
2015-06-19futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior3-18/+73
2015-06-19timer: Minimize nohz off overheadThomas Gleixner4-8/+17
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner8-43/+121
2015-06-19timer: Stats: Simplify the flags handlingThomas Gleixner2-10/+7
2015-06-19timer: Replace timer base by a cpu indexThomas Gleixner1-91/+36
2015-06-19timer: Use hlist for the timer wheel hash bucketsThomas Gleixner1-37/+27
2015-06-19timer: Remove FIFO "guarantee"Thomas Gleixner1-4/+2
2015-06-19timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner1-24/+16
2015-06-19sched/deadline: Remove needless parameter in dl_runtime_exceeded()Zhiqiang Zhang1-2/+2
2015-06-19sched: Remove superfluous resetting of the p->dl_throttled flagWanpeng Li1-1/+0
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li1-1/+0
2015-06-19sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Wanpeng Li1-1/+14
2015-06-19sched/deadline: Make init_sched_dl_class() __initWanpeng Li1-1/+1
2015-06-19sched/deadline: Optimize pull_dl_task()Wanpeng Li1-1/+27