summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-251-9/+14
|\
| * genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-236-22/+34
|\ \
| * | bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-221-2/+1
| * | bpf: add schedule points in percpu arrays managementEric Dumazet2018-02-221-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-216-19/+29
| |\ \ | | |/ | |/|
| | * bpf: fix mlock precharge on arraymapsDaniel Borkmann2018-02-151-12/+16
| | * bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-142-1/+3
| | * bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang2018-02-141-1/+1
| | * bpf: fix sock_map_alloc() error pathEric Dumazet2018-02-131-1/+2
| | * bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song2018-02-131-4/+7
* | | Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-231-2/+4
|\ \ \
| * \ \ Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris2018-02-221-2/+4
| |\ \ \ | | |/ / | |/| |
| | * | ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen2018-02-211-2/+4
* | | | Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-02-231-0/+16
|\ \ \ \
| * \ \ \ Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-221-0/+16
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | workqueue: Allow retrieval of current task's work structLukas Wunner2018-02-161-0/+16
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-222-14/+3
|\ \ \ \ \
| * | | | | kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-02-211-1/+1
| * | | | | include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-211-13/+2
| |/ / / /
* | | | | efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+3
|/ / / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-181-50/+128
|\ \ \ \
| * | | | kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu2018-02-161-25/+53
| * | | | kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu2018-02-161-25/+75
| | |_|/ | |/| |
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-181-14/+4
|\ \ \ \
| * | | | irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-161-14/+4
| |/ / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-154-16/+22
|\ \ \ \
| * | | | sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-131-2/+0
| * | | | sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-131-11/+16
| * | | | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-131-1/+2
| * | | | sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-131-2/+4
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-02-151-6/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-02-131-0/+8
| * | | | locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon2018-02-131-6/+7
| |/ / /
* | | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-117-12/+12
* | | | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0185-2142/+2337
| |\ \ \ \
| * | | | | kvm_config: add CONFIG_S390_GUESTChristian Borntraeger2018-01-161-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-091-72/+115
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-72/+115
| |\ \ \ \ \ \
| | * | | | | | bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-02-061-5/+14
| | * | | | | | bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-061-67/+101
* | | | | | | | Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-092-6/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-081-5/+4
| * | | | | | | ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-081-1/+0
* | | | | | | | Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-071-6/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | ftrace/module: Move ftrace_release_mod() to ddebug_cleanup labelNamit Gupta2018-01-151-6/+1
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0616-120/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-02-061-3/+0
| * | | | | | | | pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-02-061-10/+5
OpenPOWER on IntegriCloud