summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-266-173/+281
|\
| * exit,stats: /* obey this comment */Rik van Riel2015-06-251-1/+1
| * kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes2015-06-251-4/+2
| * kernel/trace/trace_events_filter.c: use strreplace()Rasmus Villemoes2015-06-251-3/+2
| * check_syslog_permissions() cleanupVasily Averin2015-06-251-5/+5
| * security_syslog() should be called once onlyVasily Averin2015-06-251-7/+4
| * printk: implement support for extended console driversTejun Heo2015-06-251-8/+58
| * printk: factor out message formatting from devkmsg_read()Tejun Heo2015-06-251-66/+80
| * printk: guard the amount written per line by devkmsg_read()Tejun Heo2015-06-251-12/+22
| * clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-16/+32
| * prctl: more prctl(PR_SET_MM_*) checksAlexey Dobriyan2015-06-251-67/+91
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-254-153/+121
|\ \ | |/ |/|
| * suspend: simplify block I/O handlingChristoph Hellwig2015-05-194-153/+121
| * sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-081-4/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-244-7/+129
|\ \
| * | mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-241-1/+1
| * | watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-243-5/+70
| * | smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-241-1/+58
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-247-118/+413
|\ \ \
| * | | bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov2015-06-151-0/+2
| * | | bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-152-8/+16
| * | | bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-153-0/+67
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-132-2/+2
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-083-3/+20
| |\ \ \ \
| * | | | | bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-9/+28
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-012-6/+11
| |\ \ \ \ \
| * | | | | | ebpf: misc core cleanupDaniel Borkmann2015-05-312-48/+58
| * | | | | | ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann2015-05-313-12/+14
| * | | | | | bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov2015-05-312-3/+20
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-234-50/+82
| |\ \ \ \ \ \
| * | | | | | | bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-215-8/+220
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-13/+13
| |\ \ \ \ \ \ \
| * | | | | | | | seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-091-30/+12
| * | | | | | | | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-46/+22
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-246-492/+587
|\ \ \ \ \ \ \ \
| * | | | | | | | sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-195-8/+71
| * | | | | | | | lockdep: Implement lock pinningPeter Zijlstra2015-06-191-0/+80
| * | | | | | | | lockdep: Simplify lock_release()Peter Zijlstra2015-06-191-101/+18
| * | | | | | | | sched: Streamline the task migration locking a littlePeter Zijlstra2015-06-191-42/+34
| * | | | | | | | sched: Move code aroundPeter Zijlstra2015-06-191-186/+178
| * | | | | | | | sched,dl: Fix sched class hopping CBS holePeter Zijlstra2015-06-191-66/+86
| * | | | | | | | sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2015-06-191-21/+24
| * | | | | | | | sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2015-06-191-10/+10
| * | | | | | | | sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2015-06-191-16/+19
| * | | | | | | | sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2015-06-191-11/+11
| * | | | | | | | sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2015-06-191-3/+22
| * | | | | | | | sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra2015-06-191-42/+23
| * | | | | | | | sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-194-38/+63
| * | | | | | | | Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-1931-1069/+939
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-243-34/+88
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |