aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-17bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer1-10/+11
2019-04-17cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf1-0/+15
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-34/+72
2019-04-16bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole1-3/+2
2019-04-16genirq/devres: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra2-7/+4
2019-04-16sched/core: Remove ttwu_activate()Peter Zijlstra1-7/+2
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner3-99/+48
2019-04-16sched/deadline: Correctly handle active 0-lag timersluca abeni1-2/+1
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-16sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider1-1/+0
2019-04-16perf/core: Add perf_pmu_resched() as global functionStephane Eranian1-0/+10
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-38/+38
2019-04-16perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin1-18/+15
2019-04-16perf/core: Fix the address filtering fixAlexander Shishkin1-16/+21
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar16-67/+116
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2-0/+12
2019-04-16kprobes: Fix error check when reusing optimized probesMasami Hiramatsu1-4/+2
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche1-4/+5
2019-04-15ntp: Audit NTP parameters adjustmentOndrej Mosnacek4-5/+50
2019-04-15timekeeping: Audit clock adjustmentsOndrej Mosnacek2-0/+13
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+10
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-1/+5
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2-16/+6
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-6/+6
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-11/+0
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long1-1/+2
2019-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-04-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+45
2019-04-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+12
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+5
2019-04-12bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang1-6/+8
2019-04-12bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang1-10/+20
2019-04-12bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang1-14/+20
2019-04-12bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang1-3/+1
2019-04-12swiotlb: save io_tlb_used to local variable before leaving critical sectionDongli Zhang1-2/+5
2019-04-12bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov1-1/+1
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2-0/+135
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov1-0/+29
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov1-3/+51
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov1-1/+80
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov1-0/+65
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov1-1/+69
2019-04-12bpf: Sysctl hookAndrey Ignatov3-0/+100
2019-04-12bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov1-1/+7
2019-04-12perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2-11/+45
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-150/+903
2019-04-11dma-debug: only skip one stackframe entryScott Wood1-1/+1