summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra-0/+6
2019-04-18sched/core: Make some functions staticYueHaibing-6/+6
2019-04-18signal: use fdget() since we don't allow O_PATHChristian Brauner-1/+1
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-826/+831
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen-2/+11
2019-04-18irq_work: Do not raise an IPI when queueing work on the local CPUNicholas Piggin-33/+42
2019-04-18watchdog: Fix typo in commentArash Fotouhi-1/+1
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra-6/+22
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker-10/+10
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker-4/+7
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker-4/+6
2019-04-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer-0/+12
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer-7/+15
2019-04-17bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer-10/+11
2019-04-17cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf-0/+15
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-34/+72
2019-04-16bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole-3/+2
2019-04-16genirq/devres: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva-2/+1
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra-7/+4
2019-04-16sched/core: Remove ttwu_activate()Peter Zijlstra-7/+2
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner-99/+48
2019-04-16sched/deadline: Correctly handle active 0-lag timersluca abeni-2/+1
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld-0/+25
2019-04-16sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider-1/+0
2019-04-16perf/core: Add perf_pmu_resched() as global functionStephane Eranian-0/+10
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-38/+38
2019-04-16perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin-18/+15
2019-04-16perf/core: Fix the address filtering fixAlexander Shishkin-16/+21
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-67/+116
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy-0/+12
2019-04-16kprobes: Fix error check when reusing optimized probesMasami Hiramatsu-4/+2
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche-4/+5
2019-04-15ntp: Audit NTP parameters adjustmentOndrej Mosnacek-5/+50
2019-04-15timekeeping: Audit clock adjustmentsOndrej Mosnacek-0/+13
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+10
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds-1/+5
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner-16/+6
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner-6/+6
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner-11/+0
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox-1/+5
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long-1/+2
2019-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2019-04-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2019-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+45
2019-04-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-17/+12
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+5
2019-04-12bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang-6/+8
2019-04-12bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang-10/+20
2019-04-12bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang-14/+20
2019-04-12bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang-3/+1