summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+10
2018-08-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2018-08-03nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker-1/+1
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner-1/+8
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-30/+151
2018-07-31Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+9
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner-1/+1
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+14
2018-07-30audit: fix potential null dereference 'context->module.name'Yi Wang-4/+9
2018-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+19
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+8
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+25
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+14
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+21
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+55
2018-07-26mm: introduce vma_init()Kirill A. Shutemov-4/+2
2018-07-26mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams-2/+2
2018-07-26mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang-1/+17
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau-1/+1
2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow-1/+7
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)-2/+4
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)-1/+5
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov-2/+11
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu-0/+22
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)-4/+8
2018-07-25perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier-0/+4
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra-2/+4
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu-0/+2
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira-1/+7
2018-07-25stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres-1/+9
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang-1/+1
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin-4/+25
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+55
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+10
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau-1/+13
2018-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+15
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds-2/+8
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds-3/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds-3/+18
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-58/+179
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov-1/+3
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau-6/+10
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-42/+69
2018-07-18bpf: offload: allow program and map sharing per-ASICJakub Kicinski-7/+35
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski-17/+64
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski-46/+96
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski-2/+2
2018-07-18bpf: sockmap: remove redundant pointer sgColin Ian King-3/+0
2018-07-18bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin-4/+3
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin-1/+1