summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: devmap fix mutex in rcu critical sectionJohn Fastabend2017-08-071-23/+25
* bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song2017-08-072-6/+57
* Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-074-8/+9
|\
| * Fix compat_sys_sigpending breakageDmitry V. Levin2017-08-061-4/+7
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-08-051-1/+1
| |\
| | * timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-011-1/+1
| * | cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-031-0/+1
| * | pid: kill pidhash_size in pidhash_init()Kefeng Wang2017-08-031-3/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-0118-107/+162
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-012-8/+17
| |\ \
| | * | bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-301-1/+1
| | * | bpf: don't indicate success when copy_from_user failsDaniel Borkmann2017-07-291-1/+1
| | * | bpf/verifier: fix min/max handling in BPF_SUBEdward Cree2017-07-241-6/+15
| * | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-312-29/+40
| |\ \ \
| | * | | cgroup: fix error return value from cgroup_subtree_control()Tejun Heo2017-07-231-2/+2
| | * | | cgroup: create dfl_root files on subsys registrationTejun Heo2017-07-191-0/+4
| | * | | cgroup: don't call migration methods if there are no tasks to migrateTejun Heo2017-07-082-27/+34
| * | | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-311-4/+26
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann2017-07-281-0/+7
| | * | | workqueue: implicit ordered attribute should be overridableTejun Heo2017-07-251-4/+9
| | * | | workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-07-191-0/+10
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-301-1/+1
| |\ \ \ \
| | * | | | sched/core: Fix some documentation build warningsJonathan Corbet2017-07-251-1/+1
| * | | | | genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner2017-07-271-2/+7
| |/ / / /
| * | | | Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-214-22/+36
| |\ \ \ \
| | * | | | trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang2017-07-202-17/+30
| | * | | | tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-201-0/+1
| | * | | | tracing/ring_buffer: Try harder to allocateJoel Fernandes2017-07-191-5/+5
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-212-9/+11
| |\ \ \ \ \
| | * | | | | sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes2017-07-141-6/+8
| | * | | | | sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li2017-07-141-3/+3
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-21/+12Star
| |\ \ \ \ \ \
| | * | | | | | perf/core: Fix locking for children siblings group readJiri Olsa2017-07-211-0/+5
| | * | | | | | perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin2017-07-201-0/+7
| | * | | | | | Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-111-21/+0Star
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-07-211-1/+0Star
| |\ \ \ \ \ \ \
| | * | | | | | | locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi2017-07-131-1/+0Star
| * | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-213-10/+12
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross2017-07-173-10/+12
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | bpf: dev_map_alloc() shouldn't return NULLDan Carpenter2017-07-251-0/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-2125-258/+975
|\| | | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-211-14/+94
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-07-211-14/+94
| * | | | | | | | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-201-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | audit: fix memleak in auditd_send_unicast_skb.Shu Wang2017-07-191-0/+1
| * | | | | | | | | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
| * | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-10/+53
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner2017-07-121-10/+53
| * | | | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |