aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+15
2019-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+4
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-17/+20
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn1-14/+14
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen1-2/+15
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+11
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-39/+43
2019-04-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+26
2019-04-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+5
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky1-1/+2
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2019-04-18signal: use fdget() since we don't allow O_PATHChristian Brauner1-1/+1
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen3-2/+11
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-16perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin1-18/+15
2019-04-16perf/core: Fix the address filtering fixAlexander Shishkin1-16/+21
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-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-1/+5
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2019-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2019-04-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2019-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+45
2019-04-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-17/+12
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+5
2019-04-12perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2-11/+45
2019-04-11dma-debug: only skip one stackframe entryScott Wood1-1/+1
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin1-1/+1
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche1-17/+12
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-4/+7
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd1-0/+4
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2-3/+3
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang1-0/+1
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-19/+31
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)1-3/+6
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn1-9/+4
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+18
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-19/+31
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin1-2/+13
2019-03-28cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner1-2/+18
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner1-2/+4
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-70/+106
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon1-2/+3
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam1-6/+6
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand1-1/+1
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi1-1/+0
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-56/+89
2019-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2019-03-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2019-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+7
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+1
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva1-0/+1
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner1-0/+2
2019-03-22watchdog/core: Make variables staticValdis Kletnieks1-2/+2
2019-03-22time/jiffies: Make refined_jiffies staticValdis Kletnieks1-1/+1
2019-03-22genirq/devres: Remove excess parameter from kernel docValdis Kletnieks1-2/+0
2019-03-22futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie1-0/+4
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski1-9/+11
2019-03-21bpf: do not restore dst_reg when cur_state is freedXu Yu1-1/+1
2019-03-21workqueue: Only unregister a registered lockdep keyBart Van Assche1-2/+3
2019-03-20bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau1-2/+11
2019-03-19sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider1-28/+37
2019-03-19sched/fair: Tune down misfit NOHZ kicksValentin Schneider1-1/+25
2019-03-19sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider1-2/+11
2019-03-19sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov1-1/+1
2019-03-19sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra1-34/+25
2019-03-18bpf: Try harder when allocating memory for large mapsMartynas Pumputis1-7/+15
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2-6/+128
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-3/+15
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-57/+74
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds7-25/+44
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds1-0/+1
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2-3/+4
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu3-10/+10
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2-0/+3
2019-03-14tracing/probe: Check event name length correctlyMasami Hiramatsu1-1/+7
2019-03-14tracing/probe: Check maxactive error casesMasami Hiramatsu1-3/+7
2019-03-13blkcg: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau1-57/+74
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson3-6/+11
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-306/+416
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+0
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-39/+44
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2-9/+2
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2-2/+5
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Mike Rapoport1-6/+13
2019-03-12kernel/sysctl.c: define minmax conv functions in terms of non-minmax versionsZev Weiss1-33/+26
2019-03-12kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-03-12trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks1-1/+1
2019-03-12tracing/probes: Make reserved_field_names staticValdis Klētnieks1-1/+1
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds13-360/+1148
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+6
2019-03-11perf/core: Restore mmap record type correctlyStephane Eranian1-0/+2
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+1
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-18/+18
2019-03-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-5/+18
2019-03-10Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+7
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-0/+39
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-116/+179
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-9/+6
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-20/+70
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar1-1/+2
2019-03-09workqueue, lockdep: Fix a memory leak in wq->lock_nameQian Cai1-0/+2
2019-03-09workqueue, lockdep: Fix an alloc_workqueue() error pathBart Van Assche1-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche1-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann1-1/+3
2019-03-09perf/core: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-09perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin1-17/+15
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds3-11/+58
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+49
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds6-409/+643
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-60/+90
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing1-1/+0
2019-03-07kcov: convert kcov.refcount to refcount_tElena Reshetova1-4/+5
2019-03-07kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+2
2019-03-07kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada3-34/+21
2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-03-07sysctl: handle overflow for file-maxChristian Brauner1-0/+3
2019-03-07sysctl: handle overflow in proc_get_longChristian Brauner1-1/+39
2019-03-07kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner1-0/+10
2019-03-07dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes1-2/+0
2019-03-07dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes1-3/+1
2019-03-07kernel/sys: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-03-07kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa1-1/+1
2019-03-07kernel/hung_task.c - fix sparse warningsValdis Kletnieks1-0/+1
2019-03-07kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing1-6/+4
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-22/+11
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-322/+375
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-32/+40
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds5-25/+18
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+6
2019-03-07Merge tag 'trace-v5.0-pre' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-2/+5
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann1-5/+5
2019-03-07bpf: fix sysctl.c warningArnd Bergmann1-1/+1
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-24/+113
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-6/+59
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-15/+39
2019-03-06Merge tag 'y2038-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-0/+3
2019-03-06dma: Introduce dma_max_mapping_size()Joerg Roedel2-0/+25
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel1-0/+9
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel1-0/+5
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-272/+540
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-94/+356
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-219/+973
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann1-0/+3
2019-03-05kernel: cgroup: add poll file operationJohannes Weiner1-0/+12
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-0/+3
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox1-1/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2-8/+10
2019-03-05PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand1-2/+7
2019-03-05PM/Hibernate: use pfn_to_online_page()David Hildenbrand1-4/+4
2019-03-05kexec: export PG_offline to VMCOREINFODavid Hildenbrand1-0/+2
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-691/+409
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-157/+156
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-65/+617
2019-03-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-48/+40
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+1
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi1-2/+2
2019-03-05tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi1-2/+2
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-373/+1491
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner2-6/+128
2019-03-05workqueue: Fix spelling in source code commentsBart Van Assche1-2/+2
2019-03-05Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina3-26/+18
2019-03-05tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi1-2/+3
2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi1-2/+2
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-58/+27
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-5/+146
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa1-5/+1
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki2-6/+59
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2019-03-01bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann1-1/+2
2019-03-02bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet1-1/+7
2019-03-01tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu1-1/+1
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov1-1/+4
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-03-01perf: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-01bpf: fix build without bpf_syscallAlexei Starovoitov1-2/+5
2019-02-28mm/resource: Let walk_system_ram_range() search child resourcesDave Hansen1-1/+4
2019-02-28mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen1-0/+9
2019-02-28mm/resource: Return real error codes from walk failuresDave Hansen1-2/+2
2019-02-28perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu1-1/+2
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-0/+1
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+2
2019-02-28kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior1-2/+3
2019-02-28kthread: Convert worker lock to raw spinlockJulia Cartwright1-21/+21
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells1-1/+1
2019-02-28cpuset: Use fs_contextDavid Howells1-14/+42
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2-18/+18